/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a,
.flexslider a,
.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
*********************************/
.flexslider, .slides li { 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 { max-width: 100%; display: block; border: 0; }
.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 Theme */
.flexslider { position: relative; }

/* Caption Style */
.flex-caption { background: none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1; } /* IE rgba() hack */
/* 	00 is 0% transparent
	19 is 10%
	33 is 20%
	4C is 30%
	66 is 40%
	7F is 50%
	99 is 60%
	B2 is 70%
	CC is 80%
	E6 is 90%
	FF is 100% */
	
.flex-caption {
	width: 40%;
	padding: 7px 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 1;
	background: rgba(0,91,187,.5);
	color: #fff;
}

.flex-caption .flex-caption-text { padding: 0 1%; display: block; }

.flex-caption-text ul { margin: 0; }
.flex-caption-text ul a { color: #fff; text-decoration: none; }

/* Direction Nav Style */
.flex-direction-nav { height: 0; }
.flex-direction-nav a {
	width: 0;
	height: 0;
	margin: -13px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;	
}

.flex-direction-nav .flex-next {
	right: 5px;
	border-top: 11px solid transparent;
	border-left: 11px solid #2fc8ff;
	border-bottom: 11px solid transparent;
}

.flex-direction-nav .flex-prev {
	left: 5px;
	border-top: 11px solid transparent;
	border-right: 11px solid #2fc8ff;
	border-bottom: 11px solid transparent;
}

.flex-direction-nav .flex-disabled { opacity: .3; filter:alpha(opacity=30); cursor: default; }

/* Control Nav Style */
.flex-control-nav { position: absolute; top: 0; right: 0; text-align: right; z-index: 2; }	
.flex-control-nav li { margin: 0 5px 0 0; display: inline-block; float: left; zoom: 1; *display: inline; }
/*.flex-control-nav li:first-child { margin: 0; }*/
.flex-control-nav a {
	display: block;
	height: 5px;
	width: 10px;
	background: #fff;
	font: 0/0 a;
    text-shadow: none;	
    color: transparent;
	cursor: pointer;
	position: relative;
}

.flex-control-nav a:hover { background: #2fc8ff; }
.flex-control-nav a.flex-active { background: #2fc8ff; }
