﻿/* Christmas Start */

.xmas {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    pointer-events: none;
}

    .xmas:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .xmas .xmas-message {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 3;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(90% - 6rem);
        height: calc(100% - 12rem);
        margin: 0 auto;
    }

    .xmas #xmas {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 4;
        pointer-events: none;
    }

.santa {
    position: absolute;
    bottom: 10px;
    left: -600px;
    z-index: 100 !important;
    pointer-events: none !important;
}

.christmas-hat {
    display: none;
    width: 17px;
    z-index: 100;
    position: absolute;
    transform: translate(113px, 8px) !important;
}

/* Christmas End */
