/*
 * jQuery flexslider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

/* Resets
*********************************************/

.sq-slider a:hover,
.sq-slider a:focus {
	outline: none;
}

.slides,
.slides > li,
.sq-control-nav,
.sq-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sq-pauseplay span {
	text-transform: capitalize;
}

/* Base Styles
*********************************************/

.sq-slider {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}

.sq-slider li {
	margin-bottom: 0;
}

.sq-slider .slides > li {
	overflow: hidden;
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
	height: 550px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

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

.sq-slider .slides:after {
	content: '\0020';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .sq-slider .slides {
	display: block;
}

* html .sq-slider .slides {
	height: 1%;
}

.no-js .sq-slider .slides > li:first-child {
	display: block;
}

/* Default Styles
*********************************************/

.sq-slider {
	position: relative;
	padding: 8px;
	background: #ffffff;
	margin-bottom: 40px;
	zoom: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sq-slider .slides {
	zoom: 1;
}

.sq-slider .sq-post-meta li {
	color: #ffffff;
	font-weight: 500;
}

.sq-slider .sq-post-meta a {
	color: #ffffff;
}

.sq-slider .slides img {
	height: auto;
}

.sq-viewport {
	max-height: 2000px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.loading {
	min-height: 660px;
	background: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel li {
	margin-right: 5px;
}

.sq-direction-nav {
	height: 0;
}

.sq-direction-nav a {
	text-decoration: none;
	display: block;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.sq-direction-nav .sq-prev {
	left: -50px;
	background: url(../images/slide-left.png);
	height: 34px;
	width: 20px;
}

.sq-direction-nav .sq-next {
	right: -50px;
	text-align: right;
	background: url(../images/slide-right.png);
	height: 34px;
	width: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	.sq-direction-nav .sq-prev {
		background: url(../images/slide-left@2x.png);
		background-size: 20px 34px;
	}

	.sq-direction-nav .sq-next {
		background: url(../images/slide-right@2x.png);
		background-size: 20px 34px;
	}
}

.sq-slider:hover .sq-direction-nav .sq-prev {
	opacity: 0.7;
	left: 40px;
}

.sq-slider:hover .sq-direction-nav .sq-prev:hover {
	opacity: 1;
	color: #ffffff;
}

.sq-slider:hover .sq-direction-nav .sq-next {
	opacity: 0.7;
	right: 40px;
}

.sq-slider:hover .sq-direction-nav .sq-next:hover {
	opacity: 1;
	color: #ffffff;
}

.sq-direction-nav .sq-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.sq-pauseplay a {
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 100;
	color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}

.sq-pauseplay a:before {
	content: '\f04c';
}

.sq-pauseplay a:hover {
	opacity: 1;
}

.sq-pauseplay a.sq-play:before {
	content: '\f04b';
}

.sq-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 100;
	left: 0;
}

.sq-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

.sq-control-paging li a {
	width: 9px;
	height: 9px;
	display: block;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}

.sq-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.6);
}

.sq-control-paging li a.sq-active {
	background: rgba(255, 255, 255, 0.8);
	cursor: default;
}

.sq-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.sq-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.sq-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.7;
	cursor: pointer;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.sq-control-thumbs img:hover {
	opacity: 1;
}

.sq-control-thumbs .sq-active {
	opacity: 1;
	cursor: default;
}

.sq-slider-content {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #ffffff;
	text-align: center;
	z-index: 1;
}

.sq-slider-content * {
	color: #ffffff !important;
}

.sq-slider-content *:hover {
	color: #ffffff;
}

.sq-slider-content .sq-post-categories {
	margin-bottom: 10px;
	font-style: italic;
}

.sq-featured-post-title {
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 28px;
}

.sq-slider-content .sq-post-meta {
	padding-top: 0;
}

.sq-slider-content .sq-post-categories a {
	color: #ffffff;
}

.sq-slider-content ul li {
	display: inline-block;
}

/* POST GALLERY 
*******************************************/

.sq-post-gallery {
	position: relative;
	zoom: 1;
	margin-bottom: 40px;
	background-color: #ffffff;
	padding: 8px 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sq-post-gallery li {
	margin-bottom: 0;
}

.sq-post-gallery .slides {
	zoom: 1;
}

.sq-post-gallery .slides > li {
	overflow: hidden;
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
}

.sq-related-post .sq-post-gallery .slides > li {
	height: auto;
}

.sq-post-gallery .slides img {
	display: block;
	margin: 0 auto;
}

.sq-post-gallery .slides:after {
	content: '\0020';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .sq-post-gallery .slides {
	display: block;
}

* html .sq-post-gallery .slides {
	height: 1%;
}

.no-js .sq-post-gallery .slides > li:first-child {
	display: block;
}

.sq-post-gallery .sq-direction-nav .sq-prev {
	opacity: 0.7;
	left: 20px;
}

.sq-post-gallery:hover .sq-direction-nav .sq-prev:hover {
	opacity: 1;
	color: #ffffff;
}

.sq-post-gallery .sq-direction-nav .sq-next {
	opacity: 0.7;
	right: 20px;
}

.sq-post-gallery:hover .sq-direction-nav .sq-next:hover {
	opacity: 1;
	color: #ffffff;
}

/* Responsive
*********************************************/

@media screen and (max-width: 860px) {
	.sq-direction-nav .sq-prev {
		opacity: 1;
		left: 20px;
	}

	.sq-direction-nav .sq-next {
		opacity: 1;
		right: 20px;
	}
}
