
share-button {
    position: relative;
    font-size: 12px !important;
    color: #fff;
    background: #2C3E50;
    padding: 20px 9px 6px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 0 !important;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    min-width: 25px;
}
share-button:hover {
    background: #4e5f72;
}
share-button.hasText {
    padding: 7px 10px 5px 25px;
}

    share-button:before {
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        line-height: 1em;
        left: 0.6em;
        top: 8px;
        width: 1em;
        height: 1em;
        content: "\f045";
    }

    share-button .sb-social {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

        share-button .sb-social.sb-center {
            left: 50%;
        }

            share-button .sb-social.sb-center.sb-top {
                top: 0;
                -webkit-transform: translate(-50%, -100%);
                -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
            }

            share-button .sb-social.sb-center.sb-bottom {
                bottom: 0;
                -webkit-transform: translate(-50%, 100%);
                -ms-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
            }

            share-button .sb-social.sb-center.active.sb-top {
                top: -0.6em;
            }

            share-button .sb-social.sb-center.active.sb-bottom {
                bottom: -1em;
            }

        share-button .sb-social.sb-left {
            left: 50%;
        }

            share-button .sb-social.sb-left.sb-top {
                top: 0;
                -webkit-transform: translate(calc(-100% + 30px), -100%);
                -ms-transform: translate(calc(-100% + 30px), -100%);
                transform: translate(calc(-100% + 30px), -100%);
            }

            share-button .sb-social.sb-left.sb-middle {
                top: 50%;
                left: 0;
                -webkit-transform: translate(-100%, -50%);
                -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
            }

            share-button .sb-social.sb-left.sb-bottom {
                bottom: 0;
                -webkit-transform: translate(calc(-100% + 30px), 100%);
                -ms-transform: translate(calc(-100% + 30px), 100%);
                transform: translate(calc(-100% + 30px), 100%);
            }

            share-button .sb-social.sb-left.active.sb-top {
                top: -1em;
            }

            share-button .sb-social.sb-left.active.sb-middle {
                left: -1em;
            }

            share-button .sb-social.sb-left.active.sb-bottom {
                bottom: -1em;
            }

        share-button .sb-social.sb-right {
            left: 50%;
        }

            share-button .sb-social.sb-right.sb-top {
                top: 0;
                -webkit-transform: translate(-30px, -100%);
                -ms-transform: translate(-30px, -100%);
                transform: translate(-30px, -100%);
            }

            share-button .sb-social.sb-right.sb-middle {
                top: 50%;
                left: 100%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            share-button .sb-social.sb-right.sb-bottom {
                bottom: 0;
                -webkit-transform: translate(-14px, 100%);
                -ms-transform: translate(-14px, 100%);
                transform: translate(-14px, 100%);
            }

            share-button .sb-social.sb-right.active.sb-top {
                top: -1em;
            }

            share-button .sb-social.sb-right.active.sb-middle {
                left: calc(100% + 1em);
            }

            share-button .sb-social.sb-right.active.sb-bottom {
                bottom: -0.3em;
            }

        share-button .sb-social.active {
            opacity: 1;
            visibility: visible;
            z-index: 1000;
        }

/*@media screen and (max-width: 400px) {
    share-button .sb-social.networks-6.sb-center {
        white-space: initial;
        text-align: center;
        width: 300px;
    }
}

@media screen and (max-width: 460px) {
    share-button .sb-social.networks-7.sb-center {
        white-space: initial;
        text-align: center;
        width: 360px;
    }
}

@media screen and (max-width: 400px) {
    share-button .sb-social.networks-7.sb-center {
        white-space: initial;
        text-align: center;
        width: 300px;
    }
}

@media screen and (max-width: 520px) {
    share-button .sb-social.networks-8.sb-center {
        white-space: initial;
        text-align: center;
        width: 420px;
    }
}

@media screen and (max-width: 460px) {
    share-button .sb-social.networks-8.sb-center {
        white-space: initial;
        text-align: center;
        width: 360px;
    }
}

@media screen and (max-width: 400px) {
    share-button .sb-social.networks-8.sb-center {
        white-space: initial;
        text-align: center;
        width: 300px;
    }
}*/

share-button .sb-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}

    share-button .sb-social ul li {
        font: normal normal normal 14px/1 FontAwesome;
        position: relative;
        height: 22px;
        width: 40px;
        padding: 10px 0 8px 0;
        margin: 0;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        z-index: 2000;
        box-sizing: content-box;
    }

        share-button .sb-social ul li:hover {
            color: rgba(51,51,51,0.8);
        }

        share-button .sb-social ul li.enabled {
            display: inline-block;
        }

        share-button .sb-social ul li.disabled {
            display: none;
        }

        share-button .sb-social ul li:before {
            content: ' ';
            width: inherit;
            height: inherit;
            -webkit-transform: translate(-20%, 0);
            -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
            background-repeat: no-repeat !important;
        }

        share-button .sb-social ul li:before {
            opacity: 1;
        }

        share-button .sb-social ul li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3000;
        }

share-button .sb-social li[class*='email'] {
    background: #42c5b0;
}
share-button .sb-social li[class*='email']:hover {
    background-color: #20a398;
}

    share-button .sb-social li[class*='email']:before {
        content: "\f003";
    }

share-button .sb-social li[class*='facebook'] {
    background: #3b5998;
}
share-button .sb-social li[class*='facebook']:hover {
    background: #5d7bba;
}

    share-button .sb-social li[class*='facebook']:before {
        content: "\f09a";
    }

share-button .sb-social li[class*='googlePlus'] {
    background: #e34429;
}
share-button .sb-social li[class*='googlePlus']:hover {
    background: #f4553a;
}

    share-button .sb-social li[class*='googlePlus']:before {
        content: "\f0d5";
    }

share-button .sb-social li[class*='linkedin'] {
    background: #4875b4;
}
share-button .sb-social li[class*='linkedin']:hover {
    background: #6a97d6;
}

    share-button .sb-social li[class*='linkedin']:before {
        content: "\f0e1";
    }

share-button .sb-social li[class*='pinterest'] {
    background: #c5282f;
}
share-button .sb-social li[class*='pinterest']:hover {
    background: #d63930;
}

    share-button .sb-social li[class*='pinterest']:before {
        content: "\f231";
    }

share-button .sb-social li[class*='reddit'] {
    background: #a1caf2;
}
share-button .sb-social li[class*='reddit']:hover {
    background: #8fa8d0;
}

    share-button .sb-social li[class*='reddit']:before {
        content: "\f281";
    }

share-button .sb-social li[class*='twitter'] {
    background: #6cdfea;
}
share-button .sb-social li[class*='twitter']:hover {
    background: #4abdc8;
}

    share-button .sb-social li[class*='twitter']:before {
        content: "\f099";
    }

share-button .sb-social li[class*='whatsapp'] {
    background: #4dc247;
}
share-button .sb-social li[class*='whatsapp']:hover {
    background: #2ba025;
}

    share-button .sb-social li[class*='whatsapp']:before {
        content: "\f232";
    }
