/*!
 * 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:38px;
    height: 38px;
    display:list-item;
    list-style-type: none;
	margin:3px 0px 3px 4px;
}

#floatingShare a, #floatingShare a:focus, #floatingShare a:hover {
    color: #fff;
}
#floatingShare a, #floatingShare a:visited, #floatingShare a:focus, #floatingShare a:active, #floatingShare a:hover {
    outline: thin outline;
}

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

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

#floatingShare .top-right{
    position: fixed;
    top: 35%;
    right:0;
	background:#fff;
}

/* facebook */

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

/* Youtube */

#floatingShare .youtube-ico{
    background-color: #DC462F;
}


/* twitter */

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


/* linkedin */

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


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

.mtop5{
    margin-top: 5px;
}
