.social-container{
    font-family: 'Open Sans',Arial,Helvetica,Sans-serif;
    display: block;
}

.left-block {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 4px;
    margin-bottom:20px;
}

.result-counter {
    font-size: 35px;
    font-weight: 700;
    display: block;
    color: #333;
    line-height: .6em;
}

.num-label {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

#socials-large{
    max-width: 100%;
    text-align: center;
    margin: 35px 0px;
}

.bold {
    font-weight:bold !important;
}