
    
    .booknow_prop_theme
    {
    
        /* HEADER BANNER */
        --top-border-color : #c9dcff;
        --top-bar-bg-color : #ffffff;
        --top-bar-text-color : #333333;
    
        /* TOP BUTTON */
        --top-bar-button-bg-color : #00276c;
        --top-bar-button-text-color : #FFFFFF;
    
        /* SEARCH BAR */
        --search-bar-bg-color : #f0f0f0;
        --search-btn-bg-color : #449d44;
    
        /* CALENDAR */
        --calendar-top-bg-color : #00276c;
        --calendar-footer-bg-color : #9d9d9d;
    
        /* FOOTER */
        --footer-bg-color : #eae6e6;
        --bottom-bar-bg-color : #00276c;
    
        /* <---- Transparent Colors ----> */
    
        /* HEADER BANNER */
        --top-border-color--transparent : rgba(201, 220, 255, 0.55);
        --top-bar-bg-color--transparent : rgba(255, 255, 255, 0.55);
        --top-bar-text-color--transparent : rgba(51, 51, 51, 0.55);
    
        /* TOP BUTTON */
        --top-bar-button-bg-color--transparent : rgba(0, 39, 108, 0.55);
        --top-bar-button-text-color--transparent : rgba(255, 255, 255, 0.55);
    
        /* SEARCH BAR */
        --search-bar-bg-color--transparent : rgba(240, 240, 240, 0.55);
        --search-btn-bg-color--transparent : rgba(68, 157, 68, 0.55);
    
        /* CALENDAR */
        --calendar-top-bg-color--transparent : rgba(0, 39, 108, 0.55);
        --calendar-footer-bg-color--transparent : rgba(157, 157, 157, 0.55);
    
        /* FOOTER */
        --footer-bg-color--transparent : rgba(234, 230, 230, 0.55);
        --bottom-bar-bg-color--transparent : rgba(0, 39, 108, 0.55);
    }
    
    
?>

#header{

    border-top-color: #c9dcff;

    background-color: #ffffff;

}

.page-wrap{

    background-color: #fff;

    background-image: url('/look_feel/images/bg_1169.jpg');

    color: #131313;

    background-attachment: fixed;

                background-size: cover;
}

.branding,

.prop-contact .fa,

.prop-contact__phone,

.prop-contact .show-map,

.prop-contact .my-bookings-trigger,

.my-bookings__options a,

#languageOptions
{

    background-color: #00276c;
    color : #FFFFFF;

}

.prop-contact span, .prop-contact a,
.branding a
{
    color : #FFFFFF;
}

.branding .location
{
    color : rgba(255, 255, 255, 0.55);
}

.b247-searchbox{

    background-color: #f0f0f0;

}

.b247-searchbox .btn{

    background-color: #449d44;

    border-color: #449d44;

}

.cal-nav{

    background-color: #00276c;

}

.b247-calendar__footer{

    background-color: #9d9d9d;

}

<!-- .contact-details{

    background-color: #eae6e6;

} -->

.contact-details {

    background-color: #00276c;

}

@media only screen and (max-width : 767.80px)
{
    .map-link-sm
    {
        background-color : #FFFFFF;
        color : #00276c;
    }

    .map-link-sm a
    {
        color : #00276c!important;
    }

    .navbar-toggle
    {
        background-color : #FFFFFF;
        color : #00276c;
    }
}
