.form.form-vertical {
    max-width: 285px;
    padding: 15px;
    background-color: #fafafa;
}
.form-vertical .col-xs-12{
    padding: 0;
    position: relative;
}
.reservation-box{
    display: inline-block;
    transition: 0.5s ease-in-out;
    transition-delay: .4s;
}
.reservation-box.active {
    pointer-events: all;
}
.reservation {
    position: relative;
    width: 100%;
    height: 100%;
}

.t-datepicker {
    position: relative;
    width: 100%;
}
.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: left;
    margin-bottom: 10px;
}

.style_calendar {
    display: inline-block;
    font-size: 16px;
    color: #101111;
}
.down_arrow {
    position: absolute;
    right: 35%;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #101111;
}

.text_ibe {
    text-transform: capitalize;
    color: #4d381d;
    font-size: 14px;
}
.reservation-check, .select-hotel{
    position: relative;
    width: 100%;
}
.reservation-check select,.select-hotel select {
    position: relative;
    width: 100%;
    color: #4e381e;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    z-index: 1;
    cursor: pointer;
}
.reservation-check select:active, .select-hotel select:active{
    font-size: 16px;
}
.promocode input {
    position: relative;
    width: 100%;
    color: #4e381e;
    border: none;
    background: none;
    outline: none;
    padding: 0;
}
.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: 10px 10px;
    background: #4d381d;
    border: 0;
    transition: all .6s;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    float: none;
}

.btnbook_reser:hover {
    background: #333333;
}
#popup_room_list input:hover {
    background: #333333;
}
.box_book svg {
    position: absolute;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    color: #fff;
    transition: all .6s;
}
.box_book:hover svg {
    right: 35px;
}

.t-arrow-top {
    display: none !important;
}

.form_group {
    margin-bottom: 10px;
}
.input_in_out, .promocode, .reservation-check, .select-hotel {
    border: 1px solid #ccc;
    padding: 10px;
}
.t-check-out:after,
.t-check-in:after{
    content: '\f073';
    font-family: "FontAwesome";
    position: absolute;
    bottom: 20px;
    right: 10px;
    pointer-events: none;
    cursor: default;
    color: #4d381d;
}
/***************************/
/* POPUP ROOM LIST */
/***************************/
#popup_room_list.popup_content {
    position: absolute;
    background: #ffffff;
    width: 250px;
    margin: 25px 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 6;
    left:0;
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}
#popup_room_list.popup_content label {
    padding: 10px;
    color: #4d381d;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}
#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.form_group_half {
    display: inline-block;
    padding: 5px 10px 5px 10px !important;
    margin: 0;
    width: 100%;
}
.input-group {
    width: 100%;
    margin-bottom: 0;
    display: table;
}
.btn_apply:hover {
    background-color: #4d381d;
    color: #ffffff !important;
}
#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;
    height: 45px;
    color: #4d381d;
    text-transform: capitalize;
    border-radius: 0;
    text-align: left;
}
#popup_room_list span {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #888;
}
#popup_room_list span svg{
    width: 14px;
    height: 14px;
}
#popup_room_list select {
    width: 100%;
    height: 45px;
    /*padding: 10px;*/
    border-radius: 0;
    background: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: none;
    color: #4d381d;
    font-size: 14px;
}
#popup_room_list input {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: white;
    outline: none;
    border: none;
    transition: all .6s;
}
.popupTop {
    bottom: 70px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.popupTop {
    bottom: 70px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
.padding_apply {
    padding: 0 10px 10px;
}
.t-table-condensed th {
    color: #333333;
}

/*********************************/
/* BOOK MOBILE */
/*********************************/
.mobile-booking .col-xs-6 {
    padding: 10px;
    text-align: center;
    height: 75px;
    align-content: center;
}
.mobile-booking .col-xs-6 a {
    color: #ffffff !important;
}
.mobile-booking .col-xs-6 i {
    display: block;
    margin-bottom: 5px;
}
.mobile-booking .col-xs-6:nth-child(1) {
    background: #4d381d;
}.mobile-booking .col-xs-6:nth-child(2) {
    background: #8f6b3d;
}.mobile-booking .col-xs-6:nth-child(3) {
    background: #8f6b3d;
}.mobile-booking .col-xs-6:nth-child(4) {
    background: #4d381d;
}
@media (max-width: 991px) {
    #vertical_booking.active {
        margin-top: 123px !important;
    }
}
@media (max-width: 600px){
    .row.villa-all {
        margin-left: 0;
        margin-right: 0;
    }
    footer {
        margin-bottom: 140px;
    }
}


@media (max-width: 375px){
.mobile-booking .col-xs-6 {
    width: 100%;
    height: auto;
    background: #8f6b3d !important;
    border-bottom: 1px solid #947349;
    text-align: left;
    padding: 10px 15px;
}
.mobile-booking .col-xs-6 i {
    display: inline;
}

}