<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2014 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; background:rgba(9, 13, 15, 0.5);}
.layout-slideshow2 .sprocket-features-img-container {position: absolute;top: 0;}
.layout-slideshow2 .sprocket-features-img-container img {width: 100%;}
.layout-slideshow2 .sprocket-features-content {position: absolute;bottom: 0;width: 80%;text-align:center;padding: 0;left: auto;margin: 0 10%;min-height: 70px; top:38%; }
.layout-slideshow2 .sprocket-features-padding {padding: 0 45px 25px 45px;}
.layout-slideshow2 .sprocket-features-title {font-size: 45px;line-height: 1.3em;margin: 10px 0;padding: 0;display: block; text-shadow:1px 1px 2px #000; font-weight:700;}
.layout-slideshow2 .sprocket-features-desc {font-size: 16px;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 {position: absolute;display: block;width: 24px;height: 24px;bottom: 6%;opacity: 0.5;cursor: pointer;z-index: 10;text-align: center;font-size: 2.2em;}
.layout-slideshow2 .sprocket-features-arrows .prev { left: 12%;width: 0;height: 0;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-right: 13px solid white;}
.layout-slideshow2 .sprocket-features-arrows .next {right: 12%;width: 0;height: 0;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-left: 13px solid white;}
.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; padding:10px;}
.layout-slideshow2 .sprocket-features-pagination li.active { background:rgba(0, 0, 0, 0);  border-width:2px; border-style:solid;}
.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-title, .layout-slideshow2 .sprocket-features-desc {color: #fff;}

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





/*Slide*/
@media (min-width: 320px) and (max-width: 1024px) {
 .layout-slideshow2 .sprocket-features-title {
line-height:1.0em;
font-size:22px;
}
}


</pre></body></html>