/*
 * 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-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.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 { max-width: 2000px; margin: 0px auto 0px; position: relative; zoom: 1; z-index: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }



/* Pause/Play */
.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'; }

/* Control Nav */
.flex-control-nav li {margin: 0px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { display: block; cursor: pointer; text-indent: -9999px;  }

.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;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.slider .slides .image {
    max-height: 550px;
    overflow: hidden;    
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
   margin-top: 40px;
}
 
.slider .slides .image img {
    max-width: 100%;
    /*width: auto;*/
    height: auto;
    max-height: 100%;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }


.carousel-caption {
    background: rgba(134,23,25,0.8);
    position: absolute;
    bottom: 0px;
    max-width: 1060px;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    text-align: left;
}

.carousel-caption h3 {

    color: #FFFFFF;
    padding: 8px;
    height: 90px;
    display: inline-block;
    text-align: left;
    float: left;
    width: 80%;
    padding: 20px 0 0 20px;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    line-height: 24px;
}

.carousel-caption p {
 background: #191919;
background: rgba(25, 25, 25, 0.9);
 width: 60%;
 line-height: 18px;
 color: #171717;
 font-family: 'Source Sans Pro', sans-serif;
 letter-spacing: 0.01em;
 float: left;
 margin-top: 10px;
 margin-bottom: 0px;
 padding: 7px;
}

.caption .link-w {
 float: right;
 width: 100%;
 display: block;
 margin-top: 15px;
}

.link-w a {
 background: #191919;
background: rgba(25, 25, 25, 0.9);
 color: #FFF;
 text-decoration: none;
 font-size: 16px;
 font-family: 'Source Sans Pro', sans-serif;
 display: inline-block;
}

.link-w a span {
 display: block;
 padding: 6px 10px 6px 10px;
 background: transparent;
}




.inner-slide:hover .carousel-caption p {
 background-color: #ffffff;
}

.inner-slide:hover .link-w a {
 background-color: #000;
}

.link-w a:hover span {
 background: #191919;
background: rgba(25, 25, 25, 1);
 color: #ffffff;
}

.link-w a:hover {
 color: #ffffff;
 text-decoration: none;
 font-size: 16px;
 font-family: 'Source Sans Pro', sans-serif;
 background: #191919;
background: rgba(25, 25, 25, 1);
opacity: 0.8;
}

.flex-control-nav {
 width: auto;
 position: absolute;
 bottom: 40px;
 text-align: right;
 max-width: 1160px;
 padding: 0px 20px 0px 40px;
 left: 0px;
 right: 0px;
 margin: 0px auto 0px auto;
 z-index: 99;
}

.flex-control-paging li a {
 width: 6px;
 height: 6px;
 text-align: left;
    border: 2px solid#fff;
 background-position: 0px 0px;
 transition:all .2s ease-in-out;  
      -o-transition:all .2s ease-in-out;  
      -moz-transition:all .2s ease-in-out;  
      -webkit-transition:all .2s ease-in-out;
background: #none;
border-radius: 50%;
margin-right: 7px;

}

.flex-control-paging li a:hover { background: #45144d; }
.flex-control-paging li a.flex-active { background: rgba(255, 255, 255, 0.8); }
.flex-control-paging li a.flex-active {
    background: #fff;
    border: 2px solid #FFF;
}
.w-60 .flex-direction-nav {
 display: none;
}

.flexslider.loading {
 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
 opacity: 0;
}

.flexslider {
 opacity: 1;
}
