body{
	text-align: center;
  font-family: sans-serif;
  font-weight: 100;
}

.titolo-count{
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  margin: 40px 0px 20px;
  line-height:52px;
}

@media (max-width: 1024px) {
.titolo-count {
	font-size:40px;
}
}


.titolo-count-due{
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 40px 0px 20px;
  line-height:52px;
}

@media (max-width: 1024px) {
.titolo-count-due {
	font-size:20px;
}
}


@media (max-width: 1024px) {
.spazio-testi-slider {
	margin-top:-20px;
}
}


@media (max-width: 1024px) {
.spazio-testi-slider-due {
	margin-top:-80px !important;
}
}



.sottotitolo-count{
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  margin: 40px 0px 20px;
  line-height:45px;
}



#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	font-size: 80px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px 15px 0px 15px;
	border-radius: 3px;
	display: inline-block;
}

.smalltext{
	font-size: 18px;
	font-family:'Open Sans', sans-serif;
}

@media (max-width: 1024px) {
.smalltext {
	display:none;
}
}

.box-count {
	background:rgba(0, 0, 0, .6);
	border-radius: 10px;
	border:solid 1px #000;
	text-align:center;
	padding-bottom:50px;
}
	