.uk-navbar-nav > li:first-of-type {
    display: none;
}
.uk-navbar-container > .uk-container > nav {
    padding: 25px 0px;
}
.uk-navbar-nav > li {
    margin: 0px 2vw;
}
#realizacje .uk-panel > h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
}
#realizacje {
    padding: 130px 0px;
}
#realizacje .wk-panel-title a {
    color: #5f5f5f;
    font-size: 18px;
}
#realizacje .wk-margin {
    font-size: 13px;
    color: #5f5f5f;
    line-height: normal;
    margin-top: 0px;
    box-sizing: border-box;
    padding: 0px 25px;
}
#realizacje .wk-panel-title {
    margin-bottom: 10px;
    line-height: normal;
    box-sizing: border-box;
    padding: 0px 25px;
}
.oferta-top {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}
.oferta-top > div {
    float: left;
}
.oferta-top > div:first-of-type {
    width: 30%;
    padding-right: 5%;
    text-align: right;
}
.oferta-top > div:first-of-type h3 {
    font-size: 45px;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-bottom: 70px;
    line-height: 33px;
}
.oferta-top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.oferta-top ul li {
    text-transform: uppercase;
    font-size: 18px;
    color: #5f5f5f;
}
.oferta-top > div:last-of-type {
    width: 65%;
    box-sizing: border-box;
    text-align: justify;
    padding-left: 5%;
    border-left: 2px solid #000;
}
.oferta-top > div:last-of-type p {
    font-size: 18px;
    line-height: normal;
    color: #575757;
}
.grey {
    background: #f0f0f0;
}
.of-list {
    padding: 130px 0px;
}
.oferta-lista {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.oferta-lista img {
    float: left;
    margin-right: 5%;
    margin-left: calc(20% - 126px);
}
.oferta-lista > div {
    float: left;
    width: 74%;
    box-sizing: border-box;
    padding-left: 5%;
    border-left: 2px solid #000;
}
.oferta-lista h3 {
    font-size: 24px;
    font-weight: 600;
}
.oferta-lista div p {
    font-size: 18px;
    line-height: normal;
    color: #575757;
    text-align: justify;
}
.oferta-lista div ul li {
    margin-bottom: 5px;
}
.oferta-lista div ul p {
    margin-bottom: 2px;
}
.uk-first-column .uk-grid > div article h1 {
    font-size: 23px;
    line-height: normal;
    margin: 0px;
}
.uk-first-column .uk-grid > div article {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.uk-first-column .uk-grid > div article:last-of-type {
    border: none;
}
.uk-first-column .uk-grid img {
    width: 100%;
}
.uk-first-column .uk-grid p {
    line-height: normal;
    text-align: justify;
}
#tm-main .uk-panel > h3 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    line-height: normal;
}
.brand {
    background: #03606b;
    color: #fff;
    text-align: right;
    padding: 15px;
    margin-bottom: 0px;
}
.brand a {
    color: #fff;
    text-decoration: none;
}
.contact-page #tm-main .uk-panel > h3 {
    font-size: 18px;
    line-height: 1;
    text-align: left;
}
.contact-page #tm-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}
.uk-navbar-left {
    width: 250px;
}
.uk-logo {
    width: 100%;
    padding: 0px;
}
.uk-logo img {
    width: 100%;
    height: auto;
    max-height: 400px;
}
@media screen and (max-width: 980px) {

    .uk-logo img {
        width: auto;
        height: auto;
        max-height: 86%;
    }

}
@media screen and (max-width: 768px) {

    .o-nas-content h2 {
        width: 100%;
        float: none;
    }
    .o-nas-content > div {
        width: 100%;
        border: none;
        padding: 0px;
    }
    #o-nas {
        padding: 140px 10px 370px;
    }
    .oferta-top > div:first-of-type {
        width: 100%;
        padding-right: 0px;
    }
    .oferta-top > div:last-of-type {
        width: 100%;
        border: none;
    }
    .oferta-lista img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .oferta-lista > div {
        width: 100%;
        margin-top: 10px;
        border: none;
        padding: 0px;
    }
    .oferta-lista h3 {
        text-align: center;
    }
    .oferta-top > div:first-of-type h3 {
        margin-bottom: 10px;
    }
    .oferta-top > div:last-of-type h3 {
        margin: 10px 0px;
    }
}