/*  Santa Claus walking in the header
    ---------------------------------------------------------------------------------
*/

.santaclaus {
    float: right;
}
@media (max-width: 700px) {
    .santaclaus {
        display: none;
        float: none;
    }
}

.site_santaclaus {
    display: block;
    width: 72px;
    height: 105px; 
    background: url("./images/santawalk.gif");
    background-repeat: no-repeat;
    margin-top: -6px
}
