.santaclaus-hohoho {
    display: block;
    background-color: #326ca2;
    background-image: url(/styles/xenfocus/ortem/pattern.png);
    background-repeat: repeat;
    background-size: auto;
    width: 260px;
    height: auto;
    font-family: 'Fira Sans Condensed', sans-serif;
    padding: 20px auto;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #d9d9d9;
    box-shadow: rgba(0,0,0,0.06) 0px 0px 8px, rgba(0,0,0,0.08) 0px 1px 3px;
    background-clip: padding-box;
    border-color: rgba(0,0,0,0.15);
}

.santaclaus-hohoho ul {
    display: table;
    list-style: none;
    margin: 0 auto;
    max-width: 250px;
    padding: 0;
}

.santaclaus-hohoho ul li {
    display: inline-block;
    float: left;
}

.santaclaus-hohoho .santaclaus {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.santaclaus-hohoho .santaclaus > div {
    margin: 0 auto;
    max-width: 200px;
}

.santaclaus-hohoho .santaclaus .chapeu {
    display: block;
    position: relative;
    width: 155px;
    z-index: 99;
}

.santaclaus-hohoho .santaclaus .chapeu .cone-1 {
    border-left: 25px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 35px solid #D32F2F;
}

.santaclaus-hohoho .santaclaus .chapeu .cone-2 {
    background-color: #D32F2F;
    border-top: 0px solid transparent;
    border-right: 170px solid #D32F2F;
    border-bottom: 50px solid transparent;
    border-color: transparent;
    position: relative;
    left: -28px;
    top: 24px;
    box-shadow: -25px 15px 30px -5px rgba(1, 1, 1, 0.3);
    transform: rotate(-15deg);
    border-radius: 30% 100% 0 100%;
}

.santaclaus-hohoho .santaclaus .chapeu:after,
.santaclaus-hohoho .santaclaus .chapeu:before {
    background-color: #fff;
    content: " ";
    display: block;
}

.santaclaus-hohoho .santaclaus .chapeu:after {
    height: 40px;
    margin-left: -7px;
    position: relative;
    width: 170px;
    border-radius: 0.8em;
}

.santaclaus-hohoho .santaclaus .chapeu:before {
    height: 40px;
    left: -60px;
    position: absolute;
    top: 40px;
    width: 40px;
    z-index: 111;
    border-radius: 50%;
    box-shadow: 20px 20px 40px -5px rgba(1, 1, 1, 0.3);
}

.santaclaus-hohoho .santaclaus .face {
    background-color: #ffccbc;
    content: " ";
    display: block;
    height: 60px;
    position: relative;
    top: -5px;
    width: 150px;
    box-shadow: 0px 0px 30px 5px rgba(1, 1, 1, 0.3);
    z-index: 1;
}

.santaclaus-hohoho .santaclaus > .orelhas {
    background-color: #eea2ad;
    display: block;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -60px;
    width: 170px;
    z-index: 0;
    box-shadow: 0px 0px 30px 5px rgba(1, 1, 1, 0.3);
    border-radius: 1em 1em 2em 2em;
}

.santaclaus-hohoho .santaclaus .face > .eyes {
    display: inline-block;
    height: 0px;
    margin: 10px auto 0;
    max-width: 80px;
    width: 100%;
}

.santaclaus-hohoho .santaclaus .face > .eyes:before,
.santaclaus-hohoho .santaclaus .face > .eyes:after {
    background-color: #111;
    content: " ";
    display: inline-block;
    float: left;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.santaclaus-hohoho .santaclaus .face > .eyes:after {
    float: right;
}

.santaclaus-hohoho .santaclaus .face > .nariz {
    background-color: #EEA2AD;
    height: 25px;
    margin: 0 auto;
    position: relative;
    width: 35px;
    z-index: 111;
    border-radius: 50%;
}

.santaclaus-hohoho .santaclaus .face > .barba {
    background-color: #ecf0f1;
    height: 120px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    width: 170px;
    left: -10px;
    transform: rotate(-20deg);
    border-radius: 0% 100% 70% 100%;
    box-shadow: -10px 10px 10px -5px rgba(1, 1, 1, 0.3);
    animation: animaBarba 1.6s ease-in-out infinite alternate;
}

.santaclaus-hohoho .santaclaus .face > .barba > .boca {
    height: 25px;
    left: 15px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 30px;
    border-radius: 50%;
    animation: hoho 1.6s ease-in-out infinite alternate;
}

/*Movimenta barba*/

@keyframes animaBarba {
    to {
        transform: rotate(-10deg);
    }
}

/*Hoho no movimento da boca*/

@keyframes hoho {
    0% {
        background-color: #ecf0f1;
        box-shadow: 0px 10px 0 0 #111;
        height: 20px;
        width: 30px;
    }

    60% {
        background-color: #ecf0f1;
        box-shadow: 0px 30px 0 0 #111;
        height: 30px;
        width: 15px;
    }

    80% {
        background-color: #ecf0f1;
        box-shadow: 0px 30px 0 0 #111;
        height: 25px;
        width: 20px;
    }

    100% {
        background-color: #ecf0f1;
        box-shadow: 0px 30px 0 0 #111;
        height: 30px;
        width: 15px;
    }
}

.santaclaus-hohoho .countdown {
    display: block;
    position: relative;
    width: 90%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    margin: 70px auto 20px;
}

.santaclaus-hohoho .countdown .text {
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.28);
}

.santaclaus-hohoho .countdown #timer {
    font-size: 2.5em;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.28);
}

.santaclaus-hohoho .countdown #timer div {
    display: inline-block;
    width: 25%;
}

.santaclaus-hohoho .countdown #timer div span {
    display: block;
    font-size: .35em;
    font-weight: 300;
}

.santaclaus-hohoho .dog-year {
    display: block;
    color: #fff;
    margin: 10px auto;
}

.santaclaus-hohoho .dog-year .hide {
    display: none;
}

.santaclaus-hohoho .dog-year .hide + label ~ div {
    display: none;
}

.santaclaus-hohoho .dog-year .hide + label {
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.santaclaus-hohoho .dog-year .hide + label:after {
    font-family: 'FontAwesome';
    content: "\f13a";
    padding-left: 5px;
}

.santaclaus-hohoho .dog-year .hide:checked + label:after {
    content: "\f139";
}

.santaclaus-hohoho .dog-year .hide:checked + label + div {
    display: block;
    background: url(../img/dog.png) no-repeat;
    padding: 10px;
    text-align: justify;
    text-shadow: 0 0 3px red;
}