/**/
/* Booking Box */
#booking-box-a {
	position: absolute;
	width: 1000px;
	height: 100px;
	background: #3a3232;
	padding: 0;
    left: calc(50% - 520px);
	bottom: 0px;
    z-index: 7;
	display: flex;
	
}
#booking-box {
	width: 100%;
	/*width: 980px;
    height: 98px;
    background: #3a3232;
    padding: 0;
    left: calc(50% - 490px);*/

	display: flex;
}
#booking-box .booking-search-form {
	max-width: unset;
	height: 98px;
	margin: 0;

	display: flex;
}
#booking-box .booking-search-form .row {
	width: 100%;
	margin: 0;
	text-align: center;
}
#booking-box .field-container {
	width: calc(100% - 152px);
	height: 88px;
	margin: 5px 0;
	padding: 0 15px;
	border: 1px solid rgba(255,255,255,0.12);
	border-right: none;

    display: flex;
    align-items: center;
	
}
/*#booking-box .btn-tag {
	position: relative;
	display: table;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: inherit;
	margin-left: 0;
	letter-spacing: normal;
	padding: 0 20px 0 30px;
}
#booking-box .btn-tag::before {
    content: "";
    display: block;
    position: absolute;
    background: #35200a;
    width: 300px;
    height: inherit;
	left: -115px;
	top: 0;
    -webkit-transform: skew(160deg);
    -moz-transform: skew(160deg);
    -o-transform: skew(160deg);
    transform: skew(160deg);
	z-index: 0;
}
#booking-box .btn-tag-box {
    position: relative;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
#booking-box .btn-tag .h3 {
	position: relative;
	color: #fff;
	font-size: 19px;
	margin-bottom: 6px;
}
#booking-box .btn-tag span {
	position: relative;
	display: block;
	font-size: 14px;
	z-index: 2;
}
#booking-box .btn-tag i {
    padding-right: 6px;
}
#booking-box .btn-tag i,
#booking-box .btn-tag span {
	position: relative;
    display: table-cell;
    color: #f5821f;
    vertical-align: middle;
	z-index: 2;
}*/

