/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	margin: 0;
	text-align: center;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	border:1px solid #e2e2e2;
	border-right:0;
	border-left:0;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row .countdown-section {
	width: 25%;
    padding: 11px 5px;
    display: inline-block;
	text-align:center;
	position:relative;
	border-right:1px solid #e2e2e2;
	background:#fff;
}
.countdown-row .countdown-section:last-child {
	border:0;
}
.countdown-amount {
    font-size: 20px;
	font-weight:400;
	color:#0083c1;
}
.countdown-period {
    font-size:14px;
	color:#0083c1;
	font-weight:400;
	display:block;
	text-transform:capitalize;
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media (max-width: 1199px){
	.countdown-row .countdown-section {
		min-width: 60px;
	}
	.countdown-amount { font-size:18px; }
	.countdown-period { font-size:12px; line-height:14px; }
}