/**
 * @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 Slideshow2 - Core */
.layout-slideshow2 {position: relative;}
.layout-slideshow2:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-slideshow2 ul {list-style: none !important;margin: 0;padding: 0;}

/* Features - Layout Slideshow2 - Content */
.layout-slideshow2 .sprocket-features-img-list {position: relative;overflow: hidden;}
.layout-slideshow2 .sprocket-features-img-container {position: absolute;top: 0;}
.layout-slideshow2 .sprocket-features-img-container img {width: 100%;}
.layout-slideshow2 .sprocket-features-content::before {content:"";position: absolute;top: -12px;left: 50%;margin-left: -12px;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 12px solid rgba(0,0,0,0.5);}
.layout-slideshow2 .sprocket-features-content {position: absolute;bottom: 0;width: 50%;text-align:center;background: rgba(255,255,255,1);padding: 0;left: 0;right:0;margin: 0 auto;min-height: 70px;}
.layout-slideshow2 .sprocket-features-padding {padding: 0 45px 25px 45px;}
.layout-slideshow2 .sprocket-features-title {font-size: 1.8em;line-height: 1.3em;margin: 10px 0;padding: 0;display: block;}
.layout-slideshow2 .sprocket-features-desc {font-size: 1em;line-height: 1.3em;margin: 0;padding: 0;display: block;}
.layout-slideshow2 .readon {margin: 5px;}
@media (max-width: 767px) {
	.layout-slideshow2 .sprocket-features-desc {display: none;}
}

/* Features - Layout Slideshow2 - Enable First Item */
.layout-slideshow2 .sprocket-features-index-1 .sprocket-features-img-container {position: relative;}
.layout-slideshow2 .sprocket-features-index-1 .sprocket-features-img-container, .layout-slideshow2 .sprocket-features-index-1 .sprocket-features-content {z-index: 2;}

/* Features - Layout Slideshow2 - Navigation */
.layout-slideshow2 .sprocket-features-arrows .arrow {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #000;
	border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 2.2em;
    height: 40px;
    line-height: 1.1em;
    margin-top: -12px;
    opacity: 0.3;
    position: absolute;
    text-align: center;	
    top: 50%;
    width: 40px;
    z-index: 10;
}
.layout-slideshow2 .sprocket-features-arrows .prev {
    left: 10px;
}
.layout-slideshow2 .sprocket-features-arrows .next {
    right: 10px;
}
.layout-slideshow2 .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-slideshow2 .sprocket-features-pagination {position: absolute;text-align: center;bottom: 5px;z-index: 10;left: 50%;width: 30%;margin-left: -15%;}
.layout-slideshow2 .sprocket-features-pagination li {display: inline-block;padding: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-slideshow2 .sprocket-features-pagination li.active {opacity: 1;}
.layout-slideshow2 .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.layout-slideshow2 .sprocket-features-pagination-hidden {display: none;}

/* Features - Layout Slideshow2 - Colors */
.layout-slideshow2 .sprocket-features-pagination li {background: #000;color: #fff;box-shadow: 1px 1px 1px rgba(255,255,255,0.5);}
.layout-slideshow2 .sprocket-features-title, .layout-slideshow2 .sprocket-features-desc {color: #000;}

/* Features - Layout Slideshow2 - Transitions */
.layout-slideshow2 .sprocket-features-pagination li, .layout-slideshow2 .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%;
}