/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 #container {width: 80%; max-width: 800px; margin: 0 auto;}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; float:left; position:relative;}
.banner-section .flexslider:after{background:url(../images/loading.gif) no-repeat center center;width:50px; height:50px; content:""; display:inline-block; position:absolute; top:42%;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; width:100%; }
.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 { position: relative; zoom: 1; min-height:450px; background:url(../images/loader.svg) no-repeat center center #ededeb;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flexslider .slides > li:after{ content:""; display:inline-block; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,0,0,0.2)}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides li { /*height:642px; background-repeat:no-repeat; background-position:center; background-size:cover;*/ }
.flexslider .slides li img { width:100%; float:left; }

/*.flexslider .slides li::before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/

/* Caption style */
/* IE rgba() hack */
.flex-caption { zoom: 1; }
/*.flex-caption:after{ border:8px solid #fff; width: 386px; height:203px; box-shadow: 0px 0px 5px #CCC;content: "";display: block;left: 0;position: absolute;top: 0px;width: 100%;}*/
.flex-caption {  position: absolute; padding:0; width: auto;  bottom:15%; left:8%;z-index: 999;}
.flex-caption h1{ display:block; font-size:40px; line-height:50px; color:#fff; font-family: 'titillium-bold-webfont';text-transform:uppercase;text-shadow: 2px 2px rgba(0, 0, 0, 0.7);}
.flex-caption p { font-size:18px;   color: #fff; line-height:20px; padding: 20px 0 0px 0px; display:block;}
.flex-caption h2{ font-size:22px;line-height:24px;text-transform:uppercase; color: #f29a14; font-family: 'latobold'; margin-bottom:18px; text-shadow: 2px 2px rgba(0, 0, 0, 0.4);}


/* Direction Nav */
.flex-direction-nav li a {width:39px; height:40px; margin:0 0 0 0; display: block; z-index:100; /*background: url(../images/aero-lft.png) no-repeat 0 0;*/ position: absolute; bottom: 27px; cursor: pointer; /*-webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;*/ }
.flex-direction-nav li .flex-next {background: url(../images/right-aero.png) no-repeat 0 0 ;background-position:0 0; right:62px; text-indent: -9999px; top:45%;}
.flex-direction-nav li .flex-prev {background: url(../images/lft-aero.png) no-repeat 0 0 ;left:40px; text-indent: -9999px; top:45%;}
.flex-direction-nav li .flex-next:hover { opacity:0.7}
.flex-direction-nav li .flex-prev:hover {opacity:0.7}
.flex-direction-nav li .disabled {opacity:.3; filter:alpha(opacity=30); cursor: default;}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:10px; z-index:9; text-align:center; }
.flex-control-nav li {margin:0 7px 0 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a {width: 10px;height: 10px;display: block;cursor: pointer;text-indent: -99999px; background: #fff; border-radius:25px;}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {background: #f29a14;}
.flexslider .slides { overflow: hidden; }


.flex-active-slide .flex-caption {
	-webkit-animation:fadeInbtm ease-in 1;
-moz-animation:fadeInbtm ease-in 1;
-o-animation:fadeInbtm ease-in 1;
animation:fadeInbtm ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}

@-webkit-keyframes fadeInbtm {
	0% { opacity: 0; -webkit-transform: translateX(300px); }
	40% { opacity: 0; -webkit-transform: translateX(300px); }
	100% { opacity: 1; -webkit-transform: translateX(0);  }
}
@-moz-keyframes fadeInbtm { 
	0% { opacity: 0; -moz-transform: translateX(300px); }
	40% { opacity: 0; -moz-transform: translateX(300px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInbtm {
	0% { opacity: 0; -o-transform: translateX(300px); }
	40% { opacity: 0; -o-transform: translateX(300px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInbtm {
	0% { opacity: 0; transform: translateX(300px); }
	40% { opacity: 0; transform: translateX(300px); }
	100% { opacity: 1; transform: translateX(0); }
}

.flex-caption h1 {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	transform: translateX(-300px);
	opacity:0;
}

.flex-active-slide .flex-caption h1 {
-webkit-animation:fadeInLeft ease-in 1;
-moz-animation:fadeInLeft ease-in 1;
-o-animation:fadeInLeft ease-in 1;
animation:fadeInLeft ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-300px); }
	40% { opacity: 0; -webkit-transform: translateX(-300px); }
	100% { opacity: 1; -webkit-transform: translateX(0);  }
}
@-moz-keyframes fadeInLeft { 
	0% { opacity: 0; -moz-transform: translateX(-300px); }
	40% { opacity: 0; -moz-transform: translateX(-300px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInLeft {
	0% { opacity: 0; -o-transform: translateX(-300px); }
	40% { opacity: 0; -o-transform: translateX(-300px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; transform: translateX(-300px); }
	40% { opacity: 0; transform: translateX(-300px); }
	100% { opacity: 1; transform: translateX(0); }
}


.flex-active-slide .flex-caption p {
-webkit-animation:fadeInRht ease-in 1;
-moz-animation:fadeInRht ease-in 1;
-o-animation:fadeInRht ease-in 1;
animation:fadeInRht ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}
@-webkit-keyframes fadeInRht {
	0% { opacity: 0; -webkit-transform: translateX(300px); }
	40% { opacity: 0; -webkit-transform: translateX(300px); }
	100% { opacity: 1; -webkit-transform: translateX(0);  }
}
@-moz-keyframes fadeInRht { 
	0% { opacity: 0; -moz-transform: translateX(300px); }
	40% { opacity: 0; -moz-transform: translateX(300px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInRht {
	0% { opacity: 0; -o-transform: translateX(300px); }
	40% { opacity: 0; -o-transform: translateX(300px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInRht {
	0% { opacity: 0; transform: translateX(300px); }
	40% { opacity: 0; transform: translateX(300px); }
	100% { opacity: 1; transform: translateX(0); }
}


.flex-active-slide .flex-caption .banner-button a {
-webkit-animation:fadeInright3 ease-in 1;
-moz-animation:fadeInright3 ease-in 1;
-o-animation:fadeInright3 ease-in 1;
animation:fadeInright3 ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:2.5s;
-moz-animation-duration:2.5s;
-o-animation-duration:2.5s;
animation-duration:2.5s;
}
@-webkit-keyframes fadeInright3 {
	0% { opacity: 0; -webkit-transform: translateY(300px); }
	65% { opacity:1; -webkit-transform: translateY(300px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInright3 { 
	0% { opacity: 0; -moz-transform: translateY(300px); }
	65% { opacity: 1; -moz-transform: translateY(300px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInright3 {
	0% { opacity: 0; -o-transform: translateY(300px); }
	65% { opacity: 1; -o-transform: translateY(300px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInright3 {
	0% { opacity: 0; transform: translateY(300px); }
	65% { opacity: 1; transform: translateY(300px); }
	100% { opacity: 1; transform: translateY(0); }
}

