/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    height: 100%;
	font-size:40px;
	padding-top:25px;
}.countdown-parameters {
    font-size: 60px;
    font-weight: 100;
    height: 100%;
    line-height: 120px;
    margin: 0 auto;
    width: 100%;
}
.countdown-amount{
	width:100%;
	margin:0 auto;
	height:125px;
	width:125px;
}
.countdown-section{/*Newly added*/
	width:25%;
	float:left;
}
.countdown-row{
	display:block;
	width:50%;
}
#defaultCountdown .countdown-row div.countdown-section{
	float: left;
    padding-right: 15px;
    width: 25%;
}
#defaultCountdown .countdown-row div.countdown-section:last-child
{
	padding-right:0;
}
.countdown-period{
	width:100%;
	font-size:18px;
	font-weight:300;
	display:block;	
	padding-top:25px;
}

@media (max-width: 1200px) {
	
	.countdown-row{
		display:block;
		width:80%;
	}
}
@media only screen and (max-width: 800px) {
	
	.countdown-section{/*Newly added*/
		width:50%;
	}
	.countdown-amount {
		height: 95px;
		margin: 0 auto;
		width: 95px;
	}
	.countdown-parameters {
		font-size: 40px;
		line-height: 95px;
	}
}

@media screen and (max-width:600px){
	.countdown-row{
		width:100%;
	}
}
@media only screen and (max-width: 500px) {

	#defaultCountdown .countdown-row div.countdown-section{
		width:50%;
	}
}
@media only screen and (max-width: 320px) {
	
	.countdown-amount {
		height: 75px;
		margin: 0 auto;
		width: 75px;
	}
	.countdown-parameters {
		font-size: 30px;
		line-height: 75px;
	}
}