/*
 * 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 .slides > li {display: none; -webkit-backface-visibility: hidden; overflow: hidden; position: relative;}
.flex-pauseplay span {text-transform: capitalize;}
#content .flexslider ul {margin: 0;}

/* 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 */
 /* pink: #f2798b violet: #8481bd */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/

.flexslider_container {
	min-height: 175px;
}

.flexslider {position: relative;}
.flexslider ul.slides img {width: 100%;}
.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;}

/* Direction Nav */
.flex-direction-nav {left: 0; right: 0; position: absolute; top: 40%; text-align: center; margin-top: -24px;}
.flex-direction-nav li {display: inline;}
.flex-direction-nav a {position: absolute; left: 0; width: 20px; height: 47px; margin: 0; display: block; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {left: auto; right: 0; background: url(../images/carousel_arrow_right.png) no-repeat left top;}
.flex-direction-nav .flex-prev {background: url(../images/carousel_arrow_left.png) no-repeat left top;}
.flex-direction-nav a:hover {background-position: left bottom !important;}
.flex-direction-nav a.flex-disabled {display: none;}

.testimonials .flex-direction-nav .flex-next {left: auto; right: 8%;}
.testimonials .flex-direction-nav .flex-prev {left: 8%;}

/* Control Nav */
.flex-control-nav {
	position: absolute;
	width: 100%;
	max-width: 1180px;
	min-width: 320px;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 9999;
	white-space: nowrap;
	top: 123px;
	left: 0;
	right: 0;
	text-align: right;
	display: inline-block;
	margin: 0 auto !important;
}
.flex-control-nav li {margin: 0 0 0 12px; display: inline;}
.flex-control-paging li a {
	width: 20px;
	padding-top: 20px;
	height: 0;
	display: inline-block;
	overflow: hidden;
	background: #8bc0c6;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom: none !important;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover, .flex-control-paging li a:focus, .flex-control-paging li a:active { background: #fff;}

.flex-viewport, .flexslider, .slides {height: 100%;margin: 0;border: none;border-radius: 0;}
.flexslider .slides > li {height: 100%;}