/*
 * jQuery FlexSlider v2.2.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 !important;}
#main .flex-direction-nav li{margin: 0 !important; padding: 0; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('../Fonts/flexslider-icon.eot');
  src:url('../Fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/flexslider-icon.woff') format('woff'),
    url('../Fonts/flexslider-icon.ttf') format('truetype'),
    url('../Fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}

.flexslider .slides > li { 
  min-height: 300px;  
  max-height: 600px; 
  overflow: hidden;  
  opacity: 0; 
  display: none; 
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li.flex-active-slide {
  opacity: 1; 
}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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: 0 auto !important; 
  max-width: 100%; 
  position: relative; 
  zoom: 1; 
}
.flex-viewport { 
  max-height: 600px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  -o-transition: all 1s ease; 
  transition: all 1s ease; 
  overflow: visible !important; 
}
.loading .flex-viewport { 
  max-height: 600px; 
}

.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }


/* Homeslider */
.homeslider .slides > li { 
  min-height: 600px;  
  height: 100vh;
  max-height: 960px;
  overflow: hidden;  
  opacity: 0; 
  display: none; 
  -webkit-backface-visibility: hidden;
}
.homeslider .slides .background > * {
  position: relative;
  z-index: 1;
  width: 100%; 
  min-height: 600px;  
  height: 100vh;
  max-height: 960px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.homeslider .slides li:after {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0,0,0,0.3);
  background-size: contain;
}
.homeslider .slides .content {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 200%;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  padding-bottom: 3%;
}
.homeslider .slides .content .container-fluid {
  text-align: center;
}
.homeslider .slides .content .logo {
  min-width: 240px;
  width: 40vw;
  max-width: 648px;
}

@media(max-width:480px) {
  .homeslider .slides .content {
    font-size: 150%;
  }
}




/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { 
  text-decoration:none; 
  display: block; 
  width: 40px; 
  height: 40px; 
  opacity: 0.5; 
  margin: -32px 0 0; 
  position: absolute; 
  top: 50%; 
  z-index: 10; 
  overflow: hidden; 
  cursor: pointer; 
  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; white-space: nowrap;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 28px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '\f001';
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev { left: 15px; text-align: center; }
.flex-direction-nav .flex-next { right: 15px; text-align: center; }
.flex-direction-nav li:before { content: '' !important; }
.flex-direction-nav a:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { 
  display: block; 
  width: 20px; 
  height: 30px; 
  position: absolute; 
  bottom: 15px; 
  left: 15px; 
  opacity: 0.8; 
  z-index: 10; 
  overflow: hidden; 
  cursor: pointer; 
  color: #FFF;
}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav { position: absolute; z-index: 5; bottom: 20px; left: 0; width: 100%; text-align: center; }
.flex-control-nav li {margin: 5px 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; border-radius: 5px; }
.flex-control-paging li a:hover { background: #DDD; border-color: #666; }
.flex-control-paging li a.flex-active { background: #FFF; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

