
.countdown-wrapper {
	background-image: url('/static/cms/vendor/countdown/img/bg-countdown.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.countdown-mask {
	background-color: rgba(44,62,80 , 0.6 );
	background-image: url('/static/cms/vendor/countdown/img/pattern.png');
	background-position: center;
	background-repeat: repeat;
	padding: 50px 0;
}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.clock-canvas {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

.text {
	font-size: 30px;
	font-weight: bold;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}

.text .val {
	font-size: 50px;
	color: #fff;
}

.text .type-time {
	font-size: 20px;
	color: #fff;
}

.c-white {
	color: #fff;
}

@media (max-width: 991px) {
	.clock-item {
		margin: 15px 0;
	}
}
