.countdown-container {
	/*position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%); */

}

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

.clock-canvas {
	/* background-color: rgba(255, 255, 255, 1.9); */
	border-radius: 50%;
	height: 0px;
	padding-bottom: 97%;
	border: 1px solid #D2D2D2;
}

.text {
	color: #fff;	
	font-family: 'open_sans_300';
	font-size: 40px;
	font-weight: 100;	
	margin-top: -50px;
	position: absolute;
	top: 60%;
	text-align: center;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
	width: 100%;
}

.text .val {
	color: #003EAC;
	font-family: 'open_sans_300';
	font-weight: 100;
	font-size: 35px;
	line-height: 45px;
}

p.type-time {
	font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;		
	}
	section.countdown_begins_bg.border-bottom .col-7.mx-auto.text-center {
		width: 90%;
		max-width: 100%;
	}

	.clock-item.countdown-time-value.col-sm-6.col-md-3 {
		max-width: 24%;
		margin: 0px;
		padding: 0px;
	}
}

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