.reservation-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f3f3f2;
    z-index: 9;
    padding: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.reservation-box.open {
    opacity: 1;
    pointer-events: auto;
}
.reservation{
    position: absolute;
    width: 800px;
    height: 600px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.title_ibe p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.reservation .col-xs-4 {
    position: relative;
    padding: 0 10px;
}
.content_ibe {
    position: relative;
    background: #fff;
    padding: 25px;
}
.content_ibe p {
    font-size: 14px;
    margin: 0 0 10px;
}

.content_ibe .day {
    font-size: 60px;
    color: #6eb514;
    line-height: 50px;
    margin: 30px 0;
}
.my_style {
    font-weight: bold;
}
.text_reser {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.text_reser.none-box {
    font-size: 13px;
    color: #000;
}
.box_inout {
    padding: 30px 0 10px;
    display: inline-block;
    width: 100%;
}
.expert {
    text-align: left;
}
.padding_right {
    padding: 0 10px 0 0;
}
.padding_left {
    padding: 0 0 0 10px;
}
.reservation-check select {
    position: relative;
    font-size: 20px;
    border: 0;
    background: 0;
    outline: none;
    width: 100%;
    padding: 20px;
    background: #fff;
    cursor: pointer;
}
.arrow-down {
    position: absolute;
    right: 44px;
    top: 72px;
    font-size: 18px;
    z-index: 1;
}

.promocode input {
    position: relative;
    width: 100%;
    border: 0;
    outline: none;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
}
input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}

.btnbook_reser {
    position: relative;
    background: #6eb514;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 50px;
    border-radius: 0 50px;
    display: inline-block;
    outline: none;
    margin: 30px 0 0;
    font-size: 14px;
    transition: all .6s;
}
.btnbook_reser:hover {
    background: #00113d !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: 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: 10px 7px;
    color: white;
    outline: none;
    border: none;
    background: #71ab0e;
    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;
}
/*-------------------------------------*/
/* CLOSE */
/*-------------------------------------*/
.close_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: all .6s;
}
.close_box:hover {
    background: #000;
}
.close_box:before, .close_box:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .6s;
}
.close_box:before {
    transform: rotate(45deg);
}
.close_box:after {
    transform: rotate(-45deg);
}
.close_box:hover:before {
    background: #fff;
    transform: rotate(220deg);

}
.close_box:hover:after {
    background: #fff;
}
/*---------------------------------------------*/
/* MOBILE BOOKING */
/*---------------------------------------------*/
.book_mobile {
    position: relative;
    float: right;
}
.section_menu .book_mobile a {
    background: #6eb514;
    padding: 13px 40px;
    text-transform: uppercase;
    border-radius: 0 50px;
    color: #fff;
}
.footer_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6;
    display: none;
}
.footer_fix [class*=col-xs-] {
    padding: 13px;
    text-align: center;
    color: #fff;
}
.footer_fix .col-xs-8 {
    background: #659a09;
}
.footer_fix .col-xs-2 {
    background: #5a880b;
}
