.it-header-center-wrapper,
.it-header-slim-wrapper,
.it-footer-main,
.it-footer-small-prints,
.it-header-navbar-wrapper,
.navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link
{
    background-color: #f4f4f4;
    color: black;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a,
.it-footer-small-prints a,
.it-header-center-content-wrapper .it-brand-wrapper a,
.it-footer-main .it-brand-wrapper a,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a,
.navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: black;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.active,
.navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.active, .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.active {
    border-color: #eb2224;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a.btn-primary,
.it-header-slim-wrapper .it-header-slim-wrapper-content a.btn-outline-danger {
    color: white;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon,
.icon-rt {
    fill: #eb2224;
}

.logo-rt {
    height: 53px;
    margin-right: 10px;
}

.card.border-bottom-card::before {
    background-color: #777777;
}

.badge {
    background-color: gray;
}