.website_slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: auto;
	margin-top: 110px;
}
  
.caption {
	margin: auto;
	width: 100%;
	display: table;
	min-height: 60px;
	font-size: 14px;
	line-height: 18px;
}

.website_slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;
	height: 551px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.small_slider li {
	height: 250px;
}

.website_slider li:first-child {
	position: relative;
	display: block;
	float: left;
}

/*.website_slider img {
	height: auto;
	width: 100%;
	border: 0;
}*/

/* Bullets */
.rslides_tabs {
	font-size: 0px;
	list-style: none;
	margin: 12px auto 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	font-size: 1px !important;
	line-height: 20px;
	padding: 3px 3px;
	border: 5px solid #e6e6e6;
	margin-right: 8px;
	margin-left: 8px;
	height: auto;
	border-radius: 50%;
	background: transparent;
	display: inline;
	background-color: #e6e6e6;
}

.rslides_tabs .rslides_here a {
	border-color: #d91724;
}

.website_slider_text {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: white;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 0px 0px 19px rgba(160,160,160,0.5);
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 959px) {
	.website_slider {
		height: 400px;
		margin-top: 70px;
	}
	.website_slider li {
		height: 400px;
	}
	
	.small_slider {
		height: 200px;
	}
	.small_slider li {
		height: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.rslides_tabs {
		display: none;
	}
	
	.website_slider {
		height: 280px;
		margin-top: 70px;
	}
	.website_slider li {
		height: 280px;
	}
	
	.small_slider {
		height: 170px;
	}
	.small_slider li {
		height: 170px;
	}
	
	.website_slider_text {
	    top: 45%;
	    font-size: 30px;
	    line-height: 35px;
	} 
}

@media only screen and (max-width: 479px) {
	.website_slider_text {
	    top: 45%;
	    font-size: 25px;
	    line-height: 30px;
	} 
}