/*stats - css 13 */

.netbee-background-dark .netbee-facts-counter .module-icon,
.row .background--dark .netbee-facts-counter .module-icon {
    color: rgba(255, 255, 255, 0.2);
}

.netbee-background-dark .netbee-facts-counter .title-wrap .facts-subtitle,
.row .background--dark .netbee-facts-counter .title-wrap .facts-subtitle {
    color: rgba(255, 255, 255, 0.4);
}

.netbee-facts-counter {
    position: relative;
    text-align: center;
}

.netbee-facts-counter.text-left {
    text-align: left;
}

.netbee-facts-counter.text-right {
    text-align: right;
}

.netbee-facts-counter .netbee-content-title-big {
    font-size: 15px;
}

.netbee-facts-counter .facts-number {
    font-size: 60px;
    line-height: 1;
}

.netbee-facts-counter .facts-number div {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.netbee-facts-counter .title-wrap .netbee-content-subtitle {
    font-size: 13px;
    color: #99a9b5;
    line-height: 1.6;
}

.netbee-facts-counter .title-wrap .facts-subtitle {
    padding-top: 5px;
}

.netbee-facts-counter .module-icon {
    font-size: 30px;
    color: #e5e5e5;
}

.netbee-facts-counter .module-icon span {
    line-height: 1;
}


.netbee-facts-counter .number-wrap {
    position: relative;
    padding-bottom: 5px;
}

.netbee-facts-counter .stat-count {
    line-height: 1;
}

.netbee-facts-counter.style-1 {
    padding-top: 25px;
}

.netbee-facts-counter.style-1 .module-icon {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 110px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.netbee-facts-counter.style-1 .title-wrap {
    position: relative;
}

.netbee-facts-counter.style-1 .number-wrap {
    width: 100%;
}


.netbee-facts-counter.style-2 .module-icon {
    padding-bottom: 5px;
}

.netbee-facts-counter.style-3 .title-container {
    padding-bottom: 20px;
}

.netbee-facts-counter.style-4 .title-wrap {
    display: inline-block;
}

.netbee-facts-counter.style-4 .module-icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.netbee-facts-counter.style-4 .title-container {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.netbee-facts-counter.style-5 .facts-number {
    font-size: 35px;
}

.netbee-facts-counter.style-5 .number-wrap {
    padding-bottom: 0;
}

.netbee-facts-counter.style-5 .head-container {
    display: inline-block;
}

.netbee-facts-counter.style-5 .head-container .head-container {
    padding-bottom: 5px;
}

.netbee-facts-counter.style-5 .module-icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.netbee-facts-counter.style-5 .number-wrap {
    display: table-cell;
    vertical-align: middle;
}

.netbee-facts-counter.style-6 .number-wrap {
    padding-bottom: 0;
}

.netbee-facts-counter.style-6 .title-wrap .facts-subtitle {
    padding-top: 0;
}

.netbee-facts-counter.style-6.text-left .number-wrap {
    float: left;
    padding-right: 20px;
}

.netbee-facts-counter.style-6.text-right .number-wrap {
    float: right;
    padding-left: 20px;
}