@charset "utf-8";
body {
	font-family: 'AvenirLTStd-Roman';
	/*font-size: 14px;
	line-height:18px;*/
	color: #FFF;
	background-color:#000;
	/*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;}
.navLR{	margin:0 22px; }



@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../font/AvenirLTStd-Roman.woff2') format('woff2'),
         url('../font/AvenirLTStd-Roman.woff') format('woff');
    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: 2px;
  width: 35px;
  border-radius: 20px;
  background-color: #fff200; /*rgba(245, 211, 49, 0.95);*/

}

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

.bar {
  position: fixed;
	/*width: 100%;*/
  right: 12px;
  top: 24px;
	box-shadow: 5px 5px 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 {
  transition: all .25s;
  text-align: center;
  line-height: 40px;
  height: 100%;
  width: 25%;
  border-radius: 0px;
  top: 0;
  right: 0;
	padding-top: 40px;
  /**/background-color: rgba(255, 255, 255, 0.90);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
}
.menu-expanded a {
  transition: all .15s;
	text-transform: uppercase; 
  letter-spacing: 5px;
  text-decoration: none;
  font-size: 1.5em; 	font-weight: bold;
  padding: 2px 0px;
  color: #000;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}
.menu-expanded a:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
	color: #000;
  	transition: all .15s;
  	letter-spacing: 2px;

}
.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 {
  font-size: 3em;
}
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;}

h3 {  color: #999;}

p {
  line-height: 160%;
  letter-spacing: 1px;
}

/*--------------------*/
/*body {
  font-family: 'Lato', sans-serif;
}*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  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;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-caption {
  text-shadow: 10px 10px 1px rgba(0, 0, 0, 0.9);
  font-size: 16px;
}

.carousel-caption h3 {
  font-size: 50px;	color:#F15B22;
  /*font-family: 'Lato', sans-serif;*/
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.item:nth-child(1) {
  background: url("../images/mainImg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item:nth-child(2) {
  background: url("../images/mainImg2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item:nth-child(3) {
  background: url("../images/mainImg3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.br1,.br2,.br3,.br4{	display:none;	}
.logoContent{
  position: absolute;
	/*top: -50px;*/
	z-index: 3;
	width: 100%;
}
.backtotop{ position: fixed; bottom: 5px; right: 5px;}
.container{ color:#FFF;}
.img100{ width: 100%; }
.btMenu{width: 95%;}
.txtGold{color:#F15B22;}
.icoDown{margin-bottom: -50px;}
.row{ padding-top: 0px;}
.boxW{width: 82px;}

/* Web Adjust */
.borderBlack{ height: 55px; background-color: #000; width: 100%; position: absolute; z-index: 49; }
.tiMenu{ height: 50px; margin-bottom: 100px; }
.imgPic{width: 50%;}
.imgPic100{width: 100%;}
.logo{ width: 300px; position: absolute; top: 5%; left: 50%; z-index: 50; margin-left: -150px; }
.logoBook{ width: 170px; position: absolute; margin: -80px 0 0 130px;}
.btBooknow{ width: 250px; position: absolute; top: 55%; left: 50%; z-index: 50;  margin-left: -125px; }
.icoSocial{width: 60px;}
.icoSocialFoot{margin-left: 95px;width: 40px;}
.txtLogo{width: 550px; position: absolute; right: 10%; bottom: 25%; z-index: 50;}
.txtAbout{width: 70%;}
.txtOurmenu{width: 500px; position: absolute; left: 20%; bottom: 20%; z-index: 50;}
.txtBooking{height: 170px;}
.txtNor{ font-size: 1.3em; }
.txtCalltoBook{  font-size: 1.9em; color: #000; padding: 100px 0 40px 0; font-weight: bold; letter-spacing: .4em; -webkit-text-stroke-width: 1px; }
/*.txtLogo2{display:none;}*/
.bgAbout{background-image: url("../images/bgAbout.jpg"); background-repeat: repeat; background-position: top center; background-color: #cacaca; padding-top:100px; background-size: 100%;}
.bgMenu{background-image: url("../images/bgMenu.jpg"); background-repeat: no-repeat; background-position: top center; background-color: #070707; /*padding-top:100px;*/ background-size: 100%;}
.bgMenuInner{background-image: url("../images/bgMenuInner.jpg"); background-repeat: repeat; background-position: top center; background-color: #e6e8eb; padding-top:100px; background-size: 100%;}
.bgGallery{background-image: url("../images/bgGallery.png"); background-repeat: no-repeat; background-position: bottom center; background-color: #FFF; padding:100px 0 100px 0; background-size: 100%;}
.bgGalHead{background-image: url("../images/bgGalHead.jpg"); background-size: 100%; background-position: center; background-color: #231f20; padding:60px 0; text-align: center; font-size: 1.2em; letter-spacing: 7px;}
.bgBooking{background-image: url("../images/bgAbout.jpg"); background-repeat: repeat; background-position: top right; background-color: #cacaca; padding-top:100px; background-size: 100%;}
.bgFindus{background-color: #000; padding: 100px 0 10px 0; }
.pagesingle{border: 4px #000 solid; padding: 6px; width: 50%; margin: 0 auto; }
.pagecouple{border: 4px #000 solid; padding: 6px;}
.hightnav{ height: 50px;}
.lineH{margin: 25px 0; background-color: #000; height: 1px;}
.footnormal{width: 100%; }
.findus1{width: 60%;}
.findus2{width: 20%;}
.findus3{width: 65%;}
.findus4{width: 60%;}
.findus5{width: 100%;}
.map{ width:100%; height:450px;  }
.mapBor{border: dotted 8px #000; width: 90%; margin: 50px auto; }
.img70{ width: 80%; }
.img90{ width: 95%; }
.h130{ height: 100px; margin: 30px 0 150px 0; }
.txtmenu{margin-top: 50px;}
/* */

.show-mobile{display:none;}


#boxRegister{	padding-top:5px;}
.btRegister{background-image: url("../images/btBooknow.png"); background-size: 100%; width: 200px; height: 38px; border: none; background-color: #c9c7c7;;}
.boxRegister{	width: 100%; margin: 8px 0; padding: 5px; color: #000; border: 2px #000 solid; background: none;}
.borMap{	border:#CCC 1px solid;	padding:1px;}
.txtBlack{	color:#000;}
a:hover {color: #F15B22;}

