/*
 * jQuery FlexSlider v2.5.0
 * 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,
.flex-container a:focus,
.flex-slider a:focus {
  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 {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  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 0 60px;
  background: #2f002c;
  border: 0px solid #ffffff;
  position: relative;
  zoom: 1;
}

.flex-caption-one { position: relative; display: block; float:left; border: 0px solid #fff; width: 100%; }
.flex-caption-two { overflow: hidden; position: absolute; display: block; right: 0; top:0; bottom: 0; background-color: #2f002c; border: 0px solid #fff; width: 60%; height: 100%; font-family: 'Ubuntu', sans-serif; font-size: 1.5em; font-weight: 700; line-height: 30px; color: #fff; padding: 40px 40px 20px 20px; z-index: 10; }

@media screen and (min-width: 320px) {
.flex-caption-two { width: 100%; height: 100%; font-size: 10px; line-height: 15px; padding: 10px 5px 5px 20px; }
}
@media screen and (min-width: 360px) {
.flex-caption-two { width: 100%; height: 100%; font-size: 10px; line-height: 15px; padding: 20px 5px 5px 20px; }
}
@media screen and (min-width: 768px) {
.flex-caption-two { width: 60%; font-size: 22px; line-height: 30px; padding: 20px 80px 40px 20px; }
}
@media screen and (min-width: 1000px) {
.flex-caption-two { width: 60%; font-size: 20px; line-height: 25px; padding: 60px 80px 40px 20px; }
}
@media screen and (min-width: 1600px) {
.flex-caption-two { width: 60%; font-size: 30px; line-height: 35px; padding: 40px 200px 40px 20px; }
}

.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.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;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {border: 0px solid #000000; z-index: 9999; width: 40px; height: 50px; margin: -20px 0 0 0; display: block; position: absolute; top: 10%; cursor: pointer; text-indent: -9999px; opacity: 0.5; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background: url(../css/direction_nav2.png) no-repeat; background-position: 100% 0; right: 10px; left:auto; }
.flex-direction-nav .flex-prev { background: url(../css/direction_nav2.png) no-repeat; background-position: 0 100%; right: 50px; left:auto; }
.flexslider:hover .flex-next {opacity: 0.5; }
.flexslider:hover .flex-prev {opacity: 0.5; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media screen and (max-width: 1100px) {
.flex-direction-nav .flex-next { width: 30px; height: 40px; margin: -10px 0 0 0; background-size: cover; }
.flex-direction-nav .flex-prev { width: 30px; height: 40px; margin: -10px 0 0 0; background-size: cover; right: 40px; }
}


.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: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    margin: 0 0 0 -10px;
     z-index: 9999;
     cursor: pointer;
}
 
.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}
 
.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    margin: 0 3px;
    background: url(../css/arr22.png) no-repeat 0 0;
}
 
.flex-control-paging li a.flex-active {
	background: url(../css/arr11.png) no-repeat 0 0;
}
.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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -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;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 768px) {
  .flexslider .flex-control-nav {
    display: none;
  }
    .flexslider .flex-direction-nav {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {

  }
  .flex-direction-nav .flex-next {

  }
}