/* CSS for IE 8 and up */

#dropdown{ margin-bottom: -10px;}

#main_wrapper .slider_wrapper{
    position: relative; margin-top: 0px !important; margin-bottom: 0px;
}

.blog_h_inner { margin-bottom: -50px !important;}

.content .first_wrapper .port_inner { padding-bottom: 5px !important;}

.portfolio .one-third.column .image_holder img ,.blog_homepage .one-third.column .image_holder img {
   width: 300px; 
   height: auto;
}

.portfolio .four.columns .image_holder img,.blog_homepage .four.columns .image_holder img {
   width: 220px; 
   height: auto;
}

.blog_post .eleven.columns .image_holder_blog img {
   width: 635px; 
   height: auto;
}
.blog_h_inner .flexslider {margin-bottom: 3px !important;} 
.icon_support_user { display: block;}

/* #Media Queries
================================================== */



	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {	
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    .portfolio .one-third.column .image_holder img ,.blog_homepage .one-third.column .image_holder img { width: 236px;height: auto;}		
	.portfolio .four.columns .image_holder img,.blog_homepage .four.columns .image_holder img { width: 172px;  height: auto;}
    .blog_post .eleven.columns .image_holder_blog img { width: 505px; height: auto;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.portfolio .one-third.column .image_holder img ,.blog_homepage .one-third.column .image_holder img { width: 300px;height: auto;}
	.portfolio .four.columns .image_holder img,.blog_homepage .four.columns .image_holder img { width: 300px;height: auto;}
	.blog_post .eleven.columns .image_holder_blog img { width: 300px; height: auto;}
	}
	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	}