/*
 * 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; overflow:hidden;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; 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; z-index: 99999;} 
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; z-index:0; min-height:590px; }
.inner-slider .flexslider {min-height:auto;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li { background-size:cover; background-position:center center;}
/* .flexslider .slides > li::after {  position: absolute; content: ""; background: rgba(0,0,0,0.3); width: 100%; height: 100%; left: 0; top: 0;} */
.inner-slider .flexslider .slides > li { min-height:auto;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides > li img { /*opacity:0;*/}

/* Caption style */
/* IE rgba() hack */
.flex-caption {zoom: 1; }
.flex-caption {position:absolute; top: 50%; text-align:left; width:100%; left:0; z-index:9; transform: translateY(-58%);}
.flex-caption h1 { font-family: 'NoeDisplay-MediumItalic'; color:#305b7b; font-size:70px; line-height:68px; margin-bottom:15px; }
.flex-caption h2 { font-family: 'Montserrat-Bold'; color:#6894b1; font-size:40px; line-height:44px; margin-bottom:30px; }

.flex-caption span { color:#ffffff;float:none;}
.flex-caption p{  font-size:19px; line-height:30px; color:#305b7b; margin-bottom:0px; transition: all 0.5s ease;}

.flex-caption a{display:inline-block; font-size:14px; text-transform:inherit; color:#fff; border:1px solid #ffffff;  padding:14px 45px; border-radius: 50px; background:none; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }
.flex-caption a:hover{background: #ffffff none repeat scroll 0 0; color: #26416e;}
/* Direction Nav */
/* .flex-direction-nav { display:block; }
.banner-home .flex-direction-nav li a {width:26px; height:45px; margin: 0px 0 0; display: block;  position: absolute; top: 47%; cursor: pointer; text-indent: -9999px; z-index:9999;}
.banner-home .flex-direction-nav li a:hover{ opacity:0.7}
.banner-home .flex-direction-nav li .flex-next {background-position: -25px 0; right:3%;background: url(../images/right-arrow.png) no-repeat 0 0; background-position: 0px 0; }
.banner-home .flex-direction-nav li .flex-prev {left:3%; background: url(../images/left-arrow.png) no-repeat 0 0; background-position: 0px 0; }
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.inner-banner-pad .flex-direction-nav li a {width:27px; height:45px; margin: 0px 0 0; display: block;  position: absolute; top: 50%; cursor: pointer; } */
/* Control Nav */
.flex-control-nav {width:100%; margin:0 auto; position: absolute; bottom:35px; z-index:9999; right: 0; text-align: center; left: 0; }
.flex-control-nav li {margin: 0 3px 0px 3px; display:inline-block; zoom: 1; *display: inline;}
.inner-slider .flexslider .flex-control-nav { right:55px;}
.historic-pad .inner-slider .flexslider .flex-control-nav { right:0; left:0; text-align:center; bottom: 10px;}
/*.flex-control-nav li:first-child {margin: 0;}*/
.flex-control-nav li a {width: 10px; height: 10px; display: block; background:rgba(225,225,225,0.8); cursor: pointer; text-indent: 9999px; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%; }
.flex-control-nav li a:hover {background:#fff}
.flex-control-nav li a.flex-active {background:#fff; cursor: default;}
.flex-btn{background:#b98b57; color:#fff;padding:10px 45px; border-radius:3px; line-height:60px; }
.banner-pad .flexslider .flex-control-nav { display:block; }
.flex-btn{background:#b98b57; color:#fff;padding:10px 45px; border-radius:3px; line-height:60px;}
.banner-pad .flexslider .flex-control-nav { display:block; }

/*.flexslider .slides > li::before{
background: rgba(0,0,0,0.4);
background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(231,56,39,0) 50%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.4)), color-stop(50%, rgba(231,56,39,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(231,56,39,0) 50%);
background: -o-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(231,56,39,0) 50%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(231,56,39,0) 50%);
background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(231,56,39,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );

content:""; position:absolute; left:0; top:0; width:100%; height:100%;
}*/

/* Direction Nav */
/* .flex-direction-nav { display:block; }
.flex-direction-nav li a {width:18px; height:32px; margin: 0px 0 0; display: block;  position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index:9999; }
.flex-direction-nav li .flex-next {background-position: -25px 0; right:20px;background: url(../images/arrow-rgt.png) no-repeat 0 0; background-position: 0px 0; }
.flex-direction-nav li .flex-next:hover {background: url(../images/arrw-rgt.png) no-repeat 0 0;}
.flex-direction-nav li .flex-prev {left:20px; background: url(../images/arrow-lft.png) no-repeat 0 0; background-position: 0px 0; }
.flex-direction-nav li .flex-prev:hover {left:20px; background: url(../images/arrw-lft.png) no-repeat 0 0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;} */

/*.flex-active-slide .flex-caption h1 {
-webkit-animation:fadeInUp ease-in 1;
-moz-animation:fadeInUp ease-in 1;
-o-animation:fadeInUp ease-in 1;
animation:fadeInUp ease-in 1;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
animation-delay: 0.2s; 
}

.flex-active-slide .flex-caption p {
-webkit-animation:fadeInUp ease-in 1;
-moz-animation:fadeInUp ease-in 1;
-o-animation:fadeInUp ease-in 1;
animation:fadeInUp ease-in 1;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
animation-delay: 0.4s; 
}

.flex-active-slide .flex-caption a {
-webkit-animation:fadeInUp ease-in 1;
-moz-animation:fadeInUp ease-in 1;
-o-animation:fadeInUp ease-in 1;
animation:fadeInUp ease-in 1;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
animation-delay: 0.6s; 
}

@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}


.swiper1  li.swiper-slide { font-size: 18px; background: #fff; width: 29.5%;
  Center slide text vertically 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.arrow .swiper-button-next, .arrow .swiper-button-prev { top:0px;  }
.arrow {float: right; width: auto; margin-top: 0px; position: absolute; top: 0; right: 0;}
.arrow .arrow-nav {	color: #a9a9a9;
	font-size: 16px;
	font-family: 'Helvetica Neue';
	position: relative;
	width: 110px;
	right: 0;}
.act-lst .arrow .arrow-nav { top: -100px;}
.arrow .swiper-button-prev { left: 0;  background: url(../images/left-arw.svg) no-repeat scroll 0px 0px; width:48px; height:48px; margin-top: 0;  transform: rotate(180deg);}
.arrow .swiper-button-next { right: 0;  background: url(../images/left-arw.svg) no-repeat scroll 0px 0px; width:48px; height:48px; margin-top: 0;}
.arrow .swiper-button-next.swiper-button-disabled {background: url(../images/rgt-arw.svg) no-repeat scroll 0 0 / 100%; transform: rotate(180deg);}
.arrow .swiper-button-prev.swiper-button-disabled {background: url(../images/rgt-arw.svg) no-repeat scroll 0 0 / 100%; transform: rotate(0);}

.act-lst .swiper-button-next.swiper-button-disabled, .act-lst .swiper-button-prev.swiper-button-disabled { opacity:1;  }

.swiper2  li.swiper-slide { font-size: 18px; background: #fff; width: 45%;
  Center slide text vertically 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mob-qui-lst .arrow {float: left; width: 100%; margin-top: 0px; position: absolute; top: 0; right: 0;}
.mob-qui-lst .arrow .arrow-nav {	color: #a9a9a9;
	font-size: 16px;
	font-family: 'Helvetica Neue';
	position: relative;
	width: 100%;
	right: 0; top: 65px;}
.mob-qui-lst .arrow .swiper-button-prev { left: 0;  background: url("../images/blue-arw-bx.svg") no-repeat scroll 0 0; width:48px; height:48px; margin-top: 0;  transform: rotate(180deg);}
.mob-qui-lst .arrow .swiper-button-next { right: 0;  background: url("../images/blue-arw-bx.svg") no-repeat scroll 0 0; width:48px; height:48px; margin-top: 0;}

.swiper3  li.swiper-slide { font-size: 18px; background: #fff; width: 50%;
   Center slide text vertically 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mob-ins-lst .arrow .arrow-nav { top: -65px;}
.mob-ins-lst .swiper-button-next.swiper-button-disabled, .mob-ins-lst .swiper-button-prev.swiper-button-disabled { opacity:1;  }
.mob-ins-lst .arrow .arrow-nav { width:85px;}*/


