/*
 * jQuery FlexSlider v2.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;} 

/* FlexSlider Necessary Styles
*********************************/ 
.sliderContent .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: "."; 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;}

.sliderContent .sliderContent .flex-active-slide + li{
	width: none;
}
/* FlexSlider Default Theme
*********************************/
.sliderContent .flexslider {
	margin: 0; 
	background: #fff; 
	position: relative;
	z-index: -999999; 
	zoom: 1;}
.flex-viewport {
	max-height: 580px; 
	-webkit-transition: all 2s ease-out; 
	-moz-transition: all 2s ease-out; 
	transition: all 2s ease-out;     
	-webkit-box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.8);;
    -moz-box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.8););
    -o-box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.8);;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav a {width: 35px; height: 65px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%;  transform: translateY(-50%); cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.sliderContent .flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0px;
	margin-top: 16%;
	margin-right: 4%; 
	z-index: 1000000;
}
.sliderContent .flex-direction-nav .flex-prev {
	left: 0px;
	margin-top: 16%;
	margin-left: 4%; 
	z-index: 1000000;
}
.flexslider .flex-next {opacity: 0.8; right: 10px; background: url(images/bg_direction_nav.png) no-repeat -57px 0px;}
.flexslider .flex-prev {opacity: 0.8; left: 10px;}
.flexslider .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */   
.sliderContent .flex-control-nav {
	width: auto; 
	position: absolute; 
	top: 450px; 
	text-align: center;
	left: 407px;
}

.flex-control-paging{
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; opacity: 0.5;}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #f00; background: -moz-linear-gradient(left, #f80d00 0%, #990d00 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f80d00), color-stop(100%,#990d00)); background: -webkit-linear-gradient(left, #f80d00 0%,#990d00 100%); background: -o-linear-gradient(left, #f80d00 0%,#990d00 100%); background: -ms-linear-gradient(left, #f80d00 0%,#990d00 100%); background: linear-gradient(to right, #f80d00 0%,#990d00 100%); cursor: default; }

.sliderContent .flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	display: block; 
	background: #666; 
	background: rgba(255,255,255,1.0); 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.7); 
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.7); 
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.7); 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.7); 

	box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
	border: 1px solid #666;
}
.flex-control-paging li a:hover { background: #fff;  opacity: 1;}
.flex-control-paging li a.flex-active {background: #f00; 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 .active {opacity: 1; cursor: default;}

.flex-control-captions {width: 960px; margin-left: 20px; overflow: hidden; text-transform: uppercase; font-size: 0.9em;}
.flex-control-captions li {width: 234px; height: 50px; float: left; margin: 0 8px 0 0;}
.flex-control-captions li:last-child {margin-right: 0;}
.flex-control-captions li a {height: 40px; padding: 5px; display: block; background: #333; cursor: pointer; color: #fff; }
.flex-control-captions li a:hover,
.flex-control-captions li a.flex-active { background: #F00; }
.flex-control-captions li a.flex-active { font-weight: bold; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}