/**/
#booking-box .btn-booking {
	position: relative;
	width: 152px;
	background: #c8ae67 url(../images/bg-burgundy-pattern.jpg) center;
	transition: all 0.4s ease;
}
#booking-box .btn-booking::after {
	content: '';
	position: absolute;
	width: 0;
    height: 100%;
	background-color: #c8ae67;
	background-image: none;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all 0.4s ease;
}
#booking-box .btn-booking:hover::after {
	width: 100%;
}
#booking-box .btn-booking a,
#booking-box .btn-booking button {
	position: relative;
	width: calc(100% - 5px);
	height: 88px;
	border: 1px solid rgba(255,255,255,0.12);
	border-left: none;
	margin: 5px 5px 5px 0;
	z-index: 1;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-out 0s;
}
#booking-box .btn-booking a span,
#booking-box .btn-booking a i,
#booking-box .btn-booking button span,
#booking-box .btn-booking button i {
	transition: all .4s ease-out 0s;
}
#booking-box .btn-booking a:hover,
#booking-box .btn-booking button:hover {
	border-color: rgba(255,255,255,0.2);
}
#booking-box .btn-booking a:hover span,
#booking-box .btn-booking a:hover i,
#booking-box .btn-booking button:hover span,
#booking-box .btn-booking button:hover i {
	color: #86202b;
}
#booking-box .btn-booking span {
	position: relative;
	color: #fff;
	font-family: 'Bellefair', serif;
    font-size: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
	z-index: 1;
}
html:lang(th) #booking-box .btn-booking span {font-family: 'Kanit', serif;}
#booking-box .btn-booking i {
	position: relative;
	color: #fff;
	margin-top: -6px;
	margin-bottom: 5px;
	z-index: 1;
}
html:lang(ru) #booking-box .btn-booking span {font-family: 'Noto Serif', serif;}
#booking-box .btn-booking i {
	position: relative;
	color: #fff;
	margin-top: -6px;
	margin-bottom: 5px;
	z-index: 1;
}
html:lang(ko) #booking-box .btn-booking span {font-family: 'Noto Serif', sans-serif;}
#booking-box .btn-booking i {
	position: relative;
	color: #fff;
	margin-top: -6px;
	margin-bottom: 5px;
	z-index: 1;
}
html:lang(zh-hans) #booking-box .btn-booking span {font-family: 'Noto Serif', sans-serif;}
#booking-box .btn-booking i {
	position: relative;
	color: #fff;
	margin-top: -6px;
	margin-bottom: 5px;
	z-index: 1;
}
/**/
#booking-box .booking-search-form label {
	color: #d9c387;
	max-width: none;
	font-family: 'Thasadith', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 9px;

	/*-webkit-font-smoothing: auto;
  	-moz-osx-font-smoothing: auto;*/
}
html:lang(th) #booking-box .booking-search-form label {font-family: 'Kanit', serif;}
#booking-box .field-container i {
	color: #fff;
    font-size: 11px;
}
html:lang(ru) #booking-box .booking-search-form label {font-family: 'Noto Serif', serif;}
#booking-box .field-container i {
	color: #fff;
    font-size: 11px;
}
html:lang(ko) #booking-box .booking-search-form label {font-family: 'Noto Serif', sans-serif;}
#booking-box .field-container i {
	color: #fff;
    font-size: 11px;
}
html:lang(zh-hans) #booking-box .booking-search-form label {font-family: 'Noto Serif', sans-serif;}
#booking-box .field-container i {
	color: #fff;
    font-size: 11px;
}
#booking-box .booking-search-form select,
#booking-box .booking-search-form input[type=text] {
	float: left;
	color: #d9c387;
	font-family: 'Thasadith', sans-serif;
    font-size: 15px;
    font-weight: bold;
	/*letter-spacing: normal;*/
	padding: 9px 15px;
	border: none;
	/*border-bottom: 3px solid #d1d4db;*/
	background: #37292d;

	/*background: rgb(242,238,229);
	background: -moz-linear-gradient(0deg, rgba(242,238,229,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(242,238,229,1) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(0deg, rgba(242,238,229,1) 0%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2eee5",endColorstr="#ffffff",GradientType=1);*/
}
html:lang(th) #booking-box .booking-search-form select, html:lang(th) #booking-box .booking-search-form input[type=text] {font-family: 'Kanit', serif;}
#booking-box .booking-search-form select {
	position: relative;
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 0 10px 15px;
}
html:lang(ru) #booking-box .booking-search-form select, html:lang(ru) #booking-box .booking-search-form input[type=text] {font-family: 'Noto Serif', serif;}
#booking-box .booking-search-form select {
	position: relative;
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 0 10px 15px;
}
html:lang(ko) #booking-box .booking-search-form select, html:lang(ko) #booking-box .booking-search-form input[type=text] {font-family: 'Noto Serif', sans-serif;}
#booking-box .booking-search-form select {
	position: relative;
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 0 10px 15px;
}
html:lang(zh-hans) #booking-box .booking-search-form select, html:lang(zh-hans) #booking-box .booking-search-form input[type=text] {font-family: 'Noto Serif', sans-serif;}
#booking-box .booking-search-form select {
	position: relative;
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 0 10px 15px;
}
@-moz-document url-prefix() {
  #booking-box .booking-search-form select {
	height: 41px;
  }
}
#booking-box .booking-search-form input[type=text] {
	width: 100%;
	text-align: center;
}
#booking-box .booking-search-form input.datepicker {
	width: 50%;
	text-align: center;
	-webkit-transition: none;
    transition: none;
	/*-webkit-font-smoothing: auto;
  	-moz-osx-font-smoothing: auto;*/
}
#booking-box .booking-search-form select.pax {
	width: 50%;
}
#booking-box .booking-search-form select:active,
#booking-box .booking-search-form select:focus,
#booking-box .booking-search-form input[type=text]:active,
#booking-box .booking-search-form input[type=text]:focus {
	color: #d9c387;
	font-weight: bold;
}
#booking-box .booking-search-form .col-5,
#booking-box .booking-search-form .col-4,
#booking-box .booking-search-form .col-3,
#booking-box .booking-search-form .col-2,
#booking-box .booking-search-form .col-1 {
	margin-right: 20px;
}
#booking-box .booking-search-form .col-5 {
	position: relative;
	width: calc(38% - 20px);
	margin-bottom: 0;

	display: flex;
    flex-direction: column;
}
#booking-box .booking-search-form .col-5::before {
	position: absolute;
	content: '\e906';
	color: #d9c387;
	font-size: 14px;
	top: calc(50% + 4px);
    left: calc(50% - 7px);
	z-index: 1;
}
#booking-box .booking-search-form .col-4 {
	width: calc(30% - 20px);
}
#booking-box .booking-search-form .col-3 {
	width: calc(16% - 20px);
}
#booking-box .booking-search-form .col-3:last-of-type {
	margin-right: 0;
}
#booking-box .booking-search-form .col-2 {
	width: calc(16% - 20px);
	margin-bottom: 0;
}
#booking-box .booking-search-form .col-1 {
	width: calc(9% - 20px) ;
}
#booking-box .input-wrap {

}

