.soc_bt {
    text-align: center;
    direction: ltr;
}
.soc_bt > a {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    margin: 0 6px 6px 0;
    padding: 0;
    outline: none;
    background-image: url("/i/img/soc_bt.png");
    background-repeat: no-repeat;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.soc_bt > a:last-child {
    margin-right: 0px;
}
.soc_bt > a:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.soc_bt > a.facebook {
    background-position: 0px 0px;
}

.soc_bt > a.google {
    background-position: -32px 0px;
}

.soc_bt > a.twitter {
    background-position: -64px 0px;
}

.soc_bt > a.vk {
    background-position: -96px 0px;
}

.soc_bt > a.telegram {background-image: url(/i/img/soc_bt_telegram2.png);}