/**
 * @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;
	display: block;
	width: 100%;
	height: auto;
}

.layout-slideshow .sprocket-features-img-container img {
	width: 100%;
}

.layout-slideshow .sprocket-features-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.layout-slideshow .sprocket-features-title {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 10px;
	display: inline-block;
	line-height: 22px;
}
.layout-slideshow .sprocket-features-desc {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
	padding: 10px;
	display: inline-block;
}

/* Features - Layout Slideshow - Enable First Item */
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {
	display: block;
	width: 100%;
	height: auto;
	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 {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -12px;
	border-radius: 0;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	font-size: 2.2em;
	line-height: 80px;
}

@media (max-width: 480px) {
	.layout-slideshow .sprocket-features-arrows .arrow {
		width: 30px;
		height: 40px;
		font-size: 1em;
		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 {
	color: #fff;
}
.arrows-onhover .sprocket-features-arrows .arrow {
	opacity: 0;
}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {
	opacity: 1;
}
.layout-slideshow .sprocket-features-pagination {
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 10;
}
.layout-slideshow .sprocket-features-pagination li {
	display: inline-block;
	padding: 4px !important;
	border-radius: 1em;
	cursor: pointer;
	border: 2px solid #000;
	opacity: 0.6;
	margin: 0 6px;
}
.layout-slideshow .sprocket-features-pagination li.active {
	background: #84a499;
	border-color: #84a499;
}
.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-arrows .arrow {
	background: #fff;
	color: #000;
}
.layout-slideshow .sprocket-features-pagination li{
	background: transparent;
}
.layout-slideshow .sprocket-features-desc {
	background: #84a499;
	color: #fff;
}

/* Features - Layout Slideshow - Transitions */
.layout-slideshow .sprocket-features-pagination li, 
.layout-slideshow .sprocket-features-arrows .arrow {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

@media (min-width: 767px) {
  .layout-slideshow .sprocket-features-content{
  	top: 15%;
  }

  .layout-slideshow .sprocket-features-title{
  	padding: 10px 160px;
  }

  .layout-slideshow .sprocket-features-title{
  	font-size: 36px;
  	line-height: 54px;
  }
}