body {
  padding-top: 20px;
  /*background-color:#fffff1;
  font-size:12px;
  color:#630;*/
}

@font-face {
    font-family: 'th_kodchasalregular';
    src: url('../fonts/th_kodchasal-webfont.eot');
    src: url('../fonts/th_kodchasal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/th_kodchasal-webfont.woff2') format('woff2'),
         url('../fonts/th_kodchasal-webfont.woff') format('woff'),
         url('../fonts/th_kodchasal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LucidaCalligraphy';
    src: url('../fonts/lucida_calligraphy_italic-webfont.eot');
    src: url('../fonts/lucida_calligraphy_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lucida_calligraphy_italic-webfont.woff2') format('woff2'),
         url('../fonts/lucida_calligraphy_italic-webfont.woff') format('woff'),
         url('../fonts/lucida_calligraphy_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.current-lang {
	font-weight:bold;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4cae4c;
    margin: 1em 0;
    padding: 0; 
}

.btn-map-th {
	padding-top:10px;
	width:100%;
	height:50px;
	font-family:th_kodchasalregular;
	font-size:24px;
	font-weight:bold;
}

.btn-map-en {
	padding-top:12px;
	width:100%;
	height:50px;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
}
  
.page_post_content {
	padding:0 29px 0 29px;
	font-size:18px;
	font-weight:bold;
	font-family:th_kodchasalregular;
	color:#38150f;
}

.red {
	color:#F00;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.img-responsive {
    margin: 0 auto;
}

.page, .error404 {
	background-color:#fffff1;
}

.logo {
	text-align:center;
}

.change_language {
	text-align:right;
	padding:0 30px 0 0;
}

.change_language li {
	list-style:none;
	display:inline;
}

.lang-item {
	margin-left:5px;
}

.lang-item a:link {
	color:#060;
}
.lang-item a:active {
	color:#060;
}
.lang-item a:hover {
	color:#060;
}
.lang-item a:visited {
	color:#060;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; /*This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.normal_font {
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
}
	
.h3 {
	font-family:th_kodchasalregular;
	font-weight:bold;
	color: #00913d;
}

.h3_lucida {
	font-family:LucidaCalligraphy;
	/*font-weight:bold;*/
	color: #00913d;
}

.span_green {
	color: #00913d;
}

/*for topmenu*/
.panel-green {
     background-color: #00913d !important;
	 padding:5px 5px 5px 5px;
}

.table {
	font-family:tahoma;
	font-size:13px;
}

.room_detail_button {
	width: 100%;
	height: 40px;
	margin-top:5px;
	padding-top:10px;
	color:#FFF;
}

.room_detail_button:hover {
	color:#FFF;
}

.book_now_button {
	width: 100%;
	height: 40px;
	margin-top:5px;
	padding-top:10px;
	color:#FF0;
}

.book_now_button:hover {
	color:#FF0;
}

.book-icon {
	margin:-3px 10px 0 0;
}

#menu-menuthai{
  font-family:th_kodchasalregular;
  font-size:17px;
}

#menu-menueng{
  font-family:LucidaCalligraphy;
  font-size:13px;
}

.footer {
  text-align:center;
  padding-top: 40px;
  padding-bottom: 40px;
  /*margin-top: 40px;*/
  color:#38150f;
  font-size:13px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.img-thumb:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.nav-justified {
  background-color: #00913d;
  border: 1px solid #f5de16;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  /*font-weight: bold;*/
  color:#fffff1;
  text-align: center;
  background-color: #00913d;
  /*background-color: #e5e5e5;*/ /* Old browsers */
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  /*border-bottom: 1px solid #d5d5d5;*/
}

.nav-justified > li > a:hover {
	color:#f5de16;
	background-color:#00913d;
}
.nav-justified > li > a:focus {
	color:#f5de16;
	background-color:#00913d;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color:#00913d;
  /*background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
		  */
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
	display: flex;
    justify-content: space-between; /* ปิด width: 0%; ที่ nav-justified ใน bootstrap.css */
  }
  .nav-justified > li {
    max-height: 52px;
	display: flex;
    justify-content: space-between; /* ปิด width: 0%; ที่ nav-justified ใน bootstrap.css */
  }
  .nav-justified > li > a {
    /*border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
	*/
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}