/*
 * jQuery wpflexSlider v2.0
 * http://www.woothemes.com/wpflexslider/
 *
 * 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 */
.wpflex-container a:active,
.wpflexslider a:active,
.wpflex-container a:focus,
.wpflexslider a:focus  {outline: none;}
.slides,
.wpflex-control-nav,
.wpflex-direction-nav {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin: 0; padding-left: 0px !important; list-style: none; list-style-type: none !important;} 
/*.wpflex-direction-nav ul{list-style-type:none !important;padding:0 !important;}*/
#left_area section.slider div.wpflexslider ul.wpflex-direction-nav li{list-style-type:none !important;padding:0 !important;}

/* wpflexSlider Necessary Styles
*********************************/ 
.wpflexslider {margin: 0; padding: 0;}
.wpflexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.wpflexslider .slides img {width: 100%; display: block;}
.wpflex-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;}


/* wpflexSlider Default Theme
*********************************/
.wpflexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.wpflex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .wpflex-viewport {max-height: 300px;}
.wpflexslider .slides {zoom: 1; padding: 0 !important;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.wpflex-direction-nav a {width: 36px; height: 39px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.wpflex-direction-nav .wpflex-next {background-position: 0 -39px; right: -36px;}
.wpflex-direction-nav .wpflex-prev {left: -36px;}
.wpflexslider:hover .wpflex-next {opacity: 1; right: 0;}
.wpflexslider:hover .wpflex-prev {opacity: 1; left: 0;}
.wpflex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.wpflex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.wpflex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.wpflex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.wpflex-control-paging li a:hover {background: #c8e0f3;}
.wpflex-control-paging li a.wpflex-active {background: #ddf5e7; cursor: default;  box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 3px rgba(255,255,255,0.2); border: 1px solid #1c3f59; top: 1px; position: relative; }

.wpflex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.wpflex-control-thumbs li {width: 25%; float: left; margin: 0;}
.wpflex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.wpflex-control-thumbs img:hover {opacity: 1;}
.wpflex-control-thumbs .active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .wpflex-direction-nav .wpflex-prev {opacity: 1; left: 0;}
  .wpflex-direction-nav .wpflex-next {opacity: 1; right: 0;}
}

/* Caption style */
.wpflex-caption {width: 96.4%; padding: 2%; background: #f5f5f5;
padding:5px 10px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	font-size:14px;
	background-color:#eae2f1;
	display:block;
	float:left;
	margin-bottom:5px;}

.wpflex-caption h2{color: ##92278F; font-size: 22px; line-height: 25px;}

.wpflex-caption .read-more{	
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	background-color:#54432C;
	display:block;
	float:left;
	margin-bottom:5px;
}

.wpflex-caption .read-more a{color: #D17016;}