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

 
body, html	{margin:0; padding:0;width:100%;height:100%!important; overflow-x: hidden;}
		
		.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;}
		
		.flexslider, .flex-viewport	{width:100%;height:100%!important; margin:0;padding:0;}
		
		.flexslider .slides		{height:100%!important;}
			
		.flexslider .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;
		}
		.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}
.flex-caption p , .flex-caption h1 {text-align: center;font-size: 18px;}
.flex-caption a i {text-align: center;font-size: 30px;color: #fff;}
		.flex-control-nav 	{bottom: 35%; }
		
		.flex-direction-nav {display:none;}	
		

		
		@media (min-width: 768px) and (max-width: 980px) {

			
			.flex-control-nav 	{bottom: 25%; }

		}


		@media (max-width: 767px) {
		
			
			.flex-control-nav 	{bottom: 15%; }	
				
		}