/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 0;
	color: #000;
	font-weight: bold;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #000;
	width: 75px;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.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 {
	width:71px;
	margin:0 5px 0 0;
	font:bold 10px/13px Arial, sans-serif;
	letter-spacing:-0.05em;
	color:#323232; text-align: center; text-transform: uppercase; display: inline-block; float: left;
}
.countdown-amount {
	width:71px;
    font:bold 32px/56px Arial, sans-serif; color: #1c1c1c; text-shadow: 1px 1px #fff;
}
.countdown-period {
    display: block;
	font-weight:normal;
}
.countdown-descr {
	display: block;
	width: 100%;
}
