/* jQuery Countdown styles 2.0.0. Custom */
.is-countdown {
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	/*clear: both;*/
	width: 100%;
	padding: 0;
	text-align: center;
    display: block;
    height: 100%;
}
/*.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}*/
.countdown-section:first-child {
    margin-left: 0;
}
.countdown-section {
	display: block;
	float: left;
	text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 42px;
    position: relative;
}
.countdown-section::after {
    content: ":";
    position: absolute;
    top: 0;
    right: -14px;
    font-family: 'AvantGardeCTT';
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
}
.countdown-section:last-child::after {
    display: none;
}
.countdown-amount {
    font-family: 'AvantGardeCTT';
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
}
.countdown-period {
    display: block;
    font-size: 15px;
    line-height: 16px;
}
.countdown-descr {
	display: block;
	width: 100%;
}

@media screen and (max-width: 960px) {
    .countdown-amount, .countdown-section::after {
        font-size: 35px;
        line-height: 42px;
    }
    .countdown-period {
        font-size: 12px;
        line-height: 13px;
    }
    .countdown-section::after {
        right: -12px;
    }
}

@media screen and (max-width: 480px) {
    .countdown-amount, .countdown-section::after {
        font-size: 20px;
        line-height: 24px;
    }
    .countdown-period {
        font-size: 8px;
        line-height: 9px;
    }
    .countdown-section::after {
        right: -10px;
    }
    .countdown-row {
        display: inline-block;
        width: 160px;
    }
}

@media screen and (max-width: 855px) and (max-height: 480px) {
    .countdown-amount, .countdown-section::after {
        font-size: 20px;
        line-height: 24px;
    }
    .countdown-period {
        font-size: 8px;
        line-height: 9px;
    }
    .countdown-section::after {
        right: -10px;
    }
    .countdown-row {
        display: inline-block;
        width: 160px;
    }
}