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

/* Features - Layout Showcase - Content */
.pagination-active {padding-bottom: 80px;}
.layout-showcase .sprocket-features-list {position: relative;overflow: hidden;padding: 0 !important;}
.layout-showcase .sprocket-features-list li {position: absolute;top: auto;left: auto;opacity: 0;width: 100%;height: 100%;display: none;}
.layout-showcase .sprocket-features-list li.active {position: static;height: auto;opacity: 1;display: block;}
.arrows-active .sprocket-features-list {margin-left: 0;margin-right: 0;}
.layout-showcase .sprocket-features-img-container img {text-align: center;overflow:hidden;}
.layout-showcase .sprocket-features-title {font-size:20px;margin-bottom:10px;}
.layout-showcase .sprocket-features-arrows {position: relative;}
.layout-showcase .sprocket-features-content .sprocket-features-desc {margin-bottom:20px;}

/* Features - Layout Showcase - Navigation */
.layout-showcase .sprocket-features-arrows .arrow {position: absolute;display: block;width: 40px;height: 40px;bottom: -60px;opacity: 0.6;cursor: pointer;z-index: 10;text-align: center;color:#fff;-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;font-size:14px;line-height:40px;}
.layout-showcase .sprocket-features-arrows .prev {left: 0;}
.layout-showcase .sprocket-features-arrows .next {right: 0;}
.layout-showcase .sprocket-features-arrows .arrow:hover {opacity: 1;}
.sprocket-features.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;-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 {opacity: 1;}
.layout-showcase .sprocket-features-pagination {position: absolute;left: 0;z-index: 10;padding: 0 !important;}
.layout-showcase .sprocket-features-pagination-hidden {display: none;}
.layout-showcase .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-showcase .sprocket-features-pagination li.active {opacity: 1;background: #fff;}
.layout-showcase .sprocket-features-pagination li:hover {background: #fff;}
.layout-showcase .sprocket-features-pagination li span {display: none;}
.pagination-active .sprocket-features-pagination {bottom: 27px;width:100%;display:block;text-align:center;}

/* Features - Layout Showcase - Colors */
.layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow {}

