/* --- Footer Styles --- */
#stopka {
    float: left;
    width: 20%;
    background-color: #fff;
    border: 1pt solid #002e5a;
    padding-bottom: 20px;
    margin: 1pt;
    box-sizing: border-box;
}

#stopka:after {
    content: "";
    display: table;
    clear: both;
}

img.logo {
    width: 65%;
    height: auto;
    margin: 4px 30px 8px 20px;
    border-width: 0;
}

#stopka-l, #stopka-r {
    float: left;
    width: 95%;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5%;
    box-sizing: border-box;
}

#stopka-r {
    width: 100%;
    float: right;
    padding-top: 20%;
    text-align: right;
}

#stopka-l p, #stopka-l a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
}

#stopka-l p { margin: 20px 0px 10px 10px; }
#stopka-l a:hover { color: #5e81b5; }

#stopka-r p, #stopka-r a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #002e5a;
    text-decoration: none;
    line-height: 18px;
    text-align: right;
}
#stopka-r p { margin: 15px 10px 10px 10px; }
#stopka-r a:hover { color: #0095db; }