/**
* @version   $Id: slideshow.css 27411 2015-03-06 14:17:56Z james $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2018 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Features - Layout Slideshow - Core */
.layout-slideshow {position: relative;-webkit-transform: translateZ(0);}
.layout-slideshow:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-slideshow ul {list-style: none !important;margin: 0;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 {position: relative;width: 100%;}
.layout-slideshow .sprocket-features-content {
	position: absolute;
	bottom: 65px;
	width: 45%;
	right: 12%;
}
.wild_ss .sprocket-features-content {
	right: 6% !important;
	width: 85% !important;
	font-size: 0.85em;
	padding: 6px !important;
}
.wild_ss .sprocket-features-desc {
	margin-top: 0px !important;
}
.layout-slideshow .sprocket-features-title {
	font-size: 3.6em;
	font-family: 'Lovers Quarrel', 'Helvetica', arial, serif !important;
	margin: 0;
	padding: 0;
	line-height: 50px;
	border-radius: 5px;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
}
.layout-slideshow .sprocket-features-desc {
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.layout-slideshow .readon {margin: 15px 0 0 0;display: table;font-size: 1rem;}

/* 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;top: 50%;margin-top: -12px;opacity: 0.7;cursor: pointer;z-index: 100;text-align: center;font-size: 2em;-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;}
.layout-slideshow .sprocket-features-arrows .prev {left: 15px;}
.layout-slideshow .sprocket-features-arrows .next {right: 15px;}
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: 1;}
.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.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: 50%;margin-left: -22px;bottom: 15px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {display: inline-block;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 - 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;}

/* Custom */
.layout-slideshow .sprocket-features-content {color: #ffffff;background: rgba(0, 0, 0, 0.5);padding: 15px;}
.layout-slideshow .sprocket-features-content h2.sprocket-features-title {color: #ffffff !important;}