/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}
.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;
}
.banner-text {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 50%;
	transform: translate(-0%, -50%);
}
.banner-text h2 { font-size: 30px; margin-bottom: 25px; color: #002d62; font-weight: 300; line-height: 100%;}
.banner-text h1 {
	font-size: 60px;
	margin-bottom: 21px;
	text-transform: uppercase;
	color: #141414;
	font-weight: 400;
	line-height: 70px;
}
.banner-text p { font-size: 20px; line-height: 28px;  margin-bottom: 10px; color: #646464; font-weight: 400; }

@media screen and (max-width: 768px) {

.rslides {
	height: auto !important;
}
.banner-text {
    margin-top: 0%;
    padding: 40px 0 30px;
    position: static;
    width: 100%;
    z-index: 9999;
	background: #00adef;
	text-align: center;
	transform: translate(-0%, -0%);
}
.banner-text .btn-blue {
	background: #a6ce3a;
}
.banner-text h1 {
	font-size: 30px;
	margin-bottom: 5px;
	color: #fff;
	line-height: 50px; }
	.banner-text h2 { font-size: 30px; margin-bottom: 10px; color: #fff;line-height: 50px; }
	.banner-text p {
		font-size: 18px;
		line-height: 22px;
		color: #ffffff;
	}


}
 @media only screen and (max-width : 480px) {

.rslides {
	height: auto !important;
}

}