.box_stopka{
background: url('../images/box_stopka.jpg') 0px 0px repeat-x;
}
.stopka{
color:#FFFFFF;
font-size: 11px;
display: table;
width: 100%;
table-layout: fixed;
}

.stopka > div{
display: table-cell;
vertical-align: middle;
}
.stopka .bottomStopkaRight{
text-align: right;
opacity:0.5;
}
.stopka > div.social{
text-align: right;
}
.stopka > div.social.home{
text-align: center;
}
.stopka > div.social > a{
width: 33px;
height: 34px;
display: inline-block;
background-repeat: no-repeat;
background-position: 50% 50%;
margin-left: 20px;
}
.stopka > div.social > a.full {width:auto;height:auto}
.stopka > div.social:last-child{
margin-left: 0px;
}
.stopka > div.social > a.fb{background-image: url("../images/fb_ico.png")}
.stopka > div.social > a.tw{background-image: url("../images/tw_ico.png")}
.stopka > div.social > a.lin{background-image: url("../images/lin_ico.png")}
.stopka a{
color:#FFFFFF;
text-decoration: none;
font-size: 11px;
}

.stopkaInfo .stopkaKontakt span.b{
color: #081E50;
font-size: 12px;
margin: 0px 0px 20px 0px;
}
@media screen and (max-width:770px){
.stopka > div {display: block;text-align: center;padding-bottom: 20px;}
.stopka .bottomStopkaRight {text-align: center;}	
}