/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	font-family: "Roboto Slab", "Times New Roman", Times, serif !important;
	/* border: 1px solid #ccc; */
	background-color: #004499;
	color:white; 
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.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-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: 90%;
	text-align: center;
}
.countdown-amount {
    font-size: 410%;
}
.countdown-period {
    display: block;
	margin-top:-12px;
}
.countdown-descr {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 992px) {
.countdown-section {
	margin-top:24px;
}
.countdown-period {
	margin-top:18px;
}
}

@media only screen and (max-width: 767px) {
.countdown-section {
    font-size: 70%;
}
.countdown-section {
	margin-top:18px;
}
.countdown-period {
	margin-top:4px;
}
}

@media only screen and (max-width: 479px) {
.countdown-section {
    font-size: 96%;
}
.countdown-section {
	margin-top:24px;
}
.countdown-period {
	margin-top:12px;
}
}

.one .landing .row a:first-child .box-inner { margin-top:-20px; }
.one .countdown-amount { font-size:200%; }
.one .countdown-period { margin-top:-4px; }
.one .countdown-row { margin-left:-36px; }
