  #pb {
            
            background: #ea7a01;
            width: 245px;
            height: 38px;
            position: absolute;
           
            padding: 3px;
            overflow: hidden;
            
            line-height: 38px;
            font-size: 14px;
             
            color: #666;
            border-radius: 3px;
            margin:0 7px;
        }

        #progress {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            height: 38px;
            width: 100%;
            background-color: #ff8400;
            border-radius: 3px;
            background: #ff8400;
            
            position: absolute;
            overflow: hidden;
            
        }

    

        .mb_share {
            /*width: 656px !important;*/
            overflow: hidden;
            margin: 10px auto;
        }

            .mb_share .button .native_button div {
                font-size: 11px;
                color: rgb(124, 124, 124);
            }
            /*=======================*/

            /*=== MB share buttons ===*/
            .mb_share .button {
                background: #DCE0E0;
                position: relative;
                margin: 0 7px 14px;
                width: 100%;
                max-width: 250px;
                height: 40px;
                overflow: hidden;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .mb_share .button .icon {
                    float: left;
                    z-index: 200;
                    position: relative;
                    width: 40px;
                    height: 40px;
                    -webkit-border-radius: 3px 0px 0px 3px;
                    -moz-border-radius: 3px 0px 0px 3px;
                    border-radius: 3px 0px 0px 3px;
                    background-repeat: no-repeat;
                }



                .mb_share .button .slide {
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: 100;
                    float: left;
                    width: 110px;
                    height: 40px;
                    transition: .2s transform linear;
                    -webkit-transition: .2s -webkit-transform linear;
                    -moz-transition: .2s -moz-transform linear;
                    font-size: 14px;
                }

                    .mb_share .button .slide span {
                        color: #fff;
                        display: block;
                        cursor: default;
                        width: 100%;
                        height: 22px;
                        padding-left: 15px;
                        line-height: 20px;
                        margin: 10px 0;
                        border-left: 1px solid rgba(255,255,255,0.35);
                    }

               
                /* FACEBOOK */
                .mb_share .button.facebook .icon {
                    background-position: -40px 0;
                }

                .mb_share .button.facebook > div {
                    background-color: #305c99;
                }

              

        
        .sm-label {
            position: absolute;
            left: 40px;
            top: 0;
            z-index: 100;
            float: left;
            width: 210px;
            height: 40px;
            transition: .2s transform linear;
            -webkit-transition: .2s -webkit-transform linear;
            -moz-transition: .2s -moz-transform linear;
            font-size: 14px;
        }

            .sm-label span {
                font-size: 17px;
                color: #fff;
                display: block;
                cursor: default;
                width: 100%;
                height: 22px;
                padding-left: 15px;
                line-height: 20px;
                margin: 10px 0;
                border-left: 1px solid rgba(255,255,255,0.35);
            }

        .mb_email span {
            font-size: 17px;
            color: #fff;
            display: block;
            cursor: default;
            width: 100%;
            height: 22px;
            padding-left: 15px;
            line-height: 20px;
            margin: 10px 0;
            border-left: 1px solid rgba(255,255,255,0.35);
        }
        .icon {
            color: #fff;
            padding: 0px;
            text-align: center;
            line-height: 48px;

        }

            .icon i {
                font-size: 23px;
            }
