.social-share {
}

    .social-share .fb-like-container {
        display: none;
    }

        .social-share .fb-like-container .over-layer {
            position: fixed;
            opacity: 0.7;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #232323;
            z-index: 10000000;
        }

        .social-share .fb-like-container .fb-like-content {
            position: fixed;
            width: 60%;
            min-height: 85%;
            top: 15%;
            left: 20%;
            z-index: 10000001;
            background-color: #000;
            border-radius: 10px 10px 0 0;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
        }

            .social-share .fb-like-container .fb-like-content .fb-like-content-title {
                color: #ddd;
                font-size: 18px;
                line-height: 30px;
                border-bottom: 1px solid #fff;
                padding: 10px 20px;
                position: relative;
            }

            .social-share .fb-like-container .fb-like-content .fb-like-content-close {
                background-image: url("/images/nova/closebox.png");
                background-repeat: no-repeat;
                cursor: pointer;
                display: inline-block;
                height: 30px;
                position: absolute;
                right: -12px;
                top: -12px;
                width: 30px;
            }

            .social-share .fb-like-container .fb-like-content .fb-like-content-description {
                padding: 10px 20px 0 20px;
                color: #ddd;
            }

            .social-share .fb-like-container .fb-like-content .fb-like-content-share {
                padding: 10px 20px;
            }

    .social-share .social-share-buttons .button {
        float: left;
        /*width: 60px;*/
        margin-right: 10px;
    }

        .social-share .social-share-buttons .button.delicious > div > div:first-child {
            margin-bottom: 8px !important;
        }

    .social-share .social-share-settings {
        background-color: #ddd;
        padding: 10px 20px;
        margin-bottom: 10px;
        border-radius: 8px;
    }

        .social-share .social-share-settings > div {
            margin: 5px 0;
        }

            .social-share .social-share-settings > div > label {
                display: inline-block;
                width: 150px;
            }

            .social-share .social-share-settings > div > input[type='text'] {
                width: 500px;
                max-width: 100%;
            }

    .social-share .action-button {
        cursor: pointer;
        background-color: #389d25;
        border: medium none;
        -ms-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        padding: 6px;
        display: inline-block;
        font-weight: bold;
        margin-bottom: 9px;
        -moz-min-width: 75px;
        -ms-min-width: 75px;
        -o-min-width: 75px;
        -webkit-min-width: 75px;
        min-width: 75px;
        text-align: center;
        margin-right: 15px;
        text-decoration: none;
    }

    .social-share .fb-share-button.fb_iframe_widget > span,
    .social-share .fb-share-button.fb_iframe_widget > span > iframe {
        height: 63px !important;
    }

    .social-share .fb-share-button.fb_iframe_widget {
        float: left;
        margin-right: 15px;
    }

table.pluginShareButton {
    position: relative;
    height: 63px;
}

table.pluginShareButton {
}

.social-share .social-share-settings table {
    display: inline-block;
    float: left;
}

    .social-share .social-share-settings table tr td {
        padding: 0 10px;
    }

.social-share .email-share-button {
    display: inline-block;
    height: 63px;
    width: 63px;
    background-image: url("images/email_share.png");
    background-repeat: no-repeat;
    float: left;
}

.social-share .social-share-settings .media-table {
    display: inline-block;
    float: left;
    position: relative;
    width: 500px;
}

    .social-share .social-share-settings .media-table .media-item {
        cursor: move;
    }

        .social-share .social-share-settings .media-table .media-item:hover {
            border: 1px dotted gray;
        }

        .social-share .social-share-settings .media-table .media-item span {
            min-width: 120px;
            display: inline-block;
        }

    .social-share .social-share-settings .media-table .moving-container {
        /*min-height: 22px;*/
    }

        .social-share .social-share-settings .media-table .moving-container .media-item input {
            display: none;
        }

        .social-share .social-share-settings .media-table .moving-container .media-item {
            cursor: move;
            width: 100%;
            border: 1px solid #000;
        }
