/*!
 * jQuery Floating Social Share Plugin v1.1.1
 * http://burakozdemir.co.uk
 * Burak Ozdemir - <https://github.com/ozdemirburak>
 * Released under the MIT license
 */



#floatingSocialShare {
    position: relative;
}

#floatingSocialShare a {
    position: relative;
    width: 48px;
    height: 35px;
    line-height: 24px;
    display:list-item;
    list-style-type: none;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border-top: solid 1px #ccc;
}

#floatingSocialShare a:focus, #floatingSocialShare a:hover {
    /* color: #fff; */
    width:52px;
    opacity: 0.8;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
}

#floatingSocialShare a, #floatingSocialShare a:visited, #floatingSocialShare a:focus, #floatingSocialShare a:active, #floatingSocialShare a:hover {
    outline: 0 none !important;
}

#floatingSocialShare i {
    line-height: inherit;
    font-size: 24px;
    text-align: center;
}

#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
    position: fixed;
    top: 25%;
}

#floatingSocialShare .top-left {
    left: 0;
}

#floatingSocialShare .top-right {
    right: 0;
}

#floatingSocialShare .content-left {
    margin: 0 0 0 -75px;
}

#floatingSocialShare .facebook {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .twitter {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .google-plus {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .linkedin {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .envelope {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .pinterest {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .stumbleupon {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .reddit {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .tumblr {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .vk {
    color: #6383a8;
    background-color: #fff;
}

#floatingSocialShare .odnoklassniki {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .whatsapp {
    color: #fff;
    background-color: #db2211;
}

#floatingSocialShare .shareCount {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #000;
    font-size:  10px;
}

#floatingSocialShare .margin-top-5 {
    margin-top: 5px;
}
#floatingSocialShare .whatsapp{
 display: none;
}
@media only screen and (min-device-width: 0px) and (max-width:1039px) {

    #floatingSocialShare {
        margin-top: 50px;
    }

    #floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
        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;
    	width: 20%;
    }

    #floatingSocialShare a:focus, #floatingSocialShare a:hover {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    	width: 20%;
    }
 
    #floatingSocialShare .whatsapp{
     display: list-item;
    }
    #floatingSocialShare .linkedin{
     display: none;
    }
}
