/* Note: Design for a width above 1281px */


@media only screen and (min-width: 1200px) {



/*  ************************* GENERAL *********************/
	html,
	body {
		min-width:1200px;
		}

/*  ************************* HEADER *************************/
	
	

/*  ****************************** HOME CONTENT *****************/
	#afterHeaderArea, #sliderBG {
		height: 140px !important;
	}
	.home #afterHeaderArea, .home #sliderBG {
	  height: 473px !important;
	}
		.metaslider:before,.metaslider:after {
			height: 473px;
		}



	.metaslider {
		max-width: 1170px !important;
	}
	

	/* .list_carousel {  height: 310px !important; } */
	.caroNav a {
	  bottom: auto;
	  top: 45%;
	}
		.caroNav a.next {
		  margin-right: -28px;
		  right: 0;
		}
		.caroNav a.prev {
		  margin-left: -28px;
		  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;
	}	

	.btnSubmit { clear: both; }
	

		.span3 #searchform input[type="text"] { width: 86%; }



/*  ****** END OF FILE *****/
}


@media screen and (min-width: 1281px) and (-webkit-min-device-pixel-ratio:0) 
{  
	
}


