/********************************************
Counter CSS
********************************************/

.hot-counter {
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    position: relative;
    z-inex: 1;
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
    width: 100%;
    background: #333333;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center !important;
    background-size: cover;
	
}

.hot-counter h2 {
	position: relative;
    font-size: 55px;
	margin-top: 60px;
	color: #eee;
}
.hot-counter .cont_1,
.hot-counter .cont_2,
.hot-counter .cont_3,
.hot-counter .cont_4 {
    position: relative;
}
.hot-counter  h5 {
	position: relative;
    z-index: 99;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;	
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
	color: #eee;
}

.hot-counter .count-container {
    padding: 30px;
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 40px 20px;
    background: #333;
    border-radius: 15px;
    border-bottom: 5px solid #AD3903;
}

.counter-shadow {
    position: absolute;
	top: 0;
    left: 0;	
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: inline-block;
}

.hot-counter .counter {
	position: relative;
    z-index: 99;
	display: inline-block;
    font-weight: 700;
    font-size: 3rem;
	padding: 10px;
	color: #fff ;
}

.hot-counter .dashicons {
    position: relative;
    z-index: 99;
    font-size: 60px;
    display: block;
    margin: 0 auto;
    padding: 0;
    color: #eee;
    width: 80px;
    height: 100%;
    background: #AD3903;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 15px;	
}

@media only screen and (max-width: 600px) {
	.hot-counter .count-container {
	    width: 90%;
		margin: 20px 0;
	}
	.hot-counter h2 {
	    font-size: 2em;
	}
}
