/*------------------------------------*\
	SLIDER STYLING
\*------------------------------------*/
#slider-wrapper {
		background-color: #000000;
}

#slider-strapline {
	width: 60%;
	position:absolute;
	top: 52px;
	left: 32px;
	color: #FFFFFF;
	z-index: 999;
}

#slider-strapline h1 {
	color: #FFFFFF;
	font-size: 54px;
	line-height: 56px;
}

#slider {
	position: relative;
	opacity: 0.5;
}

#slider .slide_image  {
	height: 800px !important;
	display: block;
}

.theslider {
	position: relative;
	overflow: auto;
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.theslider li {
	list-style: none;
}

.theslider ul li {
	float: left;
	position: relative;
}

.slide_image {
	vertical-align: middle;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(1);
}

.slide_text_wrapper {
	width: 92%;
	padding: 0 4%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.theslider h2 {
	font-size: 90px;
	line-height: 90px;
	color: #FFFFFF;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.9);
	letter-spacing: 3px;
}

.theslider a.button {
	margin-top: 24px;
	text-shadow: none;
}

.unslider-arrow.prev {
	background: url(../images/prev.png) no-repeat top;
	left: 20px;
}

.unslider-arrow.next {
	background: url(../images/next.png) no-repeat top;
	right: 20px;
}

.unslider-arrow {
	position: absolute;
	top: 50%;
	width: 78px;
	height: 98px;
	text-align: center;
	margin-top: -49px;
	cursor: pointer;
	z-index: 999999;
	text-indent: -99999px;
}

.unslider-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.unslider-nav li {
	display: inline-block;
	margin: 0 4px;
	text-indent: -99999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border: solid 2px #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.unslider-nav li.unslider-active {
	background: #FFFFFF;
}

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

#slider .slide_image  {
	height: 560px !important;
}

}

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

#slider-strapline h1 {
    font-size: 42px;
    line-height: 46px;
}

}

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

#slider-strapline h1 {
    font-size: 32px;
    line-height: 36px;
}

}

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

.theslider h1 {
	font-size: 38px;
	line-height: 38px;
}

}

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

#slider-strapline h1 {
    font-size: 28px;
    line-height: 30px;
}

}
