/* Note: Design for a width above 1281px */


@media only screen and (min-width: 1200px) {



/*  ************************* GENERAL *********************/
	html,
	body {
		min-width:1200px;
		}

/*  ************************* HEADER *************************/
	
	#topnav > li > a { padding: 0 53px; }

/*  ****************************** HOME CONTENT *****************/
	
	.metaslider {
		max-width: none !important;
		width: 1140px;
		-webkit-background-size: 1170px auto;
		background-size: 1170px auto;
		height: 279px;
		padding: 13px 17px;
	}
		.home .metaslider {
			height: 429px;
			-webkit-background-size: 1170px auto;
			background-size: 1170px auto;
		}


		.metaslider .slides {
			height: 273px;
			margin-top: 3px!important;
			width: 99.8%;
		}
			.home .metaslider .slides {
			    height: 423px;
			}		
		

			.metaslider .flex-active-slide {
			  height: 274px!important;
			}
				.home .metaslider .flex-active-slide {
				  height: auto!important;
				}


		#sliderWrap .metaslider .caption-wrap {
			-webkit-background-size: auto 100%;
			background-size: auto 100%;
		}




	/* .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;
		}

	.list_carousel li { margin-right: 16px; }


	.banners-holder li {
	  width: 575px;
	}
			
/*  ****************************** 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) 
{  
	
}


