/* Features - Layout Showcase - Core */
.layout-showcase {position: relative;border-radius: 0 10px 0 0;}
.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 */
.layout-showcase .sprocket-features-list {position: relative;/*overflow: hidden;*/padding: 0 !important;margin: 0 20px;}
.layout-showcase .sprocket-features-list li {position: absolute;top: 0;left: 0;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: 50px;margin-right: 50px;}
.layout-showcase .sprocket-features-content {width: 50%;float: left;margin-top: 20px;}
.layout-showcase .sprocket-features-img-container {float: right;width: 50%;}
.layout-showcase .sprocket-features-img-container img {float: left;margin-right: 25px;}
.layout-showcase .sprocket-features-title {font-size: 3em;font-weight: bold;-webkit-transform: translateZ(0); -webkit-font-smoothing: subpixel-antialiased;}
.layout-showcase .sprocket-features-desc {font-weight: bold;-webkit-transform: translateZ(0); -webkit-font-smoothing: subpixel-antialiased;}
.layout-showcase .sprocket-features-desc > span {display: inline-block;}
.layout-showcase .sprocket-features-desc .readon {font-family: 'NovecentoWideBold', Helvetica, Arial, sans-serif;font-weight: normal;font-size: 1em;padding: 12px 60px 12px 15px;margin-top: 15px;}
.layout-showcase .sprocket-features-desc .readon:before {top: 0;font-size: 1.4em;padding: 12px 10px 12px 13px;}

/* Features - Layout Showcase - Navigation */
.layout-showcase .sprocket-features-arrows .arrow {position: absolute;display: block;width: 24px;height: 24px;top: 50%;margin-top: -12px;border-radius: 1em;opacity: 0.5;cursor: pointer;z-index: 10;text-align: center;font-size: 4em;font-family: "Euphemia UCAS", Euphemia, Helvetica;-webkit-transform: translateZ(0); -webkit-font-smoothing: subpixel-antialiased;}
.layout-showcase .sprocket-features-arrows .prev {left: 10px;}
.layout-showcase .sprocket-features-arrows .next {right: 10px;}
.layout-showcase .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-showcase .sprocket-features-pagination {position: absolute;left: 250px;bottom: 15px;z-index: 10;padding: 0 !important;}
.layout-showcase .sprocket-features-pagination-hidden {display: none;}
.layout-showcase .sprocket-features-pagination li {display: inline-block;padding: 6px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-showcase .sprocket-features-pagination li:hover {opacity: 1;}
.layout-showcase .sprocket-features-pagination li.active {opacity: 1;position: relative;}
.layout-showcase .sprocket-features-pagination li.active:before {content: "";position: absolute;width: 6px;height: 6px;border-radius: 100%;top: 2px;left: 2px;}
.layout-showcase .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.pagination-active .sprocket-features-pagination {bottom: 36px;}

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

/* Custom Stuff */
.layout-showcase .sprocket-features-img-container {margin-top: -72px;}