﻿
/*tarnobrzeg*/
.app-footer-tarnobrzeg {
    display: table;
    width: 100%;
    height: 70px;
}

.app-footer-tarnobrzeg .left-block {
    display: table-cell;
}

.app-footer-tarnobrzeg .right-block {
    width: 255px;
    display: table-cell;
}

.app-footer-tarnobrzeg .waves {
    background: linear-gradient(to right, rgba(255,255,255,0) 350px, rgba(255,255,255,1)), url(tarnobrzeg/wave_70.png);
}

.app-footer-tarnobrzeg .logo-left {
    background-image: url("tarnobrzeg/footer_left_70.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 348px;
    background-color: transparent;
}

.app-footer-tarnobrzeg .logo-right {
    background-image: url("tarnobrzeg/footer_right_70.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 255px;
}


/*ozorkow*/

.app-footer-ozorkow {
    display: table;
    width: 100%;
    height: 70px;
    background-color: white;
}

.app-footer-ozorkow .logo {
    background-image: url("ozorkow/footer_70.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 506px;
    margin: auto;
}


/*zdunska wola*/

.app-footer-zdunska_wola {
    display: table;
    width: 100%;
    height: 70px;
    background-color: white;
}

.app-footer-zdunska_wola .center-block {
    width: 800px;
    margin: auto;
}

.app-footer-zdunska_wola .logo {
    display: table-cell;
    background-image: url("zdunska_wola/footer_70.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 506px;
}

.app-footer-zdunska_wola .uetext {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0.8em;
}

/*gorzow_wlkp*/

.app-footer-gorzow_wlkp {
    display: table;
    width: 100%;
    height: 70px;
    background-color: white;
}

.app-footer-gorzow_wlkp .logo {
    background-image: url("gorzow_wlkp/footer_53.png");
    background-repeat: no-repeat;
    height: 53px;
    width: 494px;
    margin: auto;
}

.app-footer-gorzow_wlkp .uetext {
    text-align: center;
    font-size: 0.8em;
}

/*radom*/

.app-footer-radom {
    display: table;
    width: 100%;
    height: 70px;
    background-color: white;
}

.app-footer-radom .logo {
    background-image: url("radom/footer_70.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 805px;
    margin: auto;
}

.app-footer-radom .uetext {
    text-align: center;
    font-size: 0.8em;
    display: none;
}