/*************************************/
.share-button-item .share-button-icon span.hide-area {
    display: none;
}
/*----------------normal-----------------*/
.normal {
    z-index: 100000;
}

    .normal .share-button-item {
        display: inline-block;
        height: 63px;
        width: 63px;
        float: left;
        margin-right: 10px;
    }

        .normal .share-button-item .share-button-count {
            height: 35px;
            width: 100%;
            border: 1px solid #888;
            border-radius: 3px;
            margin-bottom: 8px;
            background-color: #fff;
        }

            .normal .share-button-item .share-button-count span {
                display: block;
                height: 34px;
                width: 100%;
                text-align: center;
                line-height: 34px;
                color: #000;
                font-size: 15px;
            }

            .normal .share-button-item .share-button-count > div {
                bottom: 1px;
                height: 7px;
                left: 7px;
                position: relative;
                width: 0;
                z-index: 2;
            }

            .normal .share-button-item .share-button-count s,
            .normal .share-button-item .share-button-count i {
                border-color: #888 transparent transparent;
                border-style: solid;
                border-width: 5px;
                display: block;
                position: relative;
            }

            .normal .share-button-item .share-button-count > div i {
                border-top-color: #fff;
                left: 0;
                top: -12px;
            }

        .normal .share-button-item .share-button-icon {
            height: 22px;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 3px;
            cursor: pointer;
        }

        .normal .share-button-item.googlePlus .share-button-icon {
            background-image: url("images/google_small_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

            .normal .share-button-item.googlePlus .share-button-icon span {
                display: none;
            }

        .normal .share-button-item.fbLike .share-button-icon {
            background-image: url("images/fb_small_icon.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

            .normal .share-button-item.fbLike .share-button-icon span {
                color: #fff;
                font-size: 12px;
                padding-left: 27px;
            }

        .normal .share-button-item.fbShare .share-button-icon {
            background-image: url("images/fb_small_icon.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

            .normal .share-button-item.fbShare .share-button-icon span {
                color: #fff;
                font-size: 12px;
                padding-left: 24px;
            }

        .normal .share-button-item.twitter .share-button-icon {
            background-image: url("images/tweet_small_icon.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            background-color: #e0e0e0;
        }

            .normal .share-button-item.twitter .share-button-icon span {
                color: #111;
                font-weight: bold;
                font-size: 12px;
                padding-left: 22px;
            }

        .normal .share-button-item.delicious .share-button-icon {
            background-image: url("images/de_small_icon.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            background-color: #7eacee;
        }

            .normal .share-button-item.delicious .share-button-icon span {
                color: #fff;
                font-size: 12px;
                padding-left: 24px;
            }

        .normal .share-button-item.stumbleupon .share-button-icon {
            background-image: url("images/st_small_icon.png");
            background-position: 4px center;
            background-repeat: no-repeat;
            background-color: #f0fafe;
        }

            .normal .share-button-item.stumbleupon .share-button-icon span {
                color: #258dca;
                font-size: 12px;
                padding-left: 21px;
            }

        .normal .share-button-item.linkedin .share-button-icon {
            background-image: url("images/in_small_icon.png");
            background-position: 5px center;
            background-repeat: no-repeat;
            background-color: #0369a0;
        }

            .normal .share-button-item.linkedin .share-button-icon span {
                color: #fff;
                font-size: 12px;
                padding-left: 24px;
            }

        .normal .share-button-item.pinterest .share-button-icon {
            background-image: url("images/pin_small_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #f1f1f1;
        }

            .normal .share-button-item.pinterest .share-button-icon span {
                display: none;
            }

        .normal .share-button-item.email a {
            display: inline-block;
            height: 63px;
            width: 63px;
            background-image: url("images/email_share.png");
            background-repeat: no-repeat;
        }
/*----------------no_count-----------------*/
.no_count {
    z-index: 100000;
}

    .no_count .share-button-item {
        display: inline-block;
        height: 32px;
        width: 32px;
        float: left;
        margin-right: 10px;
    }

        .no_count .share-button-item .share-button-count {
            display: none;
        }

            .no_count .share-button-item .share-button-count span {
            }

            .no_count .share-button-item .share-button-count > div {
            }

            .no_count .share-button-item .share-button-count s,
            .no_count .share-button-item .share-button-count i {
            }

            .no_count .share-button-item .share-button-count > div i {
            }

        .no_count .share-button-item .share-button-icon {
            height: 32px;
            width: 32px;
            border-radius: 16px;
            cursor: pointer;
        }

            .no_count .share-button-item .share-button-icon span {
                display: none;
            }

        .no_count .share-button-item.fbLike .share-button-icon span.hide-area,
        .no_count .share-button-item.fbShare .share-button-icon span.hide-area {
            background-color: red;
            border-radius: 8px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            height: 16px;
            line-height: 16px;
            margin: 18px 0 0 19px;
            position: absolute;
            text-align: center;
            width: 16px;
        }

        .no_count .share-button-item.googlePlus .share-button-icon {
            background-image: url("images/google_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .no_count .share-button-item.fbLike .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }


        .no_count .share-button-item.fbShare .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

        .no_count .share-button-item.twitter .share-button-icon {
            background-image: url("images/tweet_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #e0e0e0;
        }

        .no_count .share-button-item.delicious .share-button-icon {
            background-image: url("images/de_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7eacee;
        }

        .no_count .share-button-item.stumbleupon .share-button-icon {
            background-image: url("images/st_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .no_count .share-button-item.linkedin .share-button-icon {
            background-image: url("images/in_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #0369a0;
        }

        .no_count .share-button-item.pinterest .share-button-icon {
            background-image: url("images/pin_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .no_count .share-button-item.email a {
            display: inline-block;
            height: 32px;
            width: 32px;
            border-radius: 16px;
            background-image: url("images/email_big_icon.png");
            background-repeat: no-repeat;
        }
/*----------------left_side-----------------*/
.left_side {
    position: fixed;
    left: 10px;
    top: 50%;
    margin-top: -155px;
    z-index: 100000;
}

    .left_side .share-button-item {
        display: block;
        height: 32px;
        width: 32px;
        margin-bottom: 5px;
    }

        .left_side .share-button-item .share-button-count {
            height: 30px;
            width: 60px;
            border: 1px solid #888;
            border-radius: 3px;
            margin-left: 40px;
            position: absolute;
            background-color: #fff;
        }

            .left_side .share-button-item .share-button-count span {
                display: block;
                height: 30px;
                width: 100%;
                text-align: center;
                line-height: 30px;
                color: #000;
                font-size: 15px;
            }

            .left_side .share-button-item .share-button-count > div {
                height: 7px;
                left: -11px;
                position: relative;
                top: -22px;
                width: 0;
                z-index: 2;
            }

            .left_side .share-button-item .share-button-count s,
            .left_side .share-button-item .share-button-count i {
                border-color: transparent #888 transparent transparent;
                border-style: solid;
                border-width: 5px;
                display: block;
                position: relative;
            }

            .left_side .share-button-item .share-button-count > div i {
                border-right-color: #fff;
                left: 2px;
                top: -10px;
            }

        .left_side .share-button-item .share-button-icon {
            height: 32px;
            width: 32px;
            border-radius: 16px;
            cursor: pointer;
        }

            .left_side .share-button-item .share-button-icon span {
                display: none;
            }

        .left_side .share-button-item.fbLike .share-button-icon span.hide-area,
        .left_side .share-button-item.fbShare .share-button-icon span.hide-area {
            background-color: red;
            border-radius: 8px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            height: 16px;
            line-height: 16px;
            margin: 18px 0 0 19px;
            position: absolute;
            text-align: center;
            width: 16px;
        }

        .left_side .share-button-item.googlePlus .share-button-icon {
            background-image: url("images/google_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .left_side .share-button-item.fbLike .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }


        .left_side .share-button-item.fbShare .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

        .left_side .share-button-item.twitter .share-button-icon {
            background-image: url("images/tweet_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #e0e0e0;
        }

        .left_side .share-button-item.delicious .share-button-icon {
            background-image: url("images/de_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7eacee;
        }

        .left_side .share-button-item.stumbleupon .share-button-icon {
            background-image: url("images/st_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .left_side .share-button-item.linkedin .share-button-icon {
            background-image: url("images/in_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #0369a0;
        }

        .left_side .share-button-item.pinterest .share-button-icon {
            background-image: url("images/pin_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .left_side .share-button-item.email a {
            display: inline-block;
            height: 32px;
            width: 32px;
            border-radius: 16px;
            background-image: url("images/email_big_icon.png");
            background-repeat: no-repeat;
        }
/*----------------left_no_count-----------------*/
.left_no_count {
    position: fixed;
    left: 10px;
    top: 50%;
    margin-top: -155px;
    z-index: 100000;
}

    .left_no_count .share-button-item {
        display: block;
        height: 32px;
        width: 32px;
        margin-bottom: 5px;
    }

        .left_no_count .share-button-item .share-button-count {
            display: none;
        }

            .left_no_count .share-button-item .share-button-count span {
            }

            .left_no_count .share-button-item .share-button-count > div {
            }

            .left_no_count .share-button-item .share-button-count s,
            .left_no_count .share-button-item .share-button-count i {
            }

            .left_no_count .share-button-item .share-button-count > div i {
            }

        .left_no_count .share-button-item .share-button-icon {
            height: 32px;
            width: 32px;
            border-radius: 16px;
            cursor: pointer;
        }

            .left_no_count .share-button-item .share-button-icon span {
                display: none;
            }

        .left_no_count .share-button-item.fbLike .share-button-icon span.hide-area,
        .left_no_count .share-button-item.fbShare .share-button-icon span.hide-area {
            background-color: red;
            border-radius: 8px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            height: 16px;
            line-height: 16px;
            margin: 18px 0 0 19px;
            position: absolute;
            text-align: center;
            width: 16px;
        }

        .left_no_count .share-button-item.googlePlus .share-button-icon {
            background-image: url("images/google_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .left_no_count .share-button-item.fbLike .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }


        .left_no_count .share-button-item.fbShare .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

        .left_no_count .share-button-item.twitter .share-button-icon {
            background-image: url("images/tweet_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #e0e0e0;
        }

        .left_no_count .share-button-item.delicious .share-button-icon {
            background-image: url("images/de_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7eacee;
        }

        .left_no_count .share-button-item.stumbleupon .share-button-icon {
            background-image: url("images/st_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .left_no_count .share-button-item.linkedin .share-button-icon {
            background-image: url("images/in_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #0369a0;
        }

        .left_no_count .share-button-item.pinterest .share-button-icon {
            background-image: url("images/pin_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .left_no_count .share-button-item.email a {
            display: inline-block;
            height: 32px;
            width: 32px;
            border-radius: 16px;
            background-image: url("images/email_big_icon.png");
            background-repeat: no-repeat;
        }
/*----------------right_side-----------------*/
.right_side {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -155px;
    z-index: 100000;
}

    .right_side .share-button-item {
        display: block;
        height: 32px;
        width: 32px;
        margin-bottom: 5px;
    }

        .right_side .share-button-item .share-button-count {
            height: 30px;
            width: 60px;
            border: 1px solid #888;
            border-radius: 3px;
            margin-left: -68px;
            position: absolute;
            background-color: #fff;
        }

            .right_side .share-button-item .share-button-count span {
                display: block;
                height: 30px;
                width: 100%;
                text-align: center;
                line-height: 30px;
                color: #000;
                font-size: 15px;
            }

            .right_side .share-button-item .share-button-count > div {
                height: 7px;
                left: 59px;
                position: relative;
                top: -22px;
                width: 0;
                z-index: 2;
            }

            .right_side .share-button-item .share-button-count s,
            .right_side .share-button-item .share-button-count i {
                border-color: transparent transparent transparent #888;
                border-style: solid;
                border-width: 5px;
                display: block;
                position: relative;
            }

            .right_side .share-button-item .share-button-count > div i {
                border-left-color: #fff;
                left: -2px;
                top: -10px;
            }

        .right_side .share-button-item .share-button-icon {
            height: 32px;
            width: 32px;
            border-radius: 16px;
            cursor: pointer;
        }

            /*.right_side .share-button-item .share-button-icon > div {
                height: 32px;
                width: 32px;
                border-radius: 16px;
                cursor: pointer;
                position: relative;
                overflow: hidden;
            }*/

            .right_side .share-button-item .share-button-icon span {
                display: none;
            }

body .share-button-item .share-button-icon .fb-like span {
    display: inherit;
}

.normal .share-button-item.fbLike .share-button-icon {
    position: relative;
}

    .normal .share-button-item.fbLike .share-button-icon .fb-like {
        top: 0 !important;
        left: 0 !important;
        width: 63px;
    }

        .normal .share-button-item.fbLike .share-button-icon .fb-like span {
            padding: 0;
        }

.right_side .share-button-item.fbLike .share-button-icon span.hide-area,
.right_side .share-button-item.fbShare .share-button-icon span.hide-area {
    background-color: red;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 18px 0 0 19px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.right_side .share-button-item.googlePlus .share-button-icon {
    background-image: url("images/google_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.right_side .share-button-item.fbLike .share-button-icon {
    background-image: url("images/fb_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #4b68b7;
}


.right_side .share-button-item.fbShare .share-button-icon {
    background-image: url("images/fb_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #4b68b7;
}

.right_side .share-button-item.twitter .share-button-icon {
    background-image: url("images/tweet_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
}

.right_side .share-button-item.delicious .share-button-icon {
    background-image: url("images/de_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #7eacee;
}

.right_side .share-button-item.stumbleupon .share-button-icon {
    background-image: url("images/st_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.right_side .share-button-item.linkedin .share-button-icon {
    background-image: url("images/in_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0369a0;
}

.right_side .share-button-item.pinterest .share-button-icon {
    background-image: url("images/pin_big_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.right_side .share-button-item.email a {
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    background-image: url("images/email_big_icon.png");
    background-repeat: no-repeat;
}
/*----------------right_no_count-----------------*/
.right_no_count {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -155px;
    z-index: 100000;
}

    .right_no_count .share-button-item {
        display: block;
        height: 32px;
        width: 32px;
        margin-bottom: 5px;
    }

        .right_no_count .share-button-item .share-button-count {
            display: none;
        }

            .right_no_count .share-button-item .share-button-count span {
            }

            .right_no_count .share-button-item .share-button-count > div {
            }

            .right_no_count .share-button-item .share-button-count s,
            .right_no_count .share-button-item .share-button-count i {
            }

            .right_no_count .share-button-item .share-button-count > div i {
            }

        .right_no_count .share-button-item .share-button-icon {
            height: 32px;
            width: 32px;
            border-radius: 16px;
            cursor: pointer;
        }

            .right_no_count .share-button-item .share-button-icon span {
                display: none;
            }

        .right_no_count .share-button-item.fbLike .share-button-icon span.hide-area,
        .right_no_count .share-button-item.fbShare .share-button-icon span.hide-area {
            background-color: red;
            border-radius: 8px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            height: 16px;
            line-height: 16px;
            margin: 18px 0 0 19px;
            position: absolute;
            text-align: center;
            width: 16px;
        }

        .right_no_count .share-button-item.googlePlus .share-button-icon {
            background-image: url("images/google_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .right_no_count .share-button-item.fbLike .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

        .right_no_count .share-button-item.fbShare .share-button-icon {
            background-image: url("images/fb_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #4b68b7;
        }

        .right_no_count .share-button-item.twitter .share-button-icon {
            background-image: url("images/tweet_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #e0e0e0;
        }

        .right_no_count .share-button-item.delicious .share-button-icon {
            background-image: url("images/de_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7eacee;
        }

        .right_no_count .share-button-item.stumbleupon .share-button-icon {
            background-image: url("images/st_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .right_no_count .share-button-item.linkedin .share-button-icon {
            background-image: url("images/in_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #0369a0;
        }

        .right_no_count .share-button-item.pinterest .share-button-icon {
            background-image: url("images/pin_big_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        .right_no_count .share-button-item.email a {
            display: inline-block;
            height: 32px;
            width: 32px;
            border-radius: 16px;
            background-image: url("images/email_big_icon.png");
            background-repeat: no-repeat;
        }
/*----------------normal-----------------*/
