/* Note: Design for a width above 1281px */


@media only screen and (min-width: 1200px) {



/*  ************************* GENERAL *********************/
	html,
	body {
		min-width:1200px;
		}

/*  ************************* HEADER *************************/
	
	

/*  ****************************** HOME CONTENT *****************/
	

	.metaslider {
		max-width: 1170px !important;
	}
		#sliderWrap .metaslider .slides li {
		  height: 394px;
		}
	
	.list_carousel li a.imgHolder {
	  display: block;
	  height: 138px;
	  margin: 0 auto 15px;
	  overflow: hidden;
	  width: 230px;
	}
		.list_carousel li img {
		  height: 126px;
		  width: 217px;
		}


	/* .list_carousel {  height: 310px !important; } */
	.caroNav a {
	  bottom: auto;
	  top: 53%;
	}
		.caroNav a.next {
		  margin-right: -50px;
		  right: 0;
		}
		.caroNav a.prev {
		  margin-left: -53px;
		  left: 0;
		}

		
/*  ****************************** END OF HOME CONTENT *****************/


/*  ****************************** SUBPAGE CONTENT ************************/
	
	#sidebar #searchform input[type="text"] { width: 87%; }

	.wrap_content blockquote { width: 366px; }


	#breadcrumbs .breadcrumb { padding: 17px 0 17px 17px; }		
				
	/*  ************************* blog pages style ******************/

	#commentform textarea {
	  width: 719px;
	}
	
	/*  **************************************************/
		
	.wrap_cf.main .wpcf7-form input[type="text"],
	.wrap_cf.main .wpcf7-form input[type="email"],
	.wrap_cf.main .wpcf7-form textarea {
	  margin-left: 0;
	  width: 96% !important;
	}	
	

		.span3 #searchform input[type="text"] { width: 86%; }

	#footer a#logo img {
	  float: left;
	}

	#searchform input[type="text"] { width: 83%; }

/*  ****** END OF FILE *****/
}


@media screen and (min-width: 1281px) and (-webkit-min-device-pixel-ratio:0) 
{  
	
}


