a.lang-text {
    padding: 0 15px;
    text-transform: uppercase;
}
a.lang-text.active {
    text-decoration: underline;
}
.offer-slider-right .slick-prev, .offer-slider-right .slick-next {
    padding: 10px;
    bottom: -70px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.offer-slider-right .slick-prev:hover, .offer-slider-right .slick-next:hover {
    background: #4C697B !important;
}

.offer-slider-right .offer-card-wrapper {
    margin: 0;
    margin-left: 15px;
}
.offer-contant p {
    margin: 0;
}
.ui-datepicker .ui-datepicker-title select {
    line-height: 26px;
}
.nav-utility i, .nav-utility em {
    font-size: 24px;
}
.dlphone {
    font-size: 20px;
}
.play-button {
    display: none;
}
.image-bg .breadcrumb li a, .breadcrumb-2 > li + li:before, .image-bg .breadcrumb li.active {
    color: #000;
    opacity: 1;
}
/* textarea.uwagitextarea {
    padding: 13px 0 0 20px;
    min-height: 50px;
    line-height: 24px;
} */
.menu li {
    display: list-item;
}
.menu>li>ul li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 15px !important;
    text-transform: none;
    text-align: center;
}
.wybor-glass {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.bg-cover {
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.right {
    right: 0;
}
.wybor-glass:hover .bg-cover:after {
    opacity: 1;
}
.bg-cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b3535;
    opacity: 0;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    mix-blend-mode: hard-light;
}
.wybor-content-container {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 25%;
}
.logobg {
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding: 0 30px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    width: 200px;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.wybor-glass:hover .wybor-content {
    max-height: 400px;
    opacity: 1;
}
.wybor-content {
    color: #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease, opacity 1s ease;
    -webkit-transition: max-height 1s ease, opacity 1s ease;
    -moz-transition: max-height 1s ease, opacity 1s ease;
    -ms-transition: max-height 1s ease, opacity 1s ease;
    -o-transition: max-height 1s ease, opacity 1s ease;
    transition-delay: 0;
}
.wybor-header {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.bg-cover.left {
    border-right: 1px solid rgba(255, 255, 255, .5);
    left: 0;
}


.img-vid-info li {
    text-align: left !important;
    font-weight: 400;
}
.centeredlogo_2 li a, .centeredlogo_2 span:not(.notranslate), .centeredlogo_2 em, .centeredlogo_2 i, .centeredlogo_2 a {
    color: #fff;
}
.lang-menu a {
    color: #000;
}
a.btn.btn-sm.room-book-btn-background.btn-top {
    line-height: 28px;
    border-color: #fff;
    color: #fff;
}
.module {
    padding: 10px 15px 0 15px;
}
.mrphonetop {
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
.sub {
    font-size: 13px;
    /* letter-spacing: 3px; */
    float: left;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu li a {
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    letter-spacing: 1px;
}
.featured-info {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}
.nav-utility {
    border: none;
}
#back-top {
    background-color: #4F6D7F !important;
    }
.icon-img {
    max-height: 40px;
}
#offer-popup {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #2b3535;
    padding: 14px 7px;
    color: #ffffff;
    z-index: 101;
    animation: slideIn 0.5s ease-in-out;
    -webkit-animation: slideIn 0.5s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateY(200%) translateX(-50%);
    -webkit-transform: translateY(200%) translateX(-50%);
    -moz-transform: translateY(200%) translateX(-50%);
    -ms-transform: translateY(200%) translateX(-50%);
    -o-transform: translateY(200%) translateX(-50%);
}
  to {
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
  }
}




  .place-name {
      font-weight: bold;
      font-size: 24px;
  }
  .p120 {
      padding: 120px 0 60px 0 !important;
  }
  .p20 {
      padding: 20px 5px;
  }
  .mb15 {
      margin-bottom: 15px;
  }
  .gray-border {
      border: 1px solid #d4ae6f;
     }
 
  .green {
      color: #7e7e7e !important;
  }
  .orange {
      color: #ffa500 !important;
  }
  .red {
      color: #ff0000 !important;
  }


  .logo-small {
      max-width: 115px;
  }
  .m0 {
      margin: 0 !important;
  }
  .offer-container {
      cursor: pointer;
      background: #fff;
      border-radius: 3px;
     }
  .offer-content {
      display: none;
      opacity: 0;
      margin-top: 50px;
      padding: 0 30px;
  }

  .rotated {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
  }
  .fullwidth {
      max-width: none;
  }
  .slider-for .slick-dots li {
      width: auto;
      height: auto;
      display: block;
      border: 4px solid #d3d3d3 !important;
      margin: 15px;
  }
  .slider-for .slick-dots li.slick-active {
      border-color: #000 !important;
  }
  .slider-for .slick-slide img {
      display: inline-block;
  }
  .slider-for .slick-dots {
      right: 0;
      top: 0;
      bottom: auto;
      width: auto;
  }
  .slider-for {
      text-align: center;
      margin-bottom: 50px;
  }
  .contact-info {
      font-weight: 400;
      color: #757575;
  }
  .contact-info strong {
      text-transform: uppercase;
      font-size: 16px;
      color: #000;
  }
  .contact-info a {
      font-weight: bold;
      color: #000;
  }
  .logo-bar .contact-info a {
      color: #fff;
  }
  .contact-info p {
      margin-bottom: 11px;
  }
  input[type="text"], input[type="password"], input[type="email"] {
      background: #fff;
      border: 1px solid #d5d5d5;
      width: 100%;
      height: 50px;
      padding-left: 20px;
      font-weight: 500;
      margin-bottom: 24px;
      border-radius: 0;
  }
  textarea {
      background: #fff;
      border: 1px solid #d5d5d5;
      margin-bottom: 19px;
  }
  button[type=submit] {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      transition: background-color .3s linear;
      -webkit-transition: background-color .3s linear;
      -moz-transition: background-color .3s linear;
      -ms-transition: background-color .3s linear;
      -o-transition: background-color .3s linear;
  }
  button[type=submit]:hover {
      background-color: #7e7e7e;
  }
  ::-webkit-input-placeholder {
      font-weight: 400;
      letter-spacing: 1px;
      color: #757575;
      font-size: 13px;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
    }
    :-moz-placeholder {
      font-weight: 400;
      letter-spacing: 1px;
      color: #757575;
      font-size: 13px;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
    }
    ::-moz-placeholder {
      font-weight: 400;
      letter-spacing: 1px;
      color: #757575;
      font-size: 13px;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
    }
    :-ms-input-placeholder {
      font-weight: 400;
      letter-spacing: 1px;
      color: #757575;
      font-size: 13px;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
    }
    .white-overlay {
          width: 100%;
          height: 100%;
          z-index: 10000;
          content: '';
          position: fixed;
          top: 0;
          left: 0;
          background-color: rgba(255, 255, 255, 0.85);
          display: none;
    }
     .centeredlogo_2 .layer-logo {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }

    @media (min-width: 992px) {
        .menu ul {
            background: 0 0 !important;
            padding: 10px 0 0 !important;
        }
        .nav_li_hover_elementcolor {
            transition: background 0.3s, color 0.3s ease;
            -webkit-transition: background 0.3s, color 0.3s ease;
            -moz-transition: background 0.3s, color 0.3s ease;
            -ms-transition: background 0.3s, color 0.3s ease;
            -o-transition: background 0.3s, color 0.3s ease;
}
        .menu li.has-dropdown>ul>li::after {
            content: '';
            display: block;
            position: relative;
            bottom: -.5px;
            width: 80%;
            height: 1px;
            margin: auto;
            background-color: #e8e8e8;
        }
        .menu li.has-dropdown>ul>li:last-child::after {
            display: none
        }
        .menu ul li {
            background: #2b3535 !important;
        }
        .menu>li.has-dropdown>ul>li:first-child::before {
            content: '';
            display: block;
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -6px;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #2b3535;
            border-left: 6px solid transparent;
        }
        .menu li.has-dropdown>ul>li::after {
            content: '';
            display: block;
            position: relative;
            bottom: -.5px;
            width: 80%;
            height: 1px;
            margin: auto;
            background-color: #2b3535;
        }
        .fixed [class*=col-], .outOfSight [class*=col-], .scrolled [class*=col-] {
            width: auto!important;
        }
        .has-dropdown {
            padding-right: 0;
        }
        .centeredlogo_2 .menu li.has-dropdown > ul {
            background: none;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
    } 
    .centeredlogo_2::after {
        transition: height .2s linear;
        -webkit-transition: height .2s linear;
        -moz-transition: height .2s linear;
        -ms-transition: height .2s linear;
        -o-transition: height .2s linear;
    }
    .outOfSight .featured-info, .fixed .featured-info, .scrolled .featured-info,
    .outOfSight.centeredlogo_2::after, .fixed.centeredlogo_2::after, .scrolled.centeredlogo_2::after {
        height: 0 !important;
    }
    .centeredlogo_2::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 250px;
        background: linear-gradient(to bottom,rgba(0,0,0,0.65),transparent);
    }

    li.shadow {
        position: absolute!important;
        width: 100%!important;
        height: calc(100% - 10px);
        box-shadow: 1.4px 1.4px 12px 0 rgba(0,0,0,.1);
        background: 0 0!important;
        border: none!important;
        top: 10px!important;
    }
}

  @media all and (min-width: 991px) and (max-width: 1100px) {
      .menu li a {
          font-size: 14px !important;
      }
  }
  @media all and (max-width: 991px) {
    .mdleft {
        float: left !important;
    }
    .fixed .pull-right, .outOfSight .pull-right, .scrolled .pull-right {
        float: left !important;
    }
    .centeredlogo_2 .layer-logo {
        height: 45px;
        margin-top: 0;
    }
      .fullwidth {
          max-width: 100%;
      }
      .slider-for .slick-dots {
          position: relative;
      }
      .slider-for .slick-dots li {
          display: inline-block;
      }
      .parameters-name {
          margin: 0 5px 0 0;
      }
      .place-price {
          font-weight: bold;
          font-size: 22px;
      }
  }
  @media all and (min-width: 769px) {
      .text-sm-right {
          text-align: right;
      }
      .sm-flex-centered {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .sm-flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
      }
  }

  @media all and (max-width: 768px) {
    
    [for^=zgoda_na_przetwarzanie_danych_osobowych] {
        margin-bottom: 24px;
    }
    [for^=zgoda_na_przetwarzanie_danych_osobowych] * {
        text-align: left;
        font-size: 13px !important;
    }
    [id^=recaptcha] {
        margin-left: -26px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
}

      .sm-iblock {
          display: inline-block;
      }
      .text-xs-center {
          text-align: center;
      }
  }

.runvideo {
    cursor: pointer;
}
.sound-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 101;
}
.sound-icon img {
    width: 50px;
    height: 50px
}

.poverimage h2, .poverimage p {
    background: #ffffffab;
    width: fit-content;
    padding: 5px 10px 2px;
    border-radius: 2px;
    color: #000;
}
.poverimage p {
    margin-bottom: 10px;
    font-weight: 400;
}
.poverimage span {
    color: #000;
    font-weight: 400;
}
footer .site-btn em {
    color: #fff !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.btn, .shifted-content, .shifted-image, .nocrop, input[type="text"], input[type="password"], input[type="email"], textarea, button[type=submit], .slick-list, #back-top, #back-top a, .map-iframe iframe {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}
.shifted-content .btn {
border-color: #2b3535;
}
.shifted-content .btn a {
    color: #2b3535;
}

.shifted-content h2 {color: #4F6D7F;}
.shifted-content p, .shifted-content li, .shifted-content li p, .shifted-content a {
    color: #000;
}
.shifted-content a:hover {
    text-decoration: underline;
}

.shifted-content .btn:hover {
border-color: #233266;
}
.shifted-content .btn:hover {
background: #2b3535 !important;
}
.shifted-content .btn:hover a {
color: #ffffff !important;
}
.btn {
    line-height: 38px;
}
#back-top {
    z-index: 1000;
}
.blue-theme {
    background: #233266;
}
.case-slider:before, .case-slider2:before {
    background: #2b3535;
}
.filters li.active {
    border-color: #2b3535;
}
.filters li {
    color: #2b3535;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 0px;
}
section.projectsx {
    padding-bottom: 4em;
    margin-bottom: -4em;
}

.Phone {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 100px;
    font-size: 80px;
    background-color: #869CA9;
    border-radius: 50px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 0 rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.Phone::after,.Phone::before {
    position: absolute;
    content: ""
}

.Phone::before {
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(0);
    transform: translate3d(0,0,0) scale(0);
    -moz-transform: translate3d(0,0,0) scale(0);
    -ms-transform: translate3d(0,0,0) scale(0);
    -o-transform: translate3d(0,0,0) scale(0);
}

.Phone::after {
    top: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.Phone.is-animating {
    -webkit-animation: phone-outer 3s infinite;
    animation: phone-outer 3s infinite
}

.Phone.is-animating::before {
    -webkit-animation: phone-inner 3s infinite;
    animation: phone-inner 3s infinite
}

.Phone.is-animating::after {
    -webkit-animation: phone-icon 3s infinite;
    animation: phone-icon 3s infinite
}

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        box-shadow: 0 0 0 0 rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2)
    }

    33.3333% {
        -webkit-transform: translate3d(0,0,0) scale(1.1);
        transform: translate3d(0,0,0) scale(1.1);
        box-shadow: 0 0 0 0 rgba(0,128,0,.1),0 5px 10px rgba(0,0,0,.5)
    }

    66.6666% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        box-shadow: 0 0 0 .5em rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        box-shadow: 0 0 0 0 rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2)
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        box-shadow: 0 0 0 0 rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2)
    }

    33.3333% {
        -webkit-transform: translate3d(0,0,0) scale(1.1);
        transform: translate3d(0,0,0) scale(1.1);
        box-shadow: 0 0 0 0 rgba(0,128,0,.1),0 5px 10px rgba(0,0,0,.5)
    }

    66.6666% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        box-shadow: 0 0 0 .5em rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
        box-shadow: 0 0 0 0 rgba(0,128,0,0),0 5px 10px rgba(0,0,0,.2)
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0)
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(.9);
        transform: translate3d(0,0,0) scale(.9)
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0)
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0)
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(.9);
        transform: translate3d(0,0,0) scale(.9)
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0)
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    2% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    4% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    6% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    8% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    10% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    12% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    14% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    16% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    18% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    20% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    22% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    24% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    26% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    28% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    30% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    32% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    34% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    36% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    38% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    40% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    42% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    44% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    46% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    2% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    4% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    6% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    8% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    10% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    12% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    14% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    16% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    18% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    20% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    22% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    24% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    26% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    28% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    30% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    32% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    34% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    36% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    38% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    40% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    42% {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0)
    }

    44% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    46% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.href-layer:hover {
    cursor: default
}

