/* jQuery Countdown styles 2.0.0. */
.is-countdown {

}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	display: block;
	width: 100%;
	text-align: center;
}
.countdown-row:after{
	content: '';
	display: table;
	clear: both;
}
.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%;
	text-align: center;
}
.countdown-amount {
    font-size: 16px;
	display: inline-block;
	color: #fff;
	background: #000;
	border-radius: 3px;
	padding: 3px 0;
	text-align: center;
	width: 35px;
}
.countdown-section{
	position: relative;
}
.countdown-section + .countdown-section:before{
	content: ':';
	display: inline-block;
	margin-left: -8px;
	padding-right: 10px;
	font-weight: bold;
	position: absolute;
		left: 5px;
		top: 10px;
	font-size: 18px;
}
.countdown-period {
    display: block;
    margin-top: 5px;
}
.countdown-descr {
	display: block;
	width: 100%;
}