
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}

.night_none {
    display: none;
}
.border-bottom {
    position: relative;
    width: 92%;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    display: inline-block;
}
.reservation_box ul {
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 350px;
    background: #414141;
    color: #353535;
}

.reservation_box li {
    list-style: none;
    float: left;
    width: 50%;
}

.reservation_box .input_night {
    position: absolute;
    width: 60px;
    bottom: 10px;
    left: -25px;
    z-index: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #eee;
    color: #7d7575;

}

.reservation_box .popup_content {
    position: absolute;
    width: 260px;
    margin: 20px 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 350px;
    overflow: auto;
    font-size: 12px;
}



.reservation_box .content_ibe {
    padding: 10px;
    position: relative;
}

.reservation_box input {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    border: none;
    background: #fff;
    cursor: pointer;
}

.reservation_box select {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    /* border-left: none; */
    color: inherit;
    cursor: pointer;
}

.reservation_box .text_reser {
    margin-bottom: 10px;
    width: 100%;
}

.reservation_box .input_inout {
    text-align: left;
}

.reservation_box .form-group {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
}

.reservation_box .arrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #d8d6e2;
}

.reservation_box .arrow_index {
    position: absolute;
    bottom: 22px;
    right: 20px;
}

.reservation_box .arrow_check {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.reservation_box .arrow_moon {
    left: 5px;
    z-index: 3;
    color: #7c778b;

    bottom: 22px;
}

.reservation_box .popup_content label {
    padding: 10px;
    color: inherit;
    /*float: left;*/
}
.reservation_box .popup_content .border-bottom label {
    padding: 10px 0 !important;
}

.reservation_box .popup_content #ageRow1 label {
    color: #d8d6e2;
}

.reservation_box .popup_content #ageRow2 {
    color: #d8d6e2;
}

.reservation_box .popup_content #ageRow3 {
    color: #d8d6e2;
}

.reservation_box .popup_content .form_group_half {
    width: 50%;
    float: left;
    position: relative;
}

.reservation_box .popup_content #numberrroomRow {
    background: #fff;
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
}

.reservation_box .popup_content #numberOfRoom1 {
    position: relative;
    float: right;

}

.reservation_box .popup_content #numberOfRoom2 {
    position: relative;
    float: right;
}

.reservation_box .popup_content #numberOfRoom3 {
    position: relative;
    float: right;
}

.reservation_box .popup_content #numberOfRoom4 {
    position: relative;
    float: right;
}

.reservation_box .popup_content #numberOfRoom5 {
    position: relative;
    float: right;
}

.reservation_box .input-group-addon:first-child {
    background: none;
    padding: 5px 0;
    /*border: 1px solid #a18617;*/
    /*border-right: none;*/
    color: inherit;
    text-align: left;
    font-size: 12px;
}

.reservation_box .btnbook_reser {
    background: #49aae4;
    color: #383838;
    text-transform: uppercase;
    padding: 54px 10px;
    transition: all 0.5s;
}

.reservation_box .btnbook_reser:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.btn-apply{
    background: #353535!important;
    color: #fff;
}

/*Horizontal_box*/
.box_horizontal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    top: 0;
    height: 115px;
}

.box_horizontal ul {
    width: 100%;
}

.box_horizontal li {
    width: 20%;
}

.box_horizontal .btnbook_reser {
    padding: 10px;
}

.box_horizontal .input_inout {
    text-align: center;
}

.popupTop {
    bottom: 50px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.popupTop #ui-datepicker-div:before {

}

.tooltip_room {
    position: absolute;
    top: 0;
    background-color: #FFF;
    width: 200px;
    padding: 15px;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation: wobble 2s infinite;
    display: none;
}

.tooltip_room h4 {
    color: #1c1c1c !important;
    font-size: 14px;
    text-transform: none !important;
    margin: 0;
    font-weight: normal;
}

.tooltip_room:after {
    position: absolute;
    left: 10px;
    bottom: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    display: block;
    z-index: 2;
}

::placeholder {
    color: inherit;
}

.widget_03 .input_night3 {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 40px;
}

.widget_03 li {
    width: 33.3333%;
}

.widget_03 ul {
    width: auto;
    float: left;
}

.widget_03 .reservation {
    width: 350px;
    background: #fff;
    color: #353535;
    height: 161px;
}

.widget_03 .reservation_book {
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 161px;
    background: #50abe1;
    padding: 10px 0;
}

.widget_03 .reservation_book li {
    width: 100%
}

.widget_03 .input_promocode {
    background: none;
    text-align: center;
    padding: 0;
    color: #fff;
}

.widget_03 .input_in_out {
    text-align: center;
    width: 100%;
    /*padding: 0 0 15px;*/
}

.widget_03 .content_ibe {
    text-align: center;
}

.widget_03 .input-room {
    background: none;
    border: none;
    border-top: 1px solid #eee;
    padding-bottom: 0;
}

.widget_03 .reservation .text_reser {
    color: #353535;
    margin: 0;
}

.widget_03 #outdate-label {
    font-size: 40px;
    cursor: pointer;
}

.widget_03 #indate-label {
    font-size: 40px;
    cursor: pointer;
}

.widget_03 .arrow_index {
    bottom: 13px;
}

.widget_03 .checkinout_line {
    border-right: 1px solid #eee;
}

.widget_03 .btnbook_reser {
    background: #fff;
    color: #49aae4;
}

