#slideshow {
	height: 781px;
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0px auto;
	/*max-width: 1600px;*/
	/*overflow: hidden;*/
	width: 100%;
	z-index: 1;
}

#slideshow li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
}

#slideshow li img {
	display: none;
	height: auto;
	width: 100%;
}

div.slide-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f3f3f3;
	font-family: 'Oswald', sans-serif;	font-weight: normal;
	left: 0;
	position: absolute;
	padding: 0 30px;
	text-align: center;
	bottom: 10%;
	width: 100%;
	z-index: 999;
}

div.slideshow-subtitle p {
	margin: 0;
}

.slideshow-title,
.slideshow-subtitle {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 45pt;
	padding: 0px;
	text-align: center;
	line-height: 1.0em;
	margin: 0 auto;
	text-transform: uppercase;
}

.slideshow-title {
	font-size: 45pt;
	font-weight: normal;
}

.slideshow-subtitle {
	font-weight: bold;
}

.slideshow-button button {
	text-align: center;
}

.rslides_nav.prev,
.rslides_nav.next {
	background-image: url( ../images/slide_previous.png );
	background-position: left center;
	background-repeat: no-repeat;
	height: 80px;
	left: 210px;
	margin-top: -40px;
	position: absolute;
	top: 80%;
	text-align: left;
	text-indent: -9999px;
	width: 40px;
	z-index: 100;
}

.rslides_nav.next {
	background-image: url( ../images/slide_next.png );
	background-position: right center;
	left: auto;
	right: 210px;
}

