.reservation-box {
    position: fixed;
    top: 62px;
    right: 0;
    width: 330px;
    height: 288px;
    background: #fff;
    z-index: 999;
    padding: 15px;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.reservation-box.active {
    opacity: 1;
    pointer-events: auto;
}
.over_h {
    overflow: hidden;
}
.reservation-box .col-xs-12,
.reservation-box .col-xs-6 {
    padding: 0;
}
.text-ibe  {
    margin: 0 0 2px!important;
    font-size: 12px;
    color: #8c8475;
}
.content_ibe {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}
.reservation-check {
    position: relative;
}
.reservation-check select {
    position: relative;
    width: 100%;
    font-size: 15px;
    border: 1px solid #eee;
    z-index: 3;
    background: none;
}
.arrow-down {
    position: absolute;
    right: 18px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}
#promocode input {
    position: relative;
    width: 100%;
    font-size: 15px;
    border: 1px solid #eee;
    z-index: 3;
    background: none;
    padding: 5px 15px;
}
input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
input::-webkit-input-placeholder {
    color:#474747;
    font-size: 15px;
}
.btnbook_reser {
    position: relative;
    display: inline-block;
    padding: 8px 22px;
    background: 0;
    border: 0;
    transition: all .6s;
    color: #fff;
    width: 100%;
}
.btnbook_reser:hover {
    background: #333 !important;
    color: #fff !important;
}
/*-------------------------------------*/
/* POPUP ROOM LIST */
/*-------------------------------------*/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 10px 0 20px;
    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 {
    width: auto !important;
    margin: 0 !important;
    padding: 10px;
    color: #4e4d4a !important;
    float: left;
    font-size: 12px;
}
#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;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #888;
}
#popup_room_list select {
    width: 100%;
    padding: 8px 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% !important;
    font-size: 16px;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
    background: #e64c2c;
    margin: 0 !important;
}
.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;
}