.widget_03 {
    width: 550px;
    height: 161px;
    z-index: 4;
    right: 50px;
    left: auto;
    bottom: 50px;
    top: inherit;
}

.widget_03 .popup_content label {
    float: left;
}

.image_book img {
    position: absolute;
    top: -75px;
}

.widget_04 .reservation {
    height: auto;
}

.widget_04 .input_promocode {
    text-align: center;
    padding: 0 10px;
    color: #353535;
}

.widget_04 .btnbook_reser {
    background: #49aae4;
    color: #ffffff;
    font-size: 20px;
}

.widget_04 #btn-booknow .content_ibe {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    background: #353535;
    padding: 20px;
}

.widget_04 {
    width: 350px;
    top: 0;
    height: 265px;
}

.title_reser {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.title_reser h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

.best_rate {
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.best_rate img {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.widget_04 .ui-datepicker {
    margin: 45px 0;
}

.widget_06 .modal-content {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    transition: all 0.5s;
}

.widget_06 .modal {
    background: none;
    width: 100%;
    /* float: right; */
    right: 0;
    left: auto;
    background: #a18617;
}

.widget_06 .modal-dialog {
    width: 767px;
    margin: auto;
    left: 0;
    right: 0;
    background: #1c1c1c !important;
}

.widget_06 .modal-content {
    position: absolute;
    top: 50px;
    bottom: inherit;
    height: auto;
    margin: auto;
    left: 0;
}

.widget_06 .close {
    position: absolute;
    transition: all 0.6s;
    opacity: 0.7;
    outline: none;
    transform: rotate(-90deg);
}

.widget_06 .close img {
    width: 40px;
}

.widget_06 .close:hover {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.widget_06 ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    background: none;
}

.widget_06 .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
    height: 100%;
    background: #fff;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.widget_06 .modal.right.fade.in .modal-dialog {
    right: 0;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgb(255, 255, 255));
    position: fixed;
}

.widget_06 #btn-booknow .content_ibe {
    background: none;
    padding: 0 10px;
    margin: 0;

}

.widget_06 .book_modal {
    position: absolute;
    right: 0;
    background: #43a8e6;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.widget_06 .book_modal:hover {
    background: #353535;
}

.widget_06 .book_modal img {
    width: 50px;
    vertical-align: middle;
}

.widget_06 h4 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

.widget_06 .title_reser {
    border-bottom: none;
    padding: 20px;
    margin-bottom: 25px;
}

.widget_06 .input_promocode {
    padding: 10px;
    border: 1px solid #ccc;
    color: inherit;
    width: 100%;
    background: none;
    margin-top: 25px;
    /* letter-spacing: 1px; */
}

.widget_06 .title_reser h2 {
    margin: 0;
    font-weight: normal;
    text-transform: capitalize;
    /* background: #383838; */
    padding: 10px;
    color: #fff;
    text-align: center;
}

.widget_06 .title_reser h4:after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 35px;
    background-color: #858585;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget_06 .benefit ul {
    background: none;
    text-align: center;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
}

.widget_06 .benefit img {
    width: 30px;
}

.widget_06 .benefit p {
    margin: 0;
}

.widget_06 li {
    width: 50%;
    list-style: none;
    float: left;
}

.widget_06 .benefit li {
    width: 33.3333%;
}

.widget_06 .checkinout_line {
    border-right: 1px solid #eee;
}

.widget_06 .text_reser {
    width: 100%;
}

.widget_06 #outdate-label {
    font-size: 60px;
    cursor: pointer;
    font-style: normal;
}

.widget_06 #indate-label {
    font-size: 60px;
    cursor: pointer;
    font-style: normal;
}

.widget_06 .arrow_index {
    bottom: 13px;
}

.widget_06 .checkinout_line {
    border-right: 1px solid #eee;
}

.widget_06 .btnbook_reser {
    float: right;
    background: #fff;
    color: #5F5C67;
    padding: 15px;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.widget_06 .content_ibe {
    text-align: left;
    padding: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget_06 .input_in_out {
    text-align: center;
    width: 100%;
}

.widget_06 .input-room {
    background: none;
    border: 1px solid #cccccc;
    color: inherit;
    width: 100%;
    /* letter-spacing: 1px; */
    margin-top: 25px;
    cursor: pointer;
}

.widget_06 .arrow_index {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: inherit;
}

.checkinout {
    background-color: #fff;
    padding: 25px;
    display: inline-block;
    width: 100%;
}

.checkinout span {
    letter-spacing: 0;

}

.checkinout .text_reser {
    text-align: center;
    margin: 0;
}

.reservation select, input {
    outline: none;
}

.booknow-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #03a4c5;
    -webkit-transition: .23s ease-in-out;
    -moz-transition: .23s ease-in-out;
    -o-transition: .23s ease-in-out;
    transition: .23s ease-in-out;
}

/*---------------------------------------------*/
/* BOX RESERVATION MOBILE */
/*---------------------------------------------*/
.reservation-mobile {
    position: relative;
    left: 130px;
    background: #a18617;
    color: #fff !important;
    width: 130px;
    height: 60px;
    cursor: pointer;
    padding: 20px 18px;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: none;
}
.reservation-mobile a {
    color: #fff !important;
}
.reservation-mobile:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #097790;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.reservation-mobile:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.wrap-scroll .reservation-mobile  {
    float: right;
    left: auto!important;
}

