/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
    background-color: #f7f7f7;
    padding-bottom: 5%;
}
.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: 100%;
	text-align: center;
}
.countdown-amount {
    font-size: 225%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}


/*=======================================*/

.countdown_outr {
	position: relative;
	min-height: 500px;
}
.countdown_outr.footer {
	min-height: 450px !important;
}

.countdown_outr:before {
	background-image: url("/web-images/counter-bg.png");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	vertical-align: middle;
	height: 500px;
	width: 500px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 100%;
}

.countdown_outr.footer:before {
	height: 450px !important;
}

.flipper {
	color: #eaeaea;
	display: block;
	font-size: 38px !important;
	line-height: 100%;
	height: 1.7em;
	width: 280px;
	max-width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 48%;
	right: 0;
}
.flipper.footer{
	font-size: 28px !important;
	width: 208px;
}
.flipper.flipper-invisible {
	font-size: 0px !important;
}

.flipper-group {
	position: relative;
	white-space: nowrap;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.flipper-group label {
	position: absolute;
	color: #D65A2F;
	font-size: 15px;
	top: 100%;
	line-height: 1em;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	padding-top: .5em;
	font-weight: 600;
}
.flipper.footer .flipper-group label {
	font-size: 12px !important;
}
.flipper-digit {
	white-space: nowrap;
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	height: 1.2em;
	overflow-y: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	border-radius: 0.1em;
}
.flipper-digit span {
	font-size: 25%;
}

.flipper-delimiter {
	white-space: nowrap;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	color: #fff;
	min-width: .1em;
	white-space: nowrap;
	display: block;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1em;
}

.digit-face {
	display: block;
	visibility: hidden;
	position: relative;
	border-radius: 0.1em;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	box-sizing: border-box;
	text-align: center;
}

.digit-next {
	display: block;
	position: relative;
	border-radius: 0.1em;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	height: 1.2em;
	background: #202020;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	box-sizing: border-box;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.digit-top {
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	overflow: hidden;
	position: absolute;
	background: #202020;
	padding-top: 0.1em;
	padding-bottom: 0;
	padding-left: 0.1em;
	padding-right: 0.1em;
	border-top-left-radius: 0.1em;
	border-top-right-radius: 0.1em;
	box-sizing: border-box;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background 0s linear, -webkit-transform 0s linear;
	transition: transform 0s linear, background 0s linear;
	transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
	-webkit-transform-origin: 0 0.6em 0 !important;
	transform-origin: 0 0.6em 0 !important;
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	z-index: 20;
}
.digit-top.r {
	transition: background 0.2s linear, -webkit-transform 0.2s linear;
	transition: transform 0.2s linear, background 0.2s linear;
	transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	background: #202020;
}

.digit-top2 {
	visibility: hidden;
	position: absolute;
	height: 50%;
	left: 0;
	right: 0;
	background: #202020;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	line-height: 0em !important;
	top: 50% !important;
	bottom: auto !important;
	padding-top: 0;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	border-bottom-left-radius: 0.1em;
	border-bottom-right-radius: 0.1em;
	overflow: hidden;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background 0s linear, -webkit-transform 0s linear;
	transition: transform 0s linear, background 0s linear;
	transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	-webkit-transform-origin: 0 0 0 !important;
	transform-origin: 0 0 0 !important;
	z-index: 20;
}
.digit-top2.r {
	visibility: visible;
	transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	background: #202020;
}

.digit-bottom {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
	height: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	line-height: 0em;
	padding-top: 0;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	border-bottom-left-radius: 0.1em;
	border-bottom-right-radius: 0.1em;
	box-sizing: border-box;
	text-align: center;
	transition: none;
}
.digit-bottom.r {
	transition: background 0.2s linear;
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
}

.flipper-digit:after {
	content: "";
	position: absolute;
	height: 2px;
	background: rgba(0, 0, 0, 0.5);
	top: 50%;
	display: block;
	z-index: 30;
	left: 0;
	right: 0;
}

.flipper-dark {
	color: #fff;
}
.flipper-dark .flipper-delimiter {
	color: #333;
}
.flipper-dark .digit-next {
	background: #333;
}
.flipper-dark .digit-top {
	background: #333;
}
.flipper-dark .digit-top.r {
	background: black;
}
.flipper-dark .digit-top2 {
	background: black;
}
.flipper-dark .digit-top2.r {
	background: #333;
}
.flipper-dark .digit-bottom {
	background: #333;
}

.flipper-dark-labels .flipper-group label {
	color: #333;
}



@media (max-width: 767px){
	.countdown_outr:before{
		background-size: cover;
	}
}

@media (max-width: 500px){
	.countdown_outr:before{
		width: 480px;
		height: 480px;
	}

	.countdown_outr .flipper {
		width: 250px;
		font-size: 34px !important;
		top: 46%;
	}

	.countdown_outr {
		min-height: 480px;
	}

	.flipper-group label{
		font-size: 15px;
		margin-bottom: 0;
	}
}

@media (max-width: 374px) {

	.countdown_outr:before{
		height: 340px;
		width: 340px;
	}
	.countdown_outr {
		min-height: 340px;
	}

	.countdown_outr .flipper {
		width: 200px;
		font-size: 27px !important;
		top: 45%;
	}

	.flipper-group label{
		font-size: 11px;
	}
}