/* jQuery Countdown styles 1.6.3. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #fff;
}
.countdown_row {
	display:block;
	clear: both;
	width: 100%;
	text-align: center;
	overflow:hidden;
}
/*
.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: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	text-align: center;
	text-transform: uppercase;
	width:220px;
	height:190px;
	border:3px solid #fff;
	margin: 0 10px;
}


.countdown_amount {
	display:inline-block;
	font-size: 80px;
	line-height:90px;
	padding-top:35px;
}
.countdown_descr {
	display: block;
	width: 100%;
}


@media (max-width:1220px){
	.countdown_row .countdown_section {
		width:22%;
		height:auto;
		border: 2px solid #fff;
		margin: 0 1%;
		font-size:14px;
		padding: 30px 0
	}
	.countdown_amount {
		font-size: 65px;
		line-height: 1em;
		padding: 0;
	}
}

@media (max-width:768px){
	.countdown_row .countdown_section {
		font-size:13px;
		padding: 20px 0
	}
	
	.countdown_amount {
		font-size: 55px;
	}
}

@media (max-width:568px){
	.countdown_row .countdown_section {
		width:46%;
		border: none
	}
}