/* 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 35px;  }

/*  ****************************** HOME CONTENT *****************/
		
	.metaslider { width: 1166px; }	
	.metaslider .slides > li { height: 487px !important; }
	.metaslider .slides > li img { height: 487px !important; }

	.banners-holder { text-align: center; }	
	.banners-holder li {
	  display: inline;
	  float: none;
	}
		
	#caroWrap > .container { position: relative; }
		.list_carousel li { margin-right: 17px; }	

	.caroNav a.prev {
	  left: -35px;
	  margin-left: 0;
	  bottom: 172px;
	}
	.caroNav a.next {
	  right: -35px;
	  margin-right: 0;
	  bottom: 172px;
	}
	

	.home #primaryWrapContent { padding-top: 50px; }


/*  ****************************** END OF HOME CONTENT *****************/


/*  ****************************** SUBPAGE CONTENT ************************/
	
	.page-template-page-carRepair_withRightSidebar-php .wrap_content {  padding: 0 17px 10px 0; }

	#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 SUBPAGE CONTENT *****************/






/*  ****************************** FOOTER ********************************/
	
	
/*  ****************************** END OF FOOTER *****************/




/*  ********************** END OF FILE ******************/
}


@media screen and (min-width: 1281px) and (-webkit-min-device-pixel-ratio:0) 
{  
	
}


