#countbox, #event-mess
{
	color: #2f2f2f;
	font-size: 18px;
	margin: 10px 0 0 65px;
	padding: 0;
	width: 100%;
	height: 66px;
}
#countbox .countbox-num, #event-mess .countbox-num
{
	float: left;
}
#countbox .countbox-space, #event-mess .countbox-space
{
	float: left;
	height: 30px;
	width: 10px;
}



#days, #hours, #mins, #secs{
height: 43px;
width: 43px;
background-repeat: no-repeat;
}

#days{
background-image: url('/bitrix/templates/lifestyle/img/days_placeholder.png');
}

#hours{
background-image: url('/bitrix/templates/lifestyle/img/hours_placeholder.png');
}

#mins {
background-image: url('/bitrix/templates/lifestyle/img/minutes_placeholder.png');
}

#secs {
background-image: url('/bitrix/templates/lifestyle/img/sec_placeholder.png');
}

#countbox-days1
{
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	margin: 12px 0 0 6px;
	text-align: center;
	width: 13px;
	z-index: 1;
}

#countbox-hours1,#countbox-mins1,#countbox-secs1{
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	margin: 12px 0 0 12px;
	text-align: center;
	width: 13px;
	z-index: 1;
}

#countbox-days2,#countbox-hours2,#countbox-mins2,#countbox-secs2 {
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	margin: 11px 0 0 2px;
	text-align: center;
	width: 13px;
	z-index: 1;
}

#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text
{
	background-position: center;
	background-repeat: no-repeat;
	height: 20px !important;
	margin-top: 40px;
	position: absolute;
	width: 40px;
}
#countbox-days-text
{
font-size: 12px;
font-weight:bold;
margin-left: 10px;
}
#countbox-hours-text
{
font-size: 12px;
font-weight:bold;
margin-left: 5px;
}
#countbox-mins-text
{
font-size: 12px;
font-weight:bold;
}
#countbox-secs-text
{
font-size: 11px;
font-weight:bold;
}

@media (max-width: 1024px) {
#countbox, #event-mess
{
	margin: 10px 0 0 60px;
}

.span6 {width: 600px !important;}
.span3 {width: 265px !important;}
}