/*!
 * 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, #floatingShare a:focus, #floatingShare a:hover {
    color: #fff;
}
#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: 20%;
    left:0;
}

#floatingShare .top-right{
    position: fixed;
    top: 20%;
    right:0;
}
#floatingSharer .bottom-right{
    position: fixed;
    right: 20%;
    bottom:0;
}
/* facebook */

#floatingShare .feysbuk{
    background-color: #3b5998;
	border-bottom:1px solid black;
}

/* twitter */

#floatingShare .tivitir{
    background-color: #00aced;
	border-bottom:1px solid black;
}

/* google plus */

#floatingShare .gogil{
    background-color: #dd4b39;
	border-bottom:1px solid black;
}

/* linkedin */

#floatingShare .linktin{
    background-color: #007bb6;
	border-bottom:1px solid black;
}

/* envelope */

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

/* pinterest */

#floatingShare .pinter{
    background-color: #c92228;
	border-bottom:1px solid black;
}

/* 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;
}
#floatingShare .contact{ background-image:url("contact_tab.png"); height: 153px;}


////r
#floatingSharer{
    position: relative;
    text-align: center;
}

#floatingSharer a{
    position: relative;
    width:45px;
    height: 46px;
    display:list-item;
    list-style-type: none;
}

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

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

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

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

/* facebook */

#floatingSharer .inghilterra{
    background-color: white;
	background-image:url("inghilterra.jpg");
	
	border-left:1px solid black;
	border-top-left-radius: 1.5em;
	
}

/* twitter */

#floatingSharer .francia{
    background-color: white;
	background-image:url("francia.jpg");
	border-left:1px solid black;
}

/* google plus */

#floatingSharer .germania{
   background-color: white;
	background-image:url("germania.jpg");
	border-left:1px solid black;
}

/* linkedin */

#floatingSharer .russia{
      background-color: white;
	background-image:url("russia.jpg");
	border-left:1px solid black;
}

/* envelope */

#floatingSharer .spagna{
padding-top:2px;
      background-color: white;
	background-image:url("spagna.jpg");
	border-left:1px solid black;
	
	
}

#floatingSharer .giappone{
      background-color: white;
	background-image:url("giappone.jpg");
	border-left:1px solid black;
	
	
}
/* pinterest */

#floatingSharer .italia{
      background-color: white;
	background-image:url("italia.jpg");
	border-left:1px solid black;
	border-bottom-left-radius: 1.5em;
}
}



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

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