/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	/*border: 1px solid #ccc;
	background-color: #eee;*/
	width: 75%;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-section {
	display: inline-block;
    color: #fff;
    font-family: "Roboto Condensed Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1;
    /*margin-right: 40px;*/
    text-align: left;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.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 {
	display: block;
	float: left;
	font-size: 75%;

    color: #fff;
    font-family: "Roboto Condensed Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1;
    text-align: left;
}
.countdown-section:last-child {    
    color: #c7383e;
}
.countdown-amount {
    font-size: 40px;
}
.countdown-period {
    display: block;
	font-size: 13px;
    font-weight: normal;
    font-family: "Roboto Condensed Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.countdown-descr {
	display: block;
	width: 100%;
}
