.home-slider {
	position: relative;
	overflow: hidden;
}

.home-slider .jcarousel-wrapper {
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

.home-slider .jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.home-slider .jcarousel ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-slider .jcarousel li {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.home-slider .jcarousel li .slide {
	padding: 25% 20px 15% 20px;
}

.home-slider .jcarousel li .slide-content {
	position: relative;
	z-index: 3;
}

.home-slider .jcarousel li .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-slider .jcarousel-control-prev,
.home-slider .jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	padding: 10px 20px;
	font-size: 2em;
	z-index: 3;
}

.home-slider .jcarousel-control-prev {
	left: 20px;
}

.home-slider .jcarousel-control-next {
	right: 20px;
}

.home-slider {
	background: #262626;
	color: #FFFFFF;
}

/* .home-slider .jcarousel li .overlay						{ background:transparent url(backgrounds/gradient-top.png) repeat-x 50% 0%; } */
.home-slider .jcarousel-control-prev,
.home-slider .jcarousel-control-next {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.home-slider .jcarousel-control-prev:hover,
.home-slider .jcarousel-control-next:hover {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #BE1522;
}



/** VIDEO BACKGROUNDS **/
.home-slider video {
	position: absolute;
	width: 130%;
	left: -15%;
	top: 50%;
	z-index: 1;
}

.lt-ie9 .home-slider {
	background: #262626 url(backgrounds/hero-03.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #FFFFFF;
}

.lt-ie9 .home-slider video {
	display: none !important;
	visiblity: hidden !important;
}



/** SLIDE SEARCH **/
.slide-search .ss-image {
	display: block;
	width: 90%;
	margin: 0px auto;
	max-width: 678px;
	max-height: 133px;
}

.slide-search .ss-title {
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	font-size: 3.2em;
	margin: 0px 0px 60px 0px;
}

.slide-search .ss-title span {
	display: none;
}



/** RESPONSIVE **/
@media screen and (max-width:1600px) {

	.home-slider .jcarousel li .slide {
		padding: 200px 20px 100px 20px;
	}

}

@media screen and (max-width:1250px) {

	.home-slider .jcarousel li .slide {
		padding: 200px 20px 50px 20px;
	}

}

@media screen and (max-width:970px) {

	.home-slider .jcarousel li .slide {
		padding: 200px 20px 0px 20px;
	}

	.slide-search .ss-image {
		width: 60%;
	}

	.slide-search .ss-title {
		font-size: 2.5em;
	}

}

@media screen and (max-width:770px) {

	.device-ipad .home-slider video,
	.home-slider video,
	.home-slider .jcarousel-control-prev,
	.home-slider .jcarousel-control-next {
		display: none;
	}

	.home-slider {
		background: #262626 url(backgrounds/hero-03.jpg) no-repeat 50% 50%;
		background-size: cover;
		color: #FFFFFF;
	}

}

@media screen and (max-width:510px) {

	.slide-search .ss-title {
		font-size: 2.2em;
		line-height: 1.2em;
		margin: 20px 0px 60px 0px;
	}

}