.head-link {
    display: block;
    top: 75px !important;
    left: 50% !important;
    margin-left: -265px !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: #00aacd url(../../img/background/bg-mediterranean2016.jpg) fixed no-repeat center top;
    }
}

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

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


