@import url("menu.css?v=1");
@import url("bootstrap.ext.css");

html,
body {
    font-size: 1rem;
    font-family: Open Sans;
}

.ima,
.ima a { color:#1f295c !important; }
.ood,
.ood a { color:#e1292a !important; }

.ima a.active,
.ima a:hover {
    color:#e1292a !important;
}

a {
    text-decoration: underline !important;
}

a:hover {
    color:#e1292a !important;
}

.logo_sign {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3rem;
    text-transform: uppercase;    
}

@media (max-width: 1180px) {
    html,
    body {
        font-size: 0.9rem;
    }    
    .logo_sign {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
}

@media (max-width: 1280px) {
}