.FixedLinks{
position:fixed;
right:-169px;
top:50%;
z-index:55;	
-ms-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
display:table;
border-spacing: 5px;
margin-top: -100px;
}

.FixedLinks>a{
display:block;
width:50px;
height:35px;
position:relative;
margin-bottom:15px;	
display:table-cell;
}



.FixedLinks>a.FixedFacebook{
background: url('../images/facebook.png');
background-color:#3b5998;
background-repeat:no-repeat;
background-position:50% 50%;
/*background-size:100% auto;*/	

-ms-transition:0.3s all ease-out 0s;
-webkit-transition:0.3s all ease-out 0s;
transition:0.3s all ease-out 0s;
border-radius:1px;
}

.FixedLinks>a.FixedFacebook:hover{
background-color: #263961;	
}

.FixedLinks>a.FixedWycena{
color:#FFFFFF;
font-size:15px;
text-align:center;	
width:120px;
font-weight:bold;
line-height:1.5;
vertical-align:middle;
padding:5px 0px;
background-color:transparent;
box-shadow: inset 0px 0px 13px 5px rgba(255,0,0,0.2);
border-radius:1px;
}

.FixedLinks>a.FixedWycena:before{
position:absolute;
content:"";
left:0px;
top:0px;
width:100%;
height:100%;
z-index: -2;
background-color:#c64747;
opacity:1;
border-radius:1px;
-ms-transition:0.3s all ease-out 0s;
-webkit-transition:0.3s all ease-out 0s;
transition:0.3s all ease-out 0s;
}
.FixedLinks>a.FixedWycena:hover:before{
background-color:#ac3d3d;
}
.FixedLinks>a.FixedPolacz{
color:#FFFFFF;
font-size:15px;
text-align:center;	
width:100px;
font-weight:bold;
line-height:1.5;
vertical-align:middle;
padding:5px 0px;
background-color:transparent;
box-shadow: inset 0px 0px 13px 5px rgba(255,255,255,0.2);
border-radius:1px;
visibility: hidden;

}
.FixedLinks>a.FixedPolacz:before{
position:absolute;
content:"";
left:0px;
top:0px;
width:100%;
height:100%;
z-index: -2;
background-color:#13d818;
opacity:1;
border-radius:1px;
-ms-transition:0.3s all ease-out 0s;
-webkit-transition:0.3s all ease-out 0s;
transition:0.3s all ease-out 0s;
}
.FixedLinks>a.FixedPolacz:hover:before{
background-color:#219924;
}
.FixedLinks>a.FixedKolory{
color:#FFFFFF;
font-size:15px;
text-align:center;	
width:100px;
font-weight:bold;
line-height:1.5;
vertical-align:middle;
padding:5px 0px;
background-color:transparent;
box-shadow: inset 0px 0px 13px 5px rgba(255,255,255,0.1);
border-radius:1px;


}
.FixedLinks>a.FixedKolory:before{
position:absolute;
content:"";
left:0px;
top:0px;
width:100%;
height:100%;
z-index: -2;
background-color:rgba(82,82,82,0.9);/*
background-color:#5a5a5a;*/
opacity:1;
border-radius:1px;
-ms-transition:0.3s all ease-out 0s;
-webkit-transition:0.3s all ease-out 0s;
transition:0.3s all ease-out 0s;
}
.FixedLinks>a.FixedKolory:hover:before{
background-color:rgba(0,0,0,0.95);
}




@media screen and (max-width:850px){
.FixedLinks>a.FixedPolacz{visibility: visible;}
.FixedLinks{margin-top: 0px;min-width: 395px;}
}