/* CSS for IE 8 and up */

#main_wrapper .slider_wrapper{
    position: relative; 
}

.icon_port_more {
   margin-top: 0px;
}

.content .first_wrapper .port_inner { padding-bottom: 5px !important;}

.content_wrapper_inner .one_fourth .image_holder img {
    width: 200px; 
    height: auto;
}

.content_wrapper_inner .one_fourth .image_holder1 img {
    width: 150px; 
    height: auto;
}

.portfolio .one-third.column .image_holder img ,.blog_h3_inner .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_h3_inner .four.columns .image_holder img {
   width: 220px; 
   height: auto;
}

.one_fourth .view-tenth {
   width: 220px; 
   height: auto;
}


.blog_h_inner .flexslider {margin-bottom: 3px !important;} 


/* #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) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	}
	

	/* 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) {
	
	}