/**/
#booking-box .form_input input {
	width: 100%;
	font-size: 14px;
	border: 0;
	padding: 0;
}
#booking-box .form_input .-guest .inputfield {
	position: relative;
	font-size: 14px;
}
#booking-box .form_input .-guest .warp-guest {
    float: left;
	position: relative;
	width: 100%;
	color: #d9c387;
    background: #f2eee5;
	font-weight: bold;
	line-height: 36px;
    padding: 0 15px;
}
#booking-box .form_input .-guest .warp-guest {
	background: #37292d;
	/*background: rgb(242,238,229);
	background: -moz-linear-gradient(0deg, rgba(242,238,229,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(242,238,229,1) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(0deg, rgba(242,238,229,1) 0%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2eee5",endColorstr="#ffffff",GradientType=1);*/
}
#booking-box .form_input .input-group {
	position: absolute;
	background: url(../images/bg-burgundy-pattern.jpg) center;
	width: 190px;
	padding: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	top: 46px;
	left: calc(50% - 95px);
	z-index: 1;
}
#booking-box .form_input .input-group:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #7a131f;
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 11px);
}
#booking-box .form_input .cap-item {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;

	margin: 10px 0;
}
#booking-box .form_input .cap-item .cap-result {
	width: 100px
}
#booking-box .form_input .cap-item label {
	float: left;
	color: #fff;
    font-size: 14px;
	line-height: 17px;
    letter-spacing: 0.05em;
	margin: 0 0 0 5px;
}
#booking-box .form_input .cap-item input {
	float: left;
	color: #fff;
	width: 20px;
	font-family: 'Thasadith', sans-serif;
	font-weight: bold;
	text-align: right;
	margin-top: -1px;
}
html:lang(th) #booking-box .form_input .cap-item input {font-family: 'Kanit', serif;}
#booking-box .form_input .cap-item button {
	width: 25px;
	height: 25px;
	/*color: #9a9085;
    background: #f7f1e3;*/
	padding: 5px;
	margin: 0;
	border-radius: 50%;
    border: 1px solid #fff;
}
html:lang(ru) #booking-box .form_input .cap-item input {font-family: 'Noto Serif', serif;}
#booking-box .form_input .cap-item button {
	width: 25px;
	height: 25px;
	/*color: #9a9085;
    background: #f7f1e3;*/
	padding: 5px;
	margin: 0;
	border-radius: 50%;
    border: 1px solid #fff;
}
html:lang(ko) #booking-box .form_input .cap-item input {font-family: 'Noto Serif', sans-serif;}
#booking-box .form_input .cap-item button {
	width: 25px;
	height: 25px;
	/*color: #9a9085;
    background: #f7f1e3;*/
	padding: 5px;
	margin: 0;
	border-radius: 50%;
    border: 1px solid #fff;
}
html:lang(zh-hans) #booking-box .form_input .cap-item input {font-family: 'Noto Serif', sans-serif;}
#booking-box .form_input .cap-item button {
	width: 25px;
	height: 25px;
	/*color: #9a9085;
    background: #f7f1e3;*/
	padding: 5px;
	margin: 0;
	border-radius: 50%;
    border: 1px solid #fff;
}
#booking-box .form_input .cap-item button:hover {
    background: #fff;
}
#booking-box .form_input .cap-item button:hover i {
    color: #3a3232;
}

