.counter-wrap {
    margin: 50px -15px;
    *zoom: 1;
}

.counter-wrap:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.counter-wrap .counter {
    width: 25%;
    padding: 0 15px;
    float: left;
}

@media screen and (max-width: 600px) {
    .counter-wrap .counter {
        padding: 0 5px;
    }
}

.counter-wrap .number {

    color: #fff;
    font-family: Museo, Raleway, "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    background-image: -webkit-radial-gradient(circle, #39323e, #262029);
    background-image: radial-gradient(circle, #39323e, #262029);
    background-size: cover;
    background-atachment: fixed;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(#4d4552, #3e3742);
    background-image: linear-gradient(#4d4552, #3e3742);
    border-top: 1px solid #817489;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 90px;
    font-size: 5em;
    font-weight: 700;
    padding: 30px 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
    .counter-wrap .number {
        font-size: 70px;
        font-size: 3.8888888889em;
    }
}

@media screen and (max-width: 480px) {
    .counter-wrap .number {
        font-size: 40px;
        font-size: 2.2222222222em;
    }
}

.counter-wrap .caption {
    text-align: center;
    text-transform: uppercase;
    color: #7d7482;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.7777777778em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

