input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
#horizon_booking .bnt-mobile {
	display: none;
}
#horizon_booking {
	width: 100%;
	position: fixed;
	z-index: 9;
	bottom: 0px;
	color: #fff;
	padding: 10px 0;
	/*background-color: transparent;*/
	background-color: rgba(0,0,0, .3);
}
.form * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*.form .row {
    margin-left: -5px;
    margin-right: -5px;
}*/

.form .row:after {
	content: '';
	display: block;
	clear: both;
}
.form .row > .col {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.form .row.cols-3 > .col {
	width: 33.33%;
}
.form .form-group {
	margin-bottom: 0px;
}
.form .field {
	display: inline-block;
	position: relative;
}
.form .label {
	position: absolute;
	left: 0;
	top: -22px;
}
.form .input-text, .form .input-select {
	line-height: 32px;
	border: 1px solid #fff !important;
	color: #fff !important;
	background-color: #b3d670;
	padding-left: 6px;
	padding-right: 6px;
	outline: none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form .input-select {
	width: 90px;
	background: #b3d670 url(img/select-icon.png) no-repeat scroll right center;
}
#horizon_booking .form input::-webkit-input-placeholder {
color: #fff;
}
#horizon_booking .form input:-ms-input-placeholder {
color: #fff;
}
.form .button {
	background: url(img/icon-booknow.png) right center #b3d670 no-repeat;
	border: 1px solid #6c5735;
	cursor: pointer;
	padding: 0px 30px 0px 0px;
	width: 120px;
	height: 34px;
	position: relative;
}
.form .button:hover {
	background-color: #7d6743;
}
.form a {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	padding-left: 25px;
	line-height: 32px;
	font-size: 13px;
	color: #fff;
}
.form a:hover {
	color: #ccc;
}
.form a i {
	position: absolute;
	left: 0px;
	top: 7px;
	font-size: 20px;
}
.ui-datepicker-trigger {
	display: none;
}
.form input.hasDatepicker {
	background-image: url(./img/icon-cal-2.png);
	background-position: right 6px center;
	background-repeat: no-repeat;
	padding-right: 28px;
	width: 120px;
}
.form input.promo {
	width: 100px;
}
/* Vertical Style */
.form.form-vertical {
	max-width: 280px; /* ปรับความกว้าง */
	padding: 15px;
	background-color: #fafafa;
	border: 1px solid #ccc;
}
.form.form-vertical .form-group {
	margin-bottom: 10px;
}
.form.form-vertical .form-group:last-of-type {
	margin-bottom: 0;
}
.form.form-vertical .field {
	width: 100%;
}
.form.form-vertical .input-text, .form.form-vertical .input-select, .form.form-vertical .button {
	width: 100%;
}
/* Horizon Style */
.form.form-horizon .form-group, .form.form-horizon .field {
	display: inline-block;
	vertical-align: middle;
}
.form.form-horizon {
	margin-left: 10%;
}
/* Form with Label */
.form.form-with-label {
	padding-top: 22px
}

@media only screen and (max-width: 1024px) {
.form a {
	display: none;
}
	
}
@media only screen and (max-width: 992px) {
#horizon_booking .container {
	display: none;
}
#horizon_booking .container {
	display: none;
}
#horizon_booking .bnt-mobile {
	position: fixed;
	text-align: center;
	display: inline-block;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 10px;
	background-color: #b3d670;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
#horizon_booking .bnt-mobile:hover {
	background-color: #6c5735;
}
#horizon_booking .bnt-mobile i {
	font-size: 24px;
}
}

@media only screen and (max-width: 767px) {

.form.form-horizon {
	margin-left: 0px;
}
.form .input-text,  .form .input-select {
	margin-bottom: 6px;
}
.form input.hasDatepicker {
	width: 137.5px;
}
.form .button {
	margin-top: -4px;
	width: 175px;
	height: 33px;
}
.form a {
	margin-left: 0px;
}

	
}
