.countdownHolder{
	margin:0 auto;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.counterHolder * {
	font-family: 'CitroenBold', sans-serif !important;
}

.counterHolder {
	background: #d71730;
	padding: 20px 0;
	height: 100px;
	position: relative;
	-webkit-box-shadow: inset rgba(0,0,0,.3) 0 0 30px;
	box-shadow: inset rgba(0,0,0,.3) 0 0 30px;
}

#counter {
	font-size: 90px;
	margin: 0 10px 0 0;
	color: #272727;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.counterHolder h3 {
	font-size: 24px;
	margin: 10px 20px 0;
	padding: 0;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,.3) 0 2px 3px;
	line-height: 32px;
}

.counterHolder h3:nth-child(2) {
	font-size: 32px;
	color: #ffff00;
}

.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	margin: 0 10px;
	width: 100px;
	height: 120px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset #ddd 0 -38px 0, 0 2px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: inset #ddd 0 -38px 0, 0 2px 3px rgba(0,0,0,.2);
	box-shadow: inset #ddd 0 -38px 0, 0 2px 3px rgba(0,0,0,.2);
}

.points {
	display: none;
}

.position {
	position: relative;
	float: left;
	width: 45px;
	height: 80px;
}

.digit {
	position: absolute;
	top: 0;
	left: 3px;
	line-height: 100px;
}

.boxName {
	float: left;
	width: 80px;
	margin: -2px 0 0 7px;
	font-size: 36px;
	color: #d71730;
}

.Hours { margin-left: 5px; }
.Seconds { margin-left: 2px; }


@media (max-width: 1140px) {
	.counterHolder h3 {
		text-align: center;
	}
	.counterHolder {
		height: 230px;
	}
	#counter {
		right: 50%;
		margin-right: -240px;
	}
}

@media (max-width: 760px) {
	.counterHolder h3, .counterHolder h3:nth-child(2) {
		font-size: 26px;
	}
}

@media (max-width: 550px) {
	#counter {
		display: none;
	}
	.counterHolder {
		height: auto;
	}
}