/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
	float: left;
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.caption {
	position: absolute;
	display: block;
	bottom: 40px;
	width: 100%;
	border: 0;
	z-index: 100;
}

@media all and (min-width: 1000px) {
.caption {
	top: 520px;
}
}



.caption h2 {
	font-size: 2.75em;
	letter-spacing: -1px;
	line-height: 1em;
	margin: auto;
	width: 94%;
	max-width: 1200px;
	color: #FFF;
	font-weight: 700;
	text-shadow: 0px 0px 5px #000;
}