.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;
    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: 4px 8px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    opacity: 1;
    width: 30px;
    height: 30px;
}

.js-socnet-buttons .js-socnet-inner{
    font-weight: bold;
    position: relative;
    display: block;
    color: #fff;
    transition: opacity .3s;
    border-radius: 2px;
    background: #474747;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .25);
    padding: 0;
    height: 30px;
    border-radius: 100%;
}

.js-socnet-buttons .js-socnet-name {
    display: none;
}

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

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

.js-socnet-buttons .js-socnet-counter{
    position: absolute;
    background: #303135;
    bottom: -30px;
    padding: 0px 4px;
    border-radius: 2px;
    left: -2px;
    width: 26px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.js-socnet-buttons .js-socnet-counter:after {
    content: '';
    position: absolute;
    width:0;
    height: 0;
    border-bottom: 6px solid #303135;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    left: 11px;
    top: -6px;
}

.js-socnet-buttons .js-socnet-counter:empty {
    display: none;
}


.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';
}
