.head-link {
    display: none !important;
}

.header-items li.ico-mobile .mobile-tooltip {
    color: #fff !important;
}

header#head h1 a {
    width: 207px;
    height: 94px;
    background: url(../../img/logo-comics.png);
}

@media (min-width: 1300px)  {
    body {  
        background: #363271 url(../../img/background/bg-christmas2016.jpg) fixed no-repeat center top;
    }
}

@media (min-width: 990px) and (max-width: 1299px)  {
    body {  
        background: #363271 url(../../img/background/bg-christmas2016-2.jpg) fixed no-repeat center top;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #363271 url(../../img/background/bg-christmas2016-max989.jpg) fixed no-repeat center top;   
    }
    .head-link {
        display: none;
    }
}

@media (max-width: 659px) {
    body {  
        background: #635998 url(../../img/background/bg-christmas2016-max659.jpg) fixed no-repeat center top;

    }
}


