@charset "UTF-8";
#second-timer, #minute-timer, #hour-timer, #day-timer {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#count-down-timers, #count-down-numbers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.timer-wrapper {
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;
}
.timer, .num-left, .timer-label {
	display: inline-block;
	width: 22%;
}
.num-left {
	height: 100%;
}
.countdown {
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 2em;
color: #fff;
font-family: 'Raleway';
	text-align: center;
	transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
}
.time-label {
	font-size: .5em;
	display:none;
}
.timer-label {
	font-size: .3em;
	text-align: center;
}/* CSS Document */
.digit-label {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}
#page-headline.timer{
	top:35%;
}
@media screen and (max-width:800px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px), only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
	.countdown {
	    font-size: 1em;
	    transform: translate(0, -50%);
	    -webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
		}

.digit-label {
    font-size: .7em;
	}
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape), only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape), only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape), only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape){
	.countdown {
	    font-size: 1.2em;
	    transform: translate(0, -40%);
	}
}
