/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2013 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;}
.layout-slideshow .sprocket-features-img-container img {width: 100%; height: auto;}

.layout-slideshow .sprocket-features-content {
position: absolute;
bottom: 180px;
left: 25%;
width: 50%;
}
.layout-slideshow .sprocket-features-title {font-size: 2em;line-height: 1.3em;margin: 0 0 5px 0;padding: 10px;display: inline-block;}
.layout-slideshow .sprocket-features-desc {font-size: 1.1em;line-height: 1.3em;margin: 0;padding: 10px;display: inline-block;}
.layout-slideshow .sprocket-features-desc p {margin: 0;}


/* 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, .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: 120px;
	height: 90px;
	top: 50%;
	margin-top: -12px;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
}
.layout-slideshow .sprocket-features-arrows .prev {

	background: url('images/next-prev-btn.png') 65px 0px no-repeat;

	text-align: right;
	-webkit-transition: all 0.3s ease-in-out;
	}

.layout-slideshow .sprocket-features-arrows .prev .icon-chevron-left {
}

.layout-slideshow .sprocket-features-arrows .next {
	background: url('images/next-prev-btn.png') -65px 0px no-repeat;
	right: 0;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	}
.layout-slideshow .sprocket-features-arrows .next .icon-chevron-right {
}

.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-slideshow .sprocket-features-pagination {
	position: absolute;
	right: 6%;
	top: 81%;
	z-index: 110;
}
.layout-slideshow .sprocket-features-pagination li {
	display: inline-block;
	padding: 2px;
	cursor: pointer;
}

.layout-slideshow .sprocket-features-pagination li span {
	width: 26px;
	height: 26px;
	background: url("images/nav-btn.png") -26px 0px no-repeat;
	display: inline-block;
	text-indent: -300px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.layout-slideshow .sprocket-features-pagination li.active span {
	width: 26px;
	height: 26px;
	background-position: 0px 0px;
	display: inline-block;
}
.layout-slideshow .sprocket-features-pagination-hidden {display: none;}

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

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

#rt-slider {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#rt-slider:hover .arrow {opacity: 1;}
#rt-slider:hover .arrow.prev {}
#rt-slider:hover .arrow.next {}

.sprocket-features-img-container a > img {
	width: 100% !important;
	height: auto !important;
}
#rt-slider a.slider-btn {
	padding: 8px 14px;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	margin-top: 10px;
	display: inline-block;
	color: #fff;
}
.one-half.last {
	.icon-left {
		.content {		
			text-align: left !important;
		}
	} 
}
.one-half {
	.icon-left {
		.content {		
			text-align: right !important;
			padding-right: 15px;
			h3 {
				line-height: 1.2em;
			}
		}
	} 
}




@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.layout-slideshow .sprocket-features-content {
		position: absolute;
		bottom: 146px;
		right: 13%;
		left: auto;
		width: 50%;
		text-align: right;
	}
	.layout-slideshow .sprocket-features-desc {display: none;}
	.layout-slideshow .sprocket-features-title {
		font-size: 1.5em;
	}
}

@media (max-width: 767px) {
	.layout-slideshow .sprocket-features-arrows .arrow {display: none;}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}
@media only screen and (max-width: 480px) {

}
