div.head-link {
    top: 70px;
    left: 50%;
    margin-left: -265px;
}

header#head {
    margin-top: 0px !important;
}

.header-items li.ico-mobile .mobile-tooltip {
    display: none !important;
}




@media (min-width: 990px) {
	body {  
	    background: #272727 url(../../img/background/bg-carnival.jpg) center 50px no-repeat; 
	}
}

@media (min-width: 660px) and (max-width: 989px) {
    body{
        background: #272727 url(../../img/background/bg-carnival-max989.jpg) center 0% no-repeat;
    }    
    div.head-link {
        display: none;
    }
}

@media (max-width: 659px) {
    body{
        background: #272727 url(../../img/background/bg-carnival-max659.jpg) center 0% no-repeat; 
    }    
    div.head-link {
        display: none;
    }

}
