@media screen and (max-width: 1200px){
	.nav-resize .navbar-nav{
		margin-right: 0;
	}
	.navbar-nav>li:not(:last-of-type){
		margin-right: 20px;
	}
}

@media screen and (max-width: 1024px){
	.owl-nav > .owl-prev{
		left: -34px;
	}
	.owl-nav > .owl-next{
		right: -34px;
	}
}

@media screen and (max-width: 992px){
	.navbar-header{
		width: 100%;
	}
	.navbar-nav > li, .navbar-nav > li:not(:last-of-type){
		    float: none;
    		padding: 0 ;
    		margin: 0px 0;
	}
	.header-social-row{
        display: none;
    	}
	    .navbar-inverse .navbar-toggle{
	    display: block;
		margin-top: 20px;
		padding: 0;
		margin-right: 0;
	}
	.collapse.navbar-collapse{
	    width: 250px;
	    position: fixed;
	    right: -250px;
	    transition: all 0.3s ease;
	    display: block;
        border: transparent;
        padding: 0 15px;
	}
	.collapse.navbar-collapse.active{
	    width: 250px;
	    position: fixed;
	    right: 0px;
	    transition: all 0.3s ease;
	    height: 100%;
		bottom: 0;
		max-height:100%;
	    top: 59px;
        background: #fff;
		z-index: 10;
		border: 1px solid #e8e6e6;
	}
	.collapse.navbar-collapse.active a{
		text-transform: uppercase;
		font-size: 14px;
	}
	.navbar-nav.pull-right{
		width: 100%;
        margin: 0;
		font-size: 1.2em;

	}
	.testimonials-items .owl-nav{
		display: none;		
	}
	.pricelist-item .wrap, .article-item2 .wrap{
		min-height: 760px;
	}
	.services-page .category-item{
		min-height: 400px;
	}
	.services-dropdown{
		display: block;
		box-shadow: none;
		border: none;
		position: relative;
	}
}

@media screen and (max-width: 768px){
	html,body{
		font-size: 14px;
	}

	.nav-resize{
		padding: 0 15px;
	}
	.banner .centered-container{
		width: 100%;
		padding: 0 40px;
	}
	.post-bottom, .post-bottom .post-soc{
		text-align: center;
	}

	.post-bottom .post-nav{
		margin: 5px 0 15px;
	}

	.links a{
		line-height: normal;
		text-align: center;
	}

	#menu-footer-menu{
		padding: 20px 0;
	}
	.imageanimate img{
		margin-top: 0;
	}
	
}


@media screen and (max-width: 767px) {
	

	.imageanimate .headingtxt{
		font-size: 27px;
	}
	.pricelist-item, .article-item2{
		padding-top: 0;
	}
	.pricelist-item .wrap, .article-item2 .wrap{
		min-height: 650px;
	}
	.services-page .category-item{
		min-height: auto;
	}
	#live-chat {
		right: 1px;
	}

}

@media screen and (max-width: 640px){

	body{
		font-size: 12px;
	}

	.banner h1{
		font-size: 2.4em;
	}
}

@media screen and (max-width: 500px){
	.carousel-inner .item {
		min-height: auto;
		height: 300px;
		background-size: cover;
		background-attachment: inherit;
	}
}