/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 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 {margin-bottom: 35px;}
.layout-showcase .sprocket-features-list {position: relative;overflow: hidden;padding: 0 !important;}
.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 {width: 100%;}
.layout-showcase .sprocket-features-list .sprocket-features-desc li {display: list-item;opacity: 1;position: relative;}

/* Features - Layout Showcase - Navigation */
.layout-showcase .sprocket-features-arrows .arrow {color: #fff; font-size: 55px; padding: 0 40px; position: absolute; top: 50%;  z-index: 10; cursor: pointer; display: block; height: 65px; line-height: 65px; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s;}
.layout-showcase .sprocket-features-arrows .prev {left: 0;}
.layout-showcase .sprocket-features-arrows .next {right: 0;}
.layout-showcase .sprocket-features-arrows .arrow:hover {background-color: #446cb2;}
.sprocket-features.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: 50px;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: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-showcase .sprocket-features-pagination li.active {opacity: 1;}
.layout-showcase .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.pagination-active .sprocket-features-pagination {bottom: -30px;}

/* Features - Layout Showcase - Colors */
.layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow {background: #000;color: #fff;}

/* katebmedia */
.sprocket-features-container{position: relative; font-family:web_Yekan; font-size: 13px;}
.sprocket-features-title{position: absolute; left: 0; right: 0; top: 20px; margin-left: auto; margin-right: auto; z-index: 10; text-shadow: 5px 5px 5px rgba(0,0,0,.5); font-size: 25px;}
.sprocket-features-content{ position: absolute; width: 50%; height: 100%; right: 0; left: auto; top: 0; bottom: 0; background: -webkit-linear-gradient(rgba(68,108,178,.75),rgba(68,108,178,.75)); background: linear-gradient(rgba(68,108,178,.75),rgba(68,108,178,.75)); padding: 15px; direction: rtl; text-align: right; padding-top: 80px; }
.layout-showcase .sprocket-features-img-container img {width: 100%; height: auto;}
.sprocket-features-desc{line-height: 40px;}
.sprocket-features-title a{color: #fff; text-decoration: none;}
.sprocket-features-desc .btn{background-color: #000; border-color: #000;}
.sprocket-features-desc .btn:hover,.sprocket-features-desc .btn:focus,.sprocket-features-desc .btn:active{background-color: #446cb2; border-color: #3d61a0;}