/*
 * 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: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 {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style-type:none; padding:0; margin:0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider-container { position:relative;}

/* 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 {background:none;  position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.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;
}
.flex-caption {
	width: 730px; 
	margin: 0; 
	position: absolute; 
	left: 50%;
	margin-left:-365px;
	top: 206px; 
	background: none; 
	color: #909090; 
	font-size: 13px; 
	line-height: 21px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	text-align:center;
}
	.flex-caption .inner {
		width:137px;
		height:142px;
		padding:37px 30px 18px 30px;
		position:absolute;
		right:0;
		top:0;
		font-style:normal;
		background:url(bg-caption.png) 0 0 repeat;
		border-radius: 98px;
		-moz-border-radius: 98px;
		-webkit-border-radius: 98px;
	}
	.flex-caption .inner h6 {
		font-size: 13px; 
		line-height: 21px;
		font-family: 'Ubuntu', sans-serif;
		font-weight:300;
		text-transform:capitalize;
		color:#fff;
		font-style:normal;
		margin:0;
	}
	.flex-caption .inner .slider-content {
		width:100%;
		height:111px;
		overflow:hidden;
	}
	.flex-caption .inner .slider-link {
		font-size: 11px; 
		line-height: 17px;
		font-family: 'Ubuntu', sans-serif;
		font-weight:300;
		text-transform:uppercase;
		color:#fff;
		letter-spacing:-1px;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	   transition: all 0.5s ease;
	}
		.flex-caption .inner .slider-link:hover {color:#6791cb;}
	
.flex-caption p {
	margin:0 0 6px 0; 
	color:#909090;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
}

/* Direction Nav */
.flex-direction-nav { 
	height: 0px; 
	width:940px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-470px;
}
.flex-direction-nav li {list-style-type:none; padding:0; margin:0;}
.flex-direction-nav li a {
	width: 40px; 
	height: 508px; 
	margin:0; 
	display: block; 
	position: absolute; 
	top: 0; 
	cursor: pointer; 
	text-indent: -999em;
}
	.flex-direction-nav li a span {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		opacity:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.flex-direction-nav li a:hover span{opacity:1;}
		
.flex-direction-nav li .next {background: url(slider-next.png) 0 top no-repeat;  right: 0;}
.flex-direction-nav li .prev {background: url(slider-prev.png) 0 top no-repeat;  left: 0;}

.flex-direction-nav li .next span{background: url(slider-next.png) 0 bottom no-repeat;}
.flex-direction-nav li .prev span{background: url(slider-prev.png) 0 bottom no-repeat;}
	
	
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	position: absolute;
    left: 10px;
    top: 308px;
    z-index: 999;
}
.flex-control-nav li {
	background: url("../images/slideshow_btn.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-weight: normal;
    margin: 2px;
    opacity: 0.9;
    padding: 0;
}
.flex-control-nav li a {
	color: #7F0019;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0;
	cursor:pointer;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    width: 20px;
}
.flex-control-nav li a:hover,.flex-control-nav li a.active {
	background: url("../images/slideshow_btn_current.png") no-repeat scroll 0 0 transparent;
}
.slider-container .left{display:none;}