@charset "utf-8";
body {
	font-family: "Times New Roman", "serif";
	font-size: 1.8em;
	line-height: 1.7em;
	/*-webkit-text-stroke-width: .35px;*/
	color: #FFF;
	letter-spacing: 0.3px;
	background-color:#0b0b0b;
	/*background-image: url(../images/bg.jpg);
	background-position:center top;
	background-attachment: fixed;
	background-repeat:no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 -webkit-text-size-adjust: 100%;
}
p, h1, h2, div{max-height: 999999px;}
#content{	width:980px;	margin:0 auto;}
.borR{border-right:1px #000 solid; height: 240px;}



@font-face {
    font-family: 'Bebas';
    src: url('../font/Bebas.woff2') format('woff2'),
         url('../font/Bebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Courier';
    src: url('../font/CourierStd.woff') format('woff'),
         url('../font/CourierStd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway.woff2') format('woff2'),
         url('../font/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,
body {
  height: 100%;
  /*background-color: #333;
  font-family: 'Quicksand', sans-serif;
  color: white;*/
}
a{ color: #fbdca1; text-decoration: none; }
a:hover{ color: #fbdca1; text-decoration: none;}

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  width: 35px;
  border-radius: 20px;
	background-color: #d6aa31;
	/**/box-shadow: #000 0px 0px 5px ;
 /* background-color: rgba(255, 255, 255, 1.00);*/

}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 100%;/*36px;*/
  z-index: 99999;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}

.bar {
  position: fixed;
	/*width: 100%;*/
  right: 12px;
  top: 24px;
	/*box-shadow: 0px 0px 10px #FFF;*/
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
	/*font-family: 'Bebas';*/ letter-spacing: .1em; font-size: 1.5em;
  transition: all .25s;
  text-align: center;
  line-height: 1em;
  height: 100%;
  width: 30%;
  border-radius: 0px;
  top: 0;
  right: 0;
	opacity: 0.98;
  /**/background-color: #000; /*rgba(96, 77, 34, 0.95);*/
}
.menu-expanded ul {	
	-webkit-text-stroke-width: .0px;
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
}
.menu-expanded ul li {
	text-transform: uppercase; 
	/*border-bottom: 2px #FFF solid;*/
}
.menu-expanded a {
  transition: all .15s; border-bottom: #FFF 1px dotted;
  text-decoration: none;
  font-size: 0.8em; letter-spacing: .05em; line-height: 2em;
  padding: 0;
	margin: 0;
  color: #FFF;
  display: block;
}
.menu-expanded a:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
  transition: all .15s;
  letter-spacing: 1px;
  color: #FFF; /*rgba(96, 77, 34, 1);*/
  /*border: 1px solid rgba(255, 255, 255, 0.15);*/
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

.row {
  padding-top: 150px;
}

