body {
    font-family: 'Titillium Web', sans-serif;
    overflow-x: auto !important;
}

.text-niebieski{
    color: #13abed !important;
}

.btn-niebieski{
    border-radius: 20px !important;
    background: #13abed !important;
    color: #fff !important;
    padding: 10px 34px !important;
    font-weight: bold;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.2);
}
.btn-zielony{
    border-radius: 20px !important;
    background: #7ab933 !important;
    color: #fff !important;
    padding: 10px 34px !important;
    font-weight: bold;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.2);
}
.btn-niebieski:focus, .btn-niebieski:hover,.btn-zielony:focus, .btn-zielony:hover{
        background: #0f3546 !important;
    }

.naglowek{
    background: url('..//img/naglowek-skompresowany.jpg');
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    min-height: 1200px;
}
    .niebieski-naglowek{
        background: url('..//img/tmp/niebieski-naglowek.jpg');
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        min-height: 300px;
    }

    .naglowek-linki{
        margin: 30px 0 10px;
        padding: 0;
    }
        .naglowek-linki li{
            display: inline-block;
            list-style-type: none;
            margin: 0 26px 0 0;
            padding: 0;
            color: #fff;
            font-size: 95%;
        }
        .naglowek-linki a{
            color: #fff;
            font-weight: bold;
        }
            .naglowek-linki a:hover, .naglowek-linki a:focus{
                text-decoration: none;
                border-bottom: 1px solid #fff;
            }
        .naglowek-linki .fa{
            margin-right: 8px;
        }
        
.menu-container{
    background: #fff;
    padding: 0px;
    /*overflow: hidden;*/
    margin: 20px 0;
    border-bottom-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
}
    .menu{
        margin: 34px 0;
    }
        .menu li{
            margin-right: 18px !important;
            position: relative;
        }
        .menu a{
            color: #000;
            font-weight: bold;
            font-size: 105%;
        }
            .menu a:hover, .menu a:focus, .menu-aktywne{
                text-decoration: none;
                border-bottom: 1px solid #13abed !important;
                color: #13abed !important;
            }
            .btn-menu{
                background: #13abed;
                color: #fff;
                padding: 30px 20px !important;
                font-size: 90%;
                font-weight: bold;
                display: block;
                width: 100%;
                border-radius: 0px !important;
                border-top-right-radius: 40px !important;
            }
                .btn-menu:hover, .btn-menu:focus{
                    color: #fff;
                    background: #0f3546;
                }
                .btn-menu img{
                    margin-right: 5px;
                }
            .logo{
                display: block;
                padding: 29px 25px 24px;
            }
            .submenu{
                position: absolute;
                top:20px;
                left:-70px;
                width:280px;
                background: #fff;
                padding: 30px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                z-index:100;
                display: none;
                -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.1);
                -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.1);
                box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.1);
            }
                .submenu li{
                    list-style-type: none;
                    margin: 4px 0;
                }
            
.powitanie{
    text-align: center;
    color: #fff;
    margin-top: 120px;
}   
    .powitanie h1{
        font-weight: bold;
        line-height: 1.3em;
    }
    .powitanie .btn-niebieski{
        margin-top: 30px;
    }

.dlaczego{
    padding: 40px 0;
}
    .dlaczego h2{
        font-weight: bold;
        font-size: 220%;
    }
    .dlaczego h3{
        font-size: 150%;
    }
    .dlaczego-element{
        margin: 30px 0;
        text-align: center;
        padding: 30px 14px;
        border-right:1px solid #ddd;
    }
        .dlaczego-element-lch{
            border:0px;
        }
        .dlaczego-element h4{
            font-weight: bold;
            font-size:140%;
        }
        .dlaczego-element h5{
            color: #13abed;
            font-weight: bold;
            font-size:210%;
        }
        .dlaczego-element p{
            font-size: 95%;
            margin: 20px auto;
            line-height: 1.4em;
        }
        
.onas{
    padding: 50px 0;
    margin: 30px 0 0;
    background: #f3fbfe;
    overflow: hidden;
}        
    .onas h2{
        font-weight: bold;
        margin: 30px 0 10px 0;
    }
    .onas p{
        line-height: 1.5em;
        margin: 20px 0;
        max-width: 540px;
    }
    .onas .btn-niebieski{
        margin-top:20px;
    }

.tablet{
    background: url('..//img/tmp/tablet.jpg') #08acee bottom center no-repeat;
    background-size: 100% !important;
}
    .tablet h2{
        margin-top: 100px;
        font-weight: bold;
        font-size: 220%;
        color: #fff;
        max-width: 430px;
    }
    .tablet .btn-niebieski{
        margin: 50px 0 ;
    }

.promocje{
    padding: 40px 0;
    background: url('..//img/tmp/czlowiek-zlaptopem.jpg') 30% 1% #ededed no-repeat;
    min-height: 550px;
}

.promocje-bg{
    background: url('..//img/tmp/promocje-bg.png');
    background-size: contain !important;
    background-repeat: no-repeat;
    min-height: 550px;
    max-width: 900px;
    margin: 240px auto 10px;
    padding-top: 80px;
}
    .promocje-bg h2{
        font-weight: bold;
    }
    .promocje-bg p{
        width:80%;
        margin: 30px auto;
    }
    .promocje-bg .btn{
        margin-top: 30px;
    }
    .promocje-bg .table{
        margin: 20px 50px;
        width:90% !important;
    }
        .promocje-bg .table th, .promocje-bg .table td{
            border:1px solid #ddd !important;
        }

.nowosci{
    padding: 70px 0 0;
}
    .nowosci h2{
        font-weight: bold;
    }

