/*
 * 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;} /* 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;}

/* 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: #fff; position: relative; zoom: 1;}
.flexslider .slides {
	zoom: 1;
	display: block;
	padding: 10px 10px 15px 10px;
	height: 380px;
	background:url(../img/points.png) repeat-x left bottom #ffffff;
}
.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=#4CFFFFFF,endColorstr=#4CFFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF); zoom: 1;}
.flcconttc {
	display:table-cell;
	vertical-align:bottom;
}
.flccont {
    display: table;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
	
}
.flex-caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    color: #222222;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    height: auto;
    margin: 0 0 25px 8px;
    padding: 16px 11px 9px 15px;
    width: 320px;
	border-left:2px #00a500 solid;
	vertical-align:bottom;	
	line-height:18px;
}
.subcaption {
    display: block;
    font-family: Arial;
    font-size: 12px;
    color:#676767;
}
.fctitle {
	margin-bottom:10px;
	display: block;
}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li .prev, .flex-direction-nav li .next {
	width: 22px; 
	height: 22px; 
	display: block; 
	background-position:0 0;
	background-repeat:no-repeat;
	position: absolute; 
    bottom: 30px; 
    right: 43px;
	cursor: pointer; 
	text-indent: -999em;
}
.flex-direction-nav li .prev { background-image:url(../img/lar_sq.png);
}
.flex-direction-nav li .next {background-image:url(../img/rar_sq.png);
}
.flex-direction-nav li .prev:hover, .flex-direction-nav li .next:hover {background-position:0 -22px; 
}
.flex-direction-nav li .next {right: 19px;
}



		.singlepostslider .flex-direction-nav li .next {
			right: 10px;
			bottom: 10px;
		}
		.singlepostslider .flex-direction-nav li .prev {
			right: 47px;
			bottom: 10px;
		}


.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {display:none !important;
}
.flexslider a {	text-decoration: none;
}