@media (max-width:1199.98px) {
    .header {
        background: url("../system_images/autumn/headerMobileBg.jpg") no-repeat top !important;
        background-size: contain !important;
    }
    .menu li a.level_1.menuActive {
        background: #ad521f!important;

    }
    .searchFormContainer {
        background: url(../system_images/searchFormMobileBg.png) no-repeat left top;
    }
    #header_area1 {
        height: 140px!important;
    }
    a.storyNext {
        background: url("../system_images/autumn/storyNextMobile.png") no-repeat scroll center center transparent!important;
    }
    a.storyBack {
        background: url("../system_images/autumn/storyBackMobile.png") no-repeat scroll center center transparent!important;
    }
    a.storyBackNonActive {
        background: url("../system_images/storyBackNonActiveMobile.png") no-repeat scroll center center transparent!important;
    }
    a.storyNextNonActive {
        background: url("../system_images/storyNextNonActiveMobile.png") no-repeat scroll center center transparent!important;
    }
}
@media (max-width: 767.98px){
    .header {
        background-size: auto auto !important;
    }
    .hamburgerBlock, .menu {
        background: #ca9438!important;
    }
    .menu li a.level_1, .menu li ul li.first {
        background: none;
    }
    .menu li ul li a{
        margin: 0 0 0 32px;
    }
    .menu li ul li a.selected, .menu li ul li a:hover {
        background: url(../system_images/autumn/subMenuItemSelectedBg.png) left 12px no-repeat!important;
    }
}