/*
 * jQuery FlexSlider v2.2.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;}
.flexslider .slides > li {position: relative; display: none; -webkit-backface-visibility: hidden;height: auto;} /* 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: "\0020"; 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;}

/* Theming */

.pt-loading {
	position: relative;
	min-height: 400px;
	background: transparent url(../img/ajax-loader.gif) no-repeat center center;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.pt-slideshow {
	position: relative;
	height: auto;
}

.pt-viewport {
	margin-bottom: 12px;
	position: relative; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.pt-slider .slides img {
	width: 100%; 
	display: block;
}

.loading .pt-viewport {
	max-height: 300px;
}

/* Hide Before Load Complete */

.pt-slideshow .slides,
.pt-slider .slides {
	zoom: 1;
}

.pt-slideshow .slides > li,
.pt-slider .slides > li {
	display: none;
	webkit-backface-visibility: hidden;
	text-align: center;
	list-style-type: none;
} 

.pt-slideshow .slides,
.pt-nav .slides {
	zoom: 1;
}

.pt-nav .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}

/* Slider - Control Nav */

.pt-direction-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 999;
}

.pt-direction-nav .ico {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
}

ul.pt-direction-nav {
	list-style-type: none;
}

.pt-direction-nav li a {
	background: #16a085;
	color: #fff;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.pt-direction-nav li a:hover {
	background: #2a7869;
	color: #fff;
}

.pt-direction-nav li a.pt-next {
	position: absolute;
	right: 40px;
}

.pt-direction-nav li a.pt-prev {
	position: absolute;
	left: 40px;
}

.pt-disabled {
	opacity: 0.1;
}

.single-post .pt-slideshow ul,
.single-post .pt-slider ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

/* Slider - Thumbnail Navigation */

.pt-slideshow-nav ul {
	margin-left: auto;
	margin-right: auto;
}

.pt-slideshow-nav li {
	margin-right: 13px;
}

.pt-slideshow-nav img {
	display: block; 
	opacity: .5; 
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pt-slidesho-nav img:hover {
	opacity: 1;
}

.pt-slideshow-nav .pt-active-slide img {
	opacity: 1; 
	cursor: default;
}
