﻿#floatingShare {
    position: relative;
    z-index: 10000;
}
#floatingShare a {
    position: relative;
    width: 40px;
    height: 45px;
    display: list-item;
    list-style-type: none;
    padding: 6px 0px 0px 0px;
    text-align: center;
    color: #fff;
    box-sizing: content-box;
    text-decoration: none;
}
#floatingShare a:hover {
    outline: 0 none !important;
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.05)),color-stop(100%,rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.3) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.3) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.05) 0,rgba(0,0,0,.3) 100%);
    background-clip: padding-box;
    -webkit-transition: background 50ms linear;
    -moz-transition: background 50ms linear;
    -ms-transition: background 50ms linear;
    -o-transition: background 50ms linear;
    transition: background 50ms linear;
    z-index: 10001;
}
#floatingShare a.titleText {
    display: none;
}
/* icon sizes */
#floatingShare a:hover > i {
  transform: scale3d(1.15,1.15,1.15);
  -moz-transform: scale3d(1.15,1.15,1.15);
  -webkit-transform: scale3d(1.15,1.15,1.15);
}
#floatingShare i {
    line-height: inherit;
    text-align: center;
    font-size: 13px;
    width: 25px;
    height: 25px;
    vertical-align: 7px;
    background-position: center;
    background-color: rgba(0,0,0,.18);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s linear;
}
#floatingShare .meyil i {
    margin-top: 6px;
}
#floatingShare .whatsapp i {
    margin-top: 6px;
}
#floatingShare i::before {
        vertical-align: -3px;
}
#floatingShare .top-left {
    position: fixed;
    top: 20vh;
    left: 0;display:none;
}
#floatingShare .top-right {
    position: fixed;
    top: 20vh;
    right: 0;
}
/* facebook */

#floatingShare .feysbuk {
    border: 0 solid #314b83;
    background-color: #4769A5;
}
/* twitter */

#floatingShare .tivitir {
    border: 0 solid #0092ba;
    background-color: #65CCEF;
}
/* google plus */

#floatingShare .gogil {
    border: 0 solid #ab2b1d;
    background-color: #EA4335;
}
/* linkedin */

#floatingShare .linktin {
    border: 0 solid #278cc0;
    background-color: #2ba3e1;
}
/* envelope */

#floatingShare .meyil {
    background-color: #3490F3;
}
/* pinterest */

#floatingShare .pinter {
    border: 0 solid #ae1319;
    background-color: #cd252b;
}
/* stumble upon */

#floatingShare .stambul {
    background-color: #111;
}
#floatingShare .whatsapp {
    background-color: #29a628;
}
#floatingShare .feysbuk:hover {
    border: 0 solid #314b83;
    background-color: #4769A5;
}
/* twitter */

#floatingShare .tivitir:hover {
    border: 0 solid #0092ba;
    background-color: #65CCEF;
}
/* google plus */

#floatingShare .gogil:hover {
    border: 0 solid #ab2b1d;
    background-color: #EA4335;
}
/* linkedin */

#floatingShare .linktin:hover {
    border: 0 solid #278cc0;
    background-color: #2ba3e1;
}
/* envelope */
#floatingShare .whatsapp:hover {
    background-color: #1f7d1e;
}
/* pinterest */

#floatingShare .pinter:hover {
    border: 0 solid #ae1319;
    background-color: #cd252b;
}
/* stumble upon */

#floatingShare .stambul:hover {
    background-color: #111;
}
#floatingShare .meyil:hover {
    background-color: #0e76e6;
}
#floatingShare .shareCount {
    font-family: "Helvetica Neue", "Segoe UI", Roboto, sans-serif, Arial;
    display: block;
    font-weight: 400;
    text-align: center;
    min-width: 21px;
    font-size: 12px;
    margin-top: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 7px;
}
#floatingShare .shareCount span {
    font-size: 12px;
}
@media only screen and (min-device-width: 0px) and (max-width: 961px) {
    #floatingShare {
        margin-top: 50px;
    }
    #floatingShare .top-left {
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    #floatingShare .top-right {
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
}
