body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    margin: 0 !important;
    color: #656565 !important;
    padding-bottom: 100px;
    background: #fff4d4;
}

.btn-czerwony{
    background: #f37c7e !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 90%;
}
    .btn-czerwony:hover, .btn-czerwony:focus{
        background: #679b6f !important;
        color: #fff !important;
    }

.text-rozowy{
    color: #f27b7d !important;
}

.naglowek-adres{
    background: #f37c7e;
    color: #f2df8f;
}
    .naglowek-adres ul{
        margin: 0;
        padding: 0;
    }
        .naglowek-adres ul li{
            display: inline-block;
            list-style-type: none;
            padding: 10px 20px;
            font-size: 75%;
            font-weight: bold;
            border-left: 1px solid #ffa3a5;
            border-right: 1px solid #ffa3a5;
        }
        .n-r-b{
            border-right: 0 !important;
        }
        .naglowek-adres .mdi{
            font-size: 120%;
            margin-right: 14px;
        }
        .naglowek-adres a{
            color: #f2df8f;
        }
            .naglowek-adres a:hover{
                color: #f2df8f;
                text-decoration: none;
                border-bottom: 1px solid #f2df8f;
            }
        
.menu{
    background: #f4df90;
}
    .logo-container{
        position: relative;
    }
        .logo-container img{
            position: absolute;
            top:-20px;
            left:0;
        }

.menu-container{
    border-bottom: 2px dashed #f37c7e;
    border-top: 2px dashed #f37c7e;
    margin: 16px 0;
    padding: 24px 0;
    overflow: hidden;
}

.menu-glowne{
    display: inline-block;
    width:auto;
    float: right;
    margin: 0;
    padding: 0;
}
    .menu-glowne li{
        list-style-type: none;
        display: inline-block;
    }
    .menu-glowne a{
        display: block;
        padding: 10px 12px;
        color: #358163;
        font-weight: bold;
        border-radius: 5px;
    }
    .menu-glowne a:hover, .menu-glowne a:focus{
        background: #f37c7e;
        color: #fff;
        text-decoration: none;
    }


.strona{
    background: url('..//img/grafiki/strona.jpg') top center;
    background-size: 100%;
}
    .p-t-100{
        padding-top: 100px;
    }
    .p-t-50{
        padding-top: 50px;
    }

.img{
    padding: 20px;
    border-bottom: 2px dashed rgba(177,77,1,0.2);
}
.menu-lewe{
    /*text-align: center;*/
}
    .menu-lewe ul{
        margin: 20px 0;
        padding: 0;
    }
    .menu-lewe li{
        display: block;
        list-style-type: none;
        text-align: left;
        width: 100%;
        border-bottom: 2px dashed rgba(177,77,1,0.2);
    }
        .menu-lewe a{
            display: block;
            color: #358163;
            font-weight: bold;
            padding: 6px 20px;
        }
        .menu-lewe a:hover, .menu-lewe a:focus{
            color: #f37c7e;
            text-decoration: none;
        }
        .menu-lewe .sub a{
            font-weight: normal;
            padding-left: 40px;
        }

.baner{
    display: block;
    margin: 10px 0 20px;
    width:100%;
    text-align: center;
}

