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


/* green repeat */
/*
body {  
    background: #019556 url(../../img/thematic/christmas2015/bg-green-repeat.jpg) repeat -50px top;   
}*/
*/


/* blue */


@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-christmas2015-v2.jpg) no-repeat center top;
        background-color: #063257;    
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {
        background: url(../../img/background/bg-christmas2015-max989.jpg) no-repeat center top;
        background-color: #063257;
    }

}

@media (max-width: 659px) {
    body {
        background: url(../../img/background/bg-christmas2015-max659.jpg) no-repeat center top;
        background-color: #063257;
    }
}




/* green */

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-christmas2015-green-v2.jpg) no-repeat center top;
        background-color: #005538;    
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {
        background: url(../../img/background/bg-christmas2015-green-max989.jpg) no-repeat center top;
        background-color: #005538;
    }

}

@media (max-width: 659px) {
    body {
        background: url(../../img/background/bg-christmas2015-green-max659.jpg) no-repeat center top;
        background-color: #005538;
    }
}



 