/*!
 * http://www.shapecreation.com/
 * Copyright 2016 SHAPE CREATION TECHNOLOGIES- <info@shapecreation.com>
 * Released under the MIT license
 */

*{
    box-sizing: border-box;
}

 #floatingShare
 {
    position: relative;
	z-index: 1000;
 }

 #floatingShare a 
 {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 24px;
    display:list-item;
    list-style-type: none;
    padding: 6px 0;
    text-align: center;
 }
.font-color
{
color:#ccc;

}
 #floatingShare a:focus, #floatingShare a:hover 
 {
	color: #f2f2f2;
    width: 90px;
    opacity: 0.9;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
 }

 #floatingShare a, #floatingShare a:visited, #floatingShare a:focus, #floatingShare a:active, #floatingShare 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: 200px;
    left:0;
 }

 #floatingShare .top-right
 {
    position: fixed;
    top: 50%;
    right:0;
 }
/* facebook, twitter, pinterest */
 #floatingShare .feysbuk, .gogil, .pinter
 {
    background-color: #666;
	color: #ccc;
 }
.pinter:hover, .gogil:hover
 {
  
	color: #ccc; 
 }
/* google plus, linkedin, mailto, envelope-mailto */

#floatingShare .tivitir, .linktin, .meyil
 {
    background-color: #990000;
	color: #ccc;
 }

/* stumble upon */

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


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

 #floatingShare .mtop5
 {
    margin-top: 5px;
 }

@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;
    }

    #floatingShare a
	{
        position: relative;
        float: left;
        width: 16.6667%; /* fallback for non-calc() browsers */
        width: calc(100% / 6);
        display:list-item;
        list-style-type: none;
    }

    #floatingShare a:focus, #floatingShare a:hover 
	{
        width: 16.6667%; /* fallback for non-calc() browsers */
        width: calc(100% / 6);
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }

}