@charset "utf-8";

/* CSS Document */

/* general styles */
html, body {
     height:100%;
    font-family: 'Roboto', sans-serif;
}
* {
    margin: 0;
    padding: 0;
}

.relative-box {
    position: relative;
}

.container {
    padding: 0px;
}

.row {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color:#e05726;
}

a:hover {
    text-decoration: none !important;
    color:#ff0000
}

ol,
ul,
li {
    margin: 0 0 0 0;
}

.panel-title a {
    font-weight: bold;
}

#accordion ol,
#accordion ul,
#accordion li {
    margin: 0 0 0 20px;
}

div {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    font-size: 17px
}

    .clss-podglownik {
        background: url(../images/podglownik.png) center center repeat-x;
        width: 100%;
        min-height: 50px;
        float: none;
        clear: both;
        text-align: center;
        margin: 25px 0;
    }
	.clss-nadglownik {
        background: url(../images/naglownik.png) 10px 0% no-repeat #fff;
        padding: 0 20px 0 60px;
        min-height: 50px;
        font-size: 24px;
        font-weight: 400;
        color: #003071;
        margin: 0px auto;
        display: inline-block;
        text-transform: uppercase;
    }
    
h1,
h2,
h3,
h4,
h5,
h6 {
            width: auto;
}

.paddingbottm20 {
    padding-bottom: 20px !important;
}

#przeslaniacz {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    width: 100%;
    background-color: #004AAD;
    height: 350px;
}
.page-header-box {
    text-transform: uppercase;
    font-size: 45px;
    border: 0px;
    font-weight: 100;
    left: 0px;
    width: 50%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin: -50px 0 0 0;
    background-color: rgb(224, 87, 38, 1); 
    color: #fff;
    line-height: 100%;
    transition: 1s ;
    position: relative;
}


.text-display {
    padding: 20px 0px 50px 0px;
    font-size: 17px;
    font-weight: 300;
}

.text-display>ul {
    margin: 20px 20px 20px 50px;
}

.no-padding {
    padding: 3px !important;
}

.marg5 {
    padding-bottom: 5px
}

#topdistancer {
    width: 100%;
    height: 130px;
}

.page-container {
    background-color: #fff;
    /* min-height:calc(100% - 750px) !important; */
    /* min-height: calc(100% - 750px); */
    overflow:initial !important;
    display: block !important;
}

.page-container tr:nth-child(odd) {
 background-color: #fff;
}

.page-container tr:nth-child(even) {
 background-color: #eee;
}

.page-container td {
 padding: 5px;
}

.page-container td p {
    margin: 10px;
}

.page-container table {
    margin: 10px auto;
    padding: auto;
}


/* dodadkowo do oferta - wyswietlane z dolnego menu */
.oferta-menu-main-page {
    display: block; 
    width: 90%;
    padding: 0 0 5px;
    margin: 0px auto;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #e05726;  ;
    text-align: left;
    color: #000 !important;
    font-size: 18px;
}

.oferta-menu-main-page:hover {
   color: #e05726 !important;
}


.oferta-menu-sub-page {
        display: block; 
        padding: 0 0 0 20px;
        margin: 20px 0 0 50px;;
        background: url(../images/podmenu_oferta2.png) 0% 4px no-repeat;
        text-align: left;
        font-size: 18px;
        color: #000 !important;
}

.oferta-menu-sub-page:hover {
   color: #e05726 !important;
}

.page-header-box h1{
font-size:45px;
font-weight: 100;
margin:0;
}


@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .page-header {
        margin: 25px 0px 0px -10px !important;
        font-size: 30px;
    }
    .text-display {
        padding: 20px 10px 50px 10px
    }
}

@media (max-width: 1000px) {
    .page-header-box {
        width: 100%;
        transition: 1s ;
    }
}

@media (max-width: 576px) {}


/* ciasteczka */

#ciasteczka_alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e05726; 
    z-index: 65500;
    display: none;
    text-align: center;
}

#ciasteczka_alert>p {
    color: #FFF;
    font-size: 12px;
    margin: 30px 50px 0px 30px;
    font-weight: 400;
}

#ciasteczka_alert>a {
    display: block;
    margin: 10px auto;
    width: 30%;
}