/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	/*border: 1px solid #ccc;
	background-color: #eee;*/
   Overflow:hidden
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 250px;
	padding: 0px 2px;
	padding-top:-10px;
	text-align: center;
	 
}
.countdown-show1 .countdown-section {
	width: 30%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 30%;

	/*height:90px;*/
}
.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 {
	 
/*	float: inherit;*/
	font-size: 195%;
	text-align: center;
	background-color:white;
	margin:1%;
	color:#0D3E49;
	height:85px;
	display:inline-block;
	padding-top:5px;
	font-weight:bold;
		font-family:'Jubilat-Bold', verdana;
		
	
 
}
.countdown-amount {
    font-size: 250%;
	letter-spacing:10px;
	margin-top:-20px;
		padding-top:-20px;
}
.countdown-period {
    display: none;
	margin-top:-10px;
	font-size:100%;
	font-weight:normal;
}
.countdown-descr {
	display: block;
		font-family:'Jubilat-Regular';
	width: 100%;
}
