#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    z-index: 94034;
}

#st-2.st-left {
    left: 0px;
}

#st-2.st-hidden.st-left {
    left: -40px;
}

#st-2.st-hidden {
    width: 80px;
}

#st-2.st-preview {
    display: none !important;
    opacity: 0 !important;
}

#st-2>div {
    clear: left;
    float: left;
}

#st-2>a {
    clear: left;
    float: left;
}

#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 45px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 45px
}

@media (max-width: 1024px) {
    #st-2 .st-btn {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

}

#st-2 .st-btn.st-first {
    border-top: none;
    border-top-right-radius: 12px;
}

#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-right-radius: 12px;
}

#st-2 .st-btn>svg {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 20px;
    margin-left: 0;
    vertical-align: top;
    width: 20px;
}

#st-2 .st-btn>img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 30px;
    margin-left: 5px;
    vertical-align: top;
    width: 30px;
}

#st-2 .st-btn>span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
}

#st-2 .st-btn.st-hide-label>span {
    display: none !important;
}

#st-2 .st-total {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 15px;
    margin-right: 0;
    min-height: 34px;
    max-width: 80px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 40px;
}

#st-2 .st-total.st-hidden {
    display: none;
}

#st-2 .st-total>span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 0;
}

#st-2 .st-total>span.st-shares {
    font-size: 9px;
    line-height: 9px;
}

#st-2 .st-toggle {
    left: -45px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-right-radius: 12px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 45px;
}

#st-2.st-hidden .st-toggle {
    border-top-right-radius: 12px;
}

#st-2.st-left .st-toggle .st-left {
    display: inline-block;
}

#st-2.st-left.st-hidden .st-toggle .st-left {
    display: none;
}

#st-2.st-left .st-toggle .st-right {
    display: none;
}

#st-2.st-left.st-hidden .st-toggle .st-right {
    display: inline-block;
}

#st-2:hover .st-toggle {
    left: 0;
}

#st-2.st-hidden:hover .st-toggle {
    left: 40px;
}

#st-2.st-toggleable:hover .st-btn.st-last {
    border-bottom-right-radius: 0;
}

#st-2.st-toggleable:hover .st-btn.st-last:hover {
    border-bottom-right-radius: 12px;
}

#st-2 .st-btn:hover {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

#st-2.st-has-labels .st-btn:hover {
    width: 80px;
}

#st-2:not(.st-has-labels) .st-btn:hover {
    width: 52px;
}

#st-2 .st-btn.st-hide-label:hover {
    width: 52px;
}

#st-2 .st-btn:hover>svg {
    margin-left: 5px;
}

#st-2 .st-btn:hover>img {
    margin-left: 5px;
}

#st-2 .st-btn:hover>span {
    opacity: 1;
    display: inline-block;
    left: 0;
    line-height: 28px;
    filter: alpha(opacity=100);
}

/* @media (max-width: 1420px) {
        .main__jumbotron__warpper{
            padding: 0 55px !important;
        }
    } */

@media (max-width: 1024px) {
    #st-2 .st-btn:hover>svg {
        margin-left: 0;
    }

    #st-2 .st-btn:hover>span {
        display: none;
    }
}

@media (max-width: 1024px) {
    #st-2 {
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }

    #st-2.st-hidden {
        bottom: -40px;
        width: 100%;
    }

    #st-2.st-hidden.st-left {
        left: 0;
    }

    #st-2.st-hidden.st-right {
        right: 0;
    }

    #st-2>div {
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        clear: none;
        flex: 1;
        float: none;
    }

    #st-2 .st-total {
        background: #fff;
        padding: 6px 8px;
    }

    #st-2 .st-btn {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-align: center;
    }

    #st-2 .st-btn>span {
        display: none;
    }

    #st-2 .st-toggle {
        display: none;
    }

    body {
        padding-bottom: 48px;
    }
}

#st-2 .st-btn[data-network='facebook'] {
    background-color: #141922
}

#st-2 .st-btn[data-network='facebook'] img {
    filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
}

#st-2 .st-btn[data-network='facebook']>span {
    color: #ffa300
}

/* #st-2 .st-btn[data-network='twitter'] {
        background-color: #141922
    }

    #st-2 .st-btn[data-network='twitter'] img {
        filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
    }

    #st-2 .st-btn[data-network='twitter']>span {
        color: #ffa300
    }

    #st-2 .st-btn[data-network='reddit'] {
        background-color: #141922
    }

    #st-2 .st-btn[data-network='reddit'] img {
        filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
    }

    #st-2 .st-btn[data-network='reddit']>span {
        color: #ffa300
    }

    #st-2 .st-btn[data-network='pinterest'] {
        background-color: #141922
    }

    #st-2 .st-btn[data-network='pinterest'] img {
        filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
    }

    #st-2 .st-btn[data-network='pinterest']>span {
        color: #ffa300
    } */

#st-2 .st-btn[data-network='messenger'] {
    background-color: #141922
}

#st-2 .st-btn[data-network='messenger'] img {
    filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
}

#st-2 .st-btn[data-network='messenger']>span {
    color: #ffa300
}

#st-2 .st-btn[data-network='youtube'] {
    background-color: #141922
}

#st-2 .st-btn[data-network='youtube'] img {
    filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
}

#st-2 .st-btn[data-network='youtube']>span {
    color: #ffa300
}

/* #st-2 .st-btn[data-network='whatsapp'] {
        background-color: #141922
    }

    #st-2 .st-btn[data-network='whatsapp'] img {
        filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
    }

    #st-2 .st-btn[data-network='whatsapp']>span {
        color: #ffa300
    } */

#st-2 .st-btn[data-network='email'] {
    background-color: #141922
}

#st-2 .st-btn[data-network='email'] img {
    filter: invert(26%) sepia(25%) saturate(7486%) hue-rotate(1deg) brightness(105%) contrast(103%);
}

#st-2 .st-btn[data-network='email']>span {
    color: #ffa300
}

/* #st-2 .st-btn[data-network='snapchat']>span {
        color: #333
    }

    #st-2 .st-btn[data-network='copy']:hover {
        width: max-content;
    } */