body{
    font-family: 'Dosis', sans-serif;
    background: url('..//img/tlo.png') top center no-repeat;
    background-size: 100%;
}

.bg-zielony{
    background: #bbf960 !important;
}
.bg-stonowany{
    background: #7ac7b1 !important;
}

.btn-niebieski{
    background: #3ec1c9 !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.btn-niebieski:hover{
    background: #7ac1bd !important;
}

.btn-czarny{
    background: #000 !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-weight: bold;
    font-size:95%;
}
.btn-czarny:hover{
    background: #333 !important;
    color: #fff !important;
}

.naglowek{
    margin:90px auto !important;
}

.menu{

}
    .menu ul{
        margin: 14px auto;
        padding: 0;
        text-align: center;
    }
    .menu li{
        display: inline-block;
        list-style-type: none;
        margin: 4px 0 7px 7px;
    }
    .menu li a{
        display: block;
        padding: 4px 8px;
        color: #000;
        font-weight: bold;
        font-size:115%;
        border-bottom: 1px solid #fff;
    }
        .menu li a:hover, .menu-aktywne{
            text-decoration: none;
            color: #f66792 !important;
            border-bottom: 1px solid #f66792 !important;
        }

.lang{
    float: right;
    margin: 14px 0 24px;
    padding: 0;
}
    .lang li{
        display: inline-block;
        list-style-type: none;
    }
    .lang a{
        display: block;
        border:1px solid #eee;
        padding: 1px;
    }

.do-gory{
    position: fixed;
    right:10px;
    bottom: 100px;
    z-index: auto;
    display: block;
    width:55px;
    height:55px;
    text-align: center;
    background: #34aec6;
    color: #fff;
    font-size:140%;
    padding: 11px;
}

.powitanie{

}
    .powitanie .h-sub{
        font-weight: bold;
        margin: 4px 0;
    }
    .powitanie h1{
        font-weight: bold;
    }
    .powitanie p{
        font-size: 135%;
    }

.kafelki{
    margin-top: -60px;
}
.kafelek{
    display: block;
    padding: 30px;
    background: #fce389;
    color: #395262;
    margin: 30px auto;
    min-height: 420px;
    opacity: 0.9;
}
.kafelek p{
    /*font-weight: bold;*/
    font-size:110%;
    line-height: 1.4em;
    margin: 20px 0;
    color: #000000;
}
.kafelek-tytul{
    padding: 20px 0;
}
.kafelek-tytul h2{
    font-weight: bold;
    font-size:140%;
    margin: 15px 0;
}
.kafelek a{
    font-weight: bold;
    color: #000;
}
    .kafelek a:hover{
        text-decoration: none;
        color: #164059;
    }

.nowosc{
    background: #f3f7f8;
    padding: 30px 0;
}
    .nowosc h2{
        color: #7ac7b1;
        font-weight: bold;
        margin-top: 50px;
    }
    .nowosc p{
        font-weight: bold;
        font-size: 115%;
    }
    .nowosc-img{
        float: right;
    }

.wybierz-oferte{
    background: url('..//img/wybierz-oferte-bg.jpg') #fef6d9 no-repeat;
    padding: 60px 0;
}

    .wybierz-oferte h2, .wybierz-oferte h3{
        color: #000;
        font-weight: bold;
    }
    .wybierz-oferte h2{
        font-size: 155%;
    }
    .wybierz-oferte h3{
        font-size: 125%;
    }

.wybierz-oferte-ikona{
    margin: 30px 0;
}
    .wybierz-oferte-ikona img{
        display: block;
        margin-bottom: 14px;
    }
    .wybierz-oferte-ikona strong{
        color: #7ac7b1;
        display: block;
        margin-top: 10px 0;
    }
    .wybierz-oferte-ikona p{
        font-size: 105%;
    }

