.stats-counter-wrapper {
	position: relative;
	height: 0;
	overflow: visible;
	padding: 0 30px;
	z-index: 1;
}

.stats-counter {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 30px;
	max-width: 930px;
	margin: auto;
	border-radius: 15px;
	box-shadow: 0 0 21px rgba(0, 0, 0, .5);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 30px;
}

.num-wrap {
/*	font-family: 'Ubuntu Mono', monospace;*/
	font-family: 'Azeret Mono', monospace;
	font-size: 1.6em;
}

.stat-text {
	position: relative;
	top: -2px;
}


.stats-counter p:last-of-type {
	margin-bottom: 0;
}

.ref {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 20px;
	color: #666;
}

@media screen and (max-width: 991px) {

	.stats-counter-wrapper {
		padding: 110px 0;
	}

	.stats-counter span {
		display: block;
		text-align: center;
	}
	.stats-counter .stat {
		margin-bottom: 15px;
	}
	.stats-counter .stat:last-of-type {
		margin-bottom: 0;
	}
	.stats-counter span.punctuation {
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.stats-counter-wrapper {
		padding: 50px 0;
	}
}