#uniqueSocButtonMain{
    display: block;
    width: 25px;
    height: 215px;
    position: fixed;
    z-index: 5000;
    left: -25px;
    top: 0;
    opacity: 0.7;
}
#uniqueSocButtonMain:hover{
    -webkit-transition: right .5s;
    transition: right .5s;
    opacity: 1;
}
.uniqueSocButtonBgr{
    opacity: 0.6;
    background-color: #E0AC0C;
    border: 1px solid #E0AC0C;
    -moz-border-radius: 0 8px 8px 0;
    -khtml-border-radius:  0 8px 8px 0;
    -webkit-border-radius:  0 8px 8px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.uniqueSocButtonTop{
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.un_facebook{
    background: url('../images1/facebook.png') center center no-repeat;
    width: 24px;
    height: 24px;
}
.un_vkontakte{
    background: url('../images1/vkontakte.png') center center no-repeat;
    width: 24px;
    height: 24px;
}
.un_twitter{
    background: url('../images1/twitter.png') center center no-repeat;
    width: 24px;
    height: 24px;
}
.un_odnoklass{
    background: url('../images1/odnoklassniki.png') center center no-repeat;
    width: 24px;
    height: 24px;
}
.un_linkedin{
    background: url('../images1/linkedin.png') center center no-repeat;
    width: 24px;
    height: 24px;
}
.un_rss{
    background: url('../images1/rss.png') center center no-repeat;
    width: 24px;
    height: 24px;
}
.un_cell{
    float: left;
    clear: both;
    padding-bottom:  5px;
}

.un_t{
    background: url('../images1/telegram.png?1') center center no-repeat;
    width: 24px;
    height: 24px;
}

.uniqueSocButtoShow{
    left: 0 !important;
}