.news-element{
    display: block;
    background: #f5f5f5;
    margin: 30px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
    .news-obraz{
        background-size: cover !important;
        background-position: center center !important;
        width:100%;
        height:420px;
        border-top-left-radius: 40px;
    }
    .news-element h2{
        margin: 20px 20px 0;
        font-size: 140%;
    }
    .news-data{
        color: #79b833;
        margin: 4px 20px;
        font-size: 90%;
        font-weight: bold;
    }
        .news-data::first-letter{
            text-transform: uppercase;
        }
    .news-element .btn{
        margin: 20px auto 30px;
        text-align: center;
    }

.stopka{
    background: url('..//img/tmp/stopka.jpg') center top;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
    padding: 450px 0 300px;
    color: #fff;
    overflow: hidden;
}
    .stopka h3{
        font-weight: bold;
    }

    .logo-biale{
        display: block;
        padding: 20px 0;
    }
    .stopka hr{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #fff;
        margin: 2em 0;
        padding: 0;
        opacity: 0.7;
    }
    .stopka a{
        color: #fff;
        font-weight: bold;
    }
        .stopka a:hover, .stopka:focus{
            text-decoration: none;
            border-bottom: 1px solid #fff;
        }

    .cpr p{
        font-size: 80%;
    }
    
.lewe-menu, .art{
    padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.1);
    margin-top: -120px;
}
    .lewe-menu h2{
        color: #1ba3d9;
        font-size: 140%;
        /*font-weight: bold;*/
        padding-left: 30px;
    }
    .linia{
        display: block;
        width:100px;
        margin: 14px 0 20px;
        height:3px;
        background: #1ba3d9;
    }
    .lewe-menu-menu{
        margin: 20px 0 50px;
        padding: 0;
    }
        .lewe-menu-menu li{
            list-style-type: none;
            margin: 2px 0;
        }
        .lewe-menu-menu a{
            display: block;
            padding: 5px 30px;
            color: #000;
            font-weight: bold;
            font-size: 105%;
            margin-bottom: 2px;
            border-bottom: 1px dashed #aaaaaa;
        }
            .lewe-menu-menu a:hover, .lewe-menu-menu a:focus{
                text-decoration: none;
                border-bottom: 1px solid #1ba3d9;
                color: #1ba3d9;
            }

.art{
    padding: 30px;
}
.art h1, .art h2, .art h3{
    font-weight: bold;
    clear:left;
    color: #15a6eb;
    margin: 20px 0;
}
.art p{
    font-size: 110%;
    line-height: 1.5em;
    margin: 30px 0;
    color: #17233b;
    text-align: justify;
}
    .art li{
        margin: 4px 0 14px 34px;
        font-size: 110%;
        line-height: 1.5em;
        color: #17233b;
    }
    .art ul{
        overflow: hidden;
    }
    .art a{
        color: #15a6eb;
    }
    .art a:hover, .art a:focus{
        text-decoration: none;
        border-bottom: 1px solid #15a6eb;
    }

.do-lewej{
    float:left;
    margin: 24px 20px 30px 0;
}

.rozwin-menu{
    display: none;
    margin: 20px auto;
    width:100%;
    text-align: center;
    font-size: 190%;
}

.table{
    margin: 30px 0;
    font-size: 105%;
}
    .table th{
        background: #c4e9fb;
        font-size: 90%;
    }
    .table th, .table td{
        border: 1px solid #000 !important;
    }

.menu-glowne{
    display: none;
    margin: 10px  auto;
    font-size: 230% !important;
    width:100%;
    text-align: center;
}

.galeria-zdjec{
    margin: 20px 0;
    padding: 0px;
    overflow: hidden;
}
    .galeria-zdjec li{
        display: inline-block;
        margin: 10px 10px 10px 0;
        list-style-type: none;
        padding: 0px;
    }
    .galeria-zdjec a{
        height: 190px;
        width:190px;
        display: block;
        background-size: cover !important;
        background-position: center center !important;
    }

.rodo{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    z-index: 15;
    background: rgba(255,255,255,0.9);
    padding: 14px 30px;
    display: none;
}
    .rodo p{
        font-size: 80%;
    }
    .rodo .btn{
        margin: 20px auto;
        display: block;
        max-width: 220px;
    }

@media (max-width: 1170px){
    .pnl-text{
        display: none;
    }
}
@media (max-width: 970px) {
    .menu-glowne {
        display: block;
    }

    .menu .list-inline {
        display: none;
        margin: 0 30px;
    }

    .naglowek {
        min-height: auto;
        padding-bottom: 200px;
    }

    .naglowek-linki li {
        width: 100%;
        margin: 4px 0;
    }

    .menu li {
        width: 100%;
    }

    .submenu {
        position: static;
        display: block !important;
        margin: 20px;
    }

    .logo {
        display: inline-block;
        margin: 20px auto;
        text-align: center;
    }

    .promocje-bg {
        background: #fff;
    }

    .promocje-bg .text-right {
        text-align: center !important;
    }

    .promocje-bg .text-left {
        text-align: center !important;
    }

    .rozwin-menu {
        display: block;
    }

    .art {
        margin-top: 0;
    }

    .l-m-r {
        display: none;
    }

    h1 {
        font-size: 180%;
    }

    h2 {
        font-size: 160%;
    }

    h3 {
        font-size: 140%;
    }

    h4 {
        font-size: 120%;
    }

    h5 {
        font-size: 110%;
    }

    .galeria-zdjec a {
    }

}
@media (max-width:770px){
    .tbl{
        display: none;
    }

    .tablet h2{
        margin-top: 100px;
    }
}