/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px; position: relative; zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align:center; padding:18px 0 10px 0; background:rgba(0,0,0,0.3) }
.flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #fff;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -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;}
.flex-control-paging li a:hover { background: #fff; }
.flex-control-paging li a.flex-active { background: #97BE0D; cursor: pointer;  }



/* FICHA TECNICA*/
#single-slider .flex-control-nav {width: 100%; position: absolute; bottom: 3%; text-align: center; }
#single-slider .flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}
#single-slider .flex-control-paging li a {width: 10px; height: 10px; display: block; background: #fff;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -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;}
#single-slider .flex-control-paging li a:hover { background: #fff; }
#single-slider .flex-control-paging li a.flex-active { background: #97BE0D; cursor: pointer;  }



/* 
 * 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;}
.flexslider, .flex-viewport	{width:100%;height:100%!important; margin:0;padding:0; overflow:hidden}
.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 { position: absolute; top:35%; left:100px; text-shadow: 0 0 3px #333;text-transform:uppercase; text-align: center; width:100%;color:#fff; padding-left:30px; }
	.flex-caption h1	{font-size:90px; line-height:80px;       	font-family: 'Bodoni Book','Lucida Sans Unicode', 'Lucida Sans', sans-serif; border-left:3px solid #ffffff;  padding:0 0 0 30px;}
	.flex-caption h2	{font-size: 16px; margin:10px 0 22px 0; 	font-family: 'Proxima Regular','Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;}
			







/*---------------960 Screen size---------------*/
@media only screen and (min-width: 959px) and (max-width: 1170px) { 
.flex-caption 	    { top:35%; left:100px;}
.flex-caption h1	{font-size: 80px;}
.flex-caption h2	{font-size: 16px;}

}

/*---------------iPad landscape---------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.flex-caption 	    { top:35%; left:90px;}
.flex-caption h1	{font-size: 70px;}
.flex-caption h2	{font-size: 16px;}
}

/*---------------iPad portrait---------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flex-caption 	    { top:35%; left:70px;}
.flex-caption h1	{font-size: 60px;}
.flex-caption h2	{font-size: 16px;}
}

/*---------------iPhone landscape---------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

/*.flex-caption 	    { top:35%; left:60px;}
.flex-caption h1	{font-size: 38px;}
.flex-caption h2	{font-size: 16px;}
*/

.flex-caption h1, .flex-caption h2,	.flex-control-nav, .flex-caption .button	{ display:none}

}

/*--------------iPhone portrait---------------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
.flex-caption h1, .flex-caption h2,	.flex-control-nav, .flex-caption .button	{ display:none}

}

