
body{
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    /*font-size: 15px !important;*/
}


.text-niebieski{
    color: #ff0 !important;
}

.text-granatowy{
    color: yellowgreen !important;
}

.text-bialy{
    color: #fff !important;
}

.text-light{
    font-weight: 300 !important;
}

.btn-niebieski{
    padding: 8px 18px !important;
    border-radius: 20px !important;
    color: #000 !important;
    font-size:14px;
    margin: 10px auto;
    font-weight: bold;
    letter-spacing: 0.1em;
}
    .btn-niebieski:hover{
        color: #fff;
        text-decoration: none;
    }

.gradient{
    background: #ff0 !important;
}

.naglowek{
    position: relative;
    /*background: url('..//img/tmp/naglowek.jpg');*/
    background-position: center center;
    margin: 0 0 20px 0;
}
.rodzina{
    position: absolute;
    right:10px;
    bottom:-1px;
    z-index: auto;
}
@media (max-width: 1190px) {
    .rodzina {
        display: none;
    }
    .naglowek{
        background-position: top right;
        background-size: cover;
        padding-bottom: 130px;
    }
}
@media (max-width: 1090px) {
    .naglowek {
        background: url('..//img/tmp/naglowek-mobile.jpg');
        background-position: top right;
        background-size: cover;
    }
}

.naglowek-lewy, .naglowek-prawy{
    padding: 0;
}

    .menu-podstawowe{
        margin:10px;
        padding: 0;
    }
        .menu-podstawowe li{
            display: inline-block;
            padding: 0;
            vertical-align: middle;
            list-style-type: none;
        }
        .menu-podstawowe a{
            display:block;
            padding: 10px 5px;
            color: #fff;
            vertical-align: middle;
            line-height: 2em;
        }
            .menu-podstawowe a:hover{
                text-decoration: none;
                opacity:0.9;
                color:#ff0 !important;
            }
        .menu-podstawowe .mdi{
            font-size:200%;
            float:left;
            display: inline-block;
            margin: 0 10px;
        }
        .logo-glowne{
            width:110px;
        }

@media (max-width: 990px) {
    .menu-podstawowe li{
        display: block;
        text-align: center;
    }
    .menu-podstawowe a{
        display: block;
        text-align: center;
        line-height: normal;
    }
    .menu-podstawowe .mdi{
        float: none;
    }
}        

.naglowek-prawy{
    padding-bottom: 30px;
}

.bord-1{
    border-bottom: 1px solid #fff;
    margin: 0px 30px 10px;
}

.h1-powitanie{
    color: #fff;
    margin: 180px 10px 30px 60px;
    font-size:140%;
}

@media (max-width: 1510px) {
    .h1-powitanie{
        margin: 60px 10px 30px 60px;
    }
}
@media (max-width: 1210px) {
    .h1-powitanie{
        margin: 60px 10px 30px 40px;
        color: #fff;
    }
}

.naglowek-srodkowy{
    position: relative;
}
    .menu-dodatkowe{
        margin: 56px 10px 20px;
        padding: 0;
        float:right;
    }
        .menu-dodatkowe li{
            display: inline-block;
            list-style-type: none;
            vertical-align: middle;
        }
        .menu-dodatkowe li a{
            display: block;
            color: #ff0;
            font-size:85%;
            padding: 8px;
            /*border-bottom: 3px solid transparent;*/
        }
        .menu-dodatkowe li a:hover{
            /*border-bottom: 3px solid #3fe298;*/
            text-decoration: none;
        }
@media (max-width: 990px) {
    .menu-dodatkowe{
        display: none;
    }
}

.powitanie{
    display: block;
    width:100%;
    padding: 20px;
    color: #fff;
    font-size:140%;
    max-width:770px;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 160px;
    margin-bottom: 60px;
}
    .powitanie strong{
        font-weight: 700;
    }

@media (max-width: 1510px) {
    .powitanie{
        margin: 40px 10px 30px 20px;
    }
}


.card-header{
    background: none;
}
    .h_2{
        font-weight: bold;
        font-size:130%;
        line-height: 1.3em;
        margin: 2px 0;
    }
    .h_5{
        font-weight: 300;
        font-size:100%;
        line-height: 1.3em;
        margin: 2px 0;
    }

.card-body{
    background: none;
    padding: 0;
}
    .card-body .menu-glowne{
        background: #ff0;
        overflow: hidden;
    }
    .card-body .menu-glowne ul{
        margin: 24px 20px;
        padding: 0;
    }
    .card-body .menu-glowne li{
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px solid #ff0;
    }
    .card-body .menu-glowne a{
        display: block;
        color: #000;
        font-size:90%;
        font-weight: bold;
        padding: 3px;
    }
