/*!
 * Floating Share Plugin CSS v1.0.0
 * http://www.burakozdemir.co.uk
 * Copyright 2014 Burak Özdemir - <mail@burakozdemir.co.uk>
 * Released under the MIT license
 */

*{
	box-sizing: border-box;
}

#floatingShare{
    position: relative;
    text-align: center;
}

#floatingShare a{
    position: relative;
    width:42px;
    height: 42px;
    display:list-item;
    list-style-type: none;
}

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

/* icon sizes */
#floatingShare i{
    line-height: inherit;
    font-size: 24px;
    text-align: center;
}

#floatingShare .top-left{
    position: fixed;
    top: 20%;
    left:0;
}

#floatingShare .top-right{
    position: fixed;
    top: 20%;
    right:0;
}

/* facebook */

#floatingShare .feysbuk{
    background-color: #3b5998;
}

/* twitter */

#floatingShare .tivitir{
    background-color: #00aced;
}

/* google plus */

#floatingShare .gogil{
    background-color: #dd4b39;
}

/* linkedin */

#floatingShare .linktin{
    background-color: #007bb6;
}

/* envelope */

#floatingShare .meyil{
    background-color: #726C6C;
}

/* pinterest */

#floatingShare .pinter{
    background-color: #c92228;
}

/* stumble upon */

#floatingShare .stambul{
    background-color: #eb4924;
}

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

.mtop5{
    margin-top: 5px;
}
