
.share {
    display: inline-block;
    float: right;
    position: relative;
}
.share .icon {
    background: #08294e;
}
.share .icon {
    opacity: 1;
}
.share .first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.share .icon {
    display: inline-block;
    background: ##08294e;
    width: 40px;
    height: 40px;
    color: white;
    margin-left: -3px;
    margin-right: -3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.share .icon a {
    display: block;
    color: #fff;
    float: none !important;
}
.facebook {
    color: #3b5998;
}
.share .icon span {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.twitter {
    color: #1da1f2;
}
.share .last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.share .label {
    color: white;
    font-weight: bold;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 37px;
    font-size: 13px;
    font-weight: 500;
}
.share .label i {
    padding-right: 5px;
}
.fa-share-alt:before {
    content: "\f1e0";
}
.share {
    display: inline-block;
    float: right;
    position: relative;
}

.share .icon {
    display: inline-block;
    background: ##08294e;
    width: 40px;
    height: 40px;
    color: white;
    margin-left: -3px;
    margin-right: -3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.share .icon a {
    display: block;
    color: #fff;
    float: none !important;
}

.share .icon span {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.share .first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.share .last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.share .label {
    color: white;
    font-weight: bold;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 37px;
    font-size: 13px;
    font-weight: 500;
}

.share .label i {
    padding-right: 5px;
}

.share:hover .icon {
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 44px;
}

.share:hover .icon span {
    opacity: 1;
}

.share:hover .label {
    opacity: 0;
}

.share:hover .fb {
    background: #3b5998;
}

.share:hover .twtr {
    background: #55acee;
}

.share:hover .linkd {
    background: #007bb5;
}

.share:hover .gplus {
    background: #dd4b39;
}

