/* Variables */
:root {
    --color-link: #00737d;
    --color-btn: #00737d;
    --color-btn-txt: #fff;
    --color-text: #323232;
    --color-text-white: #FFFFFF;
    --color-title: #111118;
    --color-bg-1: #f4f4f4;
    --color-bg-2: linear-gradient(to right,#01767f,#11c8b2) center center no-repeat;
    --color-bg-3: #fff;
    --color-red: #fb2056;
    --font-title: Oswald;
    --font-text: PT Sans;
}
.booking_form input,
.room_bg_dark {
    background: #fff !important;
}
.room_bg_dark {
    color: #323232 !important;
}
    .room_bg_dark h2,
    .room_bg_dark h3 {
        color: #111118 !important;
    }
.header,
.secondary_nav_widgetized_area,
.dropdown-menu:not(.bootstrap-datetimepicker-widget),
footer,
footer .copyright_content,
.bg-newsletter {
    background: #111118 !important;
}