/* 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 47px; }
		
		#header .span6 div[id*="text"] {	  
		  font-size: 28px;
		  line-height: 39px;	  
		}


		#photoBanner .breadcrumb { margin-left: 30px; }
		#photoBanner .breadcrumb:after {
			right: -30px;	
			width: 30px;
		}

	/*  ****************************** HOME CONTENT *****************/
		
		.metaslider {
			max-width: none !important;
			height: 666px;
		}

	.caroufredsel_wrapper { height: 300px !important; }	

		#carouselArea { height: 400px; }		
	
		.list_carousel .slidertitle a { font-size: 24px; }
			

			.caroNav a.next {
			  bottom: auto;
			  left: auto;
			  margin-right: 0;
			  right: 0px;
			  top: 0;
			}
			.caroNav a.prev {
			  bottom: auto;
			  left: auto;
			  margin-left: 0;
			  right: 40px;
			  top: 0;
			}
		
		.list_carousel ul {  height: 300px !important; }

		.list_carousel li {
			margin-right: 32px;
			width: 268px;
		}
		


		/* **************************************************/

			#linksArea div[id*="nav_menu"] .menu-links-areas-container li {
				padding-right: 50px;
			}

			#linksArea div[id*="nav_menu"] > h2 { margin-right: 40px;  }
	

		/*  ****************************** END OF HOME CONTENT *****************/


		/* Testimonials */
		.testimonials, .testimonials div.testi_item {
			width: 770px !important;
		}

	/*  ****************************** 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%; }

		.sidebar #searchform input[type="text"] { width: 87%; }

	/*  ****** END OF FILE *****/
}


@media screen and (min-width: 1900px) {  
	#sliderWrap .metaslider .slides img {
	  height: auto;
	  min-height: 666px;
	  width: 100%;
	  max-width: none;
	  margin: 0 auto !important;
	}
	
	#sliderWrap { overflow: hidden; }



}


