.reservation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--black);
    opacity: 0;
    pointer-events: none;
    z-index: 12;
    transition: all .6s;
}
.reservation.open {
    opacity: 1;
    pointer-events: all;
}

.reservation-box {
    position: relative;
    width: 860px;
    margin: auto;
    padding: 100px 0;
    text-align: center;

}

.title_ibe img {
    width: auto;
    height: 60px;
    margin: 0 0 15px;
    filter: brightness(0) invert(1);
}

.title_ibe h4 {
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--color-primary);
}

.text_ibe {
    font-family: var(--font-family);
    text-transform: uppercase;
    color: #696969;
    font-size: 14px;
    margin: 0 0 6px;
}

.content_ibe {
    width: 100%;
    text-align: center;
}

.t-datepicker {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

.t-datepicker [class*=col-xs-] {
    position: relative;
    padding: 0 15px;
}

.t-datepicker [class*=col-xs-] .content_ibe {
    position: relative;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.05);
    height: 160px;
}

.input_in_out p {
    margin: 0;
    font-size: 40px;
    color: var(--white);
}

.input_in_out span {
    padding: 0;
    color: var(--light-grey);
}

.box_room {
    margin-top: 15px;
}

.box_room [class*=col-xs-] {
    padding: 0 15px;

}
.box_room [class*=col-xs-] .content_ibe {
    position: relative;
    padding: 25px;
    font-size: 20px;
    border: 1px solid rgba(255,255,255,0.05);
}

.reservation-check {
    position: relative;
}

.reservation-check select {
    position: relative;
    width: 100%;
    color: var(--white);
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    font-weight: lighter;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    z-index: 1;
}

.reservation-check select:active {
    font-size: 14px;
}
.reservation-check > div {
    width: 60px;
    position: relative;
    margin: auto;
}
.reservation-check i {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 0;
}
.reservation-check p {
    text-transform: uppercase;
    color: var(--light-grey);
}

.promocode input {
    position: relative;
    width: 100%;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    color: var(--white);
    font-weight: lighter;
    font-size: 18px;
    text-align: center;
    font-family: inherit;
}

.promocode input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}

.promocode input::placeholder {
    color: var(--white);
}

.box_book {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.btnbook_reser {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    background: #005555;
    border: 0;
    transition: all .6s;
    outline: none;
    font-family: inherit;
    font-size: 18px;
}

.btnbook_reser:hover {
    background: #c9e5d1;
}

.t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
    color: var(--dark);
}
.over_f {
    overflow: hidden;
}

/*********************************/
/* CLOSE */
/*********************************/
.closebox {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: var(--white);
    display: inline-block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: all .6s;
    z-index: 8;
}
.closebox:hover {
    background: var(--color-primary);
}
.closebox:before, .closebox:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .6s;
}
.closebox:before {
    transform: rotate(45deg);
}
.closebox:after {
    transform: rotate(-45deg);
}
.closebox:hover:before {
    background: #fff;
    transform: rotate(220deg);

}
.closebox: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;
    max-height: 330px;
    overflow: scroll;
    font-family: var(--font-family);
}
#popup_room_list input:hover {
    background: var(--color-secondary);
}
.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: 0 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: 15px;
    right: 10px;
    color: #888;
    font-size: 10px;
}

#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-family: inherit;
    font-weight: lighter;
}

#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;
    font-family: inherit;
}

.popupTop {
    bottom: 50px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.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;
}

/*********************************/
/* RESERVATION MOBILE */
/*********************************/
.reser_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 8px 15px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 8;
}
.reser_mobile i {
    font-size: 20px;
    display: inline-block;
    color: var(--color-primary);
    margin-right: 5px;
    vertical-align: middle;
}
.reser_mobile a i  {
    color: #fff;
    animation-name: swing;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.reser_mobile .col-xs-7 {
    text-transform: uppercase;
    padding: 3px 0;
}
.reser_mobile .col-xs-7 ul {
    padding: 0;
    margin: 0;
}
.reser_mobile .col-xs-7 ul li {
    list-style: none;
}
.reser_mobile .col-xs-7 ul li:nth-child(2) {
    padding-left: 30px;
    font-size: 12px;
    letter-spacing: 1px;
}
.reser_mobile .col-xs-5 {
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    font-family: var(--font-family-tile);
}

