.reservation-box {
    position: fixed;
    width: 860px;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    transition: 0.35s;
    font-family: var(--font-family-title);

}
.reservation-box select {
    font-family: var(--font-family-title);

}
.reservation-box.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s ease-in-out;
    transition-delay: .4s;
}
.reservation {
    position: relative;
    width: 100%;
    height: 100%;
}
.title_ibe h4 {
    font-size: 22px;
    color: var(--color-primary);
}
.t-datepicker {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
}
.you_stay {
    position: relative;
    width: 900px;
    height: 100%;
    padding: 80px 50px;
    margin: auto;
    text-align: center;
    display: flow-root;
}

.reservation .col-xs-4 {
    position: relative;
    padding: 25px;
}
.content_ibe {
    width: 100%;
    text-align: center;
}

.day {
    font-size: 50px;
    color: var(--color-primary);
    margin: auto;

}
.style_calendar {
    display: inline-block;
    font-size: 16px;

}
.style_calendar.select_room {
    position: relative;
    top: -12px;
}
.t-month-check-in{
    margin-right: 6px;
}

.down_arrow {
    position: absolute;
    right: 35%;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--color-primary);

}

.text_ibe {
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #9a9a9a;
    font-size: 14px;
}
.reservation-check {
    position: relative;
    top: -7px;
}
.reservation-check select {
    position: relative;
    width: 55px;
    font-size: 50px;
    color: var(--color-primary);
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    z-index: 1;
    cursor: pointer;
    font-weight: lighter;

}
.reservation-check select:active{
    font-size: 16px;
}
.promocode input {
    position: relative;
    width: 100%;
    color: #101111;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid #eee;
    background: none;
    border-radius: 5px;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
}
.promocode input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
.promocode input::placeholder {
    color: #101111;
}
.box_book {
    position: relative;
    display: inline-block;
    width: 100%;
}
.btnbook_reser {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 19px 60px;
    background: #005555;
    border: 0;
    transition: all .6s;
    outline: none;
    width: 80%;
    border-radius: 5px;
    text-align: left;
    float: right;
    text-transform: uppercase;
}

.btnbook_reser:hover {
    background: var(--color-primary);
}
#popup_room_list input:hover {
    background: var(--color-secondary);
}
.box_book .icon-rigt-arrow {
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    color: #fff;
    transition: all .6s;
    font-size: 14px;
}
.box_book:hover i {
    right: 35px;
}
.p_right {
    padding: 30px 25px 0 0;
    text-align: left;
}
.p_left {
    padding: 67px 0 0 25px;
}
.t-arrow-top {
    display: none !important;
}




/*********************************/
/* CLOSE */
/*********************************/
.close_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: #f4f4f4;
    display: inline-block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: all .6s;
    z-index: 8;
}
.close_box:hover {
    background: var(--color-primary);

}
.close_box:before, .close_box:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    background: #101111;
    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;
}

/*********************************/
/* 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: lighter;
}
#popup_room_list #numberOfRoom1 , #popup_room_list #numberOfRoom2 , #popup_room_list #numberOfRoom3
, #popup_room_list #numberOfRoom4, #popup_room_list #numberOfRoom5 {
    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: lighter;
    text-align: left;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 18px;
    right: 10px;
    color: #888;
    font-size: 10px;
}
#popup_room_list .arrow svg {
    width: 15px;
}
#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: var(--color-primary);
    border-radius: 0;
    margin: 0;
    font-weight: lighter;
    transition: all .5s;
}
.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;
}
.reservation .popup_content [class*=col-xs-]{
    padding: 0;
}

/*********************************/
/* BOOK MOBILE */
/*********************************/
.reser_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
    text-align: center;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
    display: none;
}

.reser_mobile .book_mobile {
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    background: var(--color-primary) !important;
}
.reser_mobile [class*=col-xs-] {
    color: #2f2e2e;
    padding: 20px;
    background: #fff;
    height: 60px;
}
.reser_mobile .border_book {
    border-right: 1px solid #eee;
}
