:root {
    --main-color: #000;
    --secondary-color: #414141;
}

body {
    background: #fff;
    line-height: 1.5;
    color: #292926;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    cursor: pointer;
    transition: all 0.6s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
    font-family: inherit;
    font-size: inherit;
}
input {
    font-family: inherit;
    font-size: inherit;
}

.widget_ibe {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    padding: 10px;
    margin: auto;
    z-index: 2;
}

.widget_ibe .container {
    padding: 0;
    margin: auto;
}

.widget_ibe p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #a0a0a0;
}

.reservation {
    margin-left: -10px;
    margin-right: -10px;
}

.reservation [class*=col-xs-] {
    padding: 0 10px;
}

.box_inout, .box_room, .box_promocode {
    display: inline-block;
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
    width: 100%;
    height: 84px;
}

.content_ibe {
    font-size: 18px;
}

.reservation-check {
    position: relative;
}

.reservation-check select {
    position: relative;
    width: 100%;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;

}

.arrow_index {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    right: 0;
}

.box_promocode input {
    position: relative;
    width: 100%;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.box_promocode input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}

.box_promocode input::placeholder {
    color: #000;
}
.btnbook_reser {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 84px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    transition: all 0.5s;
}
.btnbook_reser:hover {
    background: var(--secondary-color) !important;
}
.t-arrow-top, .t-arrow-top::after {
    display: none !important;
}

/*********************************/
/* POPUP ROOM LIST */
/*********************************/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 10px 0 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 6;
    font-weight: 600;
}

.padding_apply {
    padding: 10px;
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}

#popup_room_list.popup_content label {
    padding: 10px;
    color: #31322d !important;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: lighter;
}

#popup_room_list #numberOfRoom1, #popup_room_list #numberOfRoom2, #popup_room_list #numberOfRoom3, #popup_room_list #numberOfRoom4, #popup_room_list #numberOfRoom5 {
    position: relative;
    float: right;
}

#popup_room_list .popup_content .form_group_half {
    float: left;
    position: relative;
    width: 100%;
}

#popup_room_list .form-group {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
    width: 100%;
}

.input-group {
    width: 100%;
    margin-bottom: 0;
}

#popup_room_list .input-group-addon:first-child {
    background: #fff;
    padding: 0 15px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
    width: 100px;
    color: #333;
    text-transform: capitalize;
    font-weight: lighter;
    text-align: left;
}

#popup_room_list .arrow {
    position: absolute;
    bottom: 18px;
    right: 10px;
    color: #888;
    font-size: 10px;
}

#popup_room_list .arrow svg {
    width: 15px;
}

#popup_room_list select {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    color: #333;
    font-size: 14px;
}

#popup_room_list input {
    width: 100%;
    font-size: 16px;
    padding: 10px 7px;
    color: white;
    outline: none;
    border: none;
    background: var(--main-color);
    border-radius: 0;
    margin: 0;
    font-weight: lighter;
    transition: all .5s;
}

#popup_room_list input:hover {
    background: var(--secondary-color);

}

.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 {

}

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

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

.reservation .popup_content [class*=col-xs-] {
    padding: 0;
}

/*********************************/
/* BOOK MOBILE */
/*********************************/

.section_reservationmobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    right: 0;
    left: 0;
    display: none;
}
.section_reservationmobile [class*=col-xs-]{
    padding: 10px;
}
.section_reservationmobile .col-xs-8 {
    background: var(--main-color);
}
.section_reservationmobile .col-xs-2 {
    background: var(--secondary-color);
}
.border {
    border-right: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 1024px) {
    .widget_ibe {
        display: none;
    }
    .section_reservationmobile {
        display: block;
    }
}