/*style 3*/
.countdown-style-3 .tpgb-countdown-counter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.countdown-style-3 span.number {
	display: block;
	padding: 0px;
	margin: 0;
	font-size: 40px;
	line-height: 35px;
	text-align: center;
}

.countdown-style-3 span.label {
	display: block;
	font-size: 25px;
	line-height: 30px;
}

.countdown-style-3 .counter-part {
	display: inline-block;
	text-align: center;
	width: 22%;
	padding: 1%;
}

@media only screen and (max-width: 1200px) {
	.countdown-style-3 .tpgb-countdown-counter span.number {
		font-size: 60px;
		line-height: 65px;
		text-align: center;
	}
	.countdown-style-3 .tpgb-countdown-counter span.label {
		display: block;
		font-size: 20px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 820px) {
	.countdown-style-3 .tpgb-countdown-counter span.number {
		display: block;
		padding: 0px;
		margin: 0;
		font-size: 40px;
		line-height: 45px;
		text-align: center;
	}
	.countdown-style-3 .tpgb-countdown-counter span.label {
		display: block;
		font-size: 15px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.countdown-style-3 .tpgb-countdown-counter span.number {
		display: block;
		padding: 0px;
		margin: 0;
		font-size: 30px;
		line-height: 35px;
		text-align: center;
	}
	.countdown-style-3 .tpgb-countdown-counter span.label {
		display: block;
		font-size: 12px;
		line-height: 12px;
	}
	.countdown-style-3 .counter-part {
		width: 50%;
	}
}
/*style 3*/