
#nb-language-selector {
    position: fixed;
    z-index: 1001;
    top: 0px;
    left: 0px;
}

@media only screen and (min-width:0) and (max-width:1180px) {
    #nb-language-selector {
        padding: 1px 18px;
    }
}
@media only screen and (min-width:0) and (max-width:800px){
}
@media only screen and (min-width:0) and (max-width:768px){
}
@media only screen and (min-width:1101px) {
    #nb-language-selector {
        position: fixed;
    }
}

body.home.pace-done #header_container {
    margin-top: 30px;
}
.header_container {
    border-top-style: none;
}
.header_container.pc,
.header_container.mb,
.header_container.mb.fixed {
    margin-top: 30px;
}
.mm-opening .header_container.mb,
.mm-opened .header_container.mb {
    margin-top: 0;
}

