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: 'UniNeueRegular' !important;
	font-size: 32px !important;
	line-height: 108%;
	font-weight: bold;
	height: 32px;
	color: #d77b42;
    padding-left: 10px;
}
.first {
    width: 29px !important;
}
.timeTo span {
	vertical-align: top;
    color:#fff;
	
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.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: left;
    font-size: 12px !important;
    line-height: 14%;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    /* padding: 5px !important; */
    font-family: 'UniNeueRegular';
    padding-left: 10px;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	overflow: hidden;
	color: #fff;
}
figure.day-1 {
 width: 74px !important;
}
.timeTo div.first {
	/*border-left: 1px solid silver;*/
}
div.first + div {
    height: 36px !important;
}
div.first > ul{
    top: -38px !important;
}
span.fst_day {
    position: absolute;
    left: 70px;
    top: 6px;
}
span.lst_spa {
    position: absolute;
    left: 144px;
    top: 6px;
}
span.sec_spa {
    position: absolute;
    left: 215px;
    top: 6px;
}
.count-down span:first-child{
    position:absolute;  
    top:0;
    left:64px;
}
.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 768px){
    div.first + div {
    height: 38px !important;
}
    span.sec_spa {
    left: 238px;
    top: 5px;
}
span.lst_spa {
    position: absolute;
    left: 165px;
    top: 5px;
}
span.fst_day {
    position: absolute;
    left: 90px;
    top: 5px;
}
	.count-down{
    width: 45%;
    position: absolute;
    top: 43%;
    left: 40px !important;
/*padding-left: 103px !important;*/
}
	.timeTo {
    font-size: 33px !important;
    padding-left: 27px;
}
	.count-down p {
   
    font-size: 20px;
    
}
}
@media only screen and (max-width: 640px){
    .timeTo figcaption {
    text-align: left;
    padding-left: 9px !important;
}
.count-down {
    width: 77%;
    position: absolute;
    top: 36%;
    left: 0;
    padding-left: 12px !important;
    margin-left: -6px;

}
	.timeTo {
    font-size: 33px !important;
    padding-left: 4px !important;
}
	
	.count-down p {
   
    font-size: 17px;
    position: absolute;
    top: -53px;
    
}
	.timeTo figcaption {
    line-height: 44%;
	 margin-top: -2px;  
}
span.fst_day {
    position: absolute;
    left: 79px;
    top: 6px;
}
span.lst_spa {
    position: absolute;
    left: 153px;
    top: 6px;
}
span.sec_spa {
    position: absolute;
    left: 228px;
    top: 6px;
}
}
@media only screen and (max-width: 320px){

.count-down {
    width: 98% !important;
    margin-left: 0;
    left: 6px !important;

}
}