.editorialtop {
    position: relative;
    z-index: 100;
}
.editorial {
    display: block;
    width: 100%;
    height: 5em;
    max-height: 100vh;
    margin: 0;
}
.waves>use {
    animation: move-forever 24s linear infinite
}
.waves>use:nth-child(1) {
    animation-delay: -2s;
}
.waves>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 8s;
}
.waves>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 5s;
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0)
    }

    100% {
        transform: translate(85px, 0)
    }
}

.color-primary {
    color: #2b3535 !important;
}
.icon {
    font-size: 3rem;
    color: #2b3535;
}
input[type="text"], input[type="password"], input[type="email"] {
    border-color: #ccc;
}
.bg-primary.footer-2 {
    background: #264253 !important;
    }
.pswp__img {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.offer-card a:not(.offer-link, .slide-title a, .controls a) {
    float: left;
}
.offer-link {
    display: block !important;
}
.accordion-2.accordion .title:before {
    content: "\e622";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.accordion-2.accordion .title:before {
    content: "\e61a";
    padding-right: 10px;
    font-size: 14px;
}
.accordion-2.accordion .title:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.accordion-2.accordion .title.active:before {
    content: "\e622";
}
.accordion-2.accordion .title {
    border-bottom: none;
}
.accordion-2.accordion > li:not(li.faq-li:first-child) .title {
    border-top: 1px solid #ccc;
}
.site-btn {
    background: #4F6D7F !important;
    text-shadow: none;
    display: inline-block;
    padding: 12px 37px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;
    opacity: 1;
}
.accordion-2.accordion .title {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logoand3cols .second-logo-footer {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}
.sub-heading {
    color: #fff;
}
.video-slider {
    max-height: 100vh;
}
.kamera-launcher {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
.video-slider .v-align-transform2 {
    position: absolute !important;
    top: 95% !important;
    transform: translate3d(0, -95%, 0) !important;
    -webkit-transform: translate3d(0, -95%, 0) !important;
    -moz-transform: translate3d(0, -95%, 0) !important;
    -ms-transform: translate3d(0, -95%, 0) !important;
    -o-transform: translate3d(0, -95%, 0) !important;
    width: 100%;
    z-index: 0 !important;
}
.atr-s .video-slider .v-align-transform2 {
    top: calc(95% - 4em) !important;
}
.atr-s .video-slider .v-align-transform2.top {
    top: 300px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.viewcam {
    width:100%;
    float:left;
    margin-bottom:-155px;
    margin-top:-50px;
    border:0;
}

.kN {
    transform: rotate(0deg);
}
.kNNE {
    transform: rotate(23deg);
}
.kNE {
    transform: rotate(45deg);
}
.kENE {
    transform: rotate(67deg);
}
.kE {
    transform: rotate(90deg);
}
.kESE {
    transform: rotate(112deg);
}
.kSE {
    transform: rotate(135deg);
}
.kSSE {
    transform: rotate(157deg);
}
.kS {
    transform: rotate(180deg);
}
.kSSW {
    transform: rotate(202deg);
}
.kSW {
    transform: rotate(225deg);
}
.kWSW {
    transform: rotate(247deg);
}
.kW {
    transform: rotate(270deg);
}
.kWNW {
    transform: rotate(292deg);
}
.kNW {
    transform: rotate(315deg);
}
.kNNW {
    transform: rotate(337deg);
}
.accordion .content p {
    padding: 0 15px;
}
.ankieta_btn {
    background: #575756;
    font-size: 24px;
    color: #fff;
    text-transform: none;
    border: none;
    line-height: 40px;
    letter-spacing: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    padding: 15px 30px;
    display: inline-block;
}
.ankieta_btn:focus {
    color: #fff;
}
.ankieta_btn:hover {
    background: #888;
    color: #fff;
}
.ankieta_btn img {
    height: 40px;
    margin-right: 15px;
    -webkit-filter: brightness(100);
            filter: brightness(100);
}
.ml10 {
    margin-left: 10px;
}
.covid-wrapper {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    letter-spacing: 0;
    transition: all 0.5s linear;
    opacity: 0;
  }
  .showall .covid-wrapper {
    opacity: 1;
  }
  .covid-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
  }
  .showall .covid-icon {
    width: 80px;
    height: 80px;
  }
  .covid-icon img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 53%;
    width: 60%;
  }
  .covid-icon-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .covid-text {
      line-height: 18px;
      letter-spacing: -0.02em;
  }
  .covid-image {
      max-width: 200px;
  }
  .covid-counter {
      position: absolute;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      text-align: center;
      font-weight: bold;
      color: #fff;
      top: 10px;
      left: 10px;
      line-height: 22px;
      background-color: #e63f36;
      opacity: 1;
      transition: 0.5s linear all;
      z-index: 3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: 0.5s linear all;
      -moz-transition: 0.5s linear all;
      -ms-transition: 0.5s linear all;
      -o-transition: 0.5s linear all;
  }
  .small .covid-counter {
      top: 0;
      left: 0;
  }
  .covid-info {
    background-color: #fff;
    color: #575756;
    border-top: 6px #575756 solid;
    box-shadow: 0 3px 12px rgba(0,0,0,0.5);
    width: 232px;
    padding: 16px;
    border-radius: 8px;
    vertical-align: middle;
    margin-top: 20px;
    transition: 600ms ease-in-out;
    font-size: 16px;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -ms-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
  .covid-slider {
    position: absolute;
    bottom: 60px;
    left: 95px;
    height: 0;
    transition: 600ms ease-in-out;
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -ms-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
  }
  .covid-name {
    font-weight: bold;
    font-size: 18px;
    color: #575756;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .covid-link {
    color: #575756;
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: bold;
  }
  .covid-close {
    background-color: #fff;
  padding: 10px 7px;
  position: absolute;
  top: -30px;
  border-radius: 8px;
  cursor: pointer;
  transition: visibility .5s linear,opacity .5s linear;
  line-height: 12px;
  font-size: 30px;
  font-weight: 700;
  color: #575756;
  right: -20px;
  visibility: hidden;
  opacity: 0;
  border: 5px solid #575756;
  z-index: 1000;
  }
  .showall .covid-close {
    opacity: 1;
    visibility: visible;
  }
  .show_always {
      display: block !important;
  }
.mw75 {
    max-width: 75%;
}
.cennik_szukaj {
    background: #fff !important;
    border: 1px solid #5F5E5C;
    color: #212121;
    font-weight: 400;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    min-width: 300px;
    outline: none;
}
.szukaj_btn {
    width: 145px;
    background: #575756;
    font-weight: lighter;
    font-size: 17px;
    color: #fff;
    text-transform: none;
    border: none;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    height: 38px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.szukaj_btn:hover {
    background: #888;
}
.szukaj_btn span {
    font-weight: 700;
}
input[type=search]:focus::-webkit-input-placeholder { color:transparent; }
input[type=search]:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input[type=search]:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input[type=search]:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.res-btn {
    padding: 3px 7px;
    background: #008000;
}
.nfz-logo-footer {
    width: 100px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.top-bar-icon a:hover .fa-facebook-square {
    background-color: #1977f2 !important;
}
.fa-facebook-square {
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
/* .contact-info * {
    color: #fff;
} */
.topresbtn {
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #008000;
    padding: 0 15px;
    margin-right: 2%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.topresbtn:hover {
    background: #01b801;
    color: #fff;
}
.resbtn.btn-default {
    background: #008000;
}
/* .offer-grid-gapless .offer-container.hasimage:hover .offer-text {
    background: none !important;
} */
.offer-grid-gapless .offer-container.hasimage:hover .hover-image {
    opacity: 1;
}
.offer-grid-gapless .offer-container .offer-text {
    z-index: 3;
    padding: 0;
}
.hover-image {
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}
.offer-grid-gapless .href-layer {
    z-index: 4;
}
.breadcrumbs-header {
    text-shadow: 2px 2px 4px #000000;
}
a.btn:not(.btn):visited {
    color: #000;
}
.footer-2 {
    background-color: #2b3535;
    /* background-image: radial-gradient(circle, #575756 0%, #242424 100%); */
}
/* .logoand3cols .second-logo-footer {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
} */
.p-name {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: #000000 1px 2px 4px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.2;
    padding: 15px;
}
.low-op {
    opacity: .5;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
}
.box-url {
    display: block;
}
.box-url:hover .low-op {
    opacity: 1;
}
.box-url img {
    min-height: 170px;
    padding: 15px;
}
.bg-black {
    background: #000;
}
.bg-grey {
    background: #575756;
}
.contact-content td {
    border-bottom: 1px solid #efefef;
    padding: 20px 10px;
}
.contact-content em {
    color: #2b3535;
    font-size: 36px;
}
.cennik2 .title:before {
    display: none;
}
.cennik2 .expander {
    float: right;
}
.cennik2 .show-menu {
    display: none;
}
.cennik2 .hide-menu {
    display: block;
}
.cennik2 .accordion .content {
    display: block;
}
.cennik2 .active .show-menu {
    display: block;
}
.cennik2 .active .hide-menu {
    display: none;
}
.offer-text h2 {
    color: #fff;
    font-weight: 400;
    z-index: 2;
    padding: 15px;
    text-shadow: #000000 1px 2px 4px;
}
.offer-text p {
    color: #fff;
    font-weight: 400;
    z-index: 2;
    padding: 0 15px 15px;
    text-shadow: #000000 1px 2px 4px;
    font-size: 20px;
}
.m15 {
    margin: 15px;
}
.mb30 {
    margin-bottom: 30px;
}
.side-info {
    padding: 30px;
    background: #575756;
}
.side-info p {
    margin-bottom: 15px;
}
.side-info * {
    color: #fff;
}
.page-content .side-info a {
    color: #fff;
}
.wb {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.rejestracja-content {
    margin-bottom: 15px;
}

label[for=file-upload] {
    cursor: pointer;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}
input[type=file] {
    display: none;
}
.box {
    height: 100%;
    min-height: 130px;
    border: 2px dashed #ccc;
    transition: border .25s ease-in-out;
    -webkit-transition: border .25s ease-in-out;
    -moz-transition: border .25s ease-in-out;
    -ms-transition: border .25s ease-in-out;
    -o-transition: border .25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
body.dragging .box::before {
    content: "Upuść plik tutaj";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    background-color: #ffff00;
    pointer-events: none;
    text-align: center;
    font-weight: bold;
}

button[type=submit] {
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    background: #4f6d7f;
    font-size: 16px;
    border: none;
}
button[type=submit]:hover {
    background-color: #264253;
}

.main-menu.v4 .aparentselected>ul, .main-menu.v4 li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
a.btn.btn-lg.reservation-btn:not(.flex-a) {
    line-height: 48px;
}
.cimg {
    max-width: 280px;
    padding: 0 15px;
}
.flex-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    line-height: 20px;
}
.m5 {
    margin: 5px;
}
.m5 a {
    margin: 0 !important;
}
a.btn.btn-lg.reservation-btn {
    margin: 10px 0 30px 0;
    background: #b4162f;
    color: #fff;
    font-size: 18px;
}
.read-more-repertuar {
    width: 100%;
}
.read-more-repertuar a.btn.btn-lg.reservation-btn {
    margin: 0;
    height: auto;
    white-space: normal;
    min-height: 44px;
    line-height: 42px;
    min-width: 0;
    font-weight: normal;

}
.read-more-repertuar a.btn.btn-default {
    margin: 0;
    float: right;
}

.lh14 {
    line-height: 1.4;
}
.news_home-noimg, .wazne {
    background-size: cover;
    border: 1px solid #e0e0e0;
}
.main-menu.v4>li ul {
    width: 200px;
    padding: 8px 0;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    visibility: hidden;
    background: #fff;
}
.main-menu.v4 > li > ul li a {
    font-size: 16px;
    text-align: left;
    padding: 6px 24px;
    display: block;
    font-weight: 400;
}
.main-menu.v4 ul > li ul > .has-dropdown:after {
    top: 5px;
    right: 24px;
    content: "\e649";
}
.main-menu.v4 ul li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.main-menu.v4 ul li {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.main-menu.v4 ul li:hover {
    background: #888;
    color: #fff;
}
.main-menu.v4 > li:after {
    display: none;
}
.main-menu.v4 ul li:hover > a {
    color: #fff;
}
.main-menu.v4 ul li:after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    right: 10px !important;
}
.main-menu.v4 ul li:after {
    color: #000;
}
.main-menu.v4 ul li.has-dropdown:after {
    content: "\e649";
}
.main-menu.v4 ul li:hover:after {
    color: #fff;
}
.main-menu.v4 ul li > ul {
    left: 100%;
    top: 0;
}
.main-menu.v4 ul li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}

.main-menu.v4 > li ul {
    padding: 15px 0;
    width: auto;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.main-menu.v4 li:hover > ul {
    min-width: calc(100% / 7);
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

.hover-desc-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100% - 30px);
}
.hover-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    background: rgb(22 22 21 / 0.75);
}
.hover-desc-container:hover .hover-desc {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.park {
    position: absolute;
    left: 45px;
    bottom: -17px;
    color: #fff;
    z-index: 10;
    padding: 5px 15px;
    font-weight: bold;
    background: #002d12;
}
[aria-label][class*=cooltipz], [aria-label][data-cooltipz-dir] {
    position: absolute;
}
[aria-label][class*=cooltipz]:after, [aria-label][data-cooltipz-dir]:after {
    font-size: 12px;
}
[aria-label][data-cooltipz-dir][data-cooltipz-dir=bottom]:before {
    border-bottom-color: #002d12;
}
[aria-label][class*=cooltipz]:after, [aria-label][data-cooltipz-dir]:after {
    background-color: #002d12;
    border: var(--cooltipz-border-width,0) var(--cooltipz-border-style,solid) #002d12;
}
.hide-pseudo:before, .hide-pseudo:after {
    display: none;
}
.image-home-news {
    overflow: hidden;
    position: relative;
}
.image-home-news img {
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.image-home-news img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.date-field {
    padding: 13px 0 13px 15px;
    font-size: 15px;
    width: 160px;
    float: left;
}

.position-initial {
    position: initial !important;
}
.display-none {
    display:none;
}
.fsmall {
    font-size: 12px;
}

.date-input {
    width: calc(100% - 160px);
    float: left;
}

.date-input input {
    padding-right: 15px;
}

.display-contents {
    display: contents;
}

.legenda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.legenda span {
    margin-bottom: 20px;
}

#dotyczy {
    -moz-appearance: menulist !important;-webkit-appearance: menulist !important;-o-appearance: menulist !important;
}
.js-marquee a {
    color: #fff;
}
.js-marquee a:hover {
    color: #72cbff;
}
.mb3 {
    margin-bottom: 3px
}
.mr10 {
    margin-right: 10px;
}

.ml5p {
    margin-left: 5%;
    /* margin-right: 32%; */
}
.mr5p {
    margin-right: 5%;
}

.pagep0 {
    padding: 0;
}


footer table tbody tr:nth-child(even) {
    background: #01285f;
}

footer table {
    width: 100%;
}
.bg5b5e61 {
    background: #5b5e61;
}

.flex-simple-always {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flexrow > .flexcell {
  display: flex;
  flex-direction: column;
}

.bl15 {
    border-left: 15px solid #dedede;
}
.br15 {
    border-right: 15px solid #dedede;
}

strong {
    font-weight: 600;
}

.repertuar-content p,.repertuar-date-place p {
    margin: 0
}

.repertuar-prev-day::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
    font-size: 18px;
    transition: all .5s ease;
    font-weight: 700;
    color: #fff;
    float: left;
    padding-left: 15px
}

.repertuar-next-day::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 18px;
    transition: all .5s ease;
    font-weight: 700;
    color: #fff;
    float: right;
    padding-right: 15px
}

.repertuar-prev-day {
    background: #525252;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 35px;
    cursor: pointer;
    border: 1px solid #525252
}

.repertuar-next-day {
    background: #525252;
    color: #fff;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 35px;
    cursor: pointer;
    border: 1px solid #525252
}

.repertuar-current-day {
    color: #000;
    text-align: center;
    line-height: 35px;
    border: 1px solid #525252
}

.repertuar-content {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}

.repertuar-content *,.repertuar-content .news-title {
    color: #000
}

.repertuar-date-place {
    background: #525252;
    color: #fff;
    padding: 0 10px
}
.repertuar-date-place * {
    color: #fff;
}

.repertuar-time {
    background: #b4162f;
    color: #fff
}

.p15 {
    padding: 15px
}

.day-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8%!important;
    text-align: center;
    font-size: 15px!important;
    border: 1px solid #cfcfcf;
    line-height: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
    min-width: 31px;
    min-height: 42px
}

.day-cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px
}

.repertuar-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.saturday,.sunday {
    color: #adadad
}

.sunday {
    background: #f3f3f3
}

.day-number {
    color: #000;
    font-weight: 400
}

.day-name {
    font-weight: 400
}

.today {
    background: #525252;
    border-color: #525252
}

.today * {
    color: #fff
}

.found {
    background: #b4162f;
    border-color: #b4162f
}

.found * {
    color: #fff
}

.repertuar-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.repertuar-next-month,.repertuar-prev-month {
    font-size: 30px;
    cursor: pointer;
    padding: 10px 15px;
}

.month-name {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.repertuar-icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.repertuar-details {
  display: block;
  padding-left: 20px;
  font-size: 14px;
}
.repertuar-details-wydarzenie {
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.repertuar-icon-wydarzenie {
    top: 4px;
}
.pbpt10 {
    padding-top: 10px;
    padding-bottom: 10px;
}


.border-bottom {
    border-bottom: 1px solid #00000017;
    margin-bottom: 15px;
}

td p {
    margin-bottom: 0;
}
.mh120 {
    min-height: 120px;
}
input[type=radio].ankieta, input[type=checkbox].ankieta {
        margin: 4px 4px 0 0;
        vertical-align: top;
}
label.ankieta {
        display: inline-block;
        margin: 0 0 0 -25px;
        padding-left: 25px;
}
.newsdate {
    color: #000000;
    display: inline-block;
    width: 100%;
}
/* .news-desc {
    width: calc(100% - 170px);
    float: left;
} */
.header2-2 {
    color: #000000;
}
.boksy a {
    color: #fff;
}
.custom-4952 .container {
    padding-bottom: 5px;
    padding-top: 5px;
}
.underline-a a {
    text-decoration: underline;
}
.page-content a, .page-content a:visited, .page-content a:focus, .page-content a:active, .page-content a:hover, .page-link-content a, .page-link-content a:visited, .page-link-content a:focus, .page-link-content a:active, .page-link-content a:hover, .content-link, .content-link:visited, .content-link:focus, .content-link:active, .content-link:hover { text-decoration: none; outline: none; }

.page-content a { font-weight: 400; color: #1d4b9e; }

.page-content a, .page-link-content a, .content-link {
  position: relative;
}
.page-content a:not(.nopseudo)::before, .page-content a:not(.nopseudo)::after, .page-link-content a:not(.nopseudo)::before, .page-link-content a:not(.nopseudo)::after, .content-link:not(.nopseudo)::before, .content-link:not(.nopseudo)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #1d4b9e;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.content-link-light::after, .content-link-light::before {
  background: #fff;
}
.page-link-footer a:not(.nopseudo)::before, .page-link-footer a:not(.nopseudo)::after {
  background: #fff;
}
.page-content a:not(.nopseudo)::before, .page-link-content a:not(.nopseudo)::before, .content-link:not(.nopseudo)::before {
  transform: scaleX(0);
  transform-origin: left;
}
.page-content a:not(.nopseudo)::after, .page-link-content a:not(.nopseudo)::after, .content-link:not(.nopseudo)::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.page-content a:hover::before, .page-link-content a:hover::before, .content-link:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.page-content a:hover::after, .page-link-content a:hover::after, .content-link:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}

.page-content a:visited { color: #7100ff; }

.logocenter:hover, .logocenter:visited, .logocenter:focus, .logocenter:active {
    color: #000;
}

.colorwhite {
    color: #fff;
}

.underlineanim {
  text-decoration: none;
    background-image: linear-gradient(0deg, rgba(0,122,255,1) 0%, rgba(0,122,255,1) 100%);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}
.underlineanimwhite {
    background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}
.underlineanim:hover {
  background-size: 100% 1px;
}

.booklet__price-hld.white>.price {
    padding-top: 16px;
    padding-bottom: 16px!important;
    border-bottom: none;
    color: #fff;
    font-weight: 400;
}
.booklet2 {
    text-decoration: none;
}
.wazne-slider .booklet__title span {
     font-size: 16px; 
}
.wazne-slider .booklet__img-hld {
    height: 330px;
}
.booklet__img.wazne {
    background-position: center center !important;
    background-color: #fff;
    height: 330px;
}
.image-bg .wazne-s .slick-arrow {
    color: #5f5e5c;
}
.wazne-bg {
    padding-top: 20px;
    padding-bottom: 20px;
}
#back-top {
    bottom: 20px;
}
.fixed-section {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.marquee {
  border: none !important;
  background: #2f2f2f;
}
.marquee p {
  color: #fff;
  font-weight: 400;
}
p {font-family: "Open Sans", sans-serif; font-weight: 400;margin-bottom: 24px;margin-top: 0;padding: 0;font-size: 16px;color: #000;}
.logoname {
        font-size: 2em;
        font-weight: 400;
        line-height: 1.1em;
        padding: 25px;
        vertical-align: -webkit-baseline-middle;
        color: #073d5e;
}

.flex-pauseplay {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.play-btn {
    display: none;
}
.play-control {
        position: absolute;
        z-index: 10;
        font-size: 36px;
        cursor: pointer;
        color: #fff;
        background: rgb(0 0 0 / 0.7);
        padding: 5px;
        left: 10px;
        top: 10px;
}
.logo-carousel2 span {
    line-height: 1em !important;
}
.menu_b a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -ms-flex-align: center;
                        align-items: center;
        margin-top: 15px;
}
.mobile-menu .menu li a {
padding: 10px 15px !important;
line-height: 1em;
font-weight: 700;
margin-bottom: 10px;
}
.menu_b-icon {
    width: 35px;
    margin-right: 10px;
    position: absolute;
}
.menu_b-name {
    display: inline-block;
    padding-left: 45px;
    font-weight: 700;
}
.dropdown:hover .dropdown-menu{
        display: block;
}
.dropdown-menu{
        margin-top: 0;
}
.first-heading > a:hover, .main-menu a.active, .first-heading.open > a {
            color: #fff;
        }
.menu-item-title::after {
    display: none;
}
.menu-item-title.active {
    padding-left: 5px !important;
}
.dropdown-menu:not(.lang-menu) > li > a:hover, .dropdown-menu:not(.lang-menu) > li > a:focus {
    background: #ececec;
    color: #fff;
    padding-left: 5px !important;
}
.logo-carousel2 img {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.logo-carousel2 img:hover {
    box-shadow: 0 0 10px 0 #9ac5ff;
}
.slick-track {
        margin: 0 auto;
}
.logoposter {
    background-position: 50% 35% !important;
    background-size: 50% !important;
    background-color: #f9f9f9;
}
.read-more {
    font-size: 18px;
    line-height: 18px;
    background: #5f5e5c;
    float: right;
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.read-more a:hover {
    background: #888;
    color: #fff;
    border-color: #2f2f2f;
}
.read-more a {
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    color: #000;
    background-color: #fff;
    border: 1px solid #000000;
    text-align: center;
}
.read-more-bottom {
    position: absolute;
    bottom: 0;
    right: 15px;
    bottom: 15px;
}
.shadowed {
    box-shadow: 0px 0px 8px #00000017;
    margin-bottom: 15px;
}
.news-header, .wazne-header {
    background-color: #f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px;
}
.wazne.border {
    border: 1px solid #ddd;
}
.hover-up {
        box-shadow: 0 0 10px 0 rgba(10, 10, 10, .2);
        margin-bottom: 25px;
        display: inline-block;
        transition: transform .25s linear, box-shadow .25s linear;
        -webkit-transition: transform .25s linear, box-shadow .25s linear;
        -moz-transition: transform .25s linear, box-shadow .25s linear;
        -ms-transition: transform .25s linear, box-shadow .25s linear;
        -o-transition: transform .25s linear, box-shadow .25s linear;
}
.hover-up:hover {
        transform: translateY(-10px);
        box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
}
.wybor-glass {
    height: 100vh;
}

.animated-captions .animate {
    padding: 0 30px;
}
.flex-direction-nav a.flex-next {
        /* right: 55px; */
}
.has-dropdown.desktop a:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        color: #fff;
        font-size: 14px;
        content: "\e64b";
        font-family: 'themify';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
.has-dropdown.desktop:after {
    display: none;
}
.btn:visited {
    color: #fff;
}
.news-title:hover {
    color: #2f2f2f;
}
.news-titlept30 {
    padding-top:  30px;
}
.grey {
    color: #6e6e6e;
}
.boksy li {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    background: #000;
}
/*.boks-tytul {
    position: absolute;
    top: 50%;
    left: 15px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-bottom: 5px solid #000;
    padding-bottom: 5px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}*/
.boks-tytul {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-bottom: 5px;
    background: #d9d9d9;
    padding: 5px 10px;
}
.boksy img {
    opacity: 0.5;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
}
.boksy a:hover img {
    opacity: 1;
}
.menu-indicator {
    line-height: 55px;
    color: #fff;
}
.ti-menu {
    font-size: 28px;
    padding: 0 20px;
    display: inline;
    line-height: 42px;
}
.menu_boczne {
        display: block;
        left: calc(100% - 50px);
        padding: 0;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        z-index: 101;
        width: 280px;
        background: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
.menu_boczne ul {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
}
.menu_boczne li {
        width: 280px;
        height: 50px;
        margin-bottom: 10px;
        background: #ffffff;
        background: -webkit-gradient(linear,  left top, left bottom,  color-stop(22%, #ffffff),to(#eaeaea));
        background: -o-linear-gradient(top,  #ffffff 22%,#eaeaea 100%);
        background: linear-gradient(to bottom,  #ffffff 22%,#eaeaea 100%);
        border: 1px solid #e2e2e2;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        float: left;
}
.menu_boczne li:hover {
    margin-left: -210px;
}
.menu_boczne a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.menu_boczne img {
    width: 40px;
    max-height: 40px;
    margin: 5px;
    padding: 3px;
    display: block;
    float: left;
}
.menu_boczne span {
        display: block;
        line-height: 1;
        padding-left: 10px;
        font-size: 14px;
}
.counter-icon {
        font-size: 100px;
}
.count {
        font-size: 40px;
        font-weight: bold;
}
.counter-desc {
        color: #767676;
}
.counter-title {
        font-weight: 500;
        font-size: 20px;
}
.cname2 {
    font-size: 24px;
}
.flex-direction-nav a:before, .slick-prev:before, .slick-next:before {
        font-family: 'Font Awesome 5 Free' !important;
        font-size: 30px !important;
        content: '\f053' !important;
        font-weight: bold !important;
}
.flex-direction-nav a.flex-next:before, .slick-next:before {
    font-family: 'Font Awesome 5 Free' !important;
        content: "\f054" !important;
}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {
 border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 0 !important;
        height: auto !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}
.image-bg .animate.btn {
    color: #000;
    border-color: #000;
}
.image-bg .animate.btn:hover {
    color: #fff;
    border-color: #fff;
}
.t65 {
    top: 65%;
}
.mb-9 {
    margin-bottom: -9px;
}
.napis_bialy {
    max-width: 27.7vw;
}
.zielona {
    max-width: 20vw;
}
.mlogo-desc {
    vertical-align: middle;
}
.projectx img {
    max-height: none !important;
}
.pagination span {
    color: #000;
    font-size: 18px;
}
.pagination a:hover span {
    color: #fff;
}
.ov-hidden {
    overflow: hidden;
}
.booklet__price-hld.booklet__price-hld--hover {
    padding: 5px;
}
.fc-event:hover {
        background:#03461e;
}
.fc-event, .fc-event:hover {
        color: #fff;
        text-decoration: none;
}
.fc-event, .fc-event-dot {
        background-color: #2f2f2f;
        border: none;
}
.language-toggle .notranslate {
    background: none;
    color: white;
}
.fw400 {
    font-weight: 400;
}
.w40 {
    width: 40px;
}
.p30 {
    padding: 30px;
}
.w100 {
    width: 100%;
}
/* Menu CSS */
.menu.mobile li.active > a {
        color: #2f2f2f;
        text-decoration: underline;
}
.menu.mobile .has-dropdown.toggle-sub:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.mobile-menu .menu li a {
        color: #000;
        opacity: 1;
        font-size: 14px;
        width: 100%;
        padding: 5px 15px;
}
.mobile-menu .menu li ul {
    background: #fff;
}
.mobile-menu .has-dropdown:after {
        font-weight: bold;
        font-size: 12px;
        color: #000 !important;
        top: 4px;
        right: 15px;
}
.module.widget-handle {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.mobile-toggle {
    padding: 0 !important;
}
.mobile-menu .nav-bar {
        display: none;
}
.nav-open {
    display: block !important;
}
#menu-overlay {
        z-index: -1;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        background: #131313;
        background: -webkit-gradient(linear,left top, right top,color-stop(0, #131313),color-stop(0, #131313),color-stop(50%, #595959),to(#131313));
        background: -o-linear-gradient(left,#131313 0,#131313 0,#595959 50%,#131313 100%);
        background: linear-gradient(to right,#131313 0,#131313 0,#595959 50%,#131313 100%);
        opacity: 0;
        transition: opacity .3s linear;
        -webkit-transition: opacity .3s linear;
        -moz-transition: opacity .3s linear;
        -ms-transition: opacity .3s linear;
        -o-transition: opacity .3s linear;
}
#menu-overlay.visible {
        opacity: .8;
        z-index: 99;
}
.custom-menu {
        position: relative;
        z-index: 100;
        padding: 0 30px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
}
.mmenu {
        z-index: 100;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
}

.first-heading {
        padding: 0;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        /* background: #000; */
        position: initial;
        /* letter-spacing: -0.03em; */
        line-height: 1.1em;
}

/* .first-heading:last-child a {
        border-right: 1px solid #0000002e;
}

.first-heading:first-child a {
        border-left: 1px solid #0000002e;
} */

.first-heading>a {
        /* color: #fff; */
        font-weight: bold;
        display: block;
        padding: 20px 0;
        position: relative;
}

.first-heading>a:hover, .first-heading.open>a {
    color: #424040;
    background: rgb(255 255 255 / 80%);
}

.first-heading>.dropdown-menu:not(.lang-menu) {
        height: 65vh;
        overflow: hidden;
        width: 100%;
        margin-top: 0;
        border: none;
        border-radius: 0;
        z-index: 999;
        padding: 50px;
        -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
}

.dropdown-menu {
        position: absolute !important;
        background: rgb(255, 255, 255, 0);
}

.first-heading.open {
        position: initial;
        z-index: 999;
}

.level-0 {
        margin-bottom: 0;
}

.menu-item-title {
        font-size: 18px;
        font-weight: 400 !important;
        border-bottom: 1px solid #222;
        padding: 5px !important;
        letter-spacing: -1px;
        width: 100%;
        line-height: initial;
}

.on-slider-menu {
        z-index: 99;
}

.level-2 {
        margin-top: 5px;
}

.level-2 .menu-item-subtitle {
        font-size: 14px !important;
}

.level-3 .menu-item-subtitle {
        font-size: 13px !important;
}

.menu-item-subtitle {
        color: #333 !important;
        font-size: 12px;
        font-weight: 400;
}

.menu-sub-item {
        margin-left: 10px;
        line-height: 22px;
        text-transform: initial;
}

.menu-sub-item em {
        color: #000;
        font-size: 9px;
        margin-right: 5px;
        vertical-align: baseline;
}

.level-3 .menu-sub-item i {
        font-size: 10px;
}

.menu-item-subtitle:hover {
        text-decoration: underline;
        color: #000;
}

.dropdown-menu.level-1>li {
        min-height: 2rem;
}

.menu-icon {
        margin-right: 10px;
}

.menu-close-button {
        position: absolute;
        cursor: pointer;
        right: 35px;
        top: 10px;
        z-index: 9999;
}
.menu-close-button em {
    font-size: 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menu-close-button:hover em {
    color: #c3000b;
}

.close-menu-button {
    border:0;
    padding: 10px 15px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background:#fff;
    outline: 1px solid #b7b7b7;
}

.close-menu-button:hover {
    outline: 1px solid #c0000b;
}
.link-group .group-name {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
}
.link-group {
        overflow: auto;
        margin-bottom: 32px;
}
footer * {
        color: #fff;
        font-size: 14px;
}
/* .blue.galeria-next, .blue.galeria-prev {
    color: #2f2f2f;
    border: 0;
    padding: 10px;
    background: #fff;
} */
.image-bg .cal-more {
    background: #EFEFEF;
    border: none;
    width: 100%;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
    white-space: normal;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
    color: #000;
}
.image-bg .cal-more em {
        vertical-align: middle;
}
.image-bg .cal-more:hover {
        background: #2f2f2f !important;
        color: #fff !important;
}
.bg-orange {
    background: #FFCA00;
}
.bg-center-svg {
    background-position: 50% 30% !important;
}
.image-bg .cal-title {
    color: #000;
    padding: 5px 0 5px 15px;
    font-size: 26px;
    font-weight: 700;
}
.booklets-hld {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
.image-bg .site-btn {
    display: block;
    width: 150px;
    margin: 15px auto 0 auto;
    border: none;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
    white-space: normal;
    text-transform: none;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
    background: #fff;
    /* color: #000; */
}
.image-bg .site-btn:hover {
    background: #888 !important;
    color: #fff;
}
 .btn-default {
    display: inline-block;
    margin: 15px auto 0 auto;
    border: none;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
    white-space: normal;
    text-transform: none;
    height: auto;
    line-height: 24px;
    padding: 10px 20px;
    background: #575756;
    color: #fff;
}
.booklet__hover-inner2 {
        height: 100%!important
}

.booklet__hover-inner2>div {
        font-size: 16px;
        padding: 15px;
        font-weight: 500
}

.booklet__title2 {
        top: 0!important
}

.image-size {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        z-index: -10
}

.booklet {
    display: block;
    position: relative;
    overflow: hidden;
}

.booklet:hover .booklet__hover-hld {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
}

.booklet:hover .booklet__price-hld--initial {
        opacity: 0
}

.booklet__img-hld {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0)
}

/*.booklet__img {
        height: 300px
}*/

.booklet__hover-hld {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90.5%;
        padding: 20px;
        background-color: rgba(0,0,0,.65);
        opacity: 0;
        -webkit-transform: scale3d(.9,.9,1);
        transform: scale3d(.9,.9,1);
        transition: opacity .3s ease,-webkit-transform .3s ease;
        -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
        -o-transition: transform .3s ease,opacity .3s ease;
        transition: transform .3s ease,opacity .3s ease;
        transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease
}

.booklet__hover-inner {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                        flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
                        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 100px;
        left: 0;
        width: 100%;
        height: auto
}

.booklet__text {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        padding-right: 40px;
        padding-left: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 1.57143;
        text-align: center
}

.booklet__price-hld--initial {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease
}

.booklet__price-hld {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center
}

.booklet__price-inner {
        display: inline-block;
        padding: 10px;
        background-color: rgb(47 47 47 / 80%);
        font-size: 2rem;
        font-weight: 400;
        position: absolute;
        right: 0;
        color: #fff;
}

.booklet__btn-hld {
        position: absolute;
        bottom: 85px;
        left: 0;
        width: auto;
        text-align: center;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
}

.booklet__btn-hld--rooms {
        bottom: 90px
}

.booklet__title-hld {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        position: absolute;
        bottom: 5px;
        left: 5%;
        z-index: 2;
        width: 91%;
        border-radius: 0 0 2px 2px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
                box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
        opacity: 2
}

.booklet__title {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        height: 75px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        line-height: 1.2em;
}

.booklet__special-hld {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        border-top: 1px solid #e8e8e8
}

.booklet__special-info {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        padding-top: 14px;
        padding-bottom: 15px
}

.booklet__special-info li {
        position: relative;
        padding-left: 23px
}

.booklet__special-info li .icon {
        position: absolute;
        left: 0;
        color: #830605
}

.booklet__special-info li .icon-size {
        top: 7px;
        font-size: 10px
}

.booklet__special-info li .icon-user {
        top: 6px;
        font-size: 11px
}

.booklet__title span {
        color: #2f2f2f!important;
        position: relative;
        font-size: 20px;
        font-weight: 400;
        transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -ms-transition: color .3s linear;
        -o-transition: color .3s linear;
        font-size: 18px;
}

.booklet__title:hover span {
        color: #001c42 !important;
}
.booklet__hover-hld {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(22 22 21 / 0.75);
        top: -50%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
}

.booklet:hover .booklet__hover-hld {
    top: 0;
}

.booklet__price-hld .rest-info i {
        width: 20px;
        margin-right: 10px;
        text-align: center
}

.booklet__price-hld .rest-info span {
        font-size: 16px
}

.booklet__price-hld .rest-info * {
        font-size: 16px;
        color: #104799
}

.booklet__price-hld>.price {
        padding: 15px!important;
        /* border-bottom: 1px solid #1757a2;
        color: #1757a2; */
        font-weight: 700;
        display: block;
}
.bg-slider-wrapper .slick-list {
    max-width: 94%;
}
.bg-slider-wrapper .slick-slide {
    margin: 0 15px;
}
.overlay-blue:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #2f2f2f;
        opacity: .6;
        z-index: 2;
}
.fs12 {
    font-size: 12px;
}
.fs28 {
    font-size: 28px !important;
}
.lh20 {
    line-height: 20px;
}
.btn-news {
    background: #EFEFEF;
    border: none;
    width: 100%;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: normal;
    white-space: normal;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
}
.btn-news em {
        vertical-align: middle;
}
.bordered {
        display: block;
        float: left;
        border: 1px solid #d2d2d2;
        position: relative;
        transition: height 0.3s linear;
        -webkit-transition: height 0.3s linear;
        -moz-transition: height 0.3s linear;
        -ms-transition: height 0.3s linear;
        -o-transition: height 0.3s linear;
}
.news-header-home {
    background: #EFEFEF;
    padding: 5px 15px;
    margin-bottom: 15px !important;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb20 {
    padding-bottom: 20px;
}.pb10 {
    padding-bottom: 10px;
}
.chev-absolute {
        position: absolute;
        top: 5px;
}
.list-news-title {
    font-weight: 400;
    padding-left: 15px;
    display: inline-block;
}
.aktualnosci_slider .slick-dots {
        position: absolute;
        bottom: 25%;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right;
        right: 1px;
        margin-bottom: 1px;
}
.aktualnosci_slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 0 0 1px;
        padding: 0;
        cursor: pointer;
        line-height: 40px;
        text-align: center;
        background: rgb(22 22 21 / 0.75);
        color: #fff;
        transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
}
.aktualnosci_slider .slick-dots li.slick-active, .aktualnosci_slider .slick-dots li:hover {
    background: #FFCA00;
    color: #000
}

.aktualnosci_slider .slick-dots li.slick-active span, .aktualnosci_slider .slick-dots li:hover span {
    font-weight: bold;
}
.aktualnosci_slider .slick-list {
    max-width: none;
}
.aktualnosci_slider .slick-slide {
    margin: 0;
    border: 1px solid #d2d2d2;
}
.slick-slide a.aselected + div a {
    background: yellow;
    color: #000;
}
.block {
    display: block !important;
}
.fullscreen.animated-captions .name, .fullscreen.animated-captions .name2 {
        text-shadow: #000000 1px 2px 4px;
}
/* .animated-captions.cropped li {
    background: #000;
} */
img.search_icon {
        max-width: 20px;
        margin-right: 10px;
        -webkit-filter: invert(1);
        filter: invert(1);
}
.search-input span {
    font-weight: 700;
}
label[for=searchinput] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.stype {
    margin-right: 32%;
    margin-top: 2px;
}
.mapa_strony {
        position: absolute;
        white-space: nowrap;
        right: 15px;
        top: 45px;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        background: #fff;
}
.epuap {
    max-width: 70px;
    vertical-align: baseline;
}
.additional-top-thing .font-editing em {
    font-size: 20px;
}
.top-name {
        white-space: break-spaces;
        padding-left: 15px;
        font-weight: bold;
        color: #2f2f2f;
}
.slider2 {
    padding-bottom: 60px;
    margin-bottom: 0 !important;
}
.slider2 .slick-prev, .slider2 .slick-next {
    top: auto;
    bottom: 0;
}
.slider2 .slick-dots {
    bottom: 20px;
}
.slider2 .slick-list {
    max-width: 100%;
}
.slider2 .slick-slide {
    margin: 0 15px;
}
.sl-prev{
        position: absolute;
        left: 15px;
        bottom: 10px;
}
.sl-next {
        position: absolute;
        right: 15px;
        bottom: 10px;
}
.sl-prev, .sl-next {
    border: 1px solid #d2d2d2;
    padding: 5px 30px;
    font-size: 22px;
    color: #4E92E1;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.sl-prev:hover, .sl-next:hover {
    background: #FFCA00;
    color: #000;
}
.slider2 .slick-dots li button:before {
    font-size: 14px;
}
.slider2 img {
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
.slider2 a:hover img {
    opacity: 0.8;
}
.galeria-prev{
        left: 15px;
}
.galeria-next {
        right: 15px;
}
.galeria-prev, .galeria-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.galeria-prev:hover, .galeria-next:hover {
    opacity: 0.8;
}
.galeria_slider .slick-track, .atrakcje_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-title-home, .subpage-title-home {
        font-weight: 400;
        font-size: 22px;
        display: inline-block;
        width: 100%;
}
.gallery-title-home a, .subpage-title-home a {
    color: #fff;
    font-weight: 400;
}
.list-gallery-title, .list-subpage-title {
    font-weight: 400;
    display: inline-block;
}
.list-gallery-title span, .list-subpage-title span {
    padding-left: 15px;
}
.info-title {
    /* font-weight: 700; */
    font-size: 17px;
    color: #fff;
}
.info-title:hover {
    color: #d9d9d9;
}
 .flex-svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 30px;
    }
.slick-slide a {
        display: inline-block;
}
.info-icon {
    font-size: 47px;
    color: #2b3535;
}
.info-icon-light {
    color: #ffcc00;
}
.content-link-light {
    color: #fff;
}

.minify, .info-icon {
    max-height: 50px;
    max-width: none;
    font-size: 50px;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    padding-left: 15px;
}
.flex-svg:hover .minify, .flex-svg:hover .info-icon {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.minifytop10 {
    padding-left: 0;
}
.box-desc2 {
    padding: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgb(22 22 21 / 0.75);
    width: 100%;
}
.galeria_slider .slick-list, .atrakcje_slider .slick-list {
    max-width: 80%;
}
.audiocontrols audio {
    height: 25px;
}
.audiocontrols span {
    display: block;
    font-size: 14px
}
/* 
.slick-slide a {
    background: #fff;
} */
.darkbg {
    background: #2f2f2f;
}
.black {
    color: #000;
    text-indent: -100000px;
    position: absolute;
}
input[type="text"], input[type="password"], input[type="email"] {
    font-weight: 400;
}
legend {
    border: none;
}
.bold {
    font-weight: bold !important;
}
.jump-to {
    width: 250px;
    text-align: center;
    position: relative;
    padding: 6px;
    background: #fff;
    top: 7px;
    left: 7px;
    display:none;
    z-index: 10;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.legenda.absolute {
    position: absolute;
    bottom: -55px;
    left: 15px;
}
.yellow-color {
        display: inline-block;
        height: 12px;
        width: 75px;
        background: #eff09f;
        border-radius: 3px;
        margin-bottom: -1px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
}
#ankieta ::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif; 
    font-weight: 400 !important;
    margin-left: 5px;
    font-size: 14px;
    color: #3E3E3E !important;
}
#ankieta :-moz-placeholder {
    font-family: "Open Sans", sans-serif; 
    font-weight: 400 !important;
    margin-left: 5px;
    font-size: 14px;
    color: #3E3E3E !important;
}
#ankieta ::-moz-placeholder {
    font-family: "Open Sans", sans-serif; 
    font-weight: 400 !important;
    margin-left: 5px;
    font-size: 14px;
    color: #3E3E3E !important;
}
#ankieta :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif; 
    font-weight: 400 !important;
    margin-left: 5px;
    font-size: 14px;
    color: #3E3E3E !important;
}
::-webkit-input-placeholder {
    font-weight: 400 !important;
}
:-moz-placeholder {
    font-weight: 400 !important;
}
::-moz-placeholder {
    font-weight: 400 !important;
}
:-ms-input-placeholder {
    font-weight: 400 !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}
input[type=radio], input[type=checkbox] {
        border: 1px solid #b4b9be;
        background: #fff;
        color: #555;
        clear: none;
        cursor: pointer;
        display: inline-block;
        line-height: 0;
        height: 16px;
        margin: -4px 4px 0 0;
        outline: 0;
        padding: 0!important;
        text-align: center;
        vertical-align: middle;
        width: 16px;
        min-width: 16px;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
                box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -webkit-transition: .05s border-color ease-in-out;
        -o-transition: .05s border-color ease-in-out;
        transition: .05s border-color ease-in-out;
        font-family: 'Font Awesome 5 Free' !important;
}
input[type=radio] {
        border-radius: 8px;
}
input[type=checkbox]:checked:before {
        content: "\f147";
    margin: -3px 0 0 -4px;
        color: #1ca347;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
        float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type=radio]:checked {
        background-color: #5f5e5c;
}
input[type=radio].ankieta, input[type=checkbox].ankieta {
        margin: 4px 4px 0 0;
        vertical-align: top;
}
label.ankieta {
        display: inline-block;
        margin: 0 0 0 -25px;
        padding-left: 25px;
        cursor: pointer;
}

input[type=email].h36, input[type=password].h36, input[type=text].h36 {
    height: 36px;
    margin-bottom: 16px;
}

textarea {
    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid #ccc;
    color: #3E3E3E !important;
}
.forma .image-tile {
    width: auto;
        display: inline-block;
        height: 100%;
}
.form-error, .form-success {
    text-align: center;
}
label[for^=stanowisko_przedmiot] {
    font-weight: 400;
    margin: 0;
    /*vertical-align: text-bottom;*/
    font-size: 14px;
}
.form-check-label {
    font-weight: 400;
    margin-left: 5px;
    font-size: 14px;
    margin-bottom: 0;
    vertical-align: text-bottom;
}
label[for^=dyrektor], label[for^=nauczyciel], label[for^=preferowane_formy] {
    font-weight: 400;
    margin-left: 5px;
    font-size: 14px;
    margin-bottom: 0;
    vertical-align: text-bottom;
}
.form-check {
    padding-left: 25px;
}
[id^=stanowisko_przedmiot] {
    margin: 0 !important;
}
.stanowisko_przedmiot {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.forma ul {
    margin: 0;
    padding-left: 15px;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    /* background: #2f2f2f; */
    background: rgb(146 146 146);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}
.flex-control-paging li a {
    background: #fff;
    opacity: 1;
    -webkit-box-shadow: none;
                    box-shadow: none;
    cursor: pointer;
    border-width: 1px;
}
.big-href {
    text-indent: -10000px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}

.ofvisible {
    overflow: visible;
}
.fc-scroller {
    overflow: visible !important;
    height: 100% !important;
}
.fs14 {
    font-size: 14px;
}
select[class^="ui-datepicker"] {
    height: auto !important;
    font-weight: 400 !important;
    padding-left: 10px;
}
.g-recaptcha > div {
    margin: 0 auto;
}
.light-label {
    font-weight: 400;
    max-width: calc(100% - 20px);
}
.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}
.agreement-checkbox {
    vertical-align: top;
}
#dane_faktury, #wybor_faktury, #info_o_platnosci {
    display: none;
}
.select-option i {
    font-size: 14px;
    right: 30px;
    top: 18px;
}
.pm0 p {
    margin: 0;
    font-weight: 400;
}
.pm0 {
    font-weight: 400;
}
h2 {
        font-size: 30px;
        line-height: 40px;
}
.mr30 {
    margin-right: 30px;
}
.pt44 {
    padding-top: 44px;
}

footer {
    padding: 0;
    /* border-top: 5px solid #da251d; */
}
/*footer .container {
    max-width: 1170px;
}*/
.footer-bg {
    background: #04273c;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.godzina, .miejsce, .adresaci {
        font-weight: 400 !important;
}
.fc-more-popover {
        width: auto;
}
.onmain .fc-more-popover {
    width: 100%;
}
.pop-title {
        font-weight: bold;
}
.tooltip-inner {
        text-align: left;
}
.onsubpage tbody .fc-event .fc-content {
        font-size: initial;
        text-indent: 0;
}
.onsubpage a[data-goto] {
    font-size: initial;
    line-height: initial;
}
footer a {
        font-weight: 400;
}
footer a:hover *, footer a:hover {
        color: #eff6f7 !important;
}

.copyrights * {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
}
.mt15 {
        margin-top: 15px;
}
.group-name {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 30px;
}
.group-item {
        margin-bottom: 5px;
}
footer .content {
        margin-top: 25px;
}
.group-item em {
        font-weight: 400;
        font-size: 12px;
        margin-right: 5px;
}
.slick-slide img {
        display: block;
        margin: 0 auto;
        color: #fff;
        background: #2f2f2f;
}
.green-btn:visited {
        color: #fff;
}
.btn:not(.w100):hover {
        background: #2b3535 !important;
        color: #fff !important;
}
.btn.w100:hover {
        background: #57a11f !important;
}
.show-cennik:hover {
    background: #888 !important;
}
.fc-button-primary:hover {
        border-color: transparent;
}
.fc-button-primary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
}
.fc-dayGridMonth-button {
        display: none;
}
.green-btn {
        background: #4C4C4C !important;
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        text-transform: none !important;
}
.slider-container {
    position: relative;
}
.news-title {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
}
.news-title-home {
        font-weight: 400;
        font-size: 22px;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
}
.news-title-home a {
    color: #fff;
    font-weight: 400;
}
.box-desc {
    padding: 15px 15px 40px 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgb(22 22 21 / 0.75);
    width: 100%;
    height: 25%;
}
.news-desc-home {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    line-height: 20px;
}
.news-date-home {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 14px;
}
.offer-slider-right .btn:hover {
    background: #4C697B !important;
    border-color: #4C697B !important;
}
.image-tile img:not(.nocrop) {
        width: auto;
        display: inline-block;
        max-height: 170px;
}
.image-tile {
        margin-bottom: 0;
}
.offer-hover-tile {
        margin-bottom: 20px;   
        padding: 10px;
        background:white;
}
.image-tile-page {
        margin-bottom: 10px;
}
a.offer-img, a.parallax-img {
        display: block;
        width: 100%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
}
.offer-title {
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
                box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
        background: #fff;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 90%;
        margin-left: 5%;
        padding: 15px;
}
.offer-title a {
        font-weight: bold;
}
section {
        padding: 30px 0 15px 0;
}
.latest-container > div:last-child > .bb1 {
        border: none !important;
}

.animated-captions .image-bg .btn:not(.cal-more), .image-bg .btn:not(.cal-more):visited {
    background: #2b3535;
}
.filter {
        margin-bottom: 0;
        float: left;
}
#calendar {
    float: left;
    width: 100%;
    height: 100%;
}
.fc-center {
    text-align: center;
}
.fc-dayGridMonth-button {
    margin-bottom: 15px;
    margin-left: 0 !important;
}


.fc-prev-button, .fc-next-button {
        background: none;
        border: none;
        color: #000;
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
        padding: 0;
}
p, span {
        font-weight: 400;
}
.semibold {
        font-size: 28px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 10px;
        width: 100%;
}
.latest-href {
        font-weight: 700;
        font-size: 18px;
        padding: 10px 0;
        display: block;
        margin-left: 20px;
}

.bb1 {
        border-bottom: 1px solid #ddd;
}
.bb2 {
        border-bottom: 2px solid #fff;
}
.bgf5 {
        background-color: #f2f9f4;
}
.bgf5 > div.bb1:last-child {
        border: none !important;
}
.bgf5 > div.bb1 > div.bb2:last-child {
        border: none !important;
}
.latest-container {
        padding: 15px;
        border: 1px solid #ddd;
        position: relative;
        display: block;
        float: left;
        width: 100%;
}
a[data-goto] {
        cursor: pointer;
        font-weight: 400;
        font-size: 10px;
        line-height: 1;
}
.row.evrow {
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
}
.row.evrow:last-child {
    border: none;
}
.row.header {
    padding: 5px;
    background: #eee;
    color: #337ab7;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}
#start, #end {
    max-width: 150px;
    margin-right: 15px;
    float: left;
    background-color: #fff;
}
.tooltip-inner {
    max-width: none;
    padding: 0;
    color: inherit;
    font-size: 14px;
    /* text-align: center; */
    background-color: inherit;
    /* border-radius: 4px; */
}
.popper,
.tooltip {
    position: absolute;
    z-index: 9999;
    background: #fff;
    color: black;
    max-width: 540px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
                    box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
    padding: 10px;
    text-align: center;
    opacity: 1 !important;
}
.style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
    border-color: #fff;
}
.style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
    margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.fc-toolbar h2 {
        font-size: 20px;
        font-weight: 700;
}
.fc-toolbar.fc-header-toolbar {
        margin-bottom: 1px;
}
tbody .fc-event .fc-content {
        font-weight: 400;
        white-space: nowrap;
        font-size: 7px;
        text-indent: 10000%;
}
.fc-day-header {
        font-size: 12px !important;
        background: #ffffff;
}
.fc-day-header span {
        font-weight: bold !important;
}
a.fc-more {
        margin: 0 3px;
        font-size: 14px;
        font-weight: 400;
}
.cal-info {
        display: block;
        margin: 30px auto;
}

.fc-more-popover .fc-event-container {
        padding: 2px;
}
.fc-unthemed .fc-popover .fc-header {
        background: #f7bf22;
}
.fc-unthemed .fc-popover .fc-header span {
        font-size: 13px;
        font-weight: bold !important;
}
.fc-unthemed .fc-popover {
        border: 1px solid #2f2f2f ;
}
.fc-dayGridMonth-view .fc-scroller {
        overflow: hidden !important;
}

.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: none !important;
        border: 1px solid #fff;
        font-weight: bold;
}
nav.scrolled {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
}
.r0 {
        right: 0 !important;
}
body {
        top: 0!important;
}
.pr15 {
        padding-right: 15px;
}
body, body *:not([class*=fa-]):not([class*=ti-]):not([class=fa]) {
        font-family: "Open Sans", sans-serif; 
}
#searchform input {
        /* height: 38px; */
        /* line-height: 38px; */
        font-family: "Open Sans", sans-serif; 
        vertical-align: middle;
}
.contact-ul li {
    line-height: 2em;
}
.contact-ul em {
        width: 20px;
}
.contact-ul span {
        font-size: 16px;
        font-weight: 400;
}
.contact-ul * {
    /* color: #fff; */
}
.contact-ul a:hover, .contact-ul a:hover *  {
    color: #b7eaff;
}
.contact-ul *  {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#searchform .input-field {
        width: 63% !important;
        margin-right: 2% !important;
        background: #fff !important;
        border: 1px solid #5F5E5C;
        color: #212121;
        font-weight: 400;
        margin-top: -3px;
        padding-left: 10px;
        text-align: center;
        height: 38px;
        line-height: 38px;
}
#searchform .search-input {
        width: 30%;
        background: #575756;
        font-weight: lighter;
        font-size: 17px;
        color: #fff;
        text-transform: none;
        border: none;
        line-height: 34px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        height: 38px;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
}

#searchform .search-input:hover {
        background: #888;
}
.main-logo {
        /* max-height: 150px; */
        filter: invert(1) brightness(100);
        -webkit-filter: invert(1) brightness(100);
}
.herb {
        max-height: 125px;
        /* padding: 10px 15px 10px 0; */
}
.napis {
        max-height: 65px;
padding: 15px 5px 5px 25px;
}
.top-bip span {
        font-weight: 700;
}
.top-bar-text a {
        color: #fff;
        font-size: 15px;
        background: #000;
}

.top-bar-text a:hover {
        color: #fff
}

body {
        font-size: 16px;
        color: #000;
        background-color: #ffffff;
}
html {
    background: #869ca9;
}
.pr30 {
        /* padding-right: 30px; */
}
.pr15 {
        padding-right: 15px;
}
.pr60 {
        padding-right: 60px;
}
.top-bar {
        background: #2b3535;
        color: #fff;
        height: 52px;
        line-height: 27px;
        padding: 10px 0;
}

.top-bar * {
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    line-height: 1;
}
.notranslate {
    color: #000;
}
.top-bar a:hover * {
    color: #72cbff;
}

.top-bar-text p {
        margin-bottom: 0;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
        font-weight: 700;
}

.top-bar-icon {
        font-size: 32px!important;
        margin-right: 25px;
}

.top-bar-icon i {
        font-size: 24px!important
}
.additional-top-thing,.top-social-media {
        display: inline-block
}

.additional-slider-thing,.additional-top-thing {
        color: #212121;
        vertical-align: top;
}

.disability {
        margin-right: 15px;
}
.disability > div:last-child {
    padding-right: 0;
}
.additional-top-thing a {
        /* color: #ffffff; */
}
.additional-top-thing a:hover {
    color: #888;
}

.additional-slider-thing div,.additional-top-thing div {
        display: inline-block;
        font-size: 14px;
}

.additional-top-thing i {
        font-size: 17px;
        color:#fff
}

.additional-slider-thing span,.additional-top-thing span, .additional-top-thing span.notranslate {
        margin-left: 5px;
        color:#fff;
}

.bip-icon {
        width: 32px;
        color: #fff;
}

.additional-top-thing .top-bip {
        margin-right: 25px;
}

.additional-top-thing .top-rss {
        padding: 0 15px
}

.additional-top-thing .top-page-map {
        padding: 0 15px
}

.additional-top-thing .top-city-map {
        padding: 0 15px
}

.overlay:before {
        /* opacity: 0.15; */
}

#langauge-select {
        margin-bottom: 0;
        padding: 0;
        background: #fafafa;
        font-size: 13px;
        height: 40px;
        padding-left: 5px;
        color: #222;
}

.slider-logo {
        width: 50%
}


.bredcrumbseffect {
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


div#nd_liturgia {margin:0 0 30px 0;padding:0;width:100%;}
div#nd_liturgia_naglowek {margin:0;padding:0 0 5px 0;}
div#nd_liturgia_czytania {margin:0;padding:0;}
div#nd_liturgia_dodatki {margin:0;padding:5px;}

p.nd_dzien {margin:0px;padding:3px;font-weight:bold; }
p.nd_msza {margin:5px 0 0 0;padding:0;font-weight:bold;}
p.nd_msza_tyt {margin:0px;margin-top:15px;padding:2px;font-weight:bold;}
span.nd_swieto {font-weight:bold;}
span.nd_sigla {font-weight:bold;}
p.nd_wstep {margin:0;padding:0 3px;}
p.nd_czytanie_nazwa {margin: 10px 0 10px 0px;padding: 5px;font-weight:bold;background-color: #ececec;}
p.nd_czytanie_sigla {margin: 0 0 5px 30px;padding:0;font-weight:bold;}
p.nd_czytanie2 {margin:0px;padding:0;font-weight:bold;}
p.nd_czytanie_tyt {margin:0px;padding:0;margin-top:0px;font-weight:bold;margin-left:5px;}
p.nd_czytanie_tresc {margin: 0 0 0 30px;padding:0;}
p.nd_czytanie_albo {margin: 5px 0 5px 30px;padding:0;font-weight:bold;color:red}
p.nd_czytanie_odp {margin: 5px 0 5px 30px;padding:0;font-weight:bold;}
p.nd_psalm {margin: 0 0 5px 30px;padding:0;}
p.nd_psalm_refren {margin: 0 0 5px 30px;padding:0;font-weight:bold;}
p.nd_czytanie_perykopa {margin: 5px 0 5px 30px;padding:0;font-weight:bold;color:red;}
p.nd_dodatki_tyt {margin: 5px 0 5px 30px;padding:0;font-weight:bold;}
p.nd_dodatki_styt {margin: 5px 0 5px 30px;padding:0;font-weight:bold;}
p.nd_dodatki_tresc {margin: 5px 0 5px 30px;padding:0;}
div#nd_liturgia_bottom { display: none; }
.liturgia { display: none; }
.show-liturgia.btn.btn-default, .hide-liturgia.btn.btn-default, .page-content a.show-btn { color: #fff; min-width: 200px; }
.btn-default:focus, .btn-default.focus {
    background-color: #2b3535;
    border-color: initial;
}
.page-content .side-info a::before, .page-content .side-info a::after{
    background: #ffffff;
}
.rev-scroll-btn {
        bottom: 120px;
        height: 50px;
        cursor: pointer;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
.chevron {
        position: absolute;
        width: 40px;
        height: 3px;
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
                transform: scale3d(0.5, 0.5, 0.5);
        -webkit-animation: move 3s ease-out infinite;
                animation: move 3s ease-out infinite;
    }
    
    .chevron:first-child {
        -webkit-animation: move 3s ease-out 1s infinite;
                animation: move 3s ease-out 1s infinite;
    }
    
    .chevron:nth-child(2) {
        -webkit-animation: move 3s ease-out 2s infinite;
                animation: move 3s ease-out 2s infinite;
    }
    
    .chevron:before,
    .chevron:after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 100%;
        width: 51%;
        background: #fff;
        -webkit-box-shadow: 0px 2px 2px #000;
                box-shadow: 0px 2px 2px #000;
    }
    
    .chevron:before {
        left: 0;
        -webkit-transform: skew(0deg, 30deg);
                -ms-transform: skew(0deg, 30deg);
                transform: skew(0deg, 30deg);
        -webkit-box-shadow: 0px 2px 2px #000;
                box-shadow: 0px 2px 2px #000;
    }
    
    .chevron:after {
        right: 0;
        width: 50%;
        -webkit-transform: skew(0deg, -30deg);
                -ms-transform: skew(0deg, -30deg);
                transform: skew(0deg, -30deg);
    }

    .textchevron {
        width: 140px;
        position: absolute;
        text-shadow: 0px 2px 2px #000;
        color: #fff;
        text-transform: uppercase;
        top: -25px;
        font-weight: bold;
        left: -50px;
        text-align: center;
    }

@-webkit-keyframes move {
        25% {
                opacity: 1
        }

        33% {
                opacity: 1;
                -webkit-transform: translateY(30px);
                transform: translateY(30px)
        }

        67% {
                opacity: 1;
                -webkit-transform: translateY(40px);
                transform: translateY(40px)
        }

        100% {
                opacity: 0;
                -webkit-transform: translateY(55px) scale3d(.5,.5,.5);
                transform: translateY(55px) scale3d(.5,.5,.5)
        }
}

@keyframes move {
        25% {
                opacity: 1
        }

        33% {
                opacity: 1;
                -webkit-transform: translateY(30px);
                transform: translateY(30px)
        }

        67% {
                opacity: 1;
                -webkit-transform: translateY(40px);
                transform: translateY(40px)
        }

        100% {
                opacity: 0;
                -webkit-transform: translateY(55px) scale3d(.5,.5,.5);
                transform: translateY(55px) scale3d(.5,.5,.5)
        }
}

.decrement-slider,.increment-slider {
        padding: 0 15px 0 15px
}

.additional-slider-thing .text-version-slider {
        padding: 0 15px;
        border-right: 1px solid #222
}

.additional-slider-thing a,.additional-slider-thing div span {
        color: #222
}

.text-version span {
        position: absolute;
        top: 100%;
        left: 10000%;
        color: #fff;
        background-color: #000;
}

.search-button {
        background: #2f2f2f !important;
        padding: 0 13px;
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
        top: 1px!important;
        position: relative
}

.search-button:hover {
        color: #222
}

.font-editing {
        padding-right: 0px;
        cursor: pointer;
}
.font-editing a.hl {
    padding: 10px 20px;
    font-size: 18px;
}

.top-form-wrapper {
        display: none;
        position: absolute;
        z-index: 99;
        padding: 20px 10px 0 10px;
        background: #fff;
        margin-top: 5px;
        width: 60%;
        right: 70px
}
.top-bar-icon {
        /* color: #fff; */
}
#google_translate_element {
        display: none
}

.top-langauge-select label {
        display: none
}
.top-bar-icon a:hover {
        color: #bfe7ff;
}

.top-bar-icon span {
        text-indent: 100%;
        font-size: 8px!important;
        position: absolute;
        height: 1px;
        right: 700%
}
#langauge-select {
        margin-bottom: 0;
        padding: 0;
        background: #fafafa;
        font-size: 13px;
        height: 40px;
        padding-left: 5px;
        color: #222;
}
.skiptranslate,.skiptranslate * {
        display: none!important;
        visibility: hidden!important;
        width: 0!important;
        height: 0!important;
}

.dropdown-menu>li>a {
        padding: 3px 9px;
        cursor: pointer !important;
}

.dropdown-menu {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        left: -10px;
        /* right: 0; */
}


.language-toggle {
        background: none;
        line-height: 34px;
        cursor: pointer;
        transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        -o-transition: background 0.3s;
}

.language-toggle:hover {
        background: #888;
}

.current-language>div {
        padding: 14px 6px;
        line-height: 0;
        background: #fff;
        text-transform: uppercase;
        margin-right: 3px;
        font-weight: 400;
}

.fa-chevron-down.white {
        line-height: 0;
        margin: 10px;
        color: #fff;
        vertical-align: middle;
}

.flag {
        display: inline-block;
        vertical-align: bottom;
}

.fs16 {
        font-size: 16px;
}

.mr10 {
        margin-right: 10px;
}

.top-bar-icon span {
        text-indent: 0;
        font-size: 16px!important;
        position: relative;
        height: auto;
        right: 0;
}
.additional-top-thing .notranslate, .additional-top-thing .lang-menu span.notranslate {
        color: #000;
}
nav {
        position: relative;
        z-index: 5;
}
.first-heading > a {
        /* text-shadow: #000 2px 2px 4px; */
        text-transform: uppercase;
        color: #fff;
        font-weight: 400 !important;
}
ul.level-0 ul.dropdown-menu li a {
        color: #fff;
        font-size: 13px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.slider-zoom {
        position: relative;
        cursor: pointer;
        overflow: visible;
        border: 0;
        padding: 0;
        margin: 0;
        float: right;
        opacity: 0.75;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: url(/tpls/Noe/PhotoSwipe/default-skin/default-skin.png) 0 0 no-repeat;
        background-size: 264px 88px;
        width: 44px;
        height: 44px;
        display: block;
        background-position: -88px 0;
        z-index: 10;
}

.general-nav > ul > li > ul > li.vertical-li-element {
        border: none;
}
.general-nav>ul>li>ul>li:before {
        color: #000;
        margin-right: 10px;
        content: "\e649";
        font-family: 'themify';
        font-size: 9px;
        position: absolute;
        left: 0;
        top: 10px;
        /* transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); */
}
.general-nav>ul>li>ul>li>ul>li:before {
        color: #000;
        margin-right: 10px;
        content: "-";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
.general-nav>ul>li>ul>li{
        margin-left: 15px
}
.vertical-menu a {
        height: auto;
        line-height: 22px;
        padding: 4px 0;
        font-size: 14px;
        position: relative;
        display: inline-block !important;
        width: 100%;
}
.vertical-menu li {
        line-height: 22px;
        position: relative;
}
.rightmenu .menu > li > ul li {
        line-height: 22px;
}
.trigger-container {
        background: #ffffcc;
        padding: 10px 0 !important;
        cursor: pointer;
}
.sub {
        float: left;
        font-size: 14px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}
.sub a {
    color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -ms-flex-align: center;
                        align-items: center;
        -webkit-box-pack: center;
                -ms-flex-pack: center;
                        justify-content: center;
}
.sup {
        font-size: 20px;
        font-weight: 500;
}
.ti-menu:before {
        content: "\e68e";
        color: #ffffff;
        vertical-align: middle;
}
.module.widget-handle i {
        opacity: 1;
}

.vertical-indicator {
        color: #000;
        float: right;
        padding-left: 15px;
        font-size: 20px;
}
.vertical-indicator:hover {
        color: #e20613;
}
.vertical-product {
        border-bottom: 0;
}
.vertical-non-childs {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
}
.vertical-non-childs:hover {

        color: #e20613 !important;
}
.vertical-a-childs {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
}
.vertical-a-childs:hover {
        color: #e20613 !important;

}
.vertical-product-title {
        font-size: 36px;
}
.header-sub-title { display: none; }
.active-vertical > a {
        font-weight: 400 !important;
        color: #000;
        text-decoration: underline;
}
.no-child {
        border-bottom: 0;
}
.vertical-li-element {
        border-bottom: 0;
}

.rowt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.rowt>[class*=col-] {
        float: none;
        display: table-cell;
        vertical-align: top;
}


.download a {
        padding-left: 30px;
        line-height: 30px;
        display: block;
        background-position: 0 2px!important;
        text-decoration: none;
        line-height: 2.1em;
        font-size: .8em;
        text-align: left;
}

.download li {
        padding: 15px 0px;
        text-decoration: none;
        /* border: 1px solid #e0e0e0; */
        margin-bottom: 15px;
}
.download li:hover {
    border: 1px solid #0039ed;
}

.download .size {
        float: right;
        margin-left: 15px
}

.pagination li a {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
}

.inner-title.hover-reveal:hover:before {
        opacity: 0.1;
}
.plr { display: inline-block; }
.akredytacja {
    padding-left: 0;
    padding-right: 20px;
}
.flex-simple-all {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.mb10 {
        margin-bottom: 10px;
}
.mb20 {
        margin-bottom: 20px;
}
.mb40 {
        margin-bottom: 40px;
}
.fs20 {
        font-size: 20px !important;
}


.w100proc {
    width: 100%;
}


@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
    .first-heading {
        font-size: 14px;
        line-height: 0.95em;
    }

}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}






@media all and (min-width: 1300px) {
    .first-heading {
            width: calc(100% / 6);
    }
    ul.level-0 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            /*max-width: 1140px;*/
            margin: 0 auto;
            float: none;
    }
}

@media all and (max-width: 1600px) {
    .logoname span {
        font-size: 0.8em !important;
 }
 .main-logo {
        max-height: 175px;
    }
}
    @media (max-width: 1500px) {
        h1, .h1 {
            font-size: 48px;
            line-height: 48px;
        }
    }
@media all and (max-width: 1399px) {
    .logoname {
        font-size: 28px;
    }
    .font-editing a.hl {
        padding: 10px;
    }
    .additional-top-thing .top-bip {
        margin-right: 15px;
    }
        .contact-ul li {
        line-height: 1.5em;
    }
    .contact-ul span {
        font-size: 12px;
        font-weight: 500;
    }


}
@media all and (max-width: 1300px) {
    .first-heading {
        width: calc(100% / 6);
    }
    .top-bar-icon {
        margin-right: 10px;
    }
    /* .first-heading > a, .first-heading:last-child > a {
        border-bottom: 1px solid #fff !important;
    } */
    .first-heading {
        font-size: 14px;
    }
    .logoname {
        /*font-size: 17px;
        line-height: 1em;
        padding: 2px;
        height: auto;
        text-align: center;
        width: 100%;*/
        /* display: none; */
    }
    .logocenter {
        text-align: center;
    }

    .news-title {
        font-size: 21px;
        line-height: 24px;
    }
    .contact-ul span {

        letter-spacing: -0.5px;
    }

}

@media all and (min-width: 1200px) {
    .w1300 {
        width: 1300px;
    }

}

@media all and (max-width: 1199px) {
    .logoname {
        padding: 25px 0 10px;
    }
    .mapa_strony {
        top: initial;
    }   
    .font-editing a.hl {
        font-size: 14px;
    }

    .news-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .news-titlept30 {
        padding-top:  5px;
    }
    .logoname {
        font-size: 18px;
    }

    .main-logo {
        max-height: 90px;
        padding: 0 0 5px 0;
    }
    .herb {
        max-height: 90px;
        padding: 0px 15px 5px 0;
    }
    .font-editing {
        padding-right: 5px;
    }
    .disability {
        margin-right: 10px;
    }
    .top-bip span {
        display: none;
    }

    .first-heading {
        font-size: 12px;
    }
    .box-desc {
        position: relative;
    }
    .aktualnosci_slider .slick-dots {
        top: 0;
        bottom: auto;
    }
    .header_text {
        padding: 0;
    }
    .top-info {
        padding: 0;
    }
    .top-bar-text a {
            font-size: 10px;
    }
    .etap-edukacji {
        font-weight: 400;
        letter-spacing: -0.07em;
    }
    .info-title {
        font-size: 16px;
    }
}

.p-name {
    position: relative;
    width: calc(100% - 131px);
    z-index: 10;
    float: right;
    text-shadow: #000000 1px 2px 4px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    letter-spacing: 1px;
}
.box-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1366px) {
    .featured-info {
        height: 50px;
    }
    .menu li a {
        letter-spacing: 0;
    }
}
@media (max-width: 1200px) {
    .menu li a {
        font-size: 14px;
    }
}
@media (max-width: 1100px) {
    .scrolled .menu li a {
        font-size: 12px !important;
    }
}
@media (min-width: 1367px) {
    .centeredlogo_2 .layer-logo {
        position: relative;
        z-index: 100;
        height: 100vh;
        max-height: 150px;
        top: -50px;
    }

    .centeredlogo_2 .menu>li a {
        line-height: 16px;
        padding-top: 15px
    }
}

@media (min-width: 1100px) and (max-width:1366px) {
    .menu li a {
        font-size: 16px !important;
    }
}

@media (min-width: 991px) and (max-width:1366px) {
    .centeredlogo_2 .layer-logo {
        position: relative;
        z-index: 100;
        height: 100vh;
        max-height: 120px;
        top: -50px;
    }
    .centeredlogo_2 .menu>li a {
        line-height:22px;
        padding-top: 15px
    }

    .centeredlogo_2 .layer-logo {
        position: relative;
        z-index: 100;
        /* filter: brightness(100) drop-shadow(4px 4px 5px rgba(0,0,0,.5)); */
        /* -webkit-filter: brightness(100) drop-shadow(4px 4px 5px rgba(0,0,0,.5)); */
    }

    .centeredlogo_2 .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .scrolled .centeredlogo_2 .menu {
        display: table
    }

    .centeredlogo_2 .menu>li {
        text-align: center;
        vertical-align: middle;
        float: left
    }

    .scrolled .centeredlogo_2 .menu>li {
        display: table-cell
    }

    .menu li a {
        font-size: 20px;
        opacity: 1;
        line-height: 20px;
        letter-spacing: 0;
    }

}
@media all and (min-width: 992px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: right;
        width: auto;
    }
    
    .fixed .menu>li>a, .outOfSight .menu>li>a, .scrolled .menu>li>a {
        font-size: 13px;
        line-height: 13px;
        height: 51px;
    }
    .fixed .menu>li>a::before, .outOfSight .menu>li>a::before, .scrolled .menu>li>a::before {
        background: #000 !important;
    }
    .menu>li.active>a::before {
        width: 80% !important;
    }
    .centeredlogo_2 .has-dropdown:after  {
        display: none;
    }
    .fixed .col-md-pull-2, .outOfSight .col-md-pull-2, .scrolled .col-md-pull-2 {
        right: 0 !important;
    }
    .fixed [class*=col-], .outOfSight [class*=col-], .scrolled [class*=col-] {
        width: auto !important;
    }
    .fixed img, .outOfSight img, .scrolled img {
        filter: none !important;
        -webkit-filter: none !important;
    }
    .fixed .small-logo, .outOfSight .small-logo, .scrolled .small-logo {
        display: block !important;
    }
    .small-logo img {
        height: 66px !important;
        top: -2px !important;
        padding: 5px;
    }
    .fixed nav, .outOfSight nav, .scrolled nav {
        box-shadow: 1.4px 1.4px 12px 0 rgba(0,0,0,.1);
        background: #fff !important;
    transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    }
    .fixed .pull-right, .outOfSight .pull-right, .scrolled .pull-right {
        float: left !important;
    }
    .fixed .menu>li>a, .outOfSight .menu>li>a, .scrolled .menu>li>a {
        color: #000 !important;
    }
    .fixed .menu, .outOfSight .menu, .scrolled .menu {
        margin-top: 5px !important;
    }
    .fixed .large-logo, .outOfSight .large-logo, .scrolled .large-logo {
        display: none !important;
    }
    .fixed [class*=col-], .outOfSight [class*=col-], .scrolled [class*=col-] {
        width: auto !important;
    }
    .small-logo {
        display: none;
    }
    .nav-container {
        z-index: 30;
        position: fixed;
        width: 100%;
    }
    .featured-info {
        transition: height .2s linear;
        -webkit-transition: height .2s linear;
        -moz-transition: height .2s linear;
        -ms-transition: height .2s linear;
        -o-transition: height .2s linear;
        height: 70px;
        overflow: visible;
    }
    .featured-info a {
        display: inline-block;
        position: relative;
        font-weight: 400;
    }
    .menu > li > a:not(.room-book-btn-background)::before, .featured-info a:not(.room-book-btn-background, .lang-menu a)::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 15px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: width .3s ease;
    }
    .featured-info a:not(.room-book-btn-background):before {
        bottom: 4px;
    }
    .menu > li > a:hover::before, .featured-info a:hover::before {
        width: 100%;
    }
    .shifted-content {
        width: 30vw;
        min-width: 500px;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 15px;
    }
    header {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100 !important;
    }
    header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 350px;
        background: linear-gradient(to bottom,rgba(0,0,0,.85),transparent);
    }
    .level-2 {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
    .cal_img {
        height: 100% !important;
    }

    .bl1 { border-left: 1px solid #ddd; }
    .flex-simple-repertuar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .top-bar-icon a .fa-facebook-square, .top-bar-icon a .fa-instagram-square, .top-bar-icon a .fa-youtube-square, .top-bar-icon a .fa-facebook-messenger, .top-bar-icon a .fa-whatsapp {
        background-color: #ffffff;
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        vertical-align: middle;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
    .top-bar-icon a:hover .fa-facebook-square, .top-bar-icon a:hover .fa-instagram-square, .top-bar-icon a:hover .fa-youtube-square, .top-bar-icon a:hover .fa-facebook-messenger, .top-bar-icon a:hover .fa-whatsapp {
        background-color: #72cbff;
 }
    .pr-sm-30 {
        padding-right: 30px;
    }
    .vertical-product-title {
        border-bottom: 1px solid #cacaca;
        line-height: 64px;
        font-weight: 400;
}
        .flex-md {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: wrap;
                flex-flow: wrap;
        }
        .filter {
                display: -webkit-box;display: -ms-flexbox;display: flex;
                margin: 0 auto;
        }
        .etap-edukacji {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
        }
        .p-md-0 {
                padding: 0 !important;
        }
        ul.level-0 ul.dropdown-menu li a:hover {
                text-decoration: underline;
        }
        ul.level-0 ul.dropdown-menu > li > a:hover, ul.level-0 ul.dropdown-menu > li > a.active {
                text-decoration: underline;
        }
        .indicator {
                display: none;
        }
        ul.level-0 ul.dropdown-menu {
                top: initial;
                min-width: 100%;
        }
        ul.level-0 ul.dropdown-menu li a.menu-item-title,  ul.level-0 ul.dropdown-menu li a{
                font-size: 16px;
                color: #000;
        }
    
        ul.level-0 ul.dropdown-menu > li > a.active:hover {
            color: #000;
        }
        nav {
            position: fixed;
            width: 100%;
            z-index: 3;
            background: transparent;
        }
        .msticky {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
        .msticky > nav {
            padding: 0 30px;
        }
        
        .first-heading > a {
            /* border-top: 1px solid #0000002e;
            border-bottom: 1px solid #0000002e; */
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0 15px;
            height: 70px;
            text-transform: uppercase;
            text-align: center;
            background-color: transparent;
            /* border-right: 1px solid #fff; */
            transition: background 0.3s linear;
            -webkit-transition: background 0.3s linear;
            -moz-transition: background 0.3s linear;
            -ms-transition: background 0.3s linear;
            -o-transition: background 0.3s linear;
}
        

        
        
}
@media all and (max-width: 991px) {
    .menu>li>ul li a {
        text-align: left; 
    }
    .shadow {
        border: none !important;
    }

    
    h1, .h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .translation-links-group {
        line-height: 1;
    }
    .md-lang {
        float: left;
        height: auto;
        padding: 0 0 20px 15px !important;
    }
    .md-lang a {
        margin-right: 15px;
        height: auto;
    }
    .notranslate {
        color: #fff;
    }
    .menu li a {
        color: #fff;
    }
    .menu li {
        line-height: 38px;
    }
    .small-logo {
        padding-bottom: 25px;
    }
    nav {
        background: #4F6D7F;
    }
    .centeredlogo_2 .nav-bar {
        height: auto
    }

    .centeredlogo_2 .menu>li>ul li ul {
        left: 100%;
        top: 0;
        z-index: 200
    }
    .featured-info {
        height: 45px;
        background: #2b3535;
    }
    .height65 {
        height: 65px;
    }
    .feature img {
        max-width: 60px;
    }
    .height-70 {
        height: 50vh;
    }
    .atr-s .video-slider .v-align-transform2.top {
        top: 100000% !important;
    }
    .custom-380 {
        padding-top: 0 !important;
    }
    .camdesc {
        position: absolute;
        left: 5px;
        color: #fff;
        text-shadow: 0px 0px 5px #273c5f, 0px 0px 5px #273c5f;
    }
    .viewcam {
        width:100%;
        float:left;
        margin-bottom:0;
        margin-top:0;
        border:0;
    } 
    .box-url img {
        min-height: 190px;
    }
    .module.widget-handle {
        line-height: 55px;
    }
    .has-dropdown > a {
        width: 80% !important;
    }
    .mobile-menu .has-dropdown:after {
        top: 0;
        right: 0;
        padding: 4px 15px;
    }
    .w70p {
        min-width: 260px;
    }
    .cimg {
        max-width: 100%;
        padding: 0;
    }
    .read-more-repertuar {
        text-align: center;
    }
    .read-more-repertuar a.btn.btn-lg.reservation-btn {
        margin-bottom: 16px;
        width: 100%;
    }
    .read-more-repertuar a.btn.btn-default {
        float: none;
        width: 100%;
    }

    .bl15, .br15 {
        border: 0;
    }

    .bb1 { border-bottom: 1px solid #ddd; }

    .mmenu {
        background-color: #0E173C;
    }
    .legenda span {
        display: block;
        width: 50%;
        float: left;
    }
    .stype {
        margin-right: 2%;
        margin-top: 10px;
    }
    .additional-top-thing a {
        /* color: #ffffff; */
    }
    .disability {
        margin-right: 0px;
    }
    .top-bar-icon {
        margin-right: 0;
    }
    .font-editing a.hl {
        font-size: 14px;
    }
    .top-bar-icon {
        font-size: 26px!important;
    }

    .fs20px {
        font-size: 20px;
    }

    .module {
        padding: 2px 5px;
    }

    span.mlogo-desc {
        display: inline-block;
        line-height: 1em;
        padding-left: 10px;
        font-size: 9px;
        margin-top: 7px;
    }

    .logo {
        margin-left: 10px;
        height: 100%;
        margin-top: 5px;
    }

    .napis_bialy {
        max-width: 47.7vw;
    }
    .zielona {
        max-width: 34vw;
    }
        .language-toggle {
            background: #2b3535;
    }
    .fa-chevron-down.white {
            /* color: #161615; */
    }
    #searchform .search-input {
        width: 35%;
    }
    .top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo {
        max-height: 60px;
        filter: invert(1) brightness(100);
        -webkit-filter: invert(1) brightness(100);
        position: absolute;
    }

    .rev-scroll-btn {
        display: none !important;
    }

     .page-title.page-title-3 {
            padding: 5px 0 !important;
    }
    .plr { padding: inherit !important; }

    .side-menu-block {
        display: none;
    }
    .rowt {
        display: inherit;
    }
    .rowt>[class*=col-] {
            float: inherit;
            display: block;
    }
    .first-heading > a {
        text-shadow: #000 1px 1px 2px;
        }
        .first-heading > a {
            padding: 15px 20px;
    }
    nav:not(.scrolled) .mobile-logo {
        max-height: 44px;
        margin-top: 3px;
        margin-left: 5px;
        }
        
        .first-heading.showhide {
        background: #ffffff;
        }
        
        .first-heading.showhide .icon em {
        background: #212121;
        }

    .fc-dayGridMonth-button {
        display: none !important;
    }
    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px;
}
        .etap-edukacji {
            margin-bottom: 10px;
            padding: 10px 5px;
        }
        .text-sm-center {
                text-align: center;
        }
}

@media all and (min-width: 769px) {


    .pl-sm-0 {
        padding-left: 0;
    }
    .pagep0 {
        padding: initial;
    }
    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .flex-simple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bordered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .btn-news {
        margin-top: auto;
    }
    .aktualnosci_slider {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 768px) {
    .bg-cover.left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .bg-cover:after {
        opacity: 0.5;
    }
    .wybor-glass {
        height: 50vh;
    }
    .logobg {
        width: 15vh;
        padding: 5px;
    }
    .wybor-header {
        font-size: 20px;
    }
    .wybor-content {
        opacity: 1 !important;
        max-height: none;
    }

    .offer-header p {
        margin-bottom: 3px;
      }
      .offer-header .download li {
        padding: 15px 0px 0px;
      }
    .btn.w100 {
        height: auto;
        white-space: normal;
    }
    .responsive-logo-slide {
        max-width: 140px;
    }
    .has-dropdown ul a {
        text-transform: none !important;
        margin-left: 15px;
    }
    .hover-desc {
        font-size: 12px;
        line-height: 16px;
    }
    .news-title {
        font-size: 16px;
        line-height: 21px;
    }
    .booklet__title span {
        font-size: 16px;
        line-height: 1em;
    }
    .read-more-bottom {
        position: relative;
        bottom: 0;
        right: 0;
        top: 10px;
        margin-bottom: 20px;
    }
    .newsdate {
        position: relative;
        bottom: 0px;
    }

    .repertuar-prev-day, .repertuar-next-day {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .repertuar-prev-day:before, .repertuar-next-day:after {
        padding: 0;
    }

    .logocalmobile {
        display: none;
    }
    .minify, .info-icon {
        max-height: 50px;
        max-width: none;
        font-size: 35px;
    }

    .info-title {
        font-size: 14px;
    }
    .mobile-menu .menu li li a {
        padding-left: 30px;
        font-weight: 400;
    }

    .flex-control-paging li a {
        width: 7px;
        height: 7px;
    }
    .flex-control-nav li {
        margin: 0 10px;
    }
    .fullscreen.animated-captions .name, .fullscreen.animated-captions .name2 {
            font-size: 14px;
    }


    h2 {
        font-size: 26px;
        line-height: 34px;
    }
    footer .content {
        margin-top: 15px;
    }
    .offer-title a {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
    }
        .offer-title {
        padding: 5px;
    }
    .latest-href {
        font-size: 14px;
    }
    .green-btn {
            font-size: 16px;
    }
    .fc table {
        font-size: 12px;
    }
    .xs-br {
        display: block;
    }
        .text-xs-left {
                text-align: left;
        }
        .mb-xs-0 {
            margin-bottom: 0;
        }
        .mb-xs-8 {
            margin-bottom: 8px;
        }
        .mb-xs-16 {
            margin-bottom: 16px;
        }
        .mb-xs-24 {
            margin-bottom: 24px;
        }
        .mb-xs-32 {
            margin-bottom: 32px;
        }
        .mb-xs-40 {
            margin-bottom: 40px;
        }
        .mb-xs-48 {
            margin-bottom: 48px;
        }
        .mb-xs-64 {
            margin-bottom: 64px;
        }
        .mb-xs-72 {
            margin-bottom: 72px;
        }
        .mb-xs-80 {
            margin-bottom: 80px;
        }
        .mb-xs-88 {
            margin-bottom: 88px;
        }
        .mb-xs-96 {
            margin-bottom: 96px;
        }
        .mb-xs-104 {
            margin-bottom: 104px;
        }
        .mb-xs-112 {
            margin-bottom: 112px;
        }
        .mb-xs-120 {
            margin-bottom: 120px;
        }
        .mt-xs-0 {
            margin-top: 0 !important;
        }
        .mt-xs-8 {
            margin-top: 8px;
        }
        .mt-xs-16 {
            margin-top: 16px;
        }
        .mt-xs-24 {
            margin-top: 24px;
        }
        .mt-xs-32 {
            margin-top: 32px;
        }
        .mt-xs-40 {
            margin-top: 40px;
        }
        .mt-xs-48 {
            margin-top: 48px;
        }
        .mt-xs-56 {
            margin-top: 56px;
        }
        .mt-xs-64 {
            margin-top: 64px;
        }
        .mt-xs-72 {
            margin-top: 72px;
        }
        .mt-xs-80 {
            margin-top: 80px;
        }
        .mt-xs-88 {
            margin-top: 88px;
        }
        .mt-xs-96 {
            margin-top: 96px;
        }
        .mt-xs-104 {
            margin-top: 104px;
        }
        .mt-xs-112 {
            margin-top: 112px;
        }
        .mt-xs-120 {
            margin-top: 120px;
        }
        .p0-xs {
            padding: 0;
        }
        .pt-xs-0 {
            padding-top: 0;
        }
        .pt-xs-8 {
            padding-top: 8px;
        }
        .pt-xs-16 {
            padding-top: 16px;
        }
        .pt-xs-24 {
            padding-top: 24px;
        }
        .pt-xs-32 {
            padding-top: 32px;
        }
        .pt-xs-40 {
            padding-top: 40px;
        }
        .pt-xs-48 {
            padding-top: 48px;
        }
        .pt-xs-64 {
            padding-top: 64px;
        }
        .pt-xs-72 {
            padding-top: 72px;
        }
        .pt-xs-80 {
            padding-top: 80px;
        }
        .pt-xs-88 {
            padding-top: 88px;
        }
        .pt-xs-96 {
            padding-top: 96px;
        }
        .pt-xs-104 {
            padding-top: 104px;
        }
        .pt-xs-112 {
            padding-top: 112px;
        }
        .pt-xs-120 {
            padding-top: 120px;
        }
        .pt-xs-160 {
            padding-top: 160px;
        }
        .pt-xs-180 {
            padding-top: 180px;
        }
        .pt-xs-240 {
            padding-top: 240px !important;
        }
        .pb-xs-0 {
            padding-bottom: 0;
        }
        .pb-xs-8 {
            padding-bottom: 8px;
        }
        .pb-xs-16 {
            padding-bottom: 16px;
        }
        .pb-xs-24 {
            padding-bottom: 24px;
        }
        .pb-xs-32 {
            padding-bottom: 32px;
        }
        .pb-xs-40 {
            padding-bottom: 40px;
        }
        .pb-xs-48 {
            padding-bottom: 48px;
        }
        .pb-xs-64 {
            padding-bottom: 64px;
        }
        .pb-xs-72 {
            padding-bottom: 72px;
        }
        .pb-xs-80 {
            padding-bottom: 80px;
        }
        .pb-xs-88 {
            padding-bottom: 88px;
        }
        .pb-xs-96 {
            padding-bottom: 96px;
        }
        .pb-xs-104 {
            padding-bottom: 104px;
        }
        .pb-xs-112 {
            padding-bottom: 112px;
        }
        .pb-xs-120 {
            padding-bottom: 120px;
        }
        .pb-xs-180 {
            padding-bottom: 180px;
        }
        .pb-xs-240 {
            padding-bottom: 240px !important;
        }
    }
    @media (min-width: 650px) {
  .hidden-days {
    display: none;
  }
  .repertuar-table tr {
    display: block !important;
    float: left !important;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .legenda span {
    width: 50%;
  }
    .tabs-icons .icon-tabs .tabs li {
        width: 48.5%;
        margin-bottom: 10px;
    }

    .tabs-icons .tabs li.active {
        border-bottom: solid 1px #C5C5C5;
        box-shadow: none;   
    }
}
@media all and (min-width: 551px) {
    .foobar {
      display: none;
    }
  }
    @media all and (max-width: 550px) {
    .foobar {
      visibility: hidden;
    }

    .font-editing a.hl {
        padding: 10px 15px;
    }
    
    .read-more-news a {
        font-size: 16px!important;
        line-height: 40px;
        width: 100%;
    }
    .day-cell {
      width: calc(100%/7 - 1%) !important;
      margin-left: 0.5% !important;
      margin-right: 0.5% !important;
      margin-bottom: 10px !important;
      min-width: 0;
    }
    .repertuar-table {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
    @media all and (max-width: 480px) {
        .offer-slider-right .offer-card-wrapper {
            margin-left: 0;
        }
        .mw75 {
            max-width: 65%;
        }
        .p-name {
            position: absolute;
            z-index: 10;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-shadow: #000000 1px 2px 4px;
            color: #fff;
            font-weight: bold;
            font-size: 30px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            text-align: center;
            line-height: 1.2;
            padding: 15px;
            width: 100%;
        }
        .box-url {
            display: block;
        }
        .box-url img {
            min-height: 230px;
        }
        .col-sxs-12 {
            width: 100%;
        }
        .col-sxs-offset-0 {
            margin-left: 0;
        }
        .cennik_szukaj {
            padding-left: 0;
            text-align: center;
        }
    }
    @media all and (max-width: 400px) {
        .pr60 {
            padding-right: 15px;
        }
        .btn.w100 {
            line-height: 2;
        }
    }
    @media all and (max-width: 360px) {
        .pr30 {
            padding-right: 5px;
        }
        .pr40 {
                padding-right: 15px;
        }
    }
    @media all and (max-width: 330px) {
        .menu-indicator {
            display: none;
        }
    }