.counttext{}

#countwrap {
	width:328px;
	color: #272727;
	max-width:100%;
}

#countdown_dash {
	height: 82px;
	width:auto;
	 margin:0;
	
}
#countdown_dash2 {
	height: 82px;
	width:auto;
	 margin:0;
	
}

.big {
	width: 82px;
	height: 82px;
	background: transparent url('../img/dash.png') 0 0 no-repeat;
	float: left;
	margin-left:0;
	padding-left: 9px;
	position: relative;
	color: #333;
	padding-top:2px;
}

.weeks_big {
	background: transparent url('../img/dark_weeks_dash3.png') 0 0 no-repeat;
}

.days_big {
	background: transparent url('../img/dark_days_dash3.png') 0 0 no-repeat;
}

.hours_big {
	background: transparent url('../img/dark_hours_dash3.png') 0 0 no-repeat;
}

.minutes_big {
	background: transparent url('../img/dark_minutes_dash3.png') 0 0 no-repeat;
}

.seconds_big {
	background: transparent url('../img/dark_seconds_dash3.png') 0 0 no-repeat;
}

.big .digit {
	font:bold 36pt 'Roboto', sans-serif;
	float: left;
	width: 25px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

@media (max-width: 641px) {
#countwrap{width:281px;}
.big {width: 70px;}
}





