.countdown_timer{
	font-family: 'Roboto', sans-serif;
/*	background: linear-gradient(270deg, #d4004e, #da001d, #e6411d);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 2s ease infinite;
	-moz-animation: AnimationName 2s ease infinite;
	-o-animation: AnimationName 2s ease infinite;
	animation: AnimationName 2s ease infinite;
*/	
	text-align: center;
	color: #d6001c;
	padding: 60px 0 120px;
}
/*@-webkit-keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@keyframes AnimationName { 
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
*/
.countdown_timer .start_date{
	font-weight: 100;
}
.countdown_timer .start_date p{
	font-size: 210px;
    line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
.countdown_timer .start_date span{
	font-size: 80px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
.countdown_timer .sub{
	font-size: 30px;
	font-weight: 100;
	line-height: normal;
	margin-bottom: 15px;
}
.countdown_timer .start{
	font-size: 90px;
	line-height: normal;
	margin-bottom: 30px;
	font-weight: 100;
}
.countdown_timer .countmessage{
	font-size: 16px;
	line-height: normal;
	font-weight: 100;
	margin-bottom: 15px;
}

.countdown_timer .timer{
	font-weight: bold;
	font-size: 80px;
	line-height: normal;
}
.countdown_timer .timer p{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	vertical-align: -38px;
}
.countdown_timer .timer p span{
	display: block;
	font-weight: 100;
	font-size: 12px;
	line-height: normal;
	font-family: 'roboto-100';
}
@media(min-width: 1px) and (max-width: 940px){
	.countdown_timer .start_date p{font-size: 100px;}
	.countdown_timer .start_date span{
		font-size: 40px;
	}
	.countdown_timer .sub{
		font-size: 18px;
		margin-bottom: 0;
	}
	.countdown_timer .start{font-size: 60px;}
	.countdown_timer .countmessage{
		font-size: 11px;
		margin-bottom: 5px;
	}
	.countdown_timer .timer{font-size: 50px;}
	.countdown_timer .timer p{
		vertical-align: -28px;
	}
}
@media(min-width: 1px) and (max-width: 640px){}