/** ADVENTCALENDAR */
#adventcalendar .door, #adventcalendar .flip {
    width: 182px !important;
    height: 270px !important;
    margin: 0 15px 50px 0;
    position: relative;
    float: left;
    text-align: center;
}

#adventcalendar .door {
    border: none;
}

#adventcalendar .flip, #adventcalendar .flipper {
    cursor: pointer;
    width: 182px !important;
    height: 270px !important;
}

/*
#adventcalendar .door:nth-child(6n), #adventcalendar .flip:nth-child(6n) {
    margin-right: 0px !important;
}
*/

#adventcalendar .door h3 {
    font-size: 20px;
    color: #ffffff;
    background-color: #ad2955;
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 50%;
    padding: 5px;
    font-weight: normal;
    line-height: 20px;
    box-shadow: 0 0 2px #888;
}

#adventcalendar .front {
    background-color: #ffffff;
    text-align: center;
    border: 3px solid #ad2955;
    width: 176px !important;
    height: 270px !important;
}

#adventcalendar .is_past .front {
        border: 3px solid #d5d5d5;
}

#adventcalendar .flipper .front {
    border-width: 6px;
    width: 170px !important;
    height: 264px !important; /* 276 - 2*6 = 264 */
}

#adventcalendar .flipper .back {
    color: #fff;
    padding: 40px 0px 0px 0px;
    height: 224px !important;
    width: 170px !important;
    border-width: 6px;
    background-color: #ad2955;
    background-image: url('/modules/all/adventcalendar/out/img/adventcalendar_back.png');
}

#adventcalendar .back {
    background-color: #ffffff;
    text-align: center;
    width: 156px;
    padding: 0px 10px 0px 10px;
    border: 3px solid #00c4b8;
    width: 176px !important;
    height: 270px !important;
}

#adventcalendar .back h3 {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: -1;
    opacity: 0.15;
    line-height: normal;
    font-size: 100px;
    margin-top: 35%;
}

#adventcalendar a, #adventcalendar span.over {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #5bc3b7;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 15px;
    left: 7px;
}

#adventcalendar a:hover {
    background: #ad2955;
}

#adventcalendar span.over {
    background: #850000;
}

/** PAST DAYS */
#adventcalendar .door.is_past {
    border: 0px solid #d5d5d5;
}

#adventcalendar .door.is_past h3 {
    color: #ffffff;
    background-color: #d5d5d5;
}

body {
    background-size: 100% auto;
    background: url('/modules/all/adventcalendar/out/img/adventcalendar_background.png')  no-repeat center center fixed !important;
    -webkit-background-size: cover;
    background-size: cover;
}
