/*!
 * Flex Slider Style v2.2.0
 */

/* =BROWSER RESET STYLE
================================================================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.flexslider .slides,
.flexslider .flex-control-nav,
.flexslider .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* =FLEXSLIDER NECESSARY STYLES
================================================================*/

.flexslider {margin: 0; padding: 0;position: relative;overflow:hidden;background:url('../images/loader.gif') no-repeat center;min-height:500px;}.flexslider.deloader {background:none;}
.flexslider .slides > li {position: relative;margin: 0;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: "."; 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
================================================================*/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}

/* =DIECTIONAL NAV STYLE
================================================================*/
.flex-direction-nav > li { margin: 0;}
.flex-direction-nav a {    
	cursor: pointer;
    display: block;
    height: 86px;
    left: 0;
    margin-top: -43px;
    opacity: 0.85;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 43px;
    z-index: 5;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.flex-direction-nav .flex-next {background: url(../images/next-arrow.png) no-repeat center center transparent; left: auto;right: 0;}
.flex-direction-nav .flex-prev {background: url(../images/prev-arrow.png) no-repeat center center transparent; }
.flexslider .flex-next:hover,.flexslider .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: 0.3 !important; cursor: default;}

.flexslider .flex-caption{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 6px -3px #000;
    height: auto;
    left: 8%;
    padding: 30px 30px 35px;
    position: absolute;
    top: 18%;
    width: 370px;
}

.flexslider .flex-caption .slide-ttl{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.flexslider .flex-caption .slide-link{
    background: none repeat scroll 0 0 #cc8418;
    bottom: 0;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: -20px;
    padding: 9px 20px;
    position: absolute;
    right: 30px;
	font-size: 13px;
}