.specialFont{}
.specialFontThai{}
h1, h2 {
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}
h1 {  font-size: 2.5em;  }
h2 { letter-spacing: .1em; /*-webkit-text-stroke-width: 1px;*/ text-transform: uppercase; margin-bottom: 0px; padding-bottom: 0px; font-size: 4em; margin-top: 100px; }
h2.h2Content, h2.h2ContentWhite  { letter-spacing: .1em;   text-transform: uppercase; border-bottom: 2px solid #666; margin-bottom: 20px; padding-bottom: 10px; font-size: 2em; margin-top: 10px; }
h2.h2Content .emQur,.emQur, h2.h2ContentWhite .emQur, .emQur{font-size: .75em; letter-spacing: .05em;}
h2.h2ContentWhite { color: #FFF; border-bottom: 2px solid #FFF; }
h2.h2Gold { color: #ba9f57; }
h2.h2Pack{font-size: 2em; margin: 10px 0 0 0; border: none; line-height: 1em;letter-spacing: .05em;}
h2.h2PackSmall{font-size: 1.5em; margin: 10px 0 0 0; padding: 0 0 3px 0; border: none; line-height: 1em; letter-spacing: .05em;}
h3 {  /*-webkit-text-stroke-width: 1px;*/ }
h3{
	text-transform:inherit;
	font-size:1.6em;
	padding: 0 0 15px 0;
	margin:0px 0 5px 0;
	border:none;
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}
h3.h3home{
	font-size: 1.1em;
	color:#FFF;
	position: absolute;
	width: 80%;
	padding-right: 0%;
	margin-top: 38%;
	font-weight: normal;
	-webkit-text-stroke-width: .0px;
}
h3.h3Content, h3.h3ContentWhite, h3.h3ContentLeft{
	color:#6a391f; 
	padding: 0 0 5px 0;
	margin:0px 0 0 0;
	border:none; letter-spacing: 0em; 
}
h3.h3ContentWhite{ color: #FFF; font-weight: bold;}
h3.h3ContentHilight{ color: #efce8d; font-weight: bold; background-color:#6a391f; margin: 0; padding: 5px 8px; text-align: center; display: inline;}
h3.h3ContentLeft{ width: 70%; float: left; text-align: left; margin: 0; padding: 0 0 5px 4%;}
h3.h3ContentRight{ width: 30%; float: right; text-align: right; font-weight: bold; margin: 0; padding: 0 4% 5px 0;}
h3.txtBlack{
	border-bottom: 2px solid #000;
}
h1.h1, h1.h1Black, h1.h1GoldDark { font-size: 50px; padding: 0 0 0px 0;}
h1.h1 {color:#F15B22;}
h1.h1Black {color:#FFF;}
h1.h1GoldDark { font-size: 100px; color:#f15d22;}
h4{margin: 10px 0 10px 0; font-size: 2.4em; padding: 100px 0 5px 0; border-bottom: 1px #efc074 dashed; text-transform: uppercase;
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent; }
h4.h4Package{margin-top: 0; padding: 10px 0 10px; font-family: "Times New Roman", "serif"; font-size: 2em; font-style: italic; background-color: #381a10; color: #dba629; border-radius: 10px; border-bottom: none;}

p {
  letter-spacing: 0.3px;
}

		.image-source-link {
			color: #98C3D1;
		}

		.mfp-with-zoom .mfp-container,
		.mfp-with-zoom.mfp-bg {
			opacity: 0;
			-webkit-backface-visibility: hidden;
			/* ideally, transition speed should match zoom duration */
			-webkit-transition: all 0.3s ease-out; 
			-moz-transition: all 0.3s ease-out; 
			-o-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out;
		}

		.mfp-with-zoom.mfp-ready .mfp-container {
				opacity: 1;
		}
		.mfp-with-zoom.mfp-ready.mfp-bg {
				opacity: 0.8;
		}

		.mfp-with-zoom.mfp-removing .mfp-container, 
		.mfp-with-zoom.mfp-removing.mfp-bg {
			opacity: 0;
		}
		.show-mobile, .show-tablet{	display:none;	}



.br1,.br2,.br3,.br4{	display:none;	}
.logoContent{
  position: absolute;
	/*top: -50px;*/
	z-index: 3;
	width: 100%;
}

header{ padding: 0 0; width: 100%; position: fixed; background-color: #0b0b0b; z-index: 999; 	opacity: 1; color: #FFF;}
.bgGreen{background-color: #FFF; color: #000;}
.bgMenu{background-image: url("../images/bgMenu.jpg"); background-position: top center; color: #000; background-attachment:scroll; background-attachment: fixed;  background-size:100%; padding: 200px 0;}
.bgVoucherBG{background-image: url("../images/VoucherBG.jpg"); background-position: top; background-size:100%; padding: 80px 0 40px 0; background-color: #080808; background-repeat: no-repeat;}
.bgGallery{background-image: url("../images/bgFunction.jpg"); background-position: center; color: #000;  background-size:100%; }
/*.bgContact-Dark{background-image: url("../images/bgContact-Dark.jpg"); background-position: top center; color: #000;  }*/
.bgContact{background-image: url("../images/bgFunction.jpg"); background-size: 100%; background-position: center; color: #000; padding: 50px 0;  }
/*.bgWhiteGold{background-image: url("../images/bgWhiteGold.jpg"); background-position: top center; color: #000;  }
.bgGold{background-image: url("../images/bgGold.jpg"); background-position: top center; padding: 30px 0; color: #000;  }
.bgDarkBlack{background-image: url("../images/bgDark.jpg"); background-position: top center; padding-bottom: 100px; }*/
.bgAbout{background-color: #FFF; }
.bgBlack{background-color: #231f20; padding: 30px 0; }
.backtotop{ position: fixed; bottom: 20px; right: 30px;}
.container{ color:#FFF;}
.normalSPC{padding: 70px 0;}
.img100{ width: 100%; }
.btMenu{width: 95%;}
.icoDown{margin-bottom: -50px;}
.row{ padding-top: 0px;}
.boxW{width: 82px;}
.bgBlack{background: url("../images/bgBlack.png"); }
.icoSocial{width: 30px; cursor: pointer; margin-top: -20px; margin-right: 5px;}
.icoSocialR{margin-right: 25px;}

.contact_txt{width: 441px; }
.txtFoot{ color:#FFF; font-size: .8em;}
.footer1{width: 401px;}
.footer2{width: 524px;}
.menutxt{width: 507px;}
.txtSetMenu1{width: 562px;}
.deli{width: 340px;}
.deli3{width: 480px;}
.foot{width: 363px;}
.descfont{ font-family: 'Raleway'; font-size: 20px; line-height: 24px; font-weight: normal;}
.descfont2{ font-family: 'Montserrat', serif; font-size: 28px; line-height: 40px; font-weight: normal;}
.descfont3{ font-family: 'ZCOOL XiaoWei', serif; font-size: 32px; line-height: 56px; font-weight: normal;}

.btOrder{width: 400px; position: absolute; margin: -350px 0 0 -200px; z-index: 1;}
.btMenu{width: 600px; position: absolute; margin: -650px 0 0 -300px; z-index: 1;}
.bg-shape{height: 120px;}
.heightT{ height:100px;}
.bgShapeWhite{ height: 147px; position: absolute; margin-top: -147px;}
.tigallery{ width: 100%;}
.spcGallery{ height: 200px;}
.findus1{margin-top: 250px; width: 100%;}
.map{width: 80%; height: 570px; margin-top: 220px;}
.menuhome{width: 100%;}
.menupage{width: 100%;}
#frameL{ position: fixed; height: 100%; background-color: #0b0b0b; width: 22px; left: 0; z-index: 99;}
#frameR{ position: fixed; height: 100%; background-color: #0b0b0b; width: 22px; right: 0; z-index: 99;}
#frameB{ position: fixed; height: 22px; background-color: #0b0b0b; width: 100%; bottom: 0; z-index: 99;}
.clrMar{margin: 0; padding: 0;}
.bgGrayR{ padding: 40px 80px 60px 50px; text-align: justify;}
.tbevent{width: 50%;}

.logowhite{width: 30%; top: 16%; left: 12%;  margin-left: 0; position: absolute; z-index: 99; }
.btTop a{ color: #6a391f; width: 30%; padding: 10px 50px; font-size: 2em; letter-spacing: .05em; position: absolute; z-index: 98; left: 12%; margin: 0; bottom: 10%; background: linear-gradient(75deg, rgba(255,225,75,0) 0%, rgba(193,145,32,1) 25%, rgba(255,225,75,1) 50%, rgba(193,145,32,1) 75%, rgba(255,225,75,0) 100%);  }
.proBottom{width: 26%;position: absolute; z-index: 98; left: 14%; margin: 0; bottom: 5%; font-size: .8em; }
.tbDot{border-bottom: #6a391f 1px dotted; padding: 8px 0; }
.tiMassageInner{width: 60%;}
.lineGold{background-color: #dba629; height: 2px;}


/*--------- */
.logo{  width:34%; margin: -25px 0 0px 30px; }
.navTop{ padding: 5px 0 10px 0;  font-size: 1.1em; line-height: .5em; font-weight: normal; text-transform:uppercase; font-family: 'Times New Roman', 'serif'; letter-spacing: .1em;	-webkit-text-stroke-width: 0px;   }
.navTop a{ color: #FFF; text-decoration: none; }
.navTop a.active,.navTop a:hover, .anchor-menu .selected{ text-decoration: none;  font-weight: normal; 
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}
	
.navLR{	margin:0 15px; }
.bgWhite{background-color: #FFF; padding: 30px 0; color: #000; background-image: url("../images/bgBlack.jpg"); background-size: 100%;  background-attachment: fixed; /**/}
.bgReserve{background-color: #000; padding: 30px 0; color: #FFF; background-image: url("../images/bgReserv.jpg"); background-size: 120%; background-position: center;  /*background-attachment: fixed;*/ font-size: 18px; height: 580px; /**/}
.bgEvents{background-color: #000; padding: 30px 100px; color: #FFF; background-image: url("../images/bgEvents.jpg"); background-size: 120%; background-position: center;  /*background-attachment: fixed;*/ height: 580px;  /**/}
.bgBrown{background-color: #6a391f; padding: 30px 0; color: #FFF; }
.bgDarkGreen{background-color: #6a391f; padding: 30px 0; color: #FFF; }
.bgNorWhite{background: linear-gradient(90deg, rgba(219,166,41,1) 0%, rgba(235,204,131,1) 25%, rgba(235,204,131,1) 75%, rgba(219,166,41,1) 100%); padding: 30px 30px 80px 30px; color: #000; border-radius: 15px; padding-bottom: 20px; margin: 0;  border: #fff 3px solid; }
.bgNorWhite2{background-color: #381a10; padding: 30px 30px 80px 30px; height: 280px; color: #000; }
a.btLink, a.btLink2, .btLinkForm{padding: 5px 25px;  border: 2px solid #FFF; font-size: 1.2em; color: #FFF;}
a:hover.btLink, a:hover.btLink2{background-color:#FFF;  text-decoration: none; color: #6a391f; border: 2px solid #6a391f;}
a.btLink2{ display:block; border: none;background-color:#dba629; color: #FFF; border-radius: 10px; font-size: 1.5em; }
.btLinkForm{ width:100%; margin: 10px 0% 0  0%; background-color: none; color:#391b11; border: none;  background: linear-gradient(75deg, rgba(255,225,75,0) 0%, rgba(193,145,32,1) 25%, rgba(255,225,75,1) 50%, rgba(193,145,32,1) 75%, rgba(255,225,75,0) 100%); }

a.normallink, a:hover.normallink{ color: #000; text-decoration: none;}
ul.listulSm{ padding: 0 0 0 15px; margin: 0 0 0 15px; list-style-image: url('../images/icoListSm2.png'); font-size: 14px; line-height: 20px;}
ul.listul{ padding: 0 0 0 5px; margin: 0 0 0 15px; list-style-image: url('../images/icoListSm.png');}
ul.listul a{ color: #000; font-size: 14px;}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
	font-size: 13px; line-height: 14px;
}
ol li {
  counter-increment: my-awesome-counter;
  padding:15px 0 0 15px;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: black;
  font-weight: bold;
}
.txtWhiteQu{ font-size: 10px;}
.galbg{ padding: 0 0;}
.bgLogo{background-image: url("../images/bgLogo2.png"); background-position: right bottom; background-repeat: no-repeat;}
.bgLogoT{background-image: url("../images/bgLogoT2.png"); background-position: right top; background-repeat: no-repeat;}
.fbbt{ width: 40px;}
.img90{ width: 90%; margin-bottom: 00px;}
.hr{height: 1px; background-color: #6a391f;}
.heighprice{display: none;}
.choice{font-style: normal;  margin-top: 20px; padding-left: 0px; font-size: 1.2em; line-height: 1.3em; font-weight: normal;}
.spPrice{ padding: 2px 2px; text-align: center;}
.icoList{width: 18px; margin: -5px 5px 0 -25px;}
.imgpic{margin-bottom: 0px; margin-top: 10px;}
/*.btbooking{background-color: #6a391f; padding: 10px 15px; }*/
a.btbooking{background-color: #6a391f; color: #FFF; padding: 10px 15px; }
a:hover.btbooking{ color: #FFF; }

/*.txtPrice{ background-color:#FFF; color: #000; border-radius: 10px; padding: 3px 2px; margin: 3px 0; font-size: 1em; line-height: 20px;}
.txtPricePack{color: #381a10; font-size: 1.5em;}*/
.txtPriceBox{ font-size: 1.8em; line-height: 1.2em; color:#dba629; font-weight: bold;
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent; }
.txtPriceBox2{ font-size: 1.7em; line-height: 1.2em; color:#dba629; font-weight: bold;
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;}
.txtWhite{	color: #FFF;}
.txtGold{color:#dba629; font-weight: bold;
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;}
.txtBlue{color:#6a391f;}
.txtGold2{color:#dba629;}
.txtGreen{color:#34471c;}
.txtSm{font-size: .8em; color: #666;}
.padleft{padding-left: 35px;}
.covidsafe{position: absolute; z-index: 98; width: 200px; margin: 300px 0 0 120px;}
.intro{ margin-top: -250px; margin-left: 0; text-align: right; }
.reservBt{/*background-color: #FFF;*/ border: 2px #FFF solid; opacity: 0.95; padding: 20px 0; width: 200px; margin: 15px auto;}
.reservBt a{ color: #FFF;}
a.btBuy{/*background-color: #FFF;*/ color: #000; padding: 15px 20px;border: 3px solid #000; }
a:hover.btBuy{/*background-color: #FFF;*/ color: #333; }
a.btBuyWhite{ color: #bf9272; padding: 10px 20px; border: 3px solid #bf9272; font-size: 14px; }
a:hover.btBuyWhite{color: #bf9272; border: 3px solid #bf9272; }

.btNormal{padding: 10px 0; background-color: none; margin-bottom: 10px; border: #000 2px solid;  }
.btNormal a{color: #000; font-weight: bold; font-size: 1.2em;}
.hrNormal{ height: 1px; background-color:#6a391f; margin: 20px 0; padding: 0; }
.imgpic{margin-bottom: 0px; margin-top: 25px;}
.spcContact{padding-left: 2%; line-height: 2em;}


/**/.col-container {  display: table;  width: 100%;}
.col { padding: 5% 3%; width: 50%;  display: table-cell;}
.imgFunction{ width: 100% !important; background-image: url('../images/imgfunction-2.jpg'); background-position:center; background-attachment: fixed; height: 280px !important; background-repeat: no-repeat;}
.btClostPopup{position:absolute; margin:5px 0 0 5px; left:5px; z-index: 999;}

.btMain{
  position: absolute; z-index: 99;
	width: 50%;
  top: 70%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
}
.vouchersize{ width: 500px; margin-left: -50px; margin-bottom: 30px;}
.bgLightBlue{ background-color: #e7f6fc;border-bottom-right-radius: 100px; padding: 20px 10% 30px 7%; }
.bgDarkBlue{ background-color: #6a391f; color: #FFF; border-bottom-right-radius: 100px; padding: 20px 10% 30px 7%; }
.pricebox{ color: #FFF; font-size: 1em; font-weight: bold; background-color: #6a391f; width: 22%; float: left; text-align: center; margin: 0 1%; padding: 5px 0; border-radius: 15px;}
.pricebox .txtsm{ font-size: .9em; font-weight: normal; line-height: .9em;}
.mapwidth{ width: 98%; margin: 0 auto;}
.bgH1{background-image:url("../images/bgLine.png"); background-repeat: repeat-x;  height: 7px; width: 100%;background-size: 10px; margin-bottom: 20px;}
.h2Inner{margin-top: 20px;}

/*--------- */


	.carousel-caption{top:100px;}

		.carousel-fade .carousel-inner .item {
		  opacity: 0;
		  -webkit-transition-property: opacity;
		  -moz-transition-property: opacity;
		  -o-transition-property: opacity;
		  transition-property: opacity;
		}
		.carousel-fade .carousel-inner .active {
		  opacity: 1;
		}
		.carousel-fade .carousel-inner .active.left,
		.carousel-fade .carousel-inner .active.right {
		  left: 0;
		  opacity: 0;
		  z-index: 1;
		}
		.carousel-fade .carousel-inner .next.left,
		.carousel-fade .carousel-inner .prev.right {
		  opacity: 1;
		}
		.carousel-fade .carousel-control {
		  z-index: 2;
		}

#carousel{
	/*width:543px;
	height:354px;*/
	width:100%;
	height:auto;
}
.content .carousel { margin-bottom:15px; }
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right { left: 0; z-index: 2; opacity: 0; filter: alpha(opacity=0); }
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev { left: 0; z-index: 1; }
.carousel.carousel-fade .carousel-control { z-index: 3; }
.carousel-indicators { bottom:8px; }

.carousel-control { background-image:none!important; filter: none!important; width:10%; }
.carousel-control .icon-prev, .carousel-control .icon-next { font-size:3em; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { min-width:100%; }

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



/* animate */

.animation-element.slide-fade {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 0px, 0px);
  -webkit-transform: translate3d(0, 0px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate3d(0, 0px, 0px);
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px,100px,  0px);
  -webkit-transform: translate3d(0px,100px,  0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px,100px,  0px);
}
.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px,-100px, 0px);
  -webkit-transform: translate3d(0px,-100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px,-100px, 0px);
}

.animation-element.slide-left.in-view, .animation-element.slide-top.in-view, .animation-element.slide-bottom.in-view, .animation-element.slide-right.in-view, .animation-element.slide-fade.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.box25Home{
	text-align: center;	line-height: 1.3em;	float: left;	width: 20%;	padding: 10px 2% 30px 2%;	margin: 0;	position: relative;
}
.box20Home{
	text-align: center;	line-height: 1.3em;	float: left;	width: 25%;	padding: 10px 2% 30px 2%;	margin: 0;	position: relative;
}
.hicap{width: 350px;}
/* animate */


/** Voucher Page  **/
/*.voucher{ width: 100%;}
.boxFormadmin{ color: #666; border-radius: 10px; border: none; width: 70%; }
.boxFormadmin35{ color: #666; border-radius: 10px; border: none; width: 35%; }
.btButton{font-size: 20px; background-color: #BA9F57; width: 20%; color: #FFF; margin: 5px auto 80px auto; padding: 0 20px; border-radius: 10px; border: none;}
.bgcontentVoucher{padding: 15px; color: #333;background-color: #FFF; margin: 5px; border-radius: 10px;}
.txtBrown{background-color:#780000; color:#ba9f57; padding: 5px 30px; border-radius: 10px; font-size: 24px;}
.borSale{ background-color: cornsilk; color: #333; border-radius: 10px;}
.tbVou{ width:160px;}
#con50{
	width:50%;
	float:left;
}
#con120px{
	width:120px;
	float:left;
}
#box25, .box25, .box25_pack{
	width: 100%;
	height:140px;
	border:1px #edd397 dashed;
	background-color:#6a391f;
	background-image:url(../images/bgVouch.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
	text-align: center;
	padding: 10px;
	margin: 5px 0;
	color:#FFF;
	/*font-size: 24px; line-height: 24px;*/
	font-weight: normal;
    border-radius: 10px;
}
.box25 a{color: #fbdca1; font-size: .9em;}
.box25 a:hover{color: #fbdca1; text-decoration: none;}
.box25_pack {
	background-color:#A50200;
	background-image:url("../images/bgVouch-pack.png");
	background-position:top center;
	background-size: 60%;
	background-repeat:no-repeat;
	padding-top: 50px;
	height: 180px;
}
#box25 .cmmt, .box25 .cmmt{
	font-size:10px;
	color:#777;
	line-height:11px;
	font-style:italic;
}
.bgGold{ background-image: url("../images/bgGold.jpg");}
.bgGold2{ background-image: url("../images/bgGold.jpg"); height: 180px; color: #3B0100;  -webkit-text-stroke-width: 0.8px;}
h2.h2gold{
	font-size:22px;
	margin: 0 0 5px 0; 
	/*color:#dba629;*/
	background: -webkit-linear-gradient(#fede4d, #e2b846, #af7e14);
	-webkit-text-stroke-width: 0px;
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}
h3.h3gold, h3.h3gold a {
	color:#dba629; margin-bottom: 5px; padding-bottom: 0; font-size: 1.3em; letter-spacing: .05em; margin-left: -1%;
}
#content100{
	width:96%;
	padding:0 2%;
}
.bgSoftPink{
	background-color:#f7e0e4;
	padding: 5px 10px;
	border-radius: 5px;
	border: none; 
	color: #500101;
}
a.bgSoftPink {
	color:#500101;
	text-decoration:none;
}
a:hover .bgSoftPink  {
	color:#500101;
	text-decoration:underline;
}
.times22{
	font-size:22px;
	font-style:italic;
}
.tbDescNew{
	color:#F00;
	background-color:#ffc4c4;
	padding:5px;
	border-bottom:dashed 1px #999;
}
.tbDescNew a, .tbDescNew a:hover{
	color:#F00;
}
.txtVouhcer{
	color:#49350a;
}
.txtCmmt{
	color:#ed4a4a;
}
.cmmtsize{
	font-size:14px;
}
.btSubmit{ border-radius: 0px; border: #6a391f 2px solid;  background-color:#6a391f; color:#FFF; padding: 3px 30px; width: 120px; }
a:hover.btSubmit{ color:#FACA6F;}
/** End Voucher Page  **/




/*.btSubmit{ border-radius: 0px; border: #6a391f 2px solid;  background-color:#6a391f; color:#000; padding: 3px 30px; width: 120px;  }*/
#boxRegister{	padding-top:5px;}
.boxRegister, .boxRegisterHome{	width: 100%; margin: 2px 0; padding: 0px 5px; font-size: .8em; color: #000; border: none; background-color: #e1e2e3; height:30px; }
.boxRegisterHome{ color: #000; border: none; background-color: #FFF; }
.btRegister{ background-color: #126875; border:2px #FFF solid; color: #FFF; padding: 10px 0; width: 100%; margin-top: 5px; }
.borMap{	border:#CCC 1px solid;	padding:1px;}
.txtBlack{	color:#000;}

