dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, textarea, select, button, a { margin: 0; padding: 0; outline: none; font-family: 'Fira Sans', sans-serif; }

.language { font-size: 15px; font-weight: 600; text-transform: uppercase; line-height: 45px; text-align: center; }
.language a { font-size: 15px; font-weight: 600;  text-align: center; color: #ccc; padding: 10px ; transition: all .2s; text-transform: uppercase; }
.language a.current { background: #ff0000; text-decoration: none; color: #fff; }

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: transparent;
    border-top: 1px red solid;
    border-radius: 0;
}
.containerSlider {
    height: 670px;
}

@media screen and (max-width: 600px){
    .containerSlider {
        height: 300px;
    }
}

@media screen and (max-width: 800px) {
    .containerSlider {
        height: 300px;
    }
}

@media screen and (max-width: 1000px) {

}