.thsb-share-sidebar {
    width: 50px;
    position: fixed;
    right: 197px;
    bottom: 100px;
    z-index: 1551;
    transition: right .3s
}

.thsb-share-sidebar ul li {
    color: #fe0187;
    text-align: center;
    padding: 6px 0
}

.thsb-share-sidebar ul li:first-child {
    font-family: 'Source Sans Pro', sans-serif, Tahoma;
    font-size: 12px;
    line-height: 18px
}

.thsb-share-sidebar ul li a {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 41px;
    color: #fe0187;
    border: 2px solid #fe0187;
    border-radius: 50%;
    display: inline-block
}

.thsb-share-sidebar ul li a:hover {
    color: #14215a;
    background-color: #ff1089;
    text-shadow: none
}

@media (max-width: 1950px) {
    .thsb-share-sidebar {
        right: 30px
    }
}

@media (max-width: 880px) {
    .thsb-share-sidebar {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #120f40
    }

    .thsb-share-sidebar ul {
        text-align: center
    }

    .thsb-share-sidebar ul li {
        display: inline-block;
        padding: 5px
    }

    .thsb-share-sidebar ul li a {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 15px;
        border-width: 2px
    }
}
