@media only screen and (max-width:1199px) {
	
	#header a.logo > img {
		height: 60px;
	}

}
@media only screen and (max-width:767px) {
	.portfolio_listing .item-box figure {
		height: auto;
		overflow: visible;

	}
	.portfolio_listing .item-box figure img {
		height: auto;
		max-width: 100%;
	
	}
	
	.index_portfolio .item-box figure {
		max-height: inherit;
		overflow: visible;
	}
	.index_portfolio .item-box figure img {
		max-height: inherit;
		max-width:100%;
		height:auto;
	
	}
	.index_portfolio h3 {
		text-align: center;
	}
	.sitemap {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	
	
	}
	.winner_images a {
		display: block;
		
	}
	.winner_images a:last-child {
		margin: 20px 0 0;
	}
	.winner_images img {
		max-width:100%;
		height: auto;
		display: block;
		margin: 0px auto;
	} 
	.blog-item-small-content {
		padding: 0 10px!important;
	}
	.full_desc {
		padding: 0 10px;
	}
	.slider_btns .slider_btn {
		width:130px;
	}
	.slider_btns .slider_btn a.btn {
		font-size:13px;
		line-height: 20px;
	}
}
@media only screen and (max-width:599px) {
	.estimate_bar_phones {
		width:100%!important;
	}
}
@media only screen and (max-width:500px) {
	#topNav div.nav-main-collapse {
		overflow-y: visible;
		max-height: inherit;
		z-index: 99999;
	}
}
@media only screen and (max-width:479px) {
	.articles_gallery.masonry-gallery a {
		width:100%!important;
		float: none;
		margin: 0px auto 5px;
	}
	.articles_gallery.masonry-gallery a img {
		height: auto!important;
	
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}
	.slider_btns {
		display: none;
	}
	.estimate_bar {
		padding: 15px 0;
	}
	
	.estimate_bar_phones h3 {
		margin-bottom: 10px!important;
	}
	.estimate_bar_btns a.btn {
		margin-top:10px !important;
	}
}