.opinie{
    padding: 70px 0 120px;
    background: url('..//img/opinie.jpg');
}
    .opinie-lista{
        margin: 24px 0;
        /*min-height: 240px;*/
    }
        .opinie-lista li{
            display: block;
            list-style-type: none;
            text-align: center;
            color: #000;
        }
        .opinia{
            font-size: 140%;
            font-weight: bold;
            line-height: 1.4em;
        }
        .autor{
            color: #4cc5ca;
            font-size:130%;
            margin: 6px auto;
        }
        .firma{
            color: #dcbb43;
            margin: 6px auto;
        }
        .cudzyslowie
        {
            display: block;
            margin: 30px auto;
        }
        .strzalki{
            display: block;
            margin: 30px auto;
            width:100%;
            text-align: center;
        }
            .strzalki a{
                display: inline-block;
                color: #000;
                font-size:250%;
            }
                .strzalki a:hover{
                    text-decoration: none;
                    color: #4cc5ca;
                }

.stopka{
    background: #545454;
    color: #fff;
    padding: 90px 0 60px;
}

.cpr{
    border-top:1px solid #898989;
    padding-top: 30px;
}
    .cpr p{
        font-weight: bold;
        font-size:95%;
    }
    .adresy{
        padding-bottom: 30px;
    }
        .adresy p{
            margin: 14px 0;
        }
        .logo-biale{
            margin: 14px 0;
        }
        .adresy a, .cpr a{
            color: #fff;
        }
    .ikona-fb{
        display: block;
        float: left;
        margin: 7px 14px 64px 0;
    }
.stopka-relative{
    position: relative;
}
.formularz{
    background: #fce48f;
    padding: 28px;
    position: absolute;
    bottom: 30px;
    left:0;
    width:100%;
    color: #545454;
}
    .formularz h2{
        font-weight: bold;
        font-size: 120%;
        margin: 14px 0 24px;
    }
    .formularz input{
        background: #fef6d9;
        border-radius: 7px !important;
        border: 1px solid #e8ddb7;
    }

.strona{
    margin-bottom: 200px;
}
.strona-panel{
    background: #fff;
    overflow: auto;
}
    .strona-panel p{
        margin: 30px;
    }
    .strona-panel img{
        margin: 0 auto;
        text-align: center;
        width:auto;
    }

.art{
    background: rgba(255,255,255,0.9);
    padding: 30px;
}
    .art h1{
        font-weight: bold;
        margin: 24px 0;
    }
    .art h2{
        color: #3ec1c9;
        font-weight: bold;
    }
    .art p{
        margin: 24px 0;
        font-size:105%;
        text-align: justify;
    }
    .art ul, .art ol{
        margin: 4px 0 30px;
        padding: 0;
        overflow: auto;
    }
    .art li{
        margin: 11px 0 11px 30px;
        font-size:105%;
        text-align: justify;
    }
    .art a{
        font-weight: bold;
        color: #3ec1c9;
    }
.img-do-lewej{
    float:left;
    max-width: 380px;
    margin: 7px 14px 20px 0;
}

.baner-ue{
    position: fixed;
    bottom: 0;
    left:0;
    width:auto;
    z-index: 1000;
    background: #fff;
    padding: 30px 50px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.29);
    box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.29);
}

.baner-ue-2{
    margin:0 auto;
    padding: 30px 50px;
    text-align: center;
    width:100%;
}
@media (min-width: 970px) {
    .baner-ue img, .baner-ue-2 {
        max-width: 990px;
    }
}
    .baner-ue p, .baner-ue-2 p{
        margin: 24px auto;
    }

.baner-relative{
    position: relative;
}
    .baner-relative .btn{
        position: absolute;
        right:5%;
        top:-50px;
    }

@media (max-width: 970px){
    body{
        background-size: auto;
    }
    .img-do-lewej{
        max-width:60%;
        margin-bottom: 10px;
    }
    .lewy-panel{
        display: none;
    }
}

@media (min-width: 1170px){
    .opinie {
        padding-bottom: 190px;
    }
}