@charset "utf-8";
body {
    font-family: 'AeonikTRIAL';
	/*font-size: 14px;
	line-height:18px;
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-position:center top;
	background-attachment: fixed;
	background-repeat:no-repeat;*/
	color: #571a24;
	font-size: 1.6em; 
	line-height:1.4em;
	letter-spacing: .1em;
	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;}
.navLR{	margin:0 22px; }
.borR{border-right:1px #000 solid; height: 240px;}

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


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

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  width: 35px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1.00);

}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 0;
  left: 0;
  height: 11svh;
  width: 25%;/* 100%;*/
  z-index: 99;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}

.bar {
  position: fixed;
	/*width: 100%;*/
  left: 5%;
  top: 10%;
	/*box-shadow: 2px 2px 5px;*/
}
.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 {
  transition: all .25s;
  text-align: center;
  height: 100%;
  width: 30%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background-color: rgba(21, 35, 27, 0.90);
	font-family: 'AeonikTRIAL-Light'; letter-spacing: .2em;
  font-size: 1.6em; line-height:1.8em;
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
}
.menu-expanded ul li {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.50);*/
}	
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  padding: 0px;
  color: #fff;
  display: block;
}
.menu-expanded a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .15s;
  letter-spacing: 2px;
  color: #345238;
  /*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.h1, h1.h1Black, h1.h1GoldDark { font-size: 24px; padding: 0 0 0px 0;}
h1.h1 {color:#F15B22;}
h1.h1Black {color:#FFF;}
h1.h1GoldDark { font-size: 100px; color:#f15d22;}

h3 {  color: #999;}

p {
  /*letter-spacing: 1px;*/
}

		img.logoBig {
		  width: 600px;
		  position: absolute;
		  top: 45%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		}

		.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{	display:none;	}



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

header{ padding: 50px 0 0 50px; width: 100%; position:fixed; z-index: 5;}
/*.bgContact-Dark{background-image: url("../images/bgContact-Dark.jpg"); background-position: top center; color: #FFF;  }
.bgContact{background-image: url("../images/bgContact.jpg"); background-position: top center; color: #FFF; padding-bottom: 100px;  }
.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; }*/

