.share-btn-wrp {
    list-style: none;
    display: block;
    margin: 155px 0 0 0;
    padding: 0px;
    width: 32px;
    left: 0px;
    position: fixed;
    z-index: 100;
}
.share-btn-wrp .button-wrap{
    text-indent:-100000px;
    width:32px;
    height: 32px;
    cursor:pointer;
    transition: width 0.1s ease-in-out;
}
@media all and (max-width: 699px) {
    .share-btn-wrp {
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0px;
        background: #EBEBEB;
        padding: 0px 5px 0px 5px;
        -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        -o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    }
    .share-btn-wrp .button-wrap {
        display: inline-block;
        margin-left: -2px;
        margin-right: -2px;
    }
}

.share-btn-wrp > .facebook{
    background: url(../images/share-icons.png) no-repeat -42px 0px;
}
.share-btn-wrp > .facebook:hover, .share-btn-wrp > .facebook:focus {
    background: url(../images/share-icons.png) no-repeat -4px -0px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .twitter{
    background: url(../images/share-icons.png) no-repeat -42px -34px;
}
.share-btn-wrp > .twitter:hover, .share-btn-wrp > .twitter:focus {
    background: url(../images/share-icons.png) no-repeat -4px -34px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .gplus{
    background: url(../images/share-icons.png) no-repeat -42px -170px
}
.share-btn-wrp > .gplus:hover, .share-btn-wrp > .gplus:focus {
    background: url(../images/share-icons.png) no-repeat -4px -170px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .digg{
    background: url(../images/share-icons.png) no-repeat -42px -68px
}
.share-btn-wrp > .digg:hover, .share-btn-wrp > .digg:focus {
    background: url(../images/share-icons.png) no-repeat -4px -68px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .stumbleupon{
    background: url(../images/share-icons.png) no-repeat -42px -102px
}
.share-btn-wrp > .stumbleupon:hover, .share-btn-wrp > .stumbleupon:focus {
    background: url(../images/share-icons.png) no-repeat -4px -102px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .delicious{
    background: url(../images/share-icons.png) no-repeat -42px -136px
}
.share-btn-wrp > .delicious:hover, .share-btn-wrp > .delicious:focus {
    background: url(../images/share-icons.png) no-repeat -4px -136px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .email{
    background: url(../images/share-icons.png) no-repeat -42px -408px
}
.share-btn-wrp > .email:hover, .share-btn-wrp > .email:focus {
    background: url(../images/share-icons.png) no-repeat -4px -408px;
    width:38px;
    outline: 0;
}

.share-btn-wrp > .whatsapp{
    background: url(../images/share-icons.png) no-repeat -42px -442px
}
.share-btn-wrp > .whatsapp:hover, .share-btn-wrp > .whatsapp:focus {
    background: url(../images/share-icons.png) no-repeat -4px -442px;
    width:38px;
    outline: 0;
}
