/* Christmas Theme */
/* REMOVE IF NEED TO HAVE AN ACTUAL WARNING!! */
/*
.newsticker img, .newsticker strong {
    display: none;
}

.nav-level-1 li {
    margin-right: -4px;
}

.nav-level-1 li:nth-of-type(odd) {
     background-color: #810000 !important;
}

.nav-level-1 li:nth-of-type(even) {
     background-color: #004100 !important;
}

.hero-slides .slide .category {
    color: rgb(252, 211, 5) !important;
}

.hero-slides .slide:nth-of-type(odd) .slide-content {
    background: none;
    background-color: #810000 !important;
}

.hero-slides .slide:nth-of-type(even) .slide-content {
    background: none;
    background-color: #004100 !important;
}
*/