#floatingSocialShare {
    position: relative
}

#floatingSocialShare *,#floatingSocialShare :after,#floatingSocialShare :before {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important
}

#floatingSocialShare a {
    position: relative;
    width: 45px;
    height: 30px;
    line-height: 20px;
    padding: 8px 0;
    display: list-item;
    list-style-type: none;
    text-align: center;
    color: #fff
}

#floatingSocialShare a:focus,#floatingSocialShare a:hover {
    color: #fff;
    width: 52px;
    opacity: .8;
    transition-duration: .3s;
    transition-property: right;
    transition-timing-function: ease-out
}

#floatingSocialShare a,#floatingSocialShare a:active,#floatingSocialShare a:focus,#floatingSocialShare a:hover,#floatingSocialShare a:visited {
    outline: 0!important
}

#floatingSocialShare i {
    line-height: inherit;
    font-size: 24px;
    text-align: center
}

#floatingSocialShare .content-left,#floatingSocialShare .content-right,#floatingSocialShare .top-left,#floatingSocialShare .top-right {
    position: fixed;
    top: 25%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

#floatingSocialShare .top-left {
    left: 0
}

#floatingSocialShare .top-right {
    right: 0;
    direction: rtl
}

#floatingSocialShare .content-left,#floatingSocialShare .content-right {
    margin: 0
}

#floatingSocialShare .envelope {
    background-color: #726C6C
}

#floatingSocialShare .facebook {
    background-color: #3b5998
}

#floatingSocialShare .google-plus {
    background-color: #dd4b39
}

#floatingSocialShare .linkedin {
    background-color: #007bb6
}

#floatingSocialShare .odnoklassniki {
    background-color: #f6900b
}

#floatingSocialShare .pinterest {
    background-color: #c92228
}

#floatingSocialShare .reddit {
    background-color: #a9bacb
}

#floatingSocialShare .stumbleupon {
    background-color: #eb4924
}

#floatingSocialShare .telegram {
    background-color: #1E96C8
}

#floatingSocialShare .tumblr {
    background-color: #36465d
}

#floatingSocialShare .twitter {
    background-color: #00aced
}

#floatingSocialShare .vk {
    background-color: #6383a8
}

#floatingSocialShare .whatsapp {
    background-color: #00E676
}

#floatingSocialShare .shareCount {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 10px
}

#floatingSocialShare .margin-top-5 {
    margin-top: 5px
}

@media only screen and (min-device-width: 0px) and (max-width:961px) {
    #floatingSocialShare {
        /*margin-top:50px*/
    }

    #floatingSocialShare .content-left,#floatingSocialShare .content-right,#floatingSocialShare .top-left,#floatingSocialShare .top-right {
        /*top: auto;*/
        /*bottom: 0;*/
        margin: 0;
        /*right: 0;*/
        /*left: 0;*/
        width: 100%;
        z-index: 999
    }

    #floatingSocialShare a {
        position: relative;
        float: left;
        display: list-item;
        list-style-type: none
    }

    #floatingSocialShare a:focus,#floatingSocialShare a:hover {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none
    }
}

#floatingSocialShare a {
    float: left;
}
.fa-facebook-f:before, .fa-facebook:before,.fa-google-plus:before,
.fa-twitter:before,.fa-envelope:before {
    color: #fff;
}
.fa-share-alt:before {
    color: #444;
}
#floatingSocialShare .top-left {
    left: -260px;
    opacity: 0; 
    margin-top: 15px
}
.imgbanner:hover #floatingSocialShare .top-left{
	opacity: 1;
}
#floatingSocialShare .share-alt {
    background-color: rgba(255, 255, 255, 0.7);
}
#floatingSocialShare .top-left.is-hover{
	left: -35px;
}
#floatingSocialShare .top-left.is-hover .share-alt{
	left: -225px;
}
#floatingSocialShare a:focus,#floatingSocialShare a:hover {
    width: 45px;
}
#floatingSocialShare .top-left {
    position: absolute;
}