.countdown-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 160px;
}

.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 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	position: absolute;
	top: 15%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}

.text .val {
	font-size: 4.3rem;
	margin-bottom: 0;
}

.text .type-time {
	font-size: 20px;
}

.clock-item{
	width: 25% !important;
}

@media only screen and (max-width: 1340px) {
	.container{
		padding: 0 !important;
		width: 100%;
	}
	.clock-item {
		width: 23% !important;
		margin: 0px 0px 30px 0px !important;
		display: inline-block !important;
	}
	/*.text .val{
		font-size: 30px !important;
		margin-top: -8px !important;
		margin-bottom: 0 !important;
	}*/
	.text .type-time{
		font-size: 15px !important;
	}
	.text .val {
		font-size: 3.3rem;
	}
}

@media only screen and (max-width: 770px) {
	.text .val{
		font-size: 3.3rem !important;
		margin-top: 0px !important;
		margin-bottom: 4rem !important;
	}
}

@media only screen and (max-width: 700px) {
	.countdown-container{
		margin-top: 25%;
	}
	.text .type-time{
		font-size: 12px !important;
	}
	.text .val{
		font-size: 3rem !important;
		margin-top: 0px !important;
		margin-bottom: 2.5rem !important;
	}
}

@media only screen and (max-width: 600px) {
        .text .val{
		font-size: 2.5rem !important;
		margin-top: 0px !important;
		margin-bottom: 2.5rem !important;
	}
}

@media only screen and (max-width: 440px) {
        .text .val{
		font-size: 2rem !important;
		margin-top: 0px !important;
		margin-bottom: 2.5rem !important;
	}
}

@media only screen and (max-width: 400px){
	[class*="col-"].clock-item{
		width: 23% !important;
	}
}
/*@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
}*/