
@media only screen and (min-width: 480px) and (max-width: 768px){
.parallax section{
min-height: 300px;
}
    header,
    .selectnav ul,
    .selectnav,
    .header_right_widget #lang_sel_click ul ul,
    .header_right_widget #lang_sel ul ul
    {
    background-color: #111111 !important;
    background-image:none;
    }

}


@media only screen and (max-width: 480px){
.parallax section{
min-height: 300px;
}
    header,
    .selectnav ul,
    .selectnav,
    .header_right_widget #lang_sel_click ul ul,
    .header_right_widget #lang_sel ul ul
    {
    background-color: #111111 !important;
    background-image:none;
    }
}