@charset "UTF-8";
.count-down {
    display: none;
    width: 550px;
    height: auto;
    margin: auto;
    padding: 20px;
}
.count-down .flipdown {
    margin: auto;
  /*width: 600px;*/
    margin-top: 30px;
}
.count-down h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
  font-weight:bold;
  color:#9d9273;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    content: attr(data-before);
    color: #9d9273;
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
    content: attr(data-before);
    color: #9d9273;
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: attr(data-before);
    color: #9d9273;
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
    content: attr(data-before);
    color: #9d9273;
}
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #9d9273!important;
    background-color: #202020;
}
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #9d9273!important;
    background-color: #151515;
}
@media (max-width: 550px) {
        .count-down {
        width: 100%;
        height: 200px;
        padding: 10px;
        margin: 0 auto;
    }
    .count-down h1 {
        font-size: 2em;
    }
}