/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2013 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;}


.hsponsors .layout-slideshow {
    border: 4px solid #606060;
    background: #fff url(../../../../../images/bg_video.png) repeat-x left bottom;
}

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {overflow: hidden;}

.layout-slideshow .sprocket-features-img-list li {position: relative;}

.layout-slideshow .sprocket-features-img-container {
    position: absolute;
    top: 0; 
    width: 100%;
    max-width: 770px;
    height: 300px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hsponsors .layout-slideshow .sprocket-features-img-container {
    width: 100%;
    height: 120px;
    padding: 5% 0%;
    background-size: 65% auto;
    box-sizing: border-box;
}

.rs_link {display: none;}

.hsponsors .rs_link {
    width: 70%;
    height: 100%;
    display: block;
    margin: auto;
}

.layout-slideshow .sprocket-features-content {
    position: absolute; 
    bottom: 15px;
    left: 20px;
    width: 70%;
    background: url(text_bg.png);
    padding: 1% 2%;
}

.hsponsors .layout-slideshow .sprocket-features-content {display: none;}

.layout-slideshow .sprocket-features-title {font-size: 1.6em;line-height: 1.3em;margin: 0 0 5px 0;padding: 0px;display: inline-block;}
.layout-slideshow .sprocket-features-desc {
    font-size: 14px;
    color: #fcfcfc;
    font-weight: 400;
    width: 100%;
}

/* 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;
    opacity: 1;
    cursor: pointer;
    z-index: 10;
    top: auto !important;
    bottom: 15px;
    width: 18px !important;
    height: 29px !important;
    }
    
.hsponsors .layout-slideshow .sprocket-features-arrows .arrow {
    top: 50% !important;
    margin-top: -14px;
}    
.layout-slideshow .sprocket-features-arrows .prev {
    left: auto !important;
    right: 45px;
    background: url(gray_left_arrow.png) !important;
    }
.layout-slideshow .sprocket-features-arrows .next {
    right: 10px;
    background: url(gray_right_arrow.png) !important;
    }
    
.hsponsors .layout-slideshow .sprocket-features-arrows .prev {
    right: auto;
    left: 5% !important;
} 

.hsponsors .layout-slideshow .sprocket-features-arrows .next{
    right: 5%;
}
   
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: 0.7;}
.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: 20px;top: 15px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {width: 12px; height: 12px;display: inline-block;padding: 6px;opacity: 0.9;border-radius: 1em;cursor: pointer;margin-right: 4px !important; }
.layout-slideshow .sprocket-features-pagination li.active {opacity: 0.9;background: #dfa338 !important}
.layout-slideshow .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.layout-slideshow .sprocket-features-pagination-hidden {display: none;}

.layout-slideshow a.readon {
    display: none;
    width: 120px;
    height: 36px;
    background: url(slideshow_readon.png);
    text-transform: uppercase;
    color: #734f13;
    line-height: 38px;
    padding-left: 18px;
    font-weight: 900;
    margin-top: 22px;
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 21px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 21px rgba(0, 0, 0, 1);
}

.layout-slideshow a.readon:hover {text-decoration: none; opacity: 0.8;}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li {background: #fff !important;color: #fff;}
.layout-slideshow .sprocket-features-title {
    color: #dfa338;
    text-transform: uppercase;
    font-weight: 900;
}


/* 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;}


.arrow.next,
.arrow.prev {

}

.arrow.next {

}

.arrow.prev {
    
    

}



.layout-slideshow .sprocket-features-img-list li a.fullclick {
	    position: absolute;
	    bottom: -15px;
	    left: -20px;
	    display: block;
	    width: 135%;
	    height: 300px;;
	    z-index: 1;
	}