/**
 * @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 */
.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;}
 
 

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {position: relative;overflow: hidden;}
.layout-slideshow .sprocket-features-img-container {position: absolute;top: 0; /* -webkit-clip-path: polygon(0px 410px,970px 380px,962px 30px,0px 0px );*/}
.layout-slideshow .sprocket-features-img-container img {width: 100%;}
.layout-slideshow .sprocket-features-content {position:absolute;top:55%;left:50%;width:960px;margin-left:-490px;padding: 20px;}
.layout-slideshow .sprocket-features-title {font-size: 1.5em;line-height: 1.3em; color: #FFF;display: block;width: 100%}
.layout-slideshow .sprocket-features-desc {font-size: 1.1em;line-height: 1.3em;margin: 0;padding: 10px;margin-top: 145px;}

/* 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 {z-index: 1;}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-content {z-index: 3;  top: 25%;}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-desc { background: none;
  color: #fff;
  width: 320px;
  height: 138px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;}

  .layout-slideshow .sprocket-features-index-1 .sprocket-features-desc h2 {color: #F7F7F7;
    text-shadow: 0 0 5px rgba(0,0,0,1);}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-desc i {  font-size: 500%;
  border: 5px solid #31B2E4;
  border-radius: 50%;
  height: 100px;
  width: 110px;
  line-height: 1.5em;
  padding: 10px 0px 10px 10px;
}
.playbutton {
  width: 110px;
  height: 110px;
}
/* Features - Layout Slideshow - Navigation */
.layout-slideshow .sprocket-features-arrows .arrow {position: absolute;display: block;width: 24px;height: 24px;top: 50%;margin-top: -12px;opacity: 0.5;cursor: pointer;z-index: 10;text-align: center;}
.layout-slideshow .sprocket-features-arrows .prev {left: 10px;}
.layout-slideshow .sprocket-features-arrows .next {right: 10px;}
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: 1;}
.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;font-size: 12px;line-height: 24px;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-slideshow .sprocket-features-pagination {position: absolute;left: 50px;bottom: 15px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {display: inline-block;padding: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-slideshow .sprocket-features-pagination li.active {opacity: 1;}
.layout-slideshow .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.layout-slideshow .sprocket-features-pagination-hidden {display: none;}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {background: #000;color: #fff;}
.layout-slideshow .sprocket-features-desc {background: rgba(0,0,0,0.5);color: #fff; width: 400px}

/* 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;}

