    .top .hamburger {
    background: #FFB100;
    }

        .top .telefon:hover .go a {
        color: #FFB100;
        }

        .top .email:hover .go a {
        color: #FFB100;
        }

.menuLista {
background: #FFB100;
}

        .menuLista .topbar ul li {
        background: #FFB100;
        }

            .menuLista .topbar ul li a:hover {
            background: #FF9F00;
            opacity: 1;
            }

            .menuLista .topbar ul li.wybrana a {
            background: #FF9F00;
            }

            .animacja .nawigacja li a.wybrana {
            background: #FFB100;
            }

            .animacja .nawigacja li a:hover {
            background: #FFB100;
            }

    .strona .nazwa {
    /* color: #FFB100; */
    }

    .strona a {
    color: #FFB100;
    }

                .strona .kontakt .formularz .submit input[type=submit] {
                background: #FFB100;
                }

.firma {
background: #FFB100;
}

        .social ul li {
        background-color: #FFB100;
        }

            .social ul li:nth-child(2n) {
              background-color: #FF9F00;
            }

                .galeria-zdjec ul li div a {
                  background-color: #FF9F00;
                }

@media screen and (max-width:767px) {
    .menuLista .topbar ul li {
    border-bottom: 1px #FF9F00 solid;
    }
}