/* @override http://www.lesacshop.dev/js/countdown/jquery.countdown.css */

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	width: 307px;
	height: 85px;
background: url(../../img/bg_counter.png) no-repeat;
	color: white;
	background-color: rgba(0,0,0,0.7);
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
}
.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0 2px 0px;
}

.countdown-show4 .countdown-section {
	width: 62px;
	margin-left: 11px;
}

.countdown-section {
	text-align: center;
	margin-top: 36px;
	color: black;
	float: left;
	display: block;
}
.countdown-amount {
    font-size: 30px;
	font-weight: bold;
	margin-left: 8px;
	letter-spacing: 14px;
}
.countdown-period {
    display: block;
	font-size: 13px;
	color: white;
	margin-top: 5px;
}
.countdown-descr {
	display: block;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 7px;
}