/**/
/*#number-of-room.form_input .input-group {
	width: 184px;
	left: calc(50% - 92px);
}
#number-of-room.form_input .cap-item .cap-result {
	width: 92px
}*/
#number-of-room.form_input .-guest .warp-guest {
	padding: 0 5px;
}

.ui-widget {
    font-family: 'Thasadith', sans-serif;
    font-size: 1.6em;
}
html:lang(th) .ui-widget  {font-family: 'Kanit', serif;}
html:lang(ru) .ui-widget  {font-family: 'Noto Serif', serif;}
html:lang(ko) .ui-widget  {font-family: 'Noto Serif',sans-serif;}
html:lang(zh-hans) .ui-widget  {font-family: 'Noto Serif',sans-serif;}
/*.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ed8630;
    background: #f78d34;
    color: #fff;
	padding: 0;
}*/
.ui-datepicker-calendar .ui-state-default {
	font-size: 14px;
    font-weight: bold;
	padding: 0;
}
.ui-datepicker td a, .ui-datepicker td span {
	text-align: center;
}
.ui-datepicker-calendar .ui-state-hover {
	color: #444;
	background: #d9c387;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: #86202b;
    color: #fff;
	font-weight: bold;
}
.ui-datepicker-calendar .ui-state-highlight {
	color: #fff;
}
/*.ui-datepicker-prev:after,
.ui-datepicker-next:after {
	border-left-color: #c8ae67;
}*/
.ui-datepicker-next.ui-state-hover:after {
	border-left-color: #c8ae67;
}
.ui-datepicker-prev.ui-state-hover:after {
	border-right-color: #c8ae67;
}
.ui-datepicker-title {
	color: #3a3234;
    font-family: 'Bellefair', serif;
	font-size: 16px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;

	display: flex;
    justify-content: center;
}
.ui-datepicker-calendar th {
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}
html:lang(th) .ui-datepicker-title,html:lang(th) .ui-datepicker-calendar th {font-family: 'Kanit', serif;}
html:lang(ru) .ui-datepicker-title,html:lang(ru) .ui-datepicker-calendar ru {font-family: 'Noto Serif', serif;}
html:lang(ko) .ui-datepicker-title,html:lang(ko) .ui-datepicker-calendar ko {font-family: 'Noto Serif', sans-serif;}
html:lang(zh-hans) .ui-datepicker-title,html:lang(zh-hans) .ui-datepicker-calendar zh-hans {font-family: 'Noto Serif', sans-serif;}
.ui-datepicker-calendar .ui-datepicker-week-end {
	color: #86202b;
}
.ui-datepicker-calendar .ui-state-disabled {
    color: #aaa;
}
.ui-datepicker-trigger {
	display: none;
}

/**/
/* Btn-reserve */
/**/
.btn-reserve,
button#btnSearch {
	display: none;

	/*position: absolute;
	bottom: calc(50% - 75px);
	right: 15px;*/
	z-index: 1;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*.btn-reserve::before,
