/* 
 * Full Background Responsive Slider v1.0 based on:
 *
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 *
 * Author: Marchetti Design
 * http://www.marchettidesign.net/ 
 */

  
		
		.animate					{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
		.flexslider2 {width:100%;height:100%!important; margin:0;padding:0; float:left; left:0; border:0px;z-index:2}
		.flexslider2, .flex-viewport	{width:90%;height:100%!important; margin:0;padding:0 5%;}
		
		.flexslider2 .slides		{ height:90%!important; margin: auto; padding: 0 5%}
			
		.flexslider2 .slides li 	{width:100%;height:100%!important; margin:0;padding:0; 		
								  -webkit-background-size: cover!important;
								  -moz-background-size: cover!important;
								  -o-background-size: cover!important;
								  background-size: cover!important;
		}
		.flexslider {width:100%; max-width:1250px;   margin:0;padding:0;  float:left; left:0; border:0px;z-index:1}
		.flexslider, .flex-viewport	{width:100%;  margin:0;padding:0;}
		
		.flexslider .slides		{ }
			
		.flexslider .slides li 	{width:100%;  margin:0;padding:0; 		
								  -webkit-background-size: cover!important;
								  -moz-background-size: cover!important;
								  -o-background-size: cover!important;
								  background-size: cover!important;
		}
		.flex-control-nav 	{bottom: 1.5%; z-index:+200;  }
		.flexslider .flex-control-nav 	{bottom: 1.5%; z-index:+200;    }
		.flex-direction-nav { }	
		
		.flex-caption		{position: absolute; bottom:0px;   left:0;text-align: center;width:100%;z-index:+8;   padding:20px 0px 14px;   font-size:1.2em }
	.flex-caption	a	{color:#762c3f; text-decoration:none  }
	.flex-caption	a:hover	{color:#000;  }
		.flex-caption p	{  margin:0 0 10px 0; font-size:1.1em; z-index:+9; color:#762c3f;   }
		
	 
		
		
		@media (min-width: 600px) and (max-width: 980px) {
		
			.flex-caption p	{  margin:0 0 10px 0; font-size:1em; z-index:+9; color:#762c3f;   } 

		}


		@media (max-width: 600px) {
		 
			.flex-caption h1	{font-size: 35px;}
		
			.flex-caption p		{font-size:0.8em;}
			
			.flex-control-nav 	{bottom:0%; }	
				
		}