.col20 {
    position: relative;
    min-height: 1px;
    width: 20%;
    float: left;
}
.reservation-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 15;
    background: rgba(36, 36, 36, 0.35);
    padding: 20px 0;
}
.reservation {
    position:relative ;
    width: 100%;
    margin: auto;
}
.reservation .col-xs-2 {
    padding: 0 5px;
}
.col-xs-2 label {
    font-weight: bold;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1;
    text-transform: uppercase;
}
.title_book p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'cardo_regular' , 'sans-serif';
    font-size: 20px;
    line-height: 1;
}
.content_ibe {
    position: relative;
    width: 100%;
    text-align: left;
}

.text_reser{
    font-size: 14px;
    color: #9a9a9a;
    padding: 0 0 0 10px;
    margin: 0 0 3px;
    text-transform: capitalize;
}

.content_ibe .input_in_out,
.content_ibe input {
    position: relative;
    background: none;
    border: 1px solid #bbb;
    border-radius: 30px;
    padding: 5px 15px 5px 50px;
    color: #fff;
    width: 100%;
    outline: none;
    margin: 4px 0;
}
.content_ibe #promocode input {
    padding: 5px 15px;
}
input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
input::-webkit-input-placeholder {
    color:#fff;
}
.reservation-check select {
    position: relative;
    background: none;
    border: 1px solid #bbb;
    border-radius: 30px;
    padding: 5px 15px;
    color: #fff;
    width: 100%;
    z-index: 3;
    outline: none;
    cursor: pointer;
    margin: 4px 0;
}
.reservation-check select > option {
    background-color: #fff !important;
    color: #000;
}
.reservation-check .arrow-down {
    position: absolute;
    color: #fff;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
.btnbook_reser {
    position: relative;
    padding: 6px 15px;
    color: #fff;
    border: 0;
    border-radius: 0 50px;
    width: 100%;
    font-size: 20px;
    outline: none;
    transition: all .6s;
    font-weight: 600;
    background: rgba(252,40,252,0.5) !important;
}

.btnbook_reser:hover {
    background: #fc28fc !important;
}
.content_ibe img {
    position: absolute;
    width: 21px;
    top: 9px;
    left: 15px;
    filter: brightness(0) invert(1);
}
/*-------------------------------------*/
/* 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;
}

#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: 600;
}
#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: #333;
    text-transform: capitalize;
    font-weight: 600;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    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: #333;
    font-size: 14px;
    font-weight: 600;
}
#popup_room_list input {
    width: 100%;
    font-size: 16px;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
    background: #fc28fc;
    border-radius: 0;
    margin: 0;
    font-weight: 600;
}
.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;
}
/*-------------------------------------*/
/* MOBILE */
/*-------------------------------------*/
.reservation-box-mobile {
    position: fixed;
    bottom: -1px;
    width: 100%;
    z-index: 30;
    font-size: 20px;
    display: none;
    box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.08);
}
.reservation-box-mobile .col-xs-2 {
    background: #5f085f;
    padding: 6px;
    text-align: center;
    color: #fff;
}

.reservation-box-mobile .col-xs-8 {
    background: #fc28fc;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