button#btnSearch::before {
	content: "\e900";
	color: #ca4b37;
	font-size: 130px;
	opacity: 1;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-reserve::before {
	opacity: 0.9;
}
.btn-reserve:hover::before {
	color: #fff;
}
.btn-reserve i,
button#btnSearch i {
	display: block;
	font-size: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-reserve:hover .icon-bell {
	color: #ca4b37;
}
.btn-reserve .icon-close2 {
	font-size: 48px;
}
.btn-reserve .icon-close2:hover {
	color: #ca4b37;
}
.btn-reserve-fix {
	position: fixed;
}
.btn-reserve.smaller {
	position: fixed;
}
button#btnSearch {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	text-transform: uppercase;
	top: 20px;
	bottom: auto;
}
button#btnSearch div {
	position: absolute;
	top: calc(50% - 66px);
    right: calc(50% - 58px);
    padding: 2px 30px 17px;
}
button#btnSearch:hover div {
	color: #313131;
}
button#btnSearch:hover .icon-bell {
	color: #ca4b37;
}
button#btnSearch:hover::before {
	color: #fff;
}
button#btnSearch .icon-bell {
	color: #fff;
	font-size: 60px;
}*/


/* Booking Overlay */
.btn-reserve input#op {
	display:none;
}
.lower{
	position: relative;
}
.btn-reserve .lower label[for=op] {
	position: relative;
    display: inline-block;
	width: 100%;
	max-width: none;
    color: #fff !important;
    background: url(../images/bg-burgundy-pattern.jpg) center;
    font-family: 'Bellefair', serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 34px;
    padding: 2px 15px 0;


    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
html:lang(th) .btn-reserve .lower label[for=op] {font-family: 'Kanit', serif;}
.btn-reserve label[for=op]:hover span {
    color: #86202b !important;
	z-index: 2;
}
html:lang(ru) .btn-reserve .lower label[for=op] {font-family: 'Noto Serif', serif;}
.btn-reserve label[for=op]:hover span {
    color: #86202b !important;
	z-index: 2;
}
html:lang(ko) .btn-reserve .lower label[for=op] {font-family: 'Noto Serif', sans-serif;}
.btn-reserve label[for=op]:hover span {
    color: #86202b !important;
	z-index: 2;
}
html:lang(zh-hans) .btn-reserve .lower label[for=op] {font-family: 'Noto Serif', sans-serif;}
.btn-reserve label[for=op]:hover span {
    color: #86202b !important;
	z-index: 2;
}
.btn-reserve label[for=op]::after {
    position: absolute;
    content: "";
    color: #fff;
    background: #d4ba73;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    transition: all .4s ease-out 0s;
}
.btn-reserve label[for=op]:hover::after {
    width: 100%;
}

/*.lower label[for=op] {
	color: #fff;
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	top: calc(50% - 59px);
    left: calc(50% - 65px);
    padding: 10px 25px 35px 25px;
}*/
.lower label[for=op]:hover {
	cursor:pointer;
}
.btn-reserve:hover label[for=op] {
	color: #313131;
}
.overlay {
	position: absolute;
	width: 100%;
	height: calc(100vh - 110px);
	background: #3a3232;
    top: 76px;
	left: 0;
	text-align: center;
	padding: 25px;
	overflow: auto;
	z-index: 3;
}
/* .overlay .outer {
	position: relative;
	display: block;
	height: 100%;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid rgba(255,255,255,0.1);

	display: flex;
    align-items: center;
    justify-content: center;
} */
.overlay label[for=op] {
	position: absolute;
	width: 40px;
    height: 40px;
	right: 10px;
	top: 10px;
	left: auto;
	z-index: 100;
  	cursor:pointer;

	display: flex;
    align-items: center;
    justify-content: center;
}
.overlay label[for=op]::after {
/* 	display: none; */
}
.overlay label[for=op] i {
	color: #c8ae67;
	margin-right: 0;
}
.overlay label[for=op]:hover i {
	color: #fff;
}
.overlay h3 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
@media screen and (max-width: 1280px) and (min-aspect-ratio: 13/9) {
	.overlay{
		display: flex;
	}
}
.lower~.overlay-box{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
#op:checked~.overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* Booking Box B */
#booking-box-b {
	overflow: hidden;

	display: flex;
	flex-flow: column wrap;
}
#booking-box-b #booking-box {
    position: relative;
    margin: 0 auto;

	flex-direction: column;
}
#booking-box-b #booking-box .logo {
/* 	display: none; */
	visibility: hidden;
	text-align: center
}
#booking-box-b #booking-box img {
	margin-top: 20px;
}
#booking-box-b #booking-box h3 {
	color: #af967b;
	font-size: 32px;
	margin: 50px 0;
}
/*#booking-box .h3 {
	color: #fff;
	font-size: 22px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
}*/
#booking-box-b #booking-box .h4 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
}
#booking-box-b #booking-box .h4 a {
	color: #fff;
	text-decoration: underline;
}
#booking-box-b #booking-box .icon-bell {
	/*margin-right: 5px;*/
    font-size: 47px;
    position: relative;
    top: 3px;
}
#booking-box-b #booking-box .col-6 {
	margin-bottom: 10px;
}
#booking-box-b #booking-box .booking {
	max-width: 1280px;
	margin: 0 auto;
}
#booking-box-b #booking-box input[type=text].form-control,
#booking-box-b #booking-box select.selectbox,
#booking-box-b #booking-box input#txtPromoCd {
	position: relative;
	z-index: 1;
}

