.modCnt_reservation_1 #check_out,
.modCnt_reservation_1 #check_in {
    background: #fff url(combine_sprite.png) no-repeat right -4836px;
    font-size: 10px;
    color: gray;
    padding: 10px 6px 8px;
    /*border-color: transparent;*/
    border-radius: 0
}
body {
    padding: 0 !important;
    margin: 0 !important;   
    }

.reservation-widget {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    font-size: 12px;
}
.mh_container_1 {
    background: rgba(0,0,0,.6);
    filter: none;
    position: relative;
}
.modCnt_reservation_1 {
    width: 100%;
    margin: 0 auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    z-index: 2;
}
.f1, .f2, .f3, .form, .btn-check_rate {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.res_label {
    font-size: 12px;
    font-weight: 700;
    color: #E9C372;
    margin-top: 6px
}
button.btn-check_rate {
    height: 30px;
    background: #e9c372;
    color: #000;
    font-size: 11px;
    border: 0;
    text-transform: uppercase;
    padding: 8px;
    font-weight: 700;
    white-space: nowrap;
    padding: 8px 30px;
}

.fa-chevron-right:before {
/*     fix reservation button style */
/*     padding-left: 5px; */
} 
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0em !important;
}

@media only screen and (max-width: 767px) {
    .mh_container_1 {
        background: #f6f6f6;
        border-bottom: 5px solid #BE9E58;
    }
    .res_label {
        font-size: 16px;
        text-transform: none;
        color: #b78f35;
    }
    .reservation-widget {
        background: #f6f6f6;
        position: relative;
    }
}