/*------------ banner ----------------*/
.rs2banner{
    clear: left;
    height: 466px;
    display: table-cell;
}

.rs2banner .wrapper{
   width: 1240px;
   background-color: pink;
}

.rs2banner .rsContainer{
    height: 100%;
}

.rs2banner .ccc{  /*royalSlider. use other name failed*/
    width: 100%;
    height: 100%;
}

.rsDefaultInv .rsImg {  /*overwrite org. for blw poa*/
    position: relative;
}

.rsDefaultInv .rsGCaption {
    position: absolute;
    float: none;
    top: 30px;
    left:30px;
    text-align: left;
    color: #333;
    width: 450px;
    height: 340px;

}


.rsGCaption h2{
	font-family: 'Ban01';
	font-size:48px;
    line-height:40px;
    text-transform:uppercase;
	padding:0px;
	margin:10px 0px 30px 0px;
	color:rgb(214, 149, 7);
	border:none;
	float:none;
}

.rsDefaultInv .rsSlide{
    background: #fff !important;
}

.rsGCaption p{
    font-family:Arial, sans-serif;
    color:#868585;
    font-size:16px;
    line-height:23px;
}

.rsGCaption form{
    font-size:18px;
    margin-top: 90px;
}

.rsGCaption form button.rmore{
	padding:3px 25px;
	font-size:15px !important;
	text-transform:uppercase;
	font-family: sans-serif;
	cursor:pointer;
	color:#0d4953;
	background:none;
	border:4px solid #0b706b}

    .rsGCaption form button.rmore:hover{
	color:#DC2126;
	border:4px solid #DC2126
}
