/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Slideshow - Core */
.layout-slideshow {
	position: relative;
}

.layout-slideshow:after {
	display: table;
	content: "";
	*zoom: 1;
	clear: both;
}

.layout-slideshow ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {
	position: relative;
	overflow: hidden;
}

.layout-slideshow .sprocket-features-img-container {
	position: absolute;
	top: 0;
}

.layout-slideshow .sprocket-features-img-container img {
	width: 100%;
}

.sprocket-features-content {
	position: absolute;
	top: 30%;
	left: 60px;
	right: 0;
	width: 100%;
	text-align: center
}

.layout-slideshow .sprocket-features-title {
	font-size: 3em;
	color: #fff;
	line-height: 1.1em;
	margin: 0 0 15px 0;
	padding: 10px;
	display: block;
	color: #fff;
	text-shadow: -2px -2px 0 #546372, 1px -1px 0 #546372, -1px 1px 0 #546372, 1px 1px 0 #546372;
}

/*.layout-slideshow .sprocket-features-title {margin: 10px 0;font-size:200%;line-height:1.2; padding-bottom:20px;text-align: center; font-style:normal; color:#fff;text-transform: uppercase;}*/
/*.layout-slideshow .sprocket-features-desc {margin: 10px 0;font-size:100%;line-height:1.2; border: 1px solid #fff; border-radius: 120px 30px 120px 30px; padding: 30px; width: 400px; font-style:italic; 
border-corner-shape: bevel; background-color: #006EAD; opacity: 0.9; border: solid 3px #B7BAC2; color:#fff}*/
.layout-slideshow .sprocket-features-desc {
	padding-top: 30px;
	line-height: 1.2;
	padding: 10px;
	color: #fff;
	top: 30px;
	right: 0;
	left: 0;
	margin: 0 0 15px 0;
	position: absolute;
	font-size: 25px;
	line-height: 1.1em;
	display: block;
	text-shadow: -1px -1px 0 #546372, 1px -1px 0 #546372, -1px 1px 0 #546372, 1px 1px 0 #546372;
}

a.readon {
	padding: 10px 30px;
	margin: 20px 0;
	display: inline-block;
}

/* Features - Layout Slideshow - Enable First Item */
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {
	position: relative;
}

.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container,
.layout-slideshow .sprocket-features-index-1 .sprocket-features-content {
	z-index: 2;
}

/* Features - Layout Slideshow - Navigation */
.layout-slideshow .sprocket-features-arrows .arrow {
	position: absolute;
	display: block;
	width: 40px;
	/*height: 40px;*/
	top: 50%;
	margin-top: -12px;
	border-radius: 0;
	opacity: 0.3;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.1em
}

.layout-slideshow .sprocket-features-arrows .prev {
	left: 10px;
}

.layout-slideshow .sprocket-features-arrows .next {
	right: 10px;
}

.layout-slideshow .sprocket-features-arrows .arrow:hover {
	opacity: 1;
}

.arrows-onhover .sprocket-features-arrows .arrow {
	opacity: 0;
}

.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {
	opacity: 1;
}

.layout-slideshow .sprocket-features-pagination {
	position: absolute;
	left: 0;
	bottom: 15px;
	right: 0;
	z-index: 10;
}

.layout-slideshow .sprocket-features-pagination li {
	display: inline-block;
	padding: 4px;
	opacity: 0.4;
	border-radius: 1em;
	cursor: pointer;
}

.layout-slideshow .sprocket-features-pagination li.active {
	opacity: 1;
}

.layout-slideshow .sprocket-features-pagination li span {
	display: none;
	font-size: 0.85em;
	line-height: 1em;
}

.layout-slideshow .sprocket-features-pagination-hidden {
	display: none;
}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
	background: #000;
	color: #fff;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.layout-slideshow .slideshow-content {}

.layout-slideshow .sprocket-features-desc {}

.layout-slideshow .sprocket-features-desc h3 {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1.7
}

/* Features - Layout Slideshow - Transitions */
.layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.sprocket-fullslideshow-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}