/* Note: Design for a width above 1281px */


@media only screen and (min-width: 1200px) {



	/*  ************************* GENERAL *********************/
		html,
		body {
			min-width:1200px;
			}

		.logo.span4 { width: auto; margin-right: 0; }	

		#wrapTopInfo .wrapTopInfo-inner span {  margin: 0 12px; }
		#wrapTopInfo .wrapTopInfo-inner b {	margin: 0 10px; }

		#wrapTopInfo .wrapTopInfo-inner a { margin-left: 20px;  }

		#mainMenu li a { padding: 0 11px; }

	/*  ****************************** HOME CONTENT *****************/

		#contacts p.fullWidth input[type="text"],
		#contacts p.fullWidth input[type="email"],
		#contacts p.fullWidth input[type="tel"] {
		  width: 540px;
		}

		#contacts .wpcf7-form p { width: 273px; }
		
		#contacts p input[type="text"],
		#contacts p input[type="email"],
		#contacts p input[type="tel"] {
		  width: 244px;
		}

		#contacts p textarea { width: 540px; }


		#wrapTeam .popUp { height: 270px; }

		#wrapTeam .popUp .exceprt { padding: 52px 0; }

		/* Testimonials */
		.testimonials, .testimonials div.testi_item {
			width: 770px !important;
		}

		.search-no-results .no-results #searchform input[type="text"] {
		  width: 95%;
		}

		.metaslider {
			max-width: none !important;
			max-height: 1050px;
		}

	/*  ****************************** SUBPAGE CONTENT ************************/
		
		#sidebar #searchform input[type="text"] { width: 87%; }		

		#breadcrumbs .breadcrumb { padding: 17px 0 17px 17px; }	


		/*  ************************* blog pages style ******************/

		#commentform textarea {
		  width: 719px;
		}
		
		/*  **************************************************/
			
		.wrap_cf .wpcf7-form input[type="text"],
		.wrap_cf .wpcf7-form input[type="email"],
		.wrap_cf .wpcf7-form textarea {
		  margin-left: 0;
		  width: 94% !important;
		}	
		
		.sidebar #searchform input[type="submit"] { right: 19px; }

		#searchform input[type="text"] { width: 83%; }

		.sidebar #searchform input[type="text"] { width: 85%; }
		.single-post #commentform textarea { width: 93%; }

	/*  ****** END OF FILE *****/
}


@media only screen and (min-width: 1600px) {

	#sliderWrap .metaslider .slides img {
	  height: auto;
	  min-height: 1050px;
	  width: 100%;
	  max-width: none;
	  margin: 0 auto !important;
	}
	
	#sliderWrap { overflow: hidden; }

	.metaslider .flexslider .slides li {
	  height: auto;
	  max-height: 1050px !important;
	}

}


