#share-article-container {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 2000;
    word-wrap: normal!important;
    clear: both;
    margin: 1em 0;
    display: block;
}

#share-article-ul {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
    text-align: left;
    display: block!important;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    line-height: 1em;
    text-transform: none;
    border: 0;
    outline: 0;
    background-image: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
}
#share-article-ul li:not(:first-child):not(:last-child) {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease;
    cursor: pointer;
    display: block!important;
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    box-sizing: content-box;
    font-weight: 400;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    line-height: 1em;
    text-transform: none;
    border: 0;
    outline: 0;
    background-image: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;

}

.share-article-a {
    background-color: #111!important;
    margin: 2px 5px 2px 0;
    color: #fff!important;
    text-decoration: none !important;
    font-size: 100%;
    background-clip: padding-box;
    transition: all .2s linear;
    display: inline-block;
    vertical-align: middle;
    box-sizing: content-box;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    line-height: 1em;
    text-transform: none;
    border: 0;
    outline: 0;
    background-image: none;
    -webkit-font-smoothing: antialiased;
    padding: 0 10px 0 0;
}
@-webkit-keyframes foo {
    from { padding-left: 6px; }
    to { padding-left: 16px; }
}
@-webkit-keyframes hide-sidebar {
    from { left: 0px; }
    to { left: -150px; }
}

@-webkit-keyframes show-sidebar {
    from { left: -150px; }
    to { left: 0px; }
}

.share-article-a:hover {
    background-color: #08c!important;
     -moz-animation:0.6s foo  alternate;
    -ms-animation:0.6s foo  alternate;
    -webkit-animation:0.6s foo  alternate;
}

.share-article-a i  {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 6px;
    left: 13px;
    font-size: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    line-height: 1em;
    text-transform: none;
    border: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff!important;
}
.share-article-a i:before  {
    
    position: absolute;
    text-align: center;
     
}


#share-article-total-count span{
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    display: block;  
}

#share-article-total-count span span:first-child {
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    line-height: 1em;
    text-transform: none;
    border: 0;
    outline: 0;
    background-image: none;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    left: 2%;
    top: 33%;
}

#share-article-share-label{
    text-transform: uppercase; 
    font-size: 11px !important;
    color: #777;
    position: fixed;
    left: 2%;
    top: 34.5%;
}

.share-article-hide , .share-article-show {
    font-size: 18px;
    padding-left: 3px;
    cursor: pointer;
}

.share-article-hide:hover , .share-article-show:hover {
    color: #08c!important;

}

#share-article-hide-bar {
    position:fixed;
    left: 2px;
}

.close-article-container { 
    left:-150px ;
 }

 .show-article-container { 
   left: 0px;
 }