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, Arial, sans-serif;
	font-size: 22px;
	line-height: 90%;
	font-weight: normal;
	height: 25px;
}

.timeTo span {
	vertical-align: text-top;
}

.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: #fff;
    /*background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d20505), color-stop(100%,#d20505));
    background: -webkit-linear-gradient(top, #ef0a0a 0%,#f30e0e 100%);
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom, #d02a0f 0%,#c70d0d 100%);
    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:first-child {
    width: 70px !important;
}
.timeTo span {
    font-size: 30px !important;
    line-height: 153%;
    color: #f00;
    margin-left: 3px;
}
.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	font-size: 11px !important;
	line-height:10%;
	font-weight: normal;
	color: #ff0b0b;
}

.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;
    top: -50px !important;
}

.timeTo ul li {
        margin: 0;
    padding: 0;
    list-style: none;
    font-size: 55%;
    vertical-align: bottom;
    position: relative;
    top:0px;
        color: #ff0b0b;
}

div#timer-banner div{width:25px !important;height:32px !important;}

@media (max-width: 768px){
    .timeTo ul li {font-size: 20px;position: relative;top: 0;}    
.timeTo ul {top: -62px;}
/*.timer-background {top:40px;width: 98%;}*/
.timeTo {line-height:80%;    text-align: center;}

.timeTo div {    
    height: 21px !important;
    width: 20px !important;}
.timeTo figcaption {line-height: 100%;    font-weight: normal;}
.timeTo figure:first-child {width: 60px !important}
.timeTo span {margin-left: 5px !important;}
}

@media (min-width: 320px) and (max-width:360px) {
    div#timer-banner div {
    width: 30px !important;
    height: 38px !important;}
    .timer-background {top: 30px;width: 98%;}
}

@media (min-width: 361px) and (max-width:420px) {
    div#timer-banner div {
    width:30px !important;
    height: 38px !important;}
    .timer-background {top: 30px;margin-bottom:40px;margin-top:-10px;}
}

@media (min-width:421px) and (max-width:500px) {
.timer-background {top: 30px;width: 94%;}
}

@media (min-width:501px) and (max-width:600px) {
.timer-background {top:40px;width: 94%;}
}

@media (min-width:601px) and (max-width:768px) {
.timer-background {top:60px;width:100%;}
}

@media (min-width: 768px){
.slider-container .timer-background {display: none;}
}/*Only for Desktop*/