/**
 * @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 Slideshow - Core */
.portfolio-media {border: 1px solid #F2F2F2;-webkit-box-shadow: 0 0 2px rgba(50, 50, 50, 0.1);-moz-box-shadow: 0 0 2px rgba(50, 50, 50, 0.1);-ms-box-shadow: 0 0 2px rgba(50, 50, 50, 0.1);-o-box-shadow: 0 0 2px rgba(50, 50, 50, 0.1);box-shadow: 0 0 2px rgba(50, 50, 50, 0.1);margin: 0 0 30px;padding: 8px;text-align: center;overflow:hidden;}
.layout-slideshow {position: relative;overflow:hidden;}
.layout-slideshow:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-slideshow ul {list-style: none !important;margin: 0;padding: 0;}

/* 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: 60px;left: 60px;width: 50%;text-align:left;}
.layout-slideshow .sprocket-features-title {display: inline-block;padding: 6px 12px;}
.layout-slideshow .sprocket-features-desc {display: inline-block;padding:6px 12px;margin-bottom:20px;}

/* 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 {background: #fff; color: rgba(0, 0, 0, 0.8); cursor: pointer; display: block; height: 40px; margin: -20px 0 0; opacity: 0.6; overflow: hidden; position: absolute; text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); top: 50%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 40px;z-index: 10;font-size:24px;line-height:40px;}
.layout-slideshow .sprocket-features-arrows .prev {left: 0px;}
.layout-slideshow .sprocket-features-arrows .next {right: 0px;}
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: .8;}



.arrows-onhover .sprocket-features-arrows .arrow.prev {left:-42px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.arrows-onhover .sprocket-features-arrows .arrow.next {right:-42px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}


.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow.prev {left:0px}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow.next {right: 0px;}


.layout-slideshow .sprocket-features-pagination {position: absolute;left: 0; right:0; width:100%; display:block;bottom: 15px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {border: 5px solid; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; ;cursor: pointer;display: inline-block;height: 16px;margin: 0 2px;padding: 0;-webkit-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; width: 16px;}
.layout-slideshow .sprocket-features-pagination li.active {background: #fff;}
.layout-slideshow .sprocket-features-pagination li:hover {background: #fff;}
.layout-slideshow .sprocket-features-pagination li span {display: none;}
.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 {background: rgba(0,0,0,0.5);color: #fff;}