@media only screen and (max-width: 840px) {
.l-subheader-h {
background: #313131!important;
}
}
@media only screen and (min-width: 900px) {
.l-header.bg_transparent:not(.sticky) .l-subheader {
box-shadow: none !important;
background-color:rgba(0,0,0,0.3)!important;
}
}