.reservation-box {
    position: absolute;
    width: 706px;
    height: 85px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /*font-family: 'Gilda Display', serif;*/
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
    z-index: 2;
}
.reservation{
    position: relative;
    width: 100%;
}
.reservation-box .col_13 {
    position: relative;
    width: 14%;
    float: left;
    padding: 12px 20px;
    text-align: center;
}
.reservation-box .col_40 {
    position: relative;
    width: 39%;
    float: left;
    padding: 12px 20px;
}
.reservation-box .col_23{
    position: relative;
    width: 23.5%;
    float: left;
    padding: 14px 25px ;
    text-align: center;
}
.box_inout {
    position: relative;
}
.content-ibe {
    position: relative;
    width: 100%;
    /*padding: 20px;*/
    display: inline-block;
}
.content-ibe p {
    margin: 0 !important;
}
.input_in_out {
    width: 100%;
}
.t-day-check-in , .t-day-check-out{
    font-size: 30px;
    color: #000;
}
.t-month-check-in , .t-month-check-out {
    font-size: 12px;
    color: #888;
    margin-left: 5px;
}
.text-ibe {
    width: 100%;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    line-height: 10px;
    display: block;
}
.ico_event {
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 27px;
    background-image: url('../../../images/icon/ico_event.png');
    display: block;
}

.reservation-check select {
    width: 43px;
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    /*font-weight: bolder;*/
    font-size: 30px;
    color: #000;
    z-index: 3;
    line-height: inherit;
}
.reservation-check i {
    position: absolute;
    right: 6px;
    top: 16px;
    color: #000;
    z-index: -1;
    cursor: pointer;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}
.border:before {
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    height: 80px;
    background: #eee;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
}
#promocode input {
    width: 100%;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    margin: 5px 0 12px;
    color: #000;
    padding: 0;
}
#promocode input::placeholder {
    color: #000;
}
#btn-booknow {
    padding: 0 !important;
}
.box_book .btnbook_reser {
    position: relative;
    width: 100%;
    height: 85px;
    font-size: 20px;
    color: #fff;
    border: 0;
    transition: all .6s;
    outline: none;
}
.box_book .btnbook_reser:hover {
    background: #252525 !important;
}
/*-------------------------------------*/
/* POPUP ROOM LIST */
/*-------------------------------------*/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 30px 0 0;
    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: #000 !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;
    text-align: left;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #888;
}
#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: 70px;
    top: inherit;
}
#numberrroomRow:before {
    content: "\f0d7";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    top: -17px;
    font-size: 30px;
    color: #fff;
    left: 10px;
    z-index: -1;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.popupTop #numberrroomRow:before {
    top: inherit;
    bottom: -17px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.popupTop #ui-datepicker-div:before{
}
.popupTop {
    bottom: 78px;
    top: inherit;
}
.padding_apply {
    padding: 5px 10px 10px;
}
/*-------------------------------------*/
/* MOBILE */
/*-------------------------------------*/
.booking_mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: none;
}

.booking_mobile .col-xs-8 {
    background: #d42627;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s;
    line-height: 0;
}
.booking_mobile .col-xs-2 {
    background: #d6a200;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s;
    line-height: 0;
}
.booking_mobile .col-xs-2:nth-child(1){
    border-right: 1px solid #e0b93f;
}