* {
    margin: 0;
    padding: 0;
}

.s-soft {
    position: fixed;
    top: 35%;
    left: 10;
    z-index: 1000;
    transition: all linear 0.2s;
    color: white !important;
}

    .s-soft a:first-child {
        border-radius: 0 5px 0 0;
    }

    .s-soft a:last-child {
        border-radius: 0 0 5px 0;
    }

.s-item {
    display: block;
    width: 42px;
    height: 48px;
    color: white;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    transition: all linear 0.2s;
}

    .s-item:hover {
        width: 110px;
        border-radius: 0px 20px 20px 0px;
    }

#so-open {
    position: fixed;
    top: 100px;
    left: -90px;
    border-radius: 0 30px 30px 0;
    transition: all linear 0.2s;
}

.facebook {
    background-color: #3b5999;
    color: white !important;
}

.twitter {
    background-color: black !important;
    color: white !important;
}

.print {
    background-color: #de3c7d;
}

.pinterest {
    background-color: #BD081C;
    color: white !important;
}

.linkedin {
    background-color: #0e76a8;
    color: white !important;
}

.whatsapp {
    background-color: #25D366 !important;
    color: white !important;
}

.so-collapse {
    left: -60px;
}

