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

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 40%;
}
.centered-btns_nav {
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 0px;
    display: block;
    height: 100%;
    width: 40px;
    opacity: 1;
    text-indent: -9999px;
    background-image: url('arrows.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0px;
}
.centered-btns_nav:hover {
	opacity: 1.0;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.centered-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs {
	left: 0;
	right: 0;
	margin: -30px auto 0;
	text-align: center;
	z-index: 10;
	position: absolute;
	display: block;
	height: 20px;
}
.centered-btns_tabs li {
	display: inline;
	float: none;
	margin: 0px 2.5px;
}
.centered-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
	background: rgba(255,255,255, .2);
	display: inline-block;
	border: 1px solid #FFF;
	width: 12px;
	height: 12px;
}
.centered-btns_here a {
	background: #FFF;
	background: rgba(255,255,255, 0.9);
}

@media all and (max-width: 1280px) {
	.rslides li {
		padding-top: 40%;
	}
}

@media all and (max-width: 900px) {
	.rslides li {
		padding-top: 50%;
	}
}
@media all and (max-width: 480px) {
	.rslides li {
		padding-top: 70%;
	}
}

