.js-socnet-buttons{
    font-family: 'Open Sans',Tahoma, Verdana, Arial, sans-serif, Faruma, Faseyha;
    font-size: 12px;
    font-weight: normal;
    line-height: 23px;
    position: relative;
    margin: 30px auto 0 auto;
    color: #7e7e7e;
    border: solid 0 #aaa;
}

.js-socnet-buttons > div{
    display: inline-block;
    opacity: 0;
}

.js-socnet-buttons .js-socnet-button{
    position: relative;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    opacity: 1;
}

.js-socnet-buttons .js-socnet-inner{
    font-weight: bold;
    position: relative;
    display: block;
    padding: 3px 0px 3px 30px;
    color: #fff;
    transition: opacity .3s;
    border-radius: 2px;
    background: #474747;
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, .07),inset 0 13px 6px 0 rgba(255, 255, 255, .08), inset 0 -14px 22px -6px rgba(0, 0, 0, .26), inset 0 -1px 1px -1px rgba(0, 0, 0, .6), 0 5px 10px -3px rgba(0, 0, 0, .36);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .25);
    height: 22px;
}

.js-socnet-buttons .js-socnet-inner:before{
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    width: 30px;
    content: '';
    text-align: center;
}

.js-socnet-buttons .js-socnet-counter:after{
    position: absolute;
    top: 2px;
    left: 28px;
    width: 1px;
    height: 25px;
    content: '';
    background: rgba(0, 0, 0, .04);
}

.js-socnet-buttons .js-socnet-inner:hover{
    opacity: .8;
}

.js-socnet-buttons .js-socnet-counter{
    display: inline-block;
    padding: 0 5px;
}

.js-socnet-buttons .js-socnet-counter:empty {
    display: none;
    /* width: 0px; */
}




.js-socnet-buttons .vkontakte .js-socnet-inner{
    background: #4392d8;
}

.js-socnet-buttons .vkontakte .js-socnet-inner:before{
    content: '\f189';
}

.js-socnet-buttons .facebook .js-socnet-inner{
    background: #434dd8;
}

.js-socnet-buttons .facebook .js-socnet-inner:before{
    content: '\f09a';
}

.js-socnet-buttons .twitter .js-socnet-inner{
    background: #75e2f5;
}

.js-socnet-buttons .twitter .js-socnet-inner:before{
    content: '\f099';
}

.js-socnet-buttons .mailru .js-socnet-inner{
    background: #427ce8;
}


.js-socnet-buttons .mailru .js-socnet-inner:before{
    content: '\f1fa';
}

.js-socnet-buttons .odnoklassniki .js-socnet-inner{
    background: #fd9107;
}

.js-socnet-buttons .odnoklassniki .js-socnet-inner:before{
    content: '\f263';
}

.js-socnet-buttons .pinterest .js-socnet-inner{
    background: #f70000;
}

.js-socnet-buttons .pinterest .js-socnet-inner:before{
    content: '\f231';
}



.js-socnet-buttons .linkedin .js-socnet-inner:before{
    content: '\f0e1';
}

.js-socnet-buttons .google .js-socnet-inner{
    background: #e84242;
}

.js-socnet-buttons .google .js-socnet-inner:before{
    content: '\f0d5';
}

.js-socnet-buttons .reddit .js-socnet-inner{
    background: #42a2e8;
}

.js-socnet-buttons .reddit .js-socnet-inner:before{
    content: '\f1a1';
}