.bgLightGreen{background-color: #c4c7c1; padding: 30px 0; color: #000; }
.bgGrey{background-color: #cfcdcd; padding: 30px 0; color: #000; }

.bgBlack{background-color: #231f20; padding: 30px 0; }
.backtotop{ position: fixed; bottom: 5px; right: 5px;}
.container{ color:#FFF;}
.normalSPC{padding: 70px 0;}
.img100{ width: 100%; }
.img90{ width: 95%; }
.btMenu{width: 95%;}
.logo{ margin: 400px 0 50px 50px; }
.txtGold{color:#F15B22;}
.icoDown{margin-bottom: -50px;}
.row{ padding-top: 0px;}
.boxW{width: 82px;}
.bgBlack{background: url("../images/bgBlack.png"); }
.icoSocial{width: 25px;}

.contact_txt{width: 441px; }
.footer1{width: 401px;}
.footer2{width: 524px;}
.menutxt{width: 507px;}
.txtSetMenu1{width: 562px;}
.deli{width: 340px;}
.deli3{width: 480px;}
.foot{width: 363px;}
.descfont{ font-family: 'Courier'; font-size: 20px;  font-weight: bold;}
.descfont2{ font-family: 'Charter'; font-size: 28px; font-weight: bold;}
.descfont3{ font-family: 'Charter'; font-size: 32px; font-weight: bold;}

/*------- Muummaam -------------*/
#alertbox{position: absolute; margin: 0 auto; padding: 15px; z-index: 9999; background-color: #4d6353; font-size: 24px; color: #FFF; font-weight: bold; text-align: center; width: 100%;}
.fontNav{font-family: 'AeonikTRIAL'; letter-spacing: 5px; font-size: 20px; }
.fontTitle{font-family: 'LondonFill'; letter-spacing: 5px; font-size: 26px; }
.fontCour{font-family: 'cour'; letter-spacing: 0px; font-size: 14px; }
.fontDesc{font-family: 'AeonikTRIAL'; letter-spacing: 0px; font-size: 1em; }
.txtGreen{ color:#345238;}

h1.priva1{font-family: 'AeonikTRIAL'; letter-spacing: 5px; font-size: 38px; color: #231f20; font-weight: bold; }
h2.priva2{font-family: 'AeonikTRIAL'; letter-spacing: 5px; font-size: 30px; margin: 25px 0 0 0; color: #7f6000; font-weight: bold; }
.priva3{font-family: 'AeonikTRIAL'; letter-spacing: 2px; font-size: 20px;  color: #000;  }
.txtGrey{color: #797d82;}

h2.menuti{font-family: 'AeonikTRIAL'; letter-spacing: 5px; font-size: 20px; margin: 25px 0 0 0; color: #7f6000; font-weight: bold; }
.descmenu{font-family: 'AeonikTRIAL'; letter-spacing: 1px; font-size:  1em;  color: #000; padding-bottom: 20px;  }
.descmenu2{font-family: 'AeonikTRIAL'; letter-spacing: 1px; font-size:  1em;  color: #000; padding-bottom: 3px;  }

.txtWhite{color: #FFF;}
h2.specitlti{font-family: 'cour'; letter-spacing: 0px; font-size: 20px; margin: 25px 0 0 0; color: #c49a6c; font-weight: bold; }
.descspecial{font-family: 'cour'; letter-spacing: 0px; font-size:  1em; padding-bottom: 20px;  }
/*------- Muummaam -------------*/


/* ------ Annamese --------- */
h1, h2 { font-family: "AeonikTRIAL-Light"; 	font-size: 4em; line-height: 1em; color: #571a24; margin: 0; padding: 5px 0 40px 0;}
h2 {font-size: 2.6em; padding: 5px 0 40px 0;}
h1 .h1Bold, h2 .h2Bold, h1 .h1Normal{font-family: "AeonikTRIAL-Bold"; font-size: .7em;}
.h1cocktail{font-size:3.5em;}
h1 .h1Normal{font-size: 1em;}
a{color:#d6d1ca; text-decoration: none; }
a:hover{color:#d6d1ca; text-decoration: none;}
.bgWhite{background-color: #d6d1ca; padding: 80px 0; }
.bgGreen{background-color: #15231b; padding: 120px 0; color: #FFF; }

.btHomeReseration, a.btHomeReseration, a:hover.btHomeReseration{font-family: "AeonikTRIAL-Bold"; color: #FFF; border-bottom: 1px #FFF solid; padding-bottom: 5px; position: absolute; top: 9%; right: 5%; font-size: 1.4em; letter-spacing: .1em;}
.boxMenuHome{width: 25%; position: absolute; bottom: 8%; font-family: "AeonikTRIAL-Light"; color: #FFF; text-align: center; font-size: 1.6em; letter-spacing: .05em; text-decoration: none;}
.boxMenuHome a{color: #FFF; padding-bottom: 5px; }
.boxMenuHome a:hover{color: #FFF; border-bottom: 1px #FFF solid; padding-bottom: 5px; }
.fontLight{ font-family: "AeonikTRIAL-Light"; }
.txtCream{color: #d9d2c3;}
.txtRed{color: #571a24;}
.fdHome, .fdFunction, .fdFunction2{border-radius: 50px; width: 80%; border: 1px #22372b solid; margin-bottom: 20px;}
.fdFunction, .fdFunction2{width: 230px;margin: 0px;}
.fdFunction2{position: absolute;}
a.txtMenuHome, a:hover.txtMenuHome{font-family: "AeonikTRIAL-Light"; font-size: 1.7em; color: #571a24;  padding-bottom: 5px; text-decoration: none;}
a:hover.txtMenuHome{font-weight: bold; text-decoration: none; }
a.linkUnderline, .linkUnderline{ border-bottom: 2px #571a24 solid; padding-bottom: 8px; }
a.linkNormal, a:hover.linkNormal{font-family: "AeonikTRIAL-Bold"; color: #d6d1ca; border-bottom: 2px #d6d1ca solid; padding-bottom: 8px;}
.lineMenu{ height: 1px; background-color:#571a24; margin: 15px 20%;}
.txtDescFunction{font-size: 1.4em; line-height: 1.2em;}


.boxMenuHome1{left: 0%;}
.boxMenuHome2{left: 25%;}
.boxMenuHome3{left: 50%;}
.boxMenuHome4{left: 75%;}
.boxFunction{border: 2px solid #a1a187; padding: 50px; margin-top: 100px; border-radius: 100px;}
.boxD{width: 15%;} .boxM{width: 27%;} .boxY{width: 18%;}  .boxHr, .boxMin{width: 16%;}
ol.Ollist li{ padding-bottom: 25px;}
.tiStory{ margin-top: 0px; width: 75px;}
.lineCream, .lineRed {height: 18px;}
.logoFoot{width: 50%; margin-bottom: 40px;}
.icoSocialFoot{width: 40px;}
.tbSpace{padding: 10px 0;}
.btNormal{ border-radius: 30px; background-color: #571a24; color: #d6d1ca; font-family: "AeonikTRIAL-Light"; padding: 10px 40px; font-size: 1.8em; border: none;}
.btNormalCream{ border-radius: 30px; background-color: #a1a187; color: #15231b; font-family: "AeonikTRIAL-Light"; padding: 10px 40px; font-size: 1.8em; border: none;}

.fontFoot, .fontFootDesc{font-family: "AeonikTRIAL-Light"; font-size: 1.5em; color: #d9d2c3; letter-spacing: .15em; line-height: 1.2em;}
.fontFoot a, .fontFootDesc a{color: #d9d2c3;}
.fontFootDesc{font-size: .9em; line-height: 1.4em;}
.fontFootTi{font-family: "AeonikTRIAL"; font-size: 1.4em; color: #d6d1ca; }
.fontBold{font-family: "AeonikTRIAL-Bold";}
/* ------ Annamese --------- */


#boxRegister{	padding-top:5px;}
.boxRegister, .boxRegister3{font-family: 'AeonikTRIAL-Light'; letter-spacing: 0;  margin: 10px 0; padding: 3px 3px 3px 10px;  color: #898989; border: none; background-color: #e4e1dc; }
.boxRegister{width: 100%; }
.boxRegisterBt{background-color:#9e9081; font-family: 'LondonFill'; color: #000; font-style: normal; letter-spacing: 0px;}
.borMap{	border:#CCC 1px solid;	padding:1px;}
.txtBlack{	color:#000;}

