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

}
.reservation-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    display: block;
}
.reservation-box .container {
    width: 1200px !important;
}
.reservation-box p {
    margin: 0;
}
.ibe-hg {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 15px 0;
    color: #fff;
}
.col-xs-3 {
    position: relative;
    width: 15%;
    float: left;
}
.col-xs-4 {
    position: relative;
    width: 20%;
    float: left;
}
.col-xs-5 {
    position: relative;
    width: 45%;
    float: left;
}
.col-xs-6 {
    position: relative;
    width: 50%;
    float: left;
}
.text-ibe {
    text-transform: uppercase;
    margin: 0;
}

.box-mouth {
    position: relative;
    display: inline-block;
}

.input_in_out , .select-room {
    position: relative;
    width: 100%;
}
.input_in_out i {
    position: absolute !important;
    right: 0;
    top: 27px !important;
    font-size: 20px;
}
.box_inout .col-xs-6 , .select-room{
    padding: 0 25px;
}
.t-day-check-in , .t-day-check-out {
    font-size: 42px;
    margin: 0 10px 0 0;
}
.border-right-ibe {
    border-right: 1px solid #fff !important;
    border-radius: 0 !important;
}
.select-room  {
    text-align: center;
}
.reservation-check select {
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 42px;
    color: #fff;
    width: 50px;
    cursor: pointer;
    z-index: 4;
}
.select-room select{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-room i {
    position: absolute;
    right: 67px;
    top: 45px;
    font-size: 20px;
    z-index: 1;
}
.promocode {
    position: relative;
    padding: 20px 25px;
}
.promocode input {
    position: relative;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 25px;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.promocode input::placeholder {
    color: #fff;
}
.box_book {
    position: relative;
    padding: 20px 25px;
}
.box_book input {
    width: 100%;
    padding: 7px 25px;
    font-size: 18px;
    color: #fff;
    border: none;
}
.box_book input:hover {
    background: #824911 !important;
}
/*-------------------------------------*/
/* POPUP ROOM LIST */
/*-------------------------------------*/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 30px 0 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 6;
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}
#popup_room_list.popup_content label {
    padding: 10px;
    color: #91713c !important;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}
#popup_room_list #numberOfRoom1 {
    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: #888;
    text-transform: capitalize;
    display: table-cell;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #888;
    top: auto;
}
#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: #888;
    font-size: 14px;
}
#popup_room_list input {
    width: 100%;
    font-size: 16px;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
}
.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;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    margin: 0;
    width: 100%;
}
.tagline-slide , .btn--scroll {
    z-index: 2 !important;
}
/*-------------------------------------*/
/* MOBILE */
/*-------------------------------------*/
.book-mobile {
    position: absolute;
    right: 95px;
    padding: 8px 25px;
    background: #c38547;
    color: #fff;
    border-radius: 2px;
    display: none;
}
.book-mobile:hover {
    color: #fff;
    background: #22170a;
}
@media (max-width: 1200px) {
    .select-room i {
        right: 45px;
    }
    .reservation-box .container {
        max-width: 100% !important;
    }
}
@media (max-width: 991px) {
    .reservation-box {
        display: none;
    }
    .book-mobile {
        display: block;
    }
}