/* Contdonwn */

#CDT {
	font-size: 76px;
	color: #E02D31;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#CDT .caption {
	font-size: 18px;
	line-height: 1.1em;
	margin-top: 18px;
	text-align: center;
	width: 100%;
	color: #37556C;
}
#CDT .number-separator {
	margin-top: -5px;
}


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

	#CDT {font-size: 68px;}

	#CDT .caption {
		font-size: 17px;
	}

	#CDT-2 .caption {
		font-size: 16px;
	}

}


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

	#CDT {font-size: 60px;}
}

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

	#CDT {font-size: 50px;}

	#CDT .caption {
		font-size: 16px;
		margin-top: 2px;
	}

}

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

	#CDT {font-size: 42px;}

	#CDT .caption {
		font-size: 14px;
	}

}

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

	#CDT {font-size: 39px;}

}

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

	#CDT {font-size: 37px;}

	.caption {
		font-size: 16px;
	}


}