.news{
    background: #fff9e0;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 20px 0;
}
    .news h2{
        margin: 20px !important;
        color: #679b6f;
        font-weight: bold;
        font-size: 150%;
    }
    .news-wstep{
        color: #f27b7d;
        font-weight: bold;
        font-size: 80%;
        margin: 0 20px 10px !important;
        padding-bottom: 20px;
        border-bottom: 2px dashed #f37c7e;
    }
    .news-data{
        font-style: italic;
        font-size: 75%;
        color: #f27b7d;
        margin: 10px 20px !important;
    }
    .news-img{
        position: relative;
        width:100%;
        height: 290px;
        background-size: cover !important;
        background-position: top center !important;
        margin:0;
        padding: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .news .btn{
        margin: 10px 20px;
    }
    .news a:hover{
        text-decoration: none;
    }
    .news:hover{
        opacity: 0.9;
    }
    .wejscia{
        position: absolute;
        right: 0;
        bottom: 30px;
        display: block;
        background: #f4df90;
        padding: 15px;
        color: #358163;
        line-height: 1.3em;
        font-size: 80%;
    }
        .liczba{
            font-weight: bold;
            font-size: 130%;
        }
    .art .news h2, .art .news .btn, .art .news p{
        margin: 12px 0 !important;
    }

.stopka{
    border-top:2px dashed #f37c7e;
    border-bottom:2px dashed #f37c7e;
    padding: 30px 0;
    margin: 30px auto;
}
    .stopka p{
        color: #f37c7e;
        font-size: 75%;
        margin: 0 14px;
        line-height: 1.5em;
    }
    .stopka a{
        color: #f37c7e;
    }
        .stopka a:hover{
            text-decoration: none;
        }
    .do-gory{
        display: block;
        font-size: 300%;
        color: #f37c7e;
        margin-top: 14px;
    }

    .cpr{
        margin: 0 auto;
    }
        .cpr p{
            color: #f37c7e;
            font-size: 75%;
            margin: 0;
        }
        .cpr a{
            color: #f27b7d;
        }
            .cpr a:hover, .stopka a:hover{
                text-decoration: none;
                color: #f27b7d;
            }
            .cpr img{
                margin-left: 6px;
                width: 120px;
                vertical-align: middle;
            }

.art{
    border-radius: 5px;
    background: #fff9e0;
    padding: 30px;
    color: #73632b;
    overflow: hidden;
}
    .art h1, .art h2, .art h3{
        color: #679b6f;
        font-weight: bold;
    }
        .art h1{
            font-size: 160%;
        }
        .art h2{
            font-size: 140%;
        }
        .art h3{
            font-size: 120%;
        }
    .art p{
        font-size: 90%;
        line-height: 1.7em;
        margin: 24px 0;
    }
    .art ol, .art ul{
        overflow: hidden;
    }
    .art li{
        margin: 4px 0 20px 34px;
        font-size: 90%;
        line-height: 1.7em;
    }
    .art a{
        color: #f37c7e;
    }
        .art a:hover{
            text-decoration: none;
            border-bottom: 1px solid #d15052;
        }
    .linia{
        display: block;
        width: 100%;
        margin: 14px 0 24px;
        border-top: 2px dashed #f37c7e;
    }
    
.tutaj{
    margin: 20px 0;
    padding: 0;
}
    .tutaj li{
        list-style-type: none;
        display: inline-block;
        font-size: 75%;
        margin: 0px !important;
    }
        .tutaj a{
            color: #f37c7e;
        }
            .tutaj li:after{
                content: ' - ';
            }
            .tutaj a:hover{
                text-decoration: none;
                border-bottom: 1px solid #f37c7e;
            }

/* wstawianie elementów */
.dolacz-plik-block{
    background: #f9ebb5;
    border:3px dashed #f4df90;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .dolacz-plik-block a{
        font-weight: bold;
    }
    .dolacz-plik-ikona{
        float:left;
        margin: 4px 14px 10px 0;
        width: 70px;
    }

.pobieranie-pliku-info{
    position: fixed;
    z-index: 100;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(244,223,144,0.8);
    display: none;
    padding: 20px;
    text-align: center;
}

.dolacz-obraz-oplywanie{
    float:left;
    width: 45%;
    max-width: 420px;
    margin: 4px 0 20px 0;
}
    .dolacz-obraz-oplywanie img{
        max-width: 100%;
    }

.dolacz-obraz{
    display: block;
    overflow: hidden;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
    .dolacz-obraz img{
        margin: 0 auto;
        max-width: 100%;
    }
    .dolacz-obraz-opis{

    }


.dolacz-galerie{
    display: block;
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
}
    .dolacz-galerie-tytul{

    }
    .dolacz-galerie-opis{

    }
    .dolacz-galerie ul{

    }
        .dolacz-galerie li{
            list-style-type: none;
            display: inline-block;
            margin: 0px;
        }
        .dolacz-galerie li a{
            display: block;
            width:100px;
            height: 100px;
            border:1px solid #f4cc90;
            background-position: center center !important;
            background-size: cover !important;
        }
            .dolacz-galerie li a:hover{
                opacity: 0.8;
            }
@media (max-width: 990px) {
    .dolacz-galerie li a{
        display: block;
        width:190px;
        height: 190px;
        border:1px solid #f4cc90;
        background-position: center center !important;
        background-size: cover !important;
    }
}

.dolacz-film{

}

.lista-galerii-zdjec{
    overflow: hidden;
    margin: 24px 0 !important;
    padding: 0 !important;
}
    .lista-galerii-zdjec li{
        display: block;
        list-style-type: none;
        margin: 4px 0 34px 0;
        font-size: 80%;
        color: #928768;
        line-height: 2.2em;
    }
    .lista-galerii-zdjec li a{
        font-weight: bold;
        font-size: 120%;
    }
    .lista-galerii-zdjec-img{
        display: block;
        float:left;
        margin: 4px 10px 0 0;
    }
        .lista-galerii-zdjec-img img{
            width: 80px;
            border:2px solid #928768;
        }

.nowe-galerie-zdjec{
    margin: 20px 0 !important;
    padding: 0;
}
    .nowe-galerie-zdjec li{
        display: block;
        margin: 4px 0 20px;
        padding: 0 0 10px 0;
        list-style-type: none;
        font-size: 80%;
        color: #888;
        border-bottom: 1px dashed #f37c7e;
    }
    .nowe-galerie-zdjec a{
        color: #f37c7e;
        font-weight: bold;
        display: block;
        width:100%;
        overflow: hidden;
        margin-bottom: -10px;
    }
        .nowe-galerie-zdjec a:hover{
            text-decoration: none;
            opacity: 0.9;
        }
    .nowe-galerie-zdjec img{
        float:left;
        clear:both;
        max-width: 120px;
        margin-bottom: 20px;
    }


/* paginacja*/
.pagination{
    overflow: hidden;
    margin: 24px 0;
    width:100%;
}
    .page-item{
        margin: 0px !important;
    }
    .page-link{
        background: #ffdb85;
        color: #695525;
        border:1px solid #c3a867;
        font-size: 85%;
    }
        .page-link:hover{
            background: #ceb760;
            color: #695525;
            border:1px solid #c3a867;
        }
    .active .page-link{
        background: #f37c7e !important;
        color: #f4df90 !important;
        border:1px solid #c3a867 !important;
    }

.rozwin-menu{
    display: none;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 300%;
    color: #f37c7e;
}
    .rozwin-menu:hover{
        color: #f37c7e;
    }


@media (max-width: 990px) {
    .menu-glowne{
        display: none;
    }

    .logo-container img{
        position: static;
        margin-top: 10px;
    }
    .rozwin-menu{
        display: block;
    }
    .menu-lewe{
        display: none;
    }
    .menu li{
        width: 100% !important;
        font-size: 140%;
    }

    .p-t-100{
        padding-top: 10px;
    }
    .p-t-50{
        padding-top: 5px;
    }

    .naglowek-adres li{
        width: 100%;
        border:0px;
    }
}

.wcag-przyciski-z-lewej{
    position: fixed;
    right: 10px;
    top: 100px;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #f37c7e;
    border:2px solid #f37c7e;
    border-radius: 6px;
}
    .wcag-przyciski-z-lewej li{
        display: block;
        margin: 0;
        padding: 0;
        border-bottom:1px solid #f4a0a1;
        position: relative;
    }
        .wcag-przyciski-z-lewej li a{
            display: block;
            width:40px;
            height: 40px;
            color: #fff;
            text-align: center;
            font-size: 130%;
        }
            .wcag-przyciski-z-lewej li a:hover{
                background: #f4df90;
                color: #f4a0a1;
            }
.wlasny-tooltip{
    position: absolute;
    right:56px;
    top:5px;
    z-index: 10;
    display: none;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bolder;
    background: #33371e;
    color:#fff;
    border-radius: 4px;
    white-space: nowrap;
}
.ikony-sterowania .wlasny-tooltip{
    top: 8px !important;
}
.triangle-right {
    display: none;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #33371e;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}

/* ---- menu - sterowania z klawiatury ---- */
.wcag-menu-klawiatura{
    position: fixed;
    top:1%;
    left:5%;
    width:90%;
    max-width: 450px;
    background: #f37c7e;
    z-index: 500;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 1px 1px 33px 5px rgba(66, 68, 90, 1);
    -moz-box-shadow: 1px 1px 33px 5px rgba(66, 68, 90, 1);
    box-shadow: 1px 1px 33px 5px rgba(66, 68, 90, 1);
    display: none;
}
.wcag-menu-klawiatura ul{
    margin: 20px;
    padding: 0;
    list-style-type: none;
}
.wcag-menu-klawiatura ul li{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e06264;
}
.wcag-menu-klawiatura a{
    display: block;
    background: #e06264;
    color: #fff;
    padding: 14px 20px;
    font-weight: bolder;
    text-decoration: none;
    border:2px solid #f37c7e;
}
.wcag-menu-klawiatura a:hover,.wcag-menu-klawiatura a:focus{
    background: #ebbe7b !important;
    color: #000 !important;
    border:2px solid yellow !important;
}
.wcag-menu-klawiatura a img:not(.wcag-ikona){
    width: 26px;
    margin-right: 7px;
    margin-left: 2px;
}
.wcag-ikona{
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.wcag-img{
    width: 13px !important;
}
.wcag-menu-klawiatura a:hover img{
    filter: invert();
}

/* ---- informacja o włączeniu skali szarości ---- */
.skala-szarosci-jest-wlaczona {
    display: none;
    width: auto;
    max-width: 330px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    font-size: 13px;
    font-weight: bolder;
    background: #000 !important;
    color: #fff !important;
    padding: 8px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 29px -12px rgba(66, 68, 90, 1);
    -moz-box-shadow: 1px 1px 29px -12px rgba(66, 68, 90, 1);
    box-shadow: 1px 1px 29px -12px rgba(66, 68, 90, 1);
    cursor: pointer;
}
.grayscale {
    filter: grayscale(100%);
}

a[target="_blank"]{
    display: inline-block;
    position: relative !important;
}
    a[target="_blank"] .wlasny-tooltip{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        white-space: nowrap;
        background-color: #333 !important;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 4px;
        z-index: 10000;
        display: none; /* ukryty domyślnie */
    }
.tooltip-right {
    left: 100%;  /* pojawi się po prawej stronie */
    margin-left: 8px;
}

.tooltip-left {
    right: 100%; /* pojawi się po lewej stronie */
    margin-right: 8px;
}