.card-body .menu-glowne a:hover,.card-body .menu-glowne a:focus{
            color: #ff0;
            background: #000 !important;
            text-decoration: none;
        }
        .menu-glowne .sub{
            padding-left: 30px !important;
            font-weight: 500 !important;
        }

.news{
    background: #000;
    overflow: hidden;
    margin: 0 0 30px;
    padding-bottom: 24px;
    border-top:3px solid #ff0;
}
    .news-img{
        display: block;
        width:100%;
        height:180px;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        margin-bottom: 14px;
    }
    .news-data{
        display: none;
        border-radius: 20px;
        padding: 8px 20px;
        margin: 10px 20px;
        color: #fff;
        font-size:85%;
    }
    .news h2{
        font-size:105%;
        font-weight: bold;
        color: #fff;
        margin: 14px 20px;
        line-height: 1.3em;
    }
        .news a:hover{
            text-decoration: none;
            color: #28c4b1 !important;
        }
        .news a:hover h2{
            text-decoration: none;
            color: #28c4b1 !important;
        }
    .news-wstep{
        color: #fff;
        font-size: 90%;
        margin: 14px 20px;
    }
    .news-wstep2{
        color: #fff;
        font-size: 90%;
        margin: 14px 20px;
        border-top:1px solid yellowgreen;
        border-bottom:1px solid yellowgreen;
        padding: 14px 0;
    }
    .news-autor{
        font-size:85%;
        margin: 8px 20px;
        color:yellowgreen;
    }
    .news-btn{
        color: #ff0;
        background:#000;
        display: block;
        font-size:85%;
        margin: 14px 20px;
        font-weight: bold;
    }
        .news-btn:hover {
            font-size: 100% !important;
            color: yellowgreen !important;
            text-decoration: none;
        }

.stopka{
    margin-top: 30px;
}

.stopka .col-lg-6{
    padding: 0;
    margin: 0;
}

.stopka-lewa{
    background: #000;
    height:440px;
    overflow: hidden;
}
.stopka-prawa{
    background: #000;
    height:440px;
    padding: 30px;
}

.stopka-logo{
    float: right;
    margin: 70px 30px;
}
    .stopka-logo li{
        display: inline-block;
        list-style-type: none;
    }

.stopka-li-adresy{
    margin: 30px 0;
    padding: 0;
}
    .stopka-li-adresy li{
        color: #fff;
        font-size: 75%;
        padding: 12px 20px;
        border-right: 1px solid #fff;
        display: inline-block;
        width:32%;
    }
        .stopka-li-adresy li:first-child{
            padding-left: 0;
        }
        .stopka-li-adresy li:last-child{
            border:none;
        }

@media (max-width: 1170px){
    .stopka-li-adresy li {
        width:100%;
        padding: 12px 0;
    }
}
@media (max-width: 970px){
    .stopka-lewa, .stopka-prawa {
        height: auto;
    }
    .stopka-logo{
        margin: 30px auto;
        float: none;
        width:auto;
        text-align: center;
    }
}

.baner{
    display: block;
    border:1px solid #3fe298;
    margin: 30px 0;
}

.big-baner-button{
    display: block;
    width:100%;
    padding: 50px 30px;
    background: url('..//img/tmp/big-baner-button-bg.jpg');
    background-size: cover;
}
    .big-baner-button:hover{
        text-decoration: none;
    }

.btn-baner-ikona{
    float: right;
    margin-top: -30px;
    padding: 20px;
    font-size:300%;
    display: inline-block;
}
    .big-baner-button .h_2{
        font-size: 120%;
        font-weight: bold;
    }

.art{
    background: #000;
    overflow: hidden;
    padding: 30px;
    color: #fff;
}
    .art h1, .art h2, .art h3, .art h4{
        font-weight: bold;
        color: #fff;
        line-height: 1.4em;
    }
    .art h1{
        font-size: 160%;
    }
    .art h2{
        font-size: 130%;
    }
    .art h3{
        font-size: 115%;
    }
    .art p{
        margin: 30px 0;
        line-height: 1.4em;
        font-size:90%;
        text-align: justify;
    }
    .art ul, .art ol{
        margin: 10px 0;
        padding: 0;
    }
    .art ul ul, .art ul ol, .art ol ol, .art ol ul{
        margin: 10px 30px !important;
        padding: 0;
        font-size:110%;
    }
    .art li{
        line-height: 1.4em;
        font-size:90%;
        text-align: justify;
        margin: 10px 0 14px 34px !important;
    }
    .art a{
        display: inline-block;
        padding: 1px 1px;
        color: yellowgreen;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #0b81bf;
        font-size:110%;
    }
    .art a:hover, .art:focus{
        text-decoration: none;
        color: #000;
        background: #ff0;
    }