/* Form - Booking & Contact Pages */
#booking-box-b .booking {
	padding: 0 60px;
}
#booking-box-b .booking .col-2,
#booking-box-b .booking .col-3,
#booking-box-b .booking .col-5,
#booking-box-b .booking .col-6,
#booking-box-b .booking .col-9,
#booking-box-b .booking .col-12 {
	display: inline-block;
	padding: 0;
}
#booking-box-b .booking .col-4 {
	width: 33.3333%;
}
#booking-box-b .booking .row .col-3 {
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
}
#booking-box-b .booking .row .col-3:last-child {
	margin-right: 0;
}
#booking-box-b .booking .row .col-6 {
	width: calc(50% - 15px);
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: left;
}
#booking-box-b .booking .row .col-6:last-child {
	margin-right: 0;
}
#booking-box-b .booking .col-6:nth-child(even) {
	margin-right: 0;
}
#booking-box-b .booking .col-12 {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#booking-box-b .booking .col-12:nth-child(1) {
	margin-top: 20px;
}
#booking-box-b .booking .col-12:nth-child(2),
#booking-box-b .booking .col-12:nth-child(3) {
	margin-top: 20px;
	margin-bottom: 10px;
}
#booking-box-b .booking .col-12:last-child {
	margin-bottom: 0;
}
#booking-box-b .booking .col-6.last-child {
	padding-left: 20px;
}
#booking-box-b .booking .icon-calendar,
#booking-box-b .booking .icon-chevron,
#booking-box-b .booking .icon-tag {
	position: absolute;
	font-size: 40px;
	top: 9px;
	right: 0;
	z-index: 0;
}
#booking-box-b .booking .icon-chevron {
	top: 12px;
	right: -10px;
}
#booking-box-b .booking .checking-box{
    text-align:center;
    height:109px;
    padding:15px 10px;
    border-right:1px solid rgba(255,255,255,.3);
    border-bottom:1px solid rgba(255,255,255,.3)
}
#booking-box-b .booking .checkout-box{
    text-align: center;
    height: 109px;
    padding: 15px 2.5px;
    border-bottom: 1px solid rgba(255,255,255,.3)
}
#booking-box-b .booking label{
	color: #7f7f7f;
	font-size: 13px;
}
#booking-box-b .booking .form-control{
	width: 100%;
    background-color:transparent;
    border:0;
    -webkit-box-shadow:none;
            box-shadow:none;
    color:#fff;
    font-size:20px;
}
#booking-box-b .booking .form-control.error{
    border:1px solid #a02066;
}
#booking-box-b input[type=text].form-control,
#booking-box-b select.selectbox {
	color: #fff;
	font-family: 'Thasadith', sans-serif;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0 4px;
	margin-bottom: 5px;
}
html:lang(th) #booking-box-b input[type=text].form-control, html:lang(th) #booking-box-b select.selectbox {font-family: 'Kanit', serif;}
html:lang(ru) #booking-box-b input[type=text].form-control, html:lang(ru) #booking-box-b select.selectbox {font-family: 'Noto Serif', serif;}
html:lang(ko) #booking-box-b input[type=text].form-control, html:lang(ko) #booking-box-b select.selectbox {font-family: 'Noto Serif', sans-serif;}
html:lang(zh-hans) #booking-box-b input[type=text].form-control, html:lang(zh-hans) #booking-box-b select.selectbox {font-family: 'Noto Serif', sans-serif;}
#booking-box-b input[type=text].form-control:active,
#booking-box-b input[type=text].form-control:focus {
	color: #fff;
    -webkit-box-shadow:none;
            box-shadow:none;
	border-bottom: 1px solid #fff;
}
#booking-box-b select.selectbox {
	width: 100%;
	line-height: normal;
	padding: 20px 0 9px;
}
#booking-box-b select.selectbox option {
	font-size: 18px;
	color: #000;
}
#booking-box-b select.selectbox:active,
#booking-box-b select.selectbox:focus {
	border-bottom: 1px solid #fff;
}
#booking-box-b input#txtPromoCd {
	width: 100%;
	color: #fff;
	font-family: 'Thasadith', sans-serif;
	font-size: 18px;
	line-height: 37px;
	/*background-color: rgba(255,255,255,0.3);*/
	padding: 10px 0 4px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
