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