.dolacz-plik-block{
    display:block;
    border:1px solid #dbffcc;
    border-radius:6px;
    padding:21px 15px;
    background:#edfde6;
    overflow:hidden;
    font-size:90%;
    line-height:1.5em;
    margin:4px 0 14px;
}
.dolacz-plik-block a{
    font-weight:bold;
    display: inline-block;
    white-space: nowrap;
    max-width: 70%;
}
.dolacz-plik-block strong{
    color:#1a4f04;
}
.dolacz-plik-ikona{
    float:left !important;
    margin: 4px 14px 20px 0 !important;
    width: 65px !important;
    display: block;
}
.dolacz-plik-ikona img{
    max-width: 100%;
}

.dolacz-galerie {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
}
.dolacz-galerie li {
    list-style-type: none;
    float: left;
    width: 100px;
    margin: 1px 1px 1px 0;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
.dolacz-galerie li .dolacz-galerie-img {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.nazwa-galerii {
    font-weight: bold;
    margin: 14px 0 10px;
    overflow: hidden;
    font-size: 160%;
    line-height: 1.5em;
}
.opis-galerii {
    font-weight: bold;
    margin: 14px 0 10px;
    overflow: hidden;
    line-height: 1.5em;
}

.galeria-lista{

}

.galeria-lista li{
    margin:14px 0 14px 30px;
}

table{

    border-color: #f1ddc4 !important;
}
table th{
    font-weight:bold;
    background: #ab1903;
    color: #fff;
}
table td{
    vertical-align: middle;
    font-size:90%;
    border-color: #f1ddc4 !important;
}
table p{
    margin:0 auto !important;
}

.wyskakujace-okno{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(24,63,134,0.9);
    overflow-y: auto;
}
    .okno{
        margin: 60px 0 0;
        padding: 30px;
        background: #fff;
        color: #183f85;
        position: relative;
    }
        .okno h1, .okno h2, .okno h3, .okno h4{
            font-weight: bold;
            margin: 20px 0;
        }
            .okno h1{
                font-size: 135%;
            }
            .okno h2{
                font-size: 125%;
            }
            .okno h3{
                font-size: 115%;
            }
        .okno p{
            margin: 20px 0;
            font-size:90%;
            font-weight: 300;
            line-height: 1.4em;
        }
        .okno a{
            display: inline-block;
            padding: 2px 1px;
            color: #0b81bf;
            font-weight: bold;
            text-decoration: none;
            border-bottom: 1px solid #0b81bf;
        }
            .okno a:hover{
                text-decoration: none;
                color: #28c4b1;
                border-bottom: 1px solid #28c4b1;
            }
    .okno-stopka{
        background: #000;
        color: #fff3cd;
        margin: 0 0 20px;
        font-size: 85%;
        padding: 14px 30px;
        display: none;
    }

.btn-zamknij-okno{
    display: block;
    position: absolute;
    top:-34px;
    right:30px;
    z-index: auto;
    background: #183f85;
    color: #fff !important;
    padding: 8px;
    font-size:220%;
}  
    .btn-zamknij-okno:hover{
        text-decoration: none;
        color: #28c4b1 !important;
    }

.tutaj-jestes{
    background: #ff0;
    color: #000;
    padding: 14px;
    margin-top: 14px;
    font-size: 85%;
    white-space: nowrap;
    overflow: hidden;
}
.tutaj-jestes ul{
    margin: 0;
    padding: 0;
}
.tutaj-jestes li{
    display: inline-block;
    list-style-type: none;
    padding-right: 14px;
    vertical-align: middle;
}
.tutaj-jestes a{
    color: #000;
    display: block;
    padding: 6px;
    font-weight: bold;
}
.tutaj-jestes a:hover,.tutaj-jestes a:focus{
    text-decoration: none;
    color: #ff0;
    background: #000;
}

.rozwin-menu{
    display: none;
    margin: 14px auto;
    font-size:180%;
    width:100%;
    text-align: center;
    color: #ff0;
}
    .rozwin-menu:hover{
        color: #000;
        background: #ff0;
        font-size:120%;
    }

.do-gory{
    position: fixed;
    right:20px;
    bottom: 20px;
    border-radius: 50%;
    background: #2ac6af;
    padding: 10px 16px;
    color: #fff;
    display: block;
}


@media (max-width: 970px){
    .menu-dodatkowe li{
        width:100%;
    }
        .mdlinia{
            display: none !important;
        }
        .powitanie{
            height:220px;
            background-position: top left;
        }
        .powitanie ul{
            top:184px;
        }
    .rozwin-menu{
        display: block;
    }
    .lewy-panel{
        display: none;
    }
    .menu-glowne{
        display: none;
    }
}