/* jQuery Countdown styles 1.6.1. */
.is-countdown{
    background-color: #eb002a;
    min-height: 22px;
    /*height:30px;*/
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	margin : 0 auto;
    display:block;
	text-align: center;
}
.countdown-row .countdown-section:last-child .countdown-amount {
    display: inline-block;
    text-align: right;

    width: auto;

}

.countdown-section br {
	display: none;
}

.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width:30%;
}

.countdown-show4 .countdown-section:not(.countdown-amount) {
    color: white;
    display: inline-block;
    font-family: "ProximaNova Semibold",ProximaNovaSemiBold;
    font-size: 12px;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}

.countdown-section::after {
    content: ":";
    margin-left: 36px;
    font-family :"ProximaNova Semibold",ProximaNovaSemiBold;
    font-size: 14px;
}

.countdown-row .countdown-section:last-child::after {
    margin-left: 0;
    content: "";
}
.countdown-descr {
	display: block;
	width: 100%;
}

#defaultCountdown .countdown-amount {
    font-family:"ProximaNovaBold";
    font-size: 18px;
    color:#fff;
    margin-right: 13px;
    position: relative;
    vertical-align: middle;
}
#defaultCountdown .countdown-period{
    color:#fff;
    font-family:"ProximaNovaSemiBold";
    font-size:12px;
    vertical-align: middle;
}
.countdown-row .countdown-section:last-child {
    margin-right: 0;
    width: 95px;
}