/* jQuery Countdown styles 2.0.0. */
.is-countdown {	
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding:0;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 31%;
}
.countdown-show4 .countdown-section {
	width: 23%;
}
.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;
	float: left;
	font-size: 14px;
	color:#fff;
	text-align: center;
	width: 23%;
	margin:0 1%;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid transparent;	
}
.countdown-amount {
	font-size:30px;
	line-height:1.3;	
	display: block; 
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: relative;
   
}

.countdown-amount:after {
		content: "◆";
		position: absolute;
		left:49%;
		bottom: -10px;
		font-size: 10px;
		z-index: 10;
	}
		
.countdown-period {
    display: block;
	padding: 15px 0 10px;
	position: relative;
	font-size: 14px;
	 text-transform: uppercase;
}

.countdown-descr {
	display: block;
	width: 100%;
}

@media (min-width: 768px) { 
	.countdown-section {
	font-size: 14px;
	width: 23%;	
}
.countdown-amount {
	font-size:50px;
	line-height:1.3;
}
.countdown-period {   
	padding: 30px 0 20px;
}

}

@media (min-width: 992px) { 
	.countdown-section {
	font-size: 36px;
	width: 23%;	
}
.countdown-amount {
	font-size:78px;
	line-height:1.3;
}
/*.countdown-period {   
	padding: 50px 0 20px;
}*/

}
	

