/* ! Nie tylko misja tego uzywa! */
body {
    color: #5D6D81;
    background-color: #FFFFFF;
    font-size: 14px;
}

body, h1, h2, .btn, .navbar {
    font-family: 'Roboto', sans-serif;
}

div.banner {
    min-height: 90px;
}

div.banner img {
    width: 100%;
}



.navbar-nav li {
    padding-top: 20px;
}

.navbar-nav li a {
    color: #5D6D81 !important;
}



div.logo {
    padding-left: 80px;
}

div.logo img {
    width: 80px;
    margin-right: 15px;
}







.infoNaglowek {
    color: #5D6D81;
    background-color: #ffffff;
    font-size: 22px;
    margin-left: 0px;
    padding-left: 0px;
}

div.infoNaglowek h2 {
    margin-left: 0px;
    padding-left: 0px;
}

div.naglowek {
    color: #5D6D81;    
    font-size: 18px;
}

div.naglowek:after {
    display: block;
    content: "";

    background-color: #F1F1F1;

    width: 10px;
    height: 3px;
}

#opis {
    margin: 5px 0; 
    font-size: 15px; 
    text-align: justify;
}


a.btn-success.btn-rezerwuj {
    background-color: #C35757;
    border-color: #FFFFFF;
}

.page-footer {
    color: #ffffff;
    background-color: #5B6570;
    font-size: 15px;
}

.text-muted {
    color: #ffffff;
    background-color: #5B6570;
    font-size: 13px;
}

ul li.hideX {
    list-style-type: none;
    margin-left: 4px;
    position: relative;
}

li i.fa.fa-check,
li i.fa.fa-times {
    margin-top: 3px;

    position: absolute;
    top: 0;
    left: -20px;
}

div.uwagiPraktyczne {
    color: #ffffff;
    background-color: #3B414B;
    margin: 0;
    padding: 20px;
}

div.uwagiPraktyczne ul {
    margin-left: 20px;
    padding-left: 0;
}

i.fa.naglowek-ikona,
i.fa.fa-calendar,
i.fa.fa-usd {
    color: #C35757;
    padding-right: 10px;
}
i.fa.naglowek-ikona-2,
i.fa.fa-usd {
    padding-left: 30px;
}

.nowrap {
    white-space: nowrap;
}

i.fa.fa-exclamation-triangle {
    position: absolute;
    right: 120px;
    bottom: 80px;
}
.uwagiPraktyczne i.fa.fa-exclamation-triangle {
    display: none;
}

/* ul {
    max-width: 950px;
} */

@media (max-width: 991px) {
    .naglowek-col {
        display: block;
    }
    i.fa.naglowek-ikona,
    i.fa.fa-calendar,
    i.fa.fa-usd {
        padding-left: 0;
        width: 44px;
    }
    i.fa.naglowek-ikona-2,
    i.fa.fa-usd {
        padding-top: 15px;
    }
    .content-opisy {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .content-opisy {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* slajder */
.owl-dot span, 
.owl-next, 
.owl-prev {
    transition: all .2s cubic-bezier(0,.25,.6,1);
}
.content-opisy {
    position: relative;
    z-index: 2;
}
.slider {
    position: relative;
    background: #f2f2f2;
    height: calc(100vh - 136px);
    max-height: 780px;
    overflow: hidden; /* TODO: wywalic to */
    min-height: 150px;
}
.menu-sticky .owl-carousel-container {
    margin-top: 50px;
}
.menu-sticky .menu-padding .owl-carousel-container {
    margin-top: 25px; /* (x - 41) */
}
@media (max-width: 1200px) {
    .slider {
        max-height: 660px;
    }
}
@media (max-width: 991px) {
    .slider {
        height: calc(100vh - 220px);
        max-height: 520px;
    }
}
@media (max-width: 767px) {
    .slider {
        max-height: 260px;
    }
    .owl-carousel-container {
        padding: 0;
    }
}
@media (max-width: 400px) {
    .slider {
        max-height: 240px;
    }
}
/* slider - stare, ale potrzebne */
.owl-carousel {
    position: relative;
    z-index: 1;
}
.slider .owl-stage-outer {
    max-width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
.slider .item, 
.slider.owl-carousel .owl-nav button.owl-next, 
.slider.owl-carousel .owl-nav button.owl-prev, 
.slider .owl-stage-outer {
    height: 100%;
}
.slider .owl-stage-outer .item {
    display: block;
    position: relative;
    width: 100%;
}
.slider .slider-img-container {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider .owl-item img.slider-img {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* slider - nav */
.slider.owl-carousel .owl-nav button.owl-next,
.slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 5px;
}
.slider.owl-carousel .owl-nav button.owl-next,
.slider.owl-carousel .owl-nav button.owl-prev {
    width: 57px;
    font-size: 2.2em;
    text-shadow: 1px 2px 12px rgba(23, 23, 23, 0.6), 1px 2px 40px rgba(23, 23, 23, 0.4), 1px 2px 80px rgba(23, 23, 23, 0.85);
}
.slider.owl-carousel .owl-nav button.owl-next:hover,
.slider.owl-carousel .owl-nav button.owl-prev:hover {
    background: hsla(0,0%,9%,.15);
}
.slider .owl-prev {
    left: 0;
}
.slider .owl-next {
    right: 0;
}
.owl-nav .fa {
    opacity: 0.5;
    font-size: 40px
}

/* lamanie za dlugich slow, linkow itd. */
.content-opisy {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -moz-hyphens: auto;
            hyphens: auto;
}