/*! 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: 2; width:100%;  top: 18%;}
.banner-left h1 { font-size: 52px; margin-top: 20px; padding-bottom: 60px; line-height: 34px; 
	font-family: "Roboto Condensed",sans-serif; font-weight: 300;
}
.banner-left h2 {font-size: 29px; margin: 0px; padding-bottom: 0px; line-height: 34px; 
	font-family: "Roboto Condensed",sans-serif; color: #fff; font-weight: 700;
}
.rslides li{position: relative;}
.rslides li::after{position: absolute;left:0px;
	top:0px;right:0px;bottom:0px;content:" ";width:100%;height:100%;z-index:9;background:rgba(0,0,0,0.4);}

.inner-banner-text { position: absolute; z-index: 9999; width:100%;  margin-top: 9%;}

@media screen and (max-width: 1024px) {
.rslides { height: auto;}
.book-section {    
    bottom: -8px;
}

  .banner-text {
    background: #012b72 none repeat scroll 0 0;
    top: 40%;
    padding: 10px 0 30px;
    position: relative  !important;
    width: 100%;
   
}


}


@media screen and (max-width: 768px) {

.rslides {
	height: auto !important;
}


.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: 30px; 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;
}

}