/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}

.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;
	text-align: center;
}
.countdown-amount {
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

#countdown {
	background: #CD3927;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 900;
}

#countdown h6 {
	margin: 0px;
	font-size: 20px;
	margin-top: 10px
}

#countdown span {
	font-size: 35px;
	font-weight: bold;
}

.img-timer {
	width: 60px;
	position: absolute;
    margin-top: 8px;
    margin-left: 330px;
}

.countdown-label{
	font-size: 20px !important;
}

@media only screen and (max-width: 1024px) {

	#countdown span {
		font-size: 30px;
		font-weight: bold;
	}

	.countdown-label{
		font-size: 15px !important;
	}

	.img-timer {
		position: absolute;
		width: 25px;
		left: 0;
		top: 12px;
	}
}
