@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: "Roboto-Light";
	src: url(font/Roboto-Light.ttf);
}
@font-face {
	font-family: "Roboto-Regular";
	src: url(font/Roboto-Regular.ttf);
}
@font-face {
	font-family: "Roboto-Bold";
	src: url(font/Roboto-Bold.ttf);
}


html{
	height:100%;
	width:100%;
}
body{
	font-family: "Roboto-Light";
	background-color:#fff;
	margin:0px auto;
	font-size:15px;
	color:#fff;
	padding:0px;
}
input, textarea, select{
	font-family: "Roboto-Light";
	font-size:13px;
	position:relative;
	color:#000;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#fff;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#fff;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input:-moz-placeholder { color:#a7a9ac;opacity:1; }
.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.verticalmiddle{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.error{
	color:#9cbc5a;
	font-size:15px;
}
.whiteph::-webkit-input-placeholder { color:#fff;opacity:1; }
.whiteph::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.whiteph:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.whiteph:-moz-placeholder { color:#fff;opacity:1; }
.brownbg{
	background:#5a3f2f;
}
.container{
	background:#000;
}
.containerpadding{
	padding-left:30px;
	padding-right:30px;
}
.logo{
	background:#5a3f2f;
	position:fixed;
	z-index:65000;
	width:100%;
	box-shadow:0px 0px 10px #000;
}
.specialoffertitle{
	height:70px;
	line-height:70px;
	font-size:20px;
	text-align:center;
	color:#b5752a;
}
#ui-datepicker-div{
	display:none;
}
.footerbtn1{
	height:75px;
	line-height:75px;
	color:#fff;
	background-color:#b5752a;
	text-align:center;
}
.footerbtn1:hover{
	background-color:#333;
}
.footerbtn2{
	height:75px;
	line-height:75px;
	color:#fff;
	background-color:#599442;
	text-align:center;
}
.footerbtn2:hover{
	background-color:#599442;
}
.socmedmedtop{
	width:100%;
	height:78px;
	background-color:#5a3f2f;
	text-align:center;
	cursor:pointer;
}
.socmedmedtop:hover{
	background-color:#333;
}
.footerbg{
	background:url(images/footerbg.png) repeat-x bottom #5a3f2f;
	height:170px;
	font-size:15px;
	text-align:center;
}
.menu_icon{
	cursor:pointer;
	display:inline-block;
}
.menu_icon_img {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
}
.menu_icon_img:hover { 
-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
}
.menu_slide{
	background:url(images/menu_bg_shadow.png) left repeat-y #5a3f2f;
	width:365px;
	position:fixed;
	z-index:95000;
	height:100%;
	right:0px;
	display:none;
}
.menu_slide_padding{
	overflow:auto;
	height:100%;
}
.menu{
	padding-top:26px;
	text-align:center;
	height:48px;
}
.menupoint{
	padding-top:25px;
	padding-bottom:25px;
	color:#fff;
	border-top:3px solid #825e49;
	padding-left:44px;
	font-size:25px;
}
.menupoint:hover{
	background-color:#b5752a;
}
a.a_menu{
	color:#fff;
	font-size:25px;
}
a.a_menu:hover, a.a_menu_active{
	color:#71c5be;
}
.posabs{
	position:absolute;
}
#menuslidebackpart{
	position:fixed;	
	z-index:89999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	display:none;
}
.menu_slide_padding2{
	padding-top:40px;
	padding-left:35px;
	padding-right:35px;
	font-size:25px;
}
.membershipicon{
	height:30px;
	padding-left:85px;
	background:url(images/membership_icon.png) no-repeat center left;
	padding-top:15px;
}
.menubtn1{
	height:75px;
	line-height:75px;
	background-color:#7b5845;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	cursor:pointer;
}
.menubtn1:hover{
	background-color:#b5752a;
}
.roomchoicepart{
	max-width:420px;
	
	
	
	background:#5a3f2f;
}
.roomchoicename{
	font-size:20px;
	height:44px;
	line-height:30px;
	padding-left:0px;
	padding-right:50px;
	background:url(images/roomchoicearrow2.png) center right 0px no-repeat;
	vertical-align:middle;
	display:table-cell;
}
.roomchoicepart:hover{
	
}
.roompart{
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}
.roomdetailheader{
	font-size:25px;
	color:#b5752a;
	padding-bottom:25px;
}
select.selectroomid{
	width:196px;
	height:52px;
	background:#fff;
	border:none;
	font-size:17px;
}
.contentpartpos{
	position:relative;
	z-index:9800;
	margin-bottom:100px;
}
.contentpartheader{
	padding-bottom:23px;
	background-color:#5a3f2f;
	font-size:17px;
}
.partheadertext{
	font-size:17px;
	width:157px;
	padding-top:40px;
	padding-left:20px;
	background:url(images/arrow_down2.png) right bottom 5px no-repeat;
	cursor:pointer;
}
.partheadertext:hover{
	color:#ddd;
}
.contentpartdescpart{
	padding-top:25px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:25px;
	background-color:rgba(255, 255, 255, 1);
	font-size:17px;
	display:none;
	line-height:20px;
}
.contentpartdescpart2{
	color:#000;
	padding-bottom:50px;
}
.hidebtn{
	
	cursor:pointer;
	color:#000;
	width:100%;
	height:53px;
	border:1px solid #000;
	line-height:53px;
	text-align:center;
}
.hidebtn:hover{
	color:#666;
}
.contentmenu{
	padding-top:26px;
	padding-bottom:26px;
	border-top:1px solid #c4bab4;
	border-bottom:1px solid #745e50;
}
select.menuselect{
	background:none;
	border:0px;
	font-size:25px;
	color:#fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("images/arrow_down_select.png") no-repeat center right;
	width:100%;
}
select.menuselect option{
	color:#000;
}
.contact_title{
	color:#b5752a;
	font-size:25px;
	padding-bottom:17px;
}
.contact_title2{
	font-size:25px;
	padding-bottom:18px;
	color:#b5752a;
}
#content_contact{
	font-size:18px;
	line-height:20px;
}
.contactdescription{
	font-size:18px;
	line-height:20px;
}
.contact_address{
	padding-bottom:20px;
}
.contact_label{
	color:#b5752a;
}
.contact_phone{
	padding-bottom:20px;
}
.contact_email{
	padding-bottom:20px;
}
.contact_website{
	padding-bottom:50px;
}
.contentpart2{
	padding-top:30px;
	padding-bottom:50px;
	min-height:300px;
	background-color:#5a3f2f;
}
.contacttable td{
	font-size:20px;
	font-family: "Roboto-Bold";
	vertical-align:middle;
}
.contactseparator{
	margin-top:30px;
	margin-bottom:30px;
	height:2px;
	background:#b5752a;
}
input.contact_input{
	width:141px;
	padding-left:10px;
	padding-right:10px;
	height:35px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:13px;
}
input.contact_input2{
	width:323px;
	padding-left:10px;
	padding-right:10px;
	height:35px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:13px;
}
input.contact2_input{
	width:380px;
	padding-left:10px;
	padding-right:10px;
	height:55px;
	background-color:#fff;
	color:#000;
	border:1px solid #b5752a;
	font-size:18px;
	text-align:center;
}
select.contact_select2{
	width:163px;
	height:39px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:13px;
}
.input_div{
	padding-bottom:12px;
}
textarea.contact_textarea{
	width:362px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:119px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:13px;
}
textarea.contact2_textarea{
	width:380px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:160px;
	background-color:#fff;
	color:#000;
	border:1px solid #b5752a;
	font-size:18px;
	text-align:center;
}
input.submit_btn{
	padding-left:10px;
	width:163px;
	height:41px;
	text-align:left;
	background:#b5752a;
	border:0px;
	color:#fff;
	font-size:13px;
	cursor:pointer;
}
input.submit_btn:hover{
	background:#333;
}
input.submitbtn{
	width:400px;
	height:58px;
	border:1px solid #b5752a;
	background:#b5752a;
	color:#fff;
	cursor:pointer;
	font-size:18px;
}
input.submitbtn:hover{
	background:#333;
}
.btn1{
	width:400px;
	height:58px;
	text-align:center;
	line-height:58px;
	background-color:#b5752a;
	cursor:pointer;
	font-size:19px;
	display:inline-block;
	border:0px;
	color:#fff;
}
.btn1:hover{
	background-color:#fff;
	color:#000;
}
.btn1list{
	width:398px;
	height:56px;
	text-align:center;
	line-height:58px;
	background-color:none;
	cursor:pointer;
	font-size:19px;
	display:inline-block;
	border:1px solid #b5752a;
	color:#fff;
}
.btn1list:hover{
	background-color:#b5752a;
}
input.submitbtn2{
	width:327px;
	height:31px;
	border:1px solid #b5752a;
	background:#b5752a;
	color:#fff;
	cursor:pointer;
}
input.submitbtn2:hover{
	background:#333;
}
.roomdetailheader{
	font-size:25px;
	color:#b5752a;
	padding-bottom:15px;
}
.awardstitle{
	font-size:23px;
	padding-top:10px;
	padding-bottom:30px;
	text-align:center;
}
figure{
	display:none;
}
.awardsimg{
	max-width:420px;
	height:420px;
}
.galleryname2{
	font-size:15px;
	height:47px;
	line-height:47px;
	padding-left:7px;
	width:380px;
	background:url(images/roomchoicearrow.png) center right 7px no-repeat;
	text-align:left;
}
.galleryname{
	font-size:15px;
	height:47px;
	line-height:47px;
	padding-left:7px;
	text-align:center;
	display:none;
}
.videoimg{
	width:380px;
	height:255px;
}
.videoname{
	padding-left:30px;
	font-size:18px;
	font-family: "Roboto-Bold";color:#fff;
	padding-bottom:10px;
}
.backdiv{
	padding-top:10px;
	text-align:right;
	padding-right:30px;
}
.downloadname{
	font-family: "Roboto-Bold";
	font-size:25px;
	padding-left:5px;
	line-height:30px;
}
.downloadbtn{
	font-family: "Roboto-Bold";
	font-size:15px;
	font-size:12px;
	width:100px;
	height:25px;
	line-height:25px;
	color:#5a3f2f;
	background:#fff;
	text-align:center;
}
.downloadbtn:hover{
	background:#b5752a;
	color:#fff;
}
.downloadseparator{
	margin-top:15px;
	margin-bottom:15px;
	height:1px;
	background:#b5752a;
}
.gallerytd{
	padding-bottom:30px;
}
.membershipiconheader{
	background:url(images/membership_icon.png) top left 30px no-repeat #5a3f2f;
}
.membership_title{
	padding-top:25px;
	color:#b5752a;
	font-size:22px;
	text-align:center;
	padding-bottom:10px;
}
.membership_description{
	font-size:16px;
	text-align:center;
	line-height:25px;
	padding-bottom:25px;
}
.contentmenupoint{
	width:225px;
	height:55px;
	line-height:55px;
	background-color:#5a3f2f;
	display:inline-block;
	text-align:center;
	margin-right:1px;
	font-size:18px;
}
.contentmenupoint2{
	height:40px;
	line-height:40px;
	background-color:#5a3f2f;
	display:inline-block;
	text-align:left;
	padding-left:85px;
	font-size:25px;
}
.contentpart3{
	padding:30px;
	padding-bottom:80px;
	background-color:#5a3f2f;
}
.width100percent{
	max-width:420px;
}
.login_title{
	font-size:30px;
	color:#b5752a;
	padding-top:30px;
	padding-bottom:25px;
}
.register_title{
	font-size:30px;
	color:#b5752a;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.logindivinput{
	padding-bottom:30px;
}
.logindivinput2{
	padding-bottom:12px;
}
input.logininput{
	width:378px;
	height:58px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #b5752a;
	background:#fff;
	font-size:18px;
}
input.login_input{
	width:378px;
	height:58px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #b5752a;
	background:#fff;
	font-size:18px;
}
textarea.login_textarea{
	width:378px;
	height:130px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #b5752a;
	background:#fff;
	font-size:18px;
}
.logindivsubmitinput{
	padding-top:5px;
}
.loginbottompoint{
	padding-top:30px;
}
.register_label{
	padding-bottom:12px;
	font-size:18px;
}
.contentpart4{
	padding-bottom:80px;
	background-color:#5a3f2f;
}
input.checkboxtnc{
	position:relative;
	top:2px;
}
.headermembership{
	padding:18px 23px;
	border-bottom:2px solid #b5752a;
}
.headermembershipbtn{
	background:url(images/headermembershipbtnbg.png) repeat-x;
	width:129px;
	border:1px solid #b5752a;
	height:38px;
	text-align:center;
	line-height:38px;
	font-size:15px;
	color:#fff;
}
.headermembershipbtn:hover{
	background:#b5752a;
}
.headermembershipbtn2{
	background:url(images/headermembershipbtnbg.png) repeat-x;
	min-width:159px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #b5752a;
	height:38px;
	text-align:center;
	line-height:38px;
	font-size:15px;
	color:#fff;
	cursor:pointer;
}
.headermembershipbtn2:hover{
	background:#b5752a;
}
.hm_title{
	color:#b5752a;
	padding-bottom:7px;
	font-size:20px;
}
.hm_text{
	font-size:30px;
	padding-bottom:22px;
}
.hm_title2{
	color:#b5752a;
	padding-bottom:7px;
	font-size:20px;
}
.hm_text2{
	font-size:17px;
	padding-bottom:22px;
}
.contentpart5{
	border:5px solid #b5752a;
	background-color:#231f20;
}
select.menuselect2{
	background:none;
	border:0px;
	font-size:25px;
	color:#fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	background:url("images/arrow_down_select.png") no-repeat center right 20px,url(images/headermembershipbtnbg.png) repeat-x;
	border:1px solid #b5752a;
	height:60px;
}
select.menuselect2 option{
	color:#000;
}
.membershipcontent{
	padding:30px;
	font-size:18px;
}
.membershiporange{
	color:#b5752a;
}
.reservation_title{
	color:#b5752a;
	font-size:20px;
	padding-bottom:5px;
	padding-top:25px;
	text-align:left;
}
.reservation_description{
	font-size:18px;
	padding-bottom:25px;
	text-align:left;
	line-height:27px;
}
input.contact_input{
	width:398px;
	height:58px;
	padding-left:10px;
	padding-right:10px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:18px;
}
input.contact_input2{
	width:323px;
	padding-left:10px;
	padding-right:10px;
	height:35px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:13px;
}
input.contact2_input{
	width:285px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	background-color:#fff;
	color:#000;
	border:1px solid #b5752a;
	font-size:13px;
	text-align:center;
}
select.contact_select2{
	width:420px;
	height:58px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:18px;
}
.input_div{
	padding-bottom:12px;
}
textarea.contact_textarea{
	width:398px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:250px;
	background-color:#231f20;
	color:#fff;
	border:1px solid #b5752a;
	font-size:18px;
}
textarea.contact2_textarea{
	width:285px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:95px;
	background-color:#fff;
	color:#000;
	border:1px solid #b5752a;
	font-size:13px;
	text-align:center;
}
td.promotd{
	width:237px;
	padding-bottom:20px;
}
.promoimg{
	width:420px;
	height:250px;
}
.usediconpos{
	position:relative;
	left:357px;
	top:8px;
	z-index:1100;
}
.usedicon2pos{
	position:relative;
	left:432px;
	top:15px;
	z-index:1100;
}
.voucherimage{
	
}
.voucherimg{
	width:505px;
}
.vouchercodepos{
	position:relative;
	left:20px;
	top:182px;
	z-index:1000;
}
.vouchercodediv{
	font-family: "Roboto-Regular";
	width:185px;
	height:35px;
	background:#fff;
	color:#000;
	font-size:17px;
	padding-left:15px;
	line-height:35px;
}
.promodiv{
	padding-bottom:30px;
}
.wa_float_icon{
	position:fixed;
	z-index:10000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:50px;
}