/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
 
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  position: relative;
  display: none; 
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  display: block;
  margin: 0 auto;
  height: auto;
  -moz-user-select: none;
}
.flexslider.flex-autoheight .slides img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 400px;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav { height: 0; position: absolute; top: 46.7%; width: 100%; }
.flex-direction-nav a { text-decoration: none; display: block; width: 45px; height: 45px; background: #FFF; color: #333; text-align: center; font-size: 25px; border-radius: 4px; line-height: 45px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer;  opacity: 0; border: 1px solid #e1e1e1; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.flex-direction-nav .flex-prev { left: -20px; }
.flex-direction-nav .flex-next { right: -20px;}
.flexslider:hover .flex-direction-nav .flex-prev { left: 15px; opacity: 1.0; }
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 0.8; }
.flexslider:hover .flex-direction-nav .flex-next { right: 15px; opacity: 1.0; }
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 0.8; }

.flexslider-thumbnails .flex-direction-nav a { width: 30px; height: 30px; font-size: 18px; line-height: 30px; margin: -15px 0 0; }
.flexslider-thumbnails:hover .flex-direction-nav .flex-prev { left: 5px; }
.flexslider-thumbnails:hover .flex-direction-nav .flex-next { right: 5px; }

.flex-direction-nav .flex-disabled { display: none !important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 20px; display: inline-block; content: ''; }
.flex-pauseplay a:hover { opacity: 1 }
.flex-pauseplay a.flex-play:before { content: ''; }
.flex-control-nav { width: 100%; position: absolute; bottom: 5px; text-align: center; z-index: 2; }
.flex-control-nav li { margin: 0 5px; display: inline-block; zoom: 1; *display: inline; padding: 0; }
.flex-control-nav li:before{ display:none; }
.flex-control-paging li a { width: 12px; height: 12px; display: block; background: transparent; border: 3px solid rgba(255, 255, 255, .5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.flex-control-paging li a:hover { background: #FFF; border: 3px solid #FFF; }
.flex-control-paging li a.flex-active { background: #FFF; border: 3px solid #FFF; cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
.flexslider-thumbnails { margin-top: 5px; }
.flexslider-thumbnails .slides > li { opacity: 0.5; cursor: pointer; }
.flexslider-thumbnails .slides > li:hover,
.flexslider-thumbnails .slides > li.flex-active-slide { opacity: 1.0; cursor: pointer; }
.flex-caption { position: absolute; width: 100%; padding: 12px 2%; left: 0; bottom: 0; background: rgba(0,0,0,.5); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px; }

/* Custom Slider */
.flexslider-default { min-height: 200px; }
.zd-flexslider .zd-flexslider-content { position: relative; z-index: 10; }
[data-animation-in] { visibility: hidden; }