/*! 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-line { position: relative; } 
.banner-text-line:before { position: absolute; left: 0px; top:0px; content: "";
 background: url(../images/banner-line-left.png) no-repeat; width: 17px;
    height: 206px; }
    .banner-text-line:after { position: absolute; right: 0px; top:0px; content: "";
 background: url(../images/banner-line-right.png) no-repeat; width: 17px;
    height: 206px; }

.banner-text { position: absolute; z-index: 99; width:100%; bottom: 30px; }
.banner-text h1 { font-size: 65px; margin-bottom: 10px; text-transform: capitalize; 
	color: #fff; font-weight: 700; line-height: 66px;}
.banner-text h2 { font-size: 34px; margin-bottom: 0px; text-transform: capitalize; color: #000000; font-weight: normal; line-height: 36px; font-family: 'Goldman', cursive; text-shadow: none;}
.banner-text h3 { font-size: 20px; line-height: 28px;  margin-bottom: 10px; color: #000000; font-weight: 400; text-transform: uppercase; font-family: 'Goldman', cursive; text-shadow: none;}
 
 .banner_content-area p strong {
    font-size: 20px;
    line-height: 33px;
}

 .banner_content-area {
    text-align: left;
    background: #2A994F;
    max-width: 500px;
    padding: 15px;
    border: 1px solid #fff;
    position:relative;
}

.orange-btn {
    background-color: #F58634;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    padding: 5px 22px;
    font-weight: 900;
    text-decoration: none !important;
    border: 0;
    transition: all 0.4s ease-out;
    border-radius: 3px;
    position:absolute;
    right:15px;
    top:38%;
}

.banner_content-area p {
    margin-bottom: 0;
    color: #000000;
    margin-top: 10px;
    line-height:22px;
}

.home-services-section .header h2 { color: #ffffff}

.christmas_banner {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 15px;
    z-index: 1;
    right: 0;
    left: 0;
    background: #ea0104;
    border: 1px solid #ffffff;
}
.christmas_banner p {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    padding: 10px 0px;
}
.christmas_banner p span {
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    margin-left: 15px;
}
 
@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-color:#2a994f;}
.banner-text .btn-blue{color:#2a994f !important;background:#fff;}
.banner-text .btn-blue:hover{color:#2a994f !important;background:#fff;}

.banner-text h1 { font-size: 30px; margin-bottom: 15px;line-height: 25px;}
.banner-text h2 { /*    font-size: 22px; */margin-bottom: 15px;/*line-height: 25px; */}
/*.banner-text h3 { font-size: 19px; line-height: 22px; }*/
.banner-bottom-box h3 {font-size: 23px; }
.orange-btn{position: relative; right: auto; top: 0;}
.banner_content-area{max-width:100%;}

.christ_img{margin-top:0px; text-align:center; }
.christ_img img{ display: inline !important; float: none !important;}

.christmas_banner{position:relative;}
.christmas_banner p span{display:block; padding: 0px 50px;}

}
 @media only screen and (max-width : 480px) {

.rslides {
	height: auto !important;
}

}