/* 
 * 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: 87%!important;
}
.navMeni {
	position: absolute;
	top: 0%;
	text-shadow: 0px 0px 10px #000;
	left: 0;
	text-align: left;
	width: 100%;
	color: #fff;
	z-index: 200;
}
		
		.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-control-nav 	{
	bottom: 10%;
}
		
		.flex-direction-nav {
	display: none;
}	
		
		.flex-caption		{
	position: absolute;
	top: 35%;
	text-shadow: 0px 0px 3px #9e0909;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
}

	
		.flex-caption h1	{
	font-size: 60px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	line-height: 60px;
	margin-bottom: 50px;
}
.flex-caption h2 {

}


		
		.flex-caption p		{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
}
		
		
		@media (min-width: 768px) and (max-width: 980px) {
			.flex-control-nav 	{
	bottom: 10%;
}
		
			.flex-caption h1	{
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	line-height: 60px;
	margin-bottom: 10px;
}		
.flex-caption h2 {
}

			.flex-caption p		{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

		}


		@media (max-width: 767px) {
			
.flex-control-nav {
	bottom: 10%;
	display: none;
}

		
			.flex-caption h1	{
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 40px;
	margin-bottom: 15px;
}
.flex-caption h2 {
}
		
			.flex-caption p		{
	font-size: 16px;
	display: none;
	font-family: 'Poppins', sans-serif;
}
			
				
		}
