.sch {
	background: url('images/timer_fon.png') repeat;
	margin: 0 auto 30px;
	padding: 20px 0;
	width: 775px;
	color: white;
}

.sch h3 {
	font-family: 'roboto';
	font-size: 30px;
    font-weight: 300;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	border: none;
	color: white;
}

@media (max-width: 992px) {
	.sch {
		width: 100%;
		margin: 0 auto 30px;
	}
}

#countdown_dashboard {
	height: 110px;
	width: 670px;
	margin: 20px auto 0;
	padding-top: 0px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: 300;
	float: left;
	width: 55px;
	text-align: center;
	font-family: 'roboto';
	color: #B30000;
	position: relative;
	line-height: 1.2em;
}

.dash_title {
	position: absolute;
	display: block;
	font-size: 17px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 98px;
}

.weeks {
	margin-left: 17px;
}

.days {
	margin-left: 27px;
}

.hours {
	margin-left: 20px;
}

.minutes {
	margin-left: 21px;
}

.seconds {
	margin-left: 16px;
}