/*
 * 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;
}
#featuredslider ul {
	list-style: none;	
}
#featuredslider {
	width: 960px;
	height: 510px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#featuredslider img {
	width: 100%;
	display: block;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	padding: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease-in;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease-in;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .flex-direction-nav li {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav li {
	opacity: 1;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.slides li a {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.slides li a:hover {
	opacity: .8;
}
.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
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
	z-index: 1;
}
.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;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.thecarousel img {
	display: block;	
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 25px;
	height: 30px;
	margin: -15px 0 0;
	display: block;
	background: url(../images/sprite.png) no-repeat -8px -423px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999em;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.flex-direction-nav .flex-next {
	background-position: -25px -445px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
	background-position: 0 -415px;
}
.flex-next:hover, .flex-prev:hover {
	background-color: #00adee;
	opacity: 1!important;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	display: none;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
#featuredslider .flex-direction-nav a {
	position:static;
	opacity:1;
}
#featuredslider .flex-direction-nav a {
	cursor:pointer;
	position:absolute;
	width:165px;
	height:80px;
	top:50%;
	margin-top:-80px;
	-webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    transition:all 300ms ease;
}
#featuredslider .flex-direction-nav a img {
	position:absolute;
	top:0;
	right:25px;
}
#featuredslider .flex-direction-nav .flex-next img {
	left:25px;
}
#featuredslider .flex-prev {
	left:-140px;
	background:url(../images/ajax-loader.gif) no-repeat 85px 32px, url(../images/sprite.png) no-repeat 124px -173px #25292D;
}
#featuredslider .flex-prev:hover {
	left:0;
}
#featuredslider .flex-next {
	right:-140px;
	background:url(../images/ajax-loader.gif) no-repeat 85px 32px, url(../images/sprite.png) no-repeat 11px -140px #25292D;
}
#featuredslider .flex-next:hover {
	right:0;
}
/* Captions */
#featuredslider .captions {
	position: absolute;
    bottom: 0;
	background-color: #233340;
    height: 65px;
    padding: 16px 20px 20px;
    width: 640px;
    z-index: 99998;	
}
#featuredslider .captions li {
	display: none;
	position: absolute;
}
#featuredslider .captions li:first-child {
	display: block;	
}
#featuredslider h3 {
	font-weight: 700;
	color: #fff;
}
#featuredslider p {
	color: #a1adb7;
	width: 640px;
}