figure, figcaption {
	display: block; 
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	/*font-family: Tahoma, Verdana, Aial, sans-serif;*/
	font-size: 28px;
	line-height: 120%;
	font-weight: bold;
	height: 42px;
		 
}

.timeTo span {
	vertical-align: top; 
}


.timeTo.timeTo-black div {
	color: white;
	font-family: "MyriadProRegular";
	font-size: 60px;
	 font-weight: 700;
    
}



.timeTo figure {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	
	
	
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 0px;
	font-weight: normal;
	color: #fff;
	 font-family:'MyriadProRegular'; font-weight:normal; 
	 text-align: center; 
	 padding-left: 10px;
	
}

.timeTo div {
	position: relative;
	display: inline-block;
	/*width: 25px;
	height: 30px;*/
	/*border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;*/
	overflow: hidden;  
}
.timeTo div.first {
	/*border-left: 1px solid silver;*/
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;   
}
