
.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: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
/*-----*/

.countdown-wrapper {
    margin: 0 auto;
    width: 1110px;
}

@media (max-width: 1999px) {
    .countdown-wrapper {
        width: 960px;
    }
    .boxed .countdown-wrapper {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .countdown-wrapper {
        padding: 0 50px;
        width: 100%;
    }
    .alternate .countdown-wrapper {
        padding: 0;
    }
}

.alternate .countdown-wrapper {
    width: 400px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .alternate .countdown-wrapper {
        width: 100%;
    }
}

.countdown-row {
    padding: 0;
}

.defaultCountdown {
    margin-bottom: 40px;
}

.is-countdown {
    border: none;
    background-color: transparent;
}

.countdown-section {
    background-color: rgba(0, 0, 0, 0.3);
    border: solid 1px #c4c4c4;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    width: 50%;
}

.countdown-show4 .countdown-section {
    width: 22%;
}

.countdown-show4 .countdown-section + .countdown-section {
    margin-left: 4%;
}

.countdown-amount {
    font-weight: 700;
    font-size: 96px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.alternate .countdown-amount {
    font-size: 48px;
}

.countdown-period {
    border-top: solid 1px #c4c4c4;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}
.alternate .countdown-period {font-size: 16px; }

#event-register-btn { padding: .2em 1.2em; font-size: 42px; border-radius: 6px; color: #fff; }
#event-register-btn:hover {color: #000;}

@media (max-width: 991px) {
    .countdown-amount {font-size: 70px;}
    .alternate .countdown-amount {font-size: 48px;}
    .countdown-period {font-size: 18px;}
    .alternate .countdown-period {font-size: 16px;}
    #event-register-btn {font-size: 38px;}
}
@media (max-width: 767px) {
  .slide-caption-inner > .container {padding-top: 50px; }
    .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .alternate .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .countdown-period {font-size: 14px; padding: 5px 0; }
    .alternate .countdown-period {font-size: 14px; padding: 5px 0; }
    #event-register-btn {font-size: 32px;}
}
@media (max-width: 639px) {

   .e-box-head > a {display: none;}
    .countdown-amount {font-size: 30px;}
    .alternate .countdown-amount {font-size: 30px;}
    .countdown-period {font-size: 14px;}
    .alternate .countdown-period {font-size: 14px;}
    #event-register-btn {font-size: 28px;}
}
@media (max-width: 479px) {
   .e-box-head > a {display: none;}
  #zoneEvent {padding: 0 !important}
    .countdown-amount {font-size: 20px;}
    .alternate .countdown-amount {font-size: 20px;}
    .countdown-period {font-size: 9px;}
    .alternate .countdown-period {font-size: 9px;}
    #event-register-btn {font-size: 22px;}
}

