#slides {
	position: relative;
}

#slides .slides-container {
	display: none;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: -35px auto 0;
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	background: #fff;
	display: block;
	height: 46px;
	width: 46px;
	top: 50%;
	margin: -23px 10px 0;
	padding: 0;
	opacity: 0;
	text-align: center;
	line-height: 46px;
	font-size: 17px;
	color: #111;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.slides-navigation a:focus {
	color: #111;
}

.slides-navigation a.prev {
	left: -20px;
}

.slides-navigation a.next {
	right: -20px;
}

#slides:hover a.prev {
	opacity: 0.5;
	left: 0px;
}

#slides:hover a.next {
	opacity: 0.5;
	right: 0px;
}

#slides:hover a.prev:hover,
#slides:hover a.next:hover {
	opacity: 1;
	color: #111;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 160px;
	right:100px;
	text-align: right;
	width: 100%;
}

.slides-pagination a {
	position: relative;
	background: transparent;
	border: 3px solid #FFF;
	display: inline-block;
	overflow: hidden;
	height: 10px;
	width: 10px;
	border-radius:10px;
	margin: 6px 4px;
	text-indent: -200%;
	z-index: 1000;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.slides-pagination a.current {
	background: #FFF;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	     -o-transform: scale(1.3);
	        transform: scale(1.3);
}


/*------------------------------------------------------------------
[Hero]
*/

.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 85%;
	text-align: right;
	margin: 0 auto;
	z-index: 2;
}

.home .hero-text {top:170px;}
.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: #fff;
	top:80px;
}

.hero-title {
	line-height: 1.4;
	font-size: 32px;
	margin: 0 0 10px;
	color: #fff;
	text-transform:uppercase;
}

.module-overlay-dark-1:before {
	background: rgba(17, 17, 17, 0.2);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 992px) {

	.hero-title {
		font-size: 52px;
	}

}

@media (max-width: 767px) {

	.hero-title {
		font-size: 42px;
	}

}

@media (max-width: 627px) {

	.hero-title {
		font-size: 36px;
	}

}
.module-overlay-dark-1:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
