/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-06-01, 05:16:36
    Author     : Ernes.pl
*/


@media (max-width: 1350px){}
@media (max-width: 1200px){}
@media (max-width: 992px) {
    section#cechy .obraz_pelny_prawa {
        position: initial;
        width: 100%;
        background-position: center;
        height: 250px;
        margin: 0 auto;
    }
    section#zadania .obj {
        padding: 115px 0 0 0;
    }
    section#zadania .obraz_pelny_prawa {
        position: initial;
        background-position: center;
        height: 250px;
        margin: 0 auto;
        width: 100%;
        margin-top: 55px;
    }
    section#zadania .obraz_pelny_lewa {
        position: initial;
        width: 100%;
        height: 250px;
        margin-bottom: 35px;
    }
    section#zadania .obiekt_2 {
        padding-left: 15px;
    }
    section#produkty .baner p {
        padding: 0 30px;
    }
    section#produkty .produkt {
        padding: 30px;
    }
    section#produkty .produkt img {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    header .logo img {margin: 0 auto;}
    header ul.menu {
        text-align: center;
        margin-top: 40px;
    }
    header ul.menu li:after {
        padding: 5px 0px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 660px){}
@media (max-width: 540px) {
    header ul.menu li {
        display: block;
    }
    header ul.menu li:after {
        display: none;
    }
    .podpis p {
        margin: 10px;
        text-align: center;
        float: none !important;
    }
}
@media (max-width: 480px) {

}