/*
 * 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 !important;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	border-bottom:3px solid #333;
	margin:20px 0 0; 
	padding:0 0 10px;
	position:relative
}
.flexslider:after {
	bottom:1px;
	content:"";
	border-top:1px solid #333;
	height:1px;
	position:absolute;
	left:0;
	width:100%;
	z-index:10
}
.flexslider .slides > li {display: none; list-style:none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {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
*********************************/
.flex-viewport {
	border-top:0;
}
.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;
	margin:0;
	background:#fff
}
.carousel {
	background:#fff;
	display:block;
	margin:0;
	position:relative;
	width:100%
}
.loading { display:none }
.carousel a { color:#fff }
.carousel li {
	float:left;
	margin:0 12px 0 0
}
.carousel .flex-viewport {
	margin:15px 0 0;
	padding:0
}
.carousel-content {
	background:#1d1d1d;
	clear:both;
	padding:10px 6%
}

/* Widget Slider */
.widget-slider { width:100% }
.content-area .widget-slider { width:96.9% }
.widgetslider {
	position:relative;
	width:100%
}
.widgetslider .slides li { display:none }

/* Direction Nav */
.flex-direction-nav {*height: 0; margin:0 !important;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flexslider:hover .flex-prev {opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {/*opacity: .3!important; filter:alpha(opacity=30);*/ cursor: default;}

.flex-direction-nav .fa {
	font-size:26px;
	font-style: normal;
	font-weight:700;
	display:inline-block;
	width:1em;
	text-align: center;
	line-height:28px;
}
.flex-direction-nav a {
	background:#fff;
	border:1px solid #000;
	color:#333;
	margin:0;
	position:absolute;
	top:9px
}
.flex-direction-nav a:hover {
	background:#000;
	color:#fff;
}
.carousel .flex-direction-nav .flex-disabled,
.relatedPosts .flex-direction-nav .flex-disabled { display:none }
.flex-direction-nav .flex-prev {
	left:10px
}
.flex-direction-nav .flex-next {
	right:10px
}
.flexslider .flex-direction-nav a {
	top:45.5%;
}
.widgetslider .flex-direction-nav a {
	top:40.5%;
}

@media screen and (max-width: 568px) {
	.flexslider .smallpost {
		margin-right:5%;
		width:45%
	}
	.flexslider .title26 {
		font-size:20px;
		line-height:26px
	}
	.flexslider .title18 {
		font-size:16px;
		line-height:22px
	}
	.flex-direction-nav a { top:21% }
}