.acm-stats.style-1 {
    background: #f8c644;
    color: #ffffff;
}
.acm-stats.style-1 ul {
    padding: 0;
    list-style: none;
}
.acm-stats.style-1 ul .stats-asset {
    padding: 35px 50px;
    text-align: center;
}
.acm-stats.style-1 ul .stats-asset + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.acm-stats.style-1 ul h1.stats-item-counter {
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .acm-stats.style-1 ul h1.stats-item-counter {
        font-size: 35px;
    }
}
.acm-stats.style-1 ul span.stats-subject {
    font-family: "Montserrat", Times, serif;
    font-weight: 400;
    display: block;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-bottom: 11px;
    color: #ffffff;
}
.acm-stats.style-1 ul span.stats-description {
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 13px;
    color: #ffffff;
}
.ie8 .uber-stats .container {
    width: auto;
}
@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.inview .uber-stats .stats-list span.stats-item-counter .progressbar span {
    -webkit-animation: progressBar 900ms ease 0.15s forwards;
    -moz-animation: progressBar 900ms ease 0.15s forwards;
    animation: progressBar 900ms ease 0.15s forwards;
}
