/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	/*border: 1px solid #ccc;
	background-color: #eee;*/
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	/*padding: 0px 2px;*/
	text-align: center;
}
.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 {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
/*.countdown-amount {
    font-size: 100%;
}*/
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

@media (max-width: 1200px) and (min-width: 961px) {
    .countdown-section .countdown-amount
    {
        font-size: 90% !important;
    }
    .countdown-section .countdown-period
    {
        font-size: 80% !important;
    }
}
@media (max-width: 960px) and (min-width: 880px) {
    .countdown-section .countdown-amount
    {
        font-size: 90% !important;
    }
    .countdown-section .countdown-period
    {
        font-size: 80% !important;
    }
}
@media (max-width: 880px) and (min-width: 760px) {
    .countdown-section .countdown-amount
    {
        font-size: 90% !important;
    }
    .countdown-section .countdown-period
    {
        font-size: 60% !important;
    }
}
@media (max-width: 760px) and (min-width: 640px) {
    .countdown-section .countdown-amount
    {
        font-size: 80% !important;
    }
    .countdown-section .countdown-period
    {
        font-size: 50% !important;
    }
}
@media (max-width: 360px) {
    .countdown-section .countdown-amount
    {
        font-size: 90% !important;
    }
    .countdown-section .countdown-period
    {
        font-size: 70% !important;
    }
}