.head-link {
    display: none !important;
    top: 75px !important;
    left: 50% !important;
    margin-left: -245px !important;
}

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

header#head .inner h1 {
    margin-top: -25px;
}

header#head h1 a {
    width: 192px;
    height: 104px;
    background: url(../../img/logo-cooking.png);
}

@media (min-width: 990px)  {
    body {  
        background: #152f59 url(../../img/background/bg-portugal.jpg) fixed no-repeat center top;
    }
}

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

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


