/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2017 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 !important;padding: 0;}
.layout-slideshow .sprocket-none {opacity: 0;visibility: hidden;display: none;}

/* 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%;}
.layout-slideshow .sprocket-features-content {position: absolute;top: 35%;left: 50%;margin-left: -15%;text-align: center;width: 30%;z-index: 5 !important;background: rgba(255,255,255,0.1);padding: 15px 0;text-shadow: 0 2px 3px rgba(0,0,0,0.6);}
.layout-slideshow .sprocket-features-title {font-size: 2.5em;line-height: 1.3em;margin: 0 0 10px 0;padding: 10px 10px 30px;display: block;position: relative;}
.layout-slideshow .sprocket-features-title:before {content: ''; width: 150px; height: 4px; position: absolute; left: 50%; margin-left:-75px; bottom: 0;
background: rgb(199,45,145); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(199,45,145,1) 0%, rgba(121,47,144,1) 50%, rgba(86,53,148,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(199,45,145,1) 0%,rgba(121,47,144,1) 50%,rgba(86,53,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(199,45,145,1) 0%,rgba(121,47,144,1) 50%,rgba(86,53,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72d91', endColorstr='#563594',GradientType=1 ); /* IE6-9 */

}
.layout-slideshow .sprocket-features-desc {font-size: 1.3em;line-height: 1.3em;margin: 0;padding: 10px;display: 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: 50px;height: 35px;bottom: 0;cursor: pointer;z-index: 10;text-align: center;font-size: 2em;line-height: 18px;text-indent: -999em;}
.layout-slideshow .sprocket-features-arrows .arrow:after, .layout-slideshow .sprocket-features-arrows .arrow:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	height: 3px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #f7b71e;
}
.layout-slideshow .sprocket-features-arrows .arrow:before {
	top: 12px;
}
.layout-slideshow .sprocket-features-arrows .prev:before,
.layout-slideshow .sprocket-features-arrows .prev:after {
	left: 0;
	right; unset;
}
.layout-slideshow .sprocket-features-arrows .next:after,
.layout-slideshow .sprocket-features-arrows .next:before {
	right: 0;
	left: unset;
}
.layout-slideshow .sprocket-features-arrows .prev {left: 10px;}
.layout-slideshow .sprocket-features-arrows .prev:before,
.layout-slideshow .sprocket-features-arrows .next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.layout-slideshow .sprocket-features-arrows .prev:after,
.layout-slideshow .sprocket-features-arrows .next:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.layout-slideshow .sprocket-features-arrows .prev:hover:before,
.layout-slideshow .sprocket-features-arrows .next:hover:after,
.layout-slideshow .sprocket-features-arrows .prev:hover:after,
.layout-slideshow .sprocket-features-arrows .next:hover:before {
	background: #333;
}

.layout-slideshow .sprocket-features-arrows .next {right: 20px;}
.layout-slideshow .sprocket-features-arrows .prev {left: 20px;}
.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: 50px;bottom: 15px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {display: inline-block;border-radius: 1em;cursor: pointer;border: 5px solid #999;width: 10px;height: 10px;}
.layout-slideshow .sprocket-features-pagination li.active {border-color: #e52727}
.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 {}
.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {;color: #fff;}

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

