/* Counter
-----------*/

	.block-counter {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.block-counter .block-counter-content {
		width: 80%;
		margin: 0 auto;
	}

	.block-counter .counter {
		background-color: #f2f2f2 !important;
		margin-bottom: 30px;
		border-radius: 25px;
		min-height: 300px;
		padding: 15px 25px 25px 25px;
	}

	.block-counter .counter-icon {
		position: relative;
		background-size: 150px auto;
		background-repeat: no-repeat;
		background-position: center center;
		height: 150px;
		width: 150px;
		margin: 0 auto;
	}

	.counter .counter-value {
		display: block;
		font-weight: 700;
		font-size: 55px;
		letter-spacing: 2px;
		text-align: center;
		margin-top: -10px;
	}

	.counter-object {
		text-align: center;
		font-size: 20px;
		margin-top: 3px;
	}