html:lang(th) #booking-box-b input#txtPromoCd  {font-family: 'Kanit', serif;}
html:lang(ru) #booking-box-b input#txtPromoCd  {font-family: 'Noto Serif', serif;}
html:lang(ko) #booking-box-b input#txtPromoCd  {font-family: 'Noto Serif', sans-serif;}
html:lang(zh-hans) #booking-box-b input#txtPromoCd  {font-family: 'Noto Serif', sans-serif;}
@-moz-document url-prefix() {
  #booking-box-b input#txtPromoCd {
	line-height: 40px;
  }
}
#booking-box-b input#txtPromoCd:active,
#booking-box-b input#txtPromoCd:focus {
	border-bottom: 1px solid rgba(255,255,255,1.0);
}

/* body.no-slide #booking-box-a{ display: none; } */
/* body.error404 #booking-box-a{ display: none; } */
/**/
@media screen and (max-width: 768px) {
/**/
#booking-box-b .badge-guaranteed {
    width: auto;
    padding: 0;

	display: flex;
    flex-direction: row;
	order: 2;
}
#booking-box-b .badge-guaranteed .badge-text {
	font-size: 13px;
	text-align: left;
	margin-top: 0;

	display: flex;
    flex-direction: column;
}
#booking-box-b .badge-guaranteed .badge-text span {
	font-size: 10px;
}
#booking-box-b .badge-guaranteed i {
	color: #d6b973;
	font-size: 30px;

	display: flex;
}

/**/
#booking-box-b #booking-box .booking-search-form {
	height: auto; 
    overflow: visible;
    flex-direction: column;
    align-items: center;
    order: 1;
}
#booking-box-b #booking-box .booking-search-form .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#booking-box-b #booking-box .booking-search-form .col-4,
#booking-box-b #booking-box .booking-search-form .col-3,
#booking-box-b #booking-box .booking-search-form .col-2 {
	margin: 0 20px 0 0;
}
#booking-box-b #booking-box .booking-search-form .col-5 {
	width: 100%;
	margin: 0 0 30px;
}
#booking-box-b #booking-box .booking-search-form .col-4 {
    width: 160px;
}
#booking-box-b #booking-box .booking-search-form .col-2 {
	width: 80px;
}
#booking-box-b #booking-box .booking-search-form .col-3 {
	width: 90px;
	margin: 0;
}
#booking-box-b #booking-box .booking-search-form .row.-guest {
    flex-direction: column;
}

