/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    color: #fff;
    height: 100%;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    min-width: 40%;
}
.countdown-row {
    display: block;
    width: 100%;
    margin: 0 auto;
    /* Header Center */
    max-width: 50%;
}

.countdown-section {
    padding: 0;
    width: 25%;
    float: left;
/*        border-right: 1px dashed #fff;*/
    position: relative;
}

.countdown-section:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    right: 0;
    background-color: #fff;
}

.countdown-section:last-child:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    background-color: transparent;
}

.countdown-period {
    width: 100%;
    margin-bottom: -1em;
    font-size: 0.5em;
    font-weight: 600;
    display: block;
    text-transform: none;
}

.countdown-amount {
    margin-right: 1%;
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-weight: 400;
}
