/* http://keith-wood.name/countdown.html
   Countdown for jQuery v1.6.3.
   Written by Keith Wood (kbwood{at}iinet.com.au) January 2008.
   Available under the MIT (https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt) license. 
   Please attribute the author if you use it. */


#countdown {
    float: left;
    margin-top: 100px;
    font-family: "Druk-Medium", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.hasCountdown {}

.countdown_rtl {
    direction: rtl;
}

.countdown_holding span {}

.countdown_row {}
/*
.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}
*/
.countdown_show1 .countdown_section,
.countdown_show2 .countdown_section,
.countdown_show3 .countdown_section {
    display: inline-block;
    margin: 0 40px;
}
/*
.countdown_show4 .countdown_section {
    width: 24.5%;
}

.countdown_show5 .countdown_section {
    width: 19.5%;
}

.countdown_show6 .countdown_section {
    width: 16.25%;
}

.countdown_show7 .countdown_section {
    width: 14%;
}
*/
.countdown_section {
}

.countdown_amount {
    display: block;
    font-family: "Druk-Super", Arial, Helvetica, sans-serif;
    font-size: 5em;
    line-height: 1;
    letter-spacing: 2px;
}

.countdown_descr {}