/**/
#booking-box-b #booking-box .booking-search-form label {
	font-size: 12px;
}
#booking-box .booking-search-form select,
#booking-box .booking-search-form input[type=text],
#booking-box .form_input .-guest .inputfield {
	font-size: 14px;
}

/**/
#booking-box-b #booking-box .input-wrap {
    width: 240px;
    margin: 0 auto;
}

/**/
#booking-box-b #booking-box .field-container {
    width: 100%;
	height: auto;
	border: none;
    padding: 0;
	margin: 0;

    display: flex;
    align-items: center;
}
#booking-box-b #booking-box .field-container i {
    margin-right: 0;
}

/**/
#booking-box-b #booking-box .btn-booking {
    width: 371px;
	height: 60px;
	margin: 30px 0;

	display: flex;
    justify-content: center;
}
#booking-box-b #booking-box .btn-booking a,
#booking-box-b #booking-box .btn-booking button {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    transition: all .4s ease-out 0s;

    flex-direction: row;
}
#booking-box-b #booking-box .btn-booking:hover button {
	color: #86202b;
}
#booking-box-b #booking-box .btn-booking span {
    font-size: 18px;
}

/**/
#booking-box-b #booking-box .form_input .input-group {
    background: #d4ba73;
    top: -92px;
	border-radius: 2px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.75);
    z-index: 2;
}
#booking-box-b #booking-box .col-2 .form_input .-guest .input-group {
    top: -62px;
}
#booking-box-b #booking-box .form_input .input-group:before {
    border-top: 12px solid #d4ba73;
	border-bottom: none;
    bottom: -12px;
	top: auto;
}
#booking-box-b #booking-box .form_input .cap-item {
    margin: 5px 0;
}
#booking-box-b #booking-box .form_input .cap-item label,
#booking-box-b #booking-box .form_input .cap-item input {
	color: #3a3232;
}
#booking-box-b #booking-box .form_input .cap-item button {
    border-color: #3a3232;
	background: #3a3232;
}
#booking-box-b #booking-box .form_input .cap-item button i {
	color: #d4ba73;
}
#booking-box-b #booking-box .form_input .cap-item button:hover {
    background: #3a3232;
}
}
@media screen and (max-width: 480px) {
.overlay {
    height: calc(100vh - 90px);
    top: 66px;
}
.overlay h3 {
	font-size: 24px;
}
#booking-box-b #booking-box .booking-search-form .col-5,
#booking-box-b #booking-box .booking-search-form .col-4,
#booking-box-b #booking-box .booking-search-form .col-2 {
    width: 100%;
	margin: 0 0 20px;
}
#booking-box-b #booking-box .booking-search-form .col-3 {
	width: 100%;
	margin-bottom: 0;

	display: flex;
	flex-direction: column;
}
#booking-box-b #booking-box .form_input .-guest .warp-guest,
#booking-box-b #booking-box .booking-search-form .col-3 input[type=text] {
    float: none;
	width: 240px;
	margin: 0 auto;
}
#booking-box-b #booking-box .btn-booking {
    width: 240px;
	margin: 20px 0;
}
}
@media screen and (max-width: 400px) {
.btn-reserve .lower label[for=op] span span {
/* 	display: none; */
}
.btn-reserve .lower label[for=op] {
	padding: 2px 10px 0;
}
.overlay {
	padding: 50px;
}
.overlay h3 {
    font-size: 24px;
	
}
.overlay label[for=op] i {
    font-size: 22px;
}
.overlay label[for=op] {
    width: 20px;
    height: 20px;
}
#booking-box-b #booking-box .btn-booking {
	height: 40px;
}
#booking-box-b #booking-box .icon-bell {
    font-size: 30px;
}
#booking-box-b #booking-box .btn-booking span {
    font-size: 15px;
}
#booking-box-b #booking-box .booking-search-form label {
    margin-bottom: 7px;
}

}
@media screen and (max-width: 768px) {
  #booking-box-b {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  #booking-box-b {
    display: block !important;
  }
}

}
