/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 494px;

}
.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;
}
.btn-brown {
    background: #eba100;
    padding: 10px 51px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 39px 0 0;
}
.banner-text { position: absolute; z-index: 9999; width:100%;  margin-top: 13%;}
.banner-text h1 {
    color: #333333;
    font-weight: bold;
    font-size: 45px;
    padding-bottom: 0px;
    padding: 16px 0;
}
.banner-text h2 {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.banner-text p { color: #fff; font-size: 16px; }
.inner-banner-text { position: absolute; z-index: 9999; width:100%;  margin-top: 9%;}


@media screen and (max-width: 768px) {

.rslides {
	height: auto !important;
}
  .banner-text {
    background: transparent;
    margin-top: 40%;
    padding: 10px 0 30px;
    position: absolute  !important;
    width: 100%;
    z-index: 9999;
}
.banner-text h1 { font-size: 27px; margin-top:0;
}
.banner-text p{ font-size: 15px;  margin-bottom: 10px;
}



  .inner-banner-text {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-top: 36%;
    padding: 10px 0 30px;
    position: relative  !important;
    width: 100%;
    z-index: 9999;
}
.inner-banner-text h1 { font-size: 27px; margin-top: 20px; padding-bottom: 0px;
}
.inner-banner-text p{ font-size: 15px;  margin-bottom: 10px;
}

}
 @media only screen and (max-width : 480px) {

.rslides {
	height: auto !important;
}

}