/*
 * 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
*********************************/
.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%;  min-height:345px; 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 
*********************************/
.flexslider {
	background: #fff; 
	position: relative; 
	zoom: 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;
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .button {
	margin-bottom: 0;	
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1; 
	position: relative;
}

.control_bottom { width:100%; height:33px; background:url(../images/control-base.png) repeat-x; border-bottom-left-radius:4px; border-bottom-right-radius:4px; position:absolute; bottom:-33px; }

/* Caption style */

.flex-caption {
	width: 100%; /* 310px/940px */
	min-width: 320px;
	max-height: 82px;
	padding:10px 0 10px 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	background:url(../images/banner_text_bg.png) no-repeat left
}

.flex-caption h2 {
	font-family: 'open_sansbold';
	font-size: 30px; 
	font-weight:normal;
	line-height: 1.3em; /* 26px/20px */
	margin:0 0 6px 20px;
	color: #fbb03f;
}

.flex-caption p {
	margin: 0px 20px 0;	
}

/*.flex-caption h2 + p {
	margin: 0;	
}
*/
.flex-caption a { background:url(../images/more_button.png) no-repeat; width:55px; height:22px; text-indent:-99999px; border:none; display:inline-block}


/* Direction Nav */

.flex-direction-nav { 
	position: absolute;
	right: 0;
	bottom: -13px;
	width:100%;
	height: 27px;
	*height: 0;
}

.flex-direction-nav li { 
	display: inline-block;
}

.flex-direction-nav li:first-child { 
	margin-right: 1px;
}

.flex-direction-nav a {
	display: block;
	width: 27px; 
	height: 27px; 
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	cursor: pointer; 
	text-indent: -999em;
}

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-prev.flex-disabled {
	background-position: 10px 7px;
	position:absolute;
	left:4px;
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-next.flex-disabled {
	background-position: -17px 7px; 
	position:absolute;
	right:4px;
}

.flex-direction-nav a.flex-next:hover{ background:url(../images/arrows_hover.png) no-repeat right; background-position: -17px 7px;  }
.flex-direction-nav a.flex-prev:hover{ background:url(../images/arrows_hover.png) no-repeat left; background-position: 10px 7px;  }

.flex-direction-nav a.flex-disabled:link, .flex-direction-nav a.flex-disabled:visited, 
.flex-direction-nav a.flex-disabled:hover, .flex-direction-nav a.flex-disabled:active {
	background-color: rgba(0,0,0,0.6);
	cursor: default;
}

/* Control Nav */

.flex-control-nav {
	position: absolute; 
	left: 302px;
	bottom: -21px;
	/*background-color: rgba(0,0,0,0.8);
	padding: 10px 20px;*/
	overflow: hidden;
}

.flex-control-nav li {
	margin-left: 8px;
	float: left;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-paging a {
	width: 10px; 
	height: 10px; 
	display: block; 
	background:url(../images/slider-pagi.png) no-repeat 0 0;
	cursor: pointer; 
	text-indent: -999em;
}

.flex-control-paging a:hover {
	background:url(../images/slider-pagi.png) no-repeat 0 -10px;
}

.flex-control-paging a.flex-active {
	cursor: default;
	background:url(../images/slider-pagi.png) no-repeat 0 -10px;
}

.ie8 .flex-direction-nav a:link, .ie8 .flex-direction-nav a:visited,
.flex-control-paging a.flex-active,
.ie8 .flex-direction-nav a:link, .ie8 .flex-direction-nav a:visited {background-color: inherit; }

.flex-direction-nav a:hover, .flex-direction-nav a:active,
.ie8 .flex-direction-nav a:hover, .ie8 .flex-direction-nav a:active, { background-color: inherit; }