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: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 108%;
    font-weight: bold;
    height: 32px;
}

.timeTo span {
    vertical-align: top;
    margin: 0 8px;
    color: #fff;
    font: 37px/65px 'Open Sans', sans-serif;
}

.timeTo.timeTo-white div {
    background: #fff;
    color: #003d53;
}


.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.timeTo figcaption {
    text-align: center;
    font: 16px/16px 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #003d53;
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 35px!important;
    height: 70px!important;
    overflow: hidden;
    margin-left: -1px;
}
.timeTo div.first {
    border-radius: 35px 0 0 35px;
}
.timeTo div:nth-child(2){
    border-radius: 0 35px 35px 0;
}
.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 55px;
}
@media (max-width: 1220px){
    .timeTo {
        height: 96px;
    }
}