/*
 * 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; position: relative;
}
.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%; width:100%; display: block; border: none; }
.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 (Main Slider) Styling
*********************************/

#main-slider.flexslider .slides img {
	border-top: 3px solid #333; 
	border-bottom: 3px solid #333;
}

.flexslider {background: none; position: relative; width: 100%; zoom: 1; margin-bottom: 0; z-index: 0;
}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; z-index: 0;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative; z-index: 0;
}

.flex-caption {
	background-color: rgba(227, 224, 218, .4);
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	text-align: center;
	z-index: 2000;
	-webkit-mask-image: url(../Content/img/mask.png); 
	-o-mask-image: url(../Content/img/mask.png); 
	-moz-mask-image: url(../Content/img/mask.png); 
	mask-image: url(../Content/img/mask.png);
}

.flex-caption {
    color: #fff;
    font-size: 18px;
    font-weight:normal;
    line-height: 20px;
}

.flex-caption:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

.flex-caption .details {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.flex-caption p {
	color: #333;
	font-style: italic;
	border-top: 1px dotted #333;
	margin-top: 20px;
	padding-top: 15px;
	line-height: 1.5;
}

.flex-caption a.read-more-btn {
	padding: 10px;
	margin-top: 15px;
}

.flex-caption a.read-more-btn:hover {
	background-color: #333;
}

.flex-title {
	font-size: 50px;
	color: #fff;
	letter-spacing: 4px;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	-webkit-mask-image: url(../Content/img/mask.png)
	-o-mask-image: url(../Content/img/mask.png); 
	-moz-mask-image: url(../Content/img/mask.png); 
	mask-image: url(../Content/img/mask.png);
	-webkit-transform: rotate(-4deg) skew(-4deg, 0);
	-moz-transform: rotate(-4deg) skew(-4deg, 0);
	-ms-transform: rotate(-4deg) skew(-4deg, 0);
	-o-transform: rotate(-4deg) skew(-4deg, 0);
	transform: rotate(-4deg) skew(-4deg, 0);
}

.flex-title span {
	background-color: #333;
	padding: 10px 15px;
	display: block;
}

.flex-title [class^="icon-"] {
	font-size: 15px;
	color: #333;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
	text-shadow: none;
}

/* Direction Nav */
.flex-direction-nav a {width: 40px; height: 37px; margin: -13px 0 0; display: block; background: url(../Content/img/flexslider/bg_direction_nav_standard.png) no-repeat; position: absolute; bottom: 0; cursor: pointer; text-indent: -999em; opacity: .5; z-index: 2000;
}
.flex-direction-nav li a:hover {
	opacity: 1;
}
.flex-direction-nav .flex-next {background-position: -40px 0; right: 30px; bottom: 50px; }
.flex-direction-nav .flex-prev {right: 71px; bottom: 50px; }
.flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { display: none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); 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);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 767px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}