.fs-vid-background video {
    max-height: 100vh;
}


.grecaptcha-badge{
    display: none;
}

.pswp--open .pswp__bg {
    opacity: 0.8 !important;
}
.slick-arch-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}
.slick-arch-slider .slick-slide {
    margin: 0 5px!important
}
.slick-arch-slider a {
    width: 100%;
    display: inline-block
}
.flex-slick-next:before, .flex-slick-prev:before {
    font-weight: 700!important;
    font-size: 60px!important;
    font-family: 'Font Awesome 5 Free'!important;
    content: "\f054"!important;
    color: #fff!important;
}
.flex-slick-prev:before {
    content: "\f053"!important;
}
.flex-slick-next, .flex-slick-prev {
    text-decoration: none;
    display: block;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 50px!important;
    height: 50px!important;
    vertical-align: bottom;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding-top: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.slick-arch-slider .flex-slick-next {
    right: 30px;
    z-index: 100;
}
.slick-arch-slider .flex-slick-prev {
    left: 30px;
    z-index: 100;
}
.slick-arch-slider .slick-list {
    max-width: none;
}
.slick-initialized .slick-slide:not(.img-aos) {
    display: block!important;
    margin: 10px;
    opacity: 50%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.slick-initialized .slick-active {
    opacity: 100%!important;
}


/* .cf em {
    color: #000;
} */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.v-align-transform {
    position: absolute !important;
    width: 100% !important;
    max-width: none !important;
}
.pt0 {
    padding-top: 0 !important;
}
.toggle-sub::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.logo-carousel img {
    max-height: 121px;
}
.offer-hover-tile {
    box-shadow: 0 0 3px 0 rgba(10, 10, 10, .2);
}
p em, .btn-link:hover, .btn-link:focus {
    color: #f09000;
}
.btn.btn-secondary {
    font-size: 14px;
    letter-spacing: inherit;
}
.br0 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);
}
.imgscale {
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    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;
    background: #000;
}
.foundry_modal,.offer-hover-tile {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.file-title.equal, .pdfcontainer {
    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;
}
.file-title.equal span {
    font-weight: 400;
}
.foundry_modal iframe {
    min-height: 0
}
.br0 img {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.flex-content {
    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;
}
.shifted-content {
    padding: 50px;
}
.marquee {
    border: none !important;
    background: #000;
}
.marquee p {
    color: #FFDE16;
}
footer em[class*=fa-] {
    color: #fff !important;
}
.inverted {
    filter: invert(1) brightness(100);
    -webkit-filter: invert(1) brightness(100);
}
.tiktok {
    height: 1.7em;
}
.aligninit {
    vertical-align: initial;
}
.m15 {
    margin: 15px;
}
.h28 {
    height: 28px;
    margin-top: 4px;
}
.jump-to {
    position: absolute;
    padding: 10px;
    background: #fff;
    top: 7px;
    left: 7px;
    display: none;
    z-index: 10000;
}
.form-inputs {
    -webkit-box-flex: 60% !important;
        -ms-flex: 60% !important;
            flex: 60% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    position: relative !important;
  }

  .form-btn {
    margin: 20px 0px !important;
    background-color: #f6fe00 !important;
    color: black !important;
    padding: 10px 40px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
  }

  .form-row {
    position: relative !important;
  }

  .form-row-field {
    position: absolute !important;
    pointer-events: none !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
    top: 10px !important;
  }

  .form-row-field-input {
    background-color: inherit !important;
    border: none !important;
    display: block !important;
    top: 10px !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
  }

  .form-row-field-input:not(:-moz-placeholder-shown)~label {
    top: -10px !important;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: bold !important;
  }
.form-row-field-input:not(:-ms-input-placeholder)~label {
    top: -10px !important;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: bold !important;
  }
.form-row-field-input:focus~label, .form-row-field-input:not(:placeholder-shown)~label {
    top: -10px !important;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: bold !important;
  }

.form-error, .form-success {
    width: 100%;
    text-align: center;
    max-width: none;
}
.preview {
    height: 50px;
    line-height: 48px;
    border: 2px solid #959595;
    background: #959595;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.sender {
    height: 50px;
    line-height: 48px;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}
ul:not(.nav_ul_elementcolor) ul:not(.nav_ul_elementcolor) {
    list-style-type: circle !important;
}
.fw300 {
    font-weight: 400;
}
.fw300 strong {
    font-weight: bold !important;
}
.tooltip {
    opacity: 1;
}
.tooltip-inner {
    text-align: left;
    max-width: none;
}
.fc-content span {
    font-weight: bold;
}
.fc-event, .fc-event:hover {
    color: #fff;
    text-decoration: none;
}
.fc th, .fc td {
    background: #fff;
}
#calendar table {
    margin-bottom: 0;
}
.filter {
    float: left;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kategoria {
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    cursor: pointer;
    user-select: none;
    max-width: 200px;
    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;
}

.kategoria.all {
    background: #000
}

.kategoria.active {
    background: #000!important;
    text-decoration: underline
}

.fc-event {
    line-height: 20px
}

.fc-scroller {
    overflow: visible!important;
    height: 100%!important
}

.fc-dayGridMonth-view .fc-scroller {
    overflow: hidden!important
}

.fc-event,.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-event .fc-content {
    padding: 2px 4px
}

.fc-dayGridMonth-button {
    display: none;
    margin-left: 0!important
}

.fc-button-active {
    display: none!important
}

.fc-center {
    text-align: center
}

.fc-list-empty-wrap2 {
    position: relative
}
.pagination li a:hover, .pagination li.active a, .pagination li.active:hover a {
    background: #000;
    border-color: #000;
    }
.b-hr {
    max-width: 100px;
    border-color: #000;
}
.shifted-content .btn {
    border-color: #12100b;
    background: #12100b;
    }
    
    .shifted-content .btn:hover {
    background: #f09000;
    }
    .shifted-content .btn:hover a {
        color: #000000 !important;
    }
.group-item {
    padding-top: 10px;
    }
.bip-icon {
    width: 32px;
    color: #fff;
}
.additional-top-thing, .top-social-media {
    display: inline-block;
}
.disability {
    margin-right: 15px;
}
.additional-slider-thing div, .additional-top-thing div {
    display: inline-block;
    font-size: 14px;
}
.font-editing a.hl {
    padding: 10px 20px;
    font-size: 18px;
}
/* .play-button {
    display: none;
} */
.flex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
}

.flex-center {
    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
}
.m15 {
    margin: 15px;
}

.btn {
    line-height: 40px;
    background: #000;
    color: #fff;
}

.btn:visited {
    color: #fff;
}

.btn:hover {
    background: #fff;
}

.btn:hover,
.btn:hover a {
    color: #000000 !important;
}

.btn-holder {
    margin-top: auto;
}

.product-shadow {
    z-index: 2;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #555;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    box-shadow: 0 0 19px 2px rgb(0 0 0 / 5%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.p30 {
    padding: 30px;
}

.prod-section {
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.prod-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 90vw;
    height: 50vw;
    transform: translate(-50%, -100%);
    background-color: transparent;
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 70px 0 rgb(99 99 97 / 40%);
}

.card {
    background-color: #fff;
    position: relative;
    padding: 25px 30px;
    display: block;
    box-shadow: 0 0 33px 0 rgb(99 99 97 / 15%);
}

.br10 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 4px 16px hsl(240deg 8% 12% / 15%);
    border: none;
}

.card-green {
    margin-top: 25px;
    background: #ffffff;
    margin-right: 0 !important;
    padding-right: 30px !important;
}

.lineheight2em {
    line-height: 2em;
}

.downloadbtn {
    border-color: #000;
    color: #555;
    background: #fff;
    text-transform: none;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 4px 16px hsl(240deg 8% 12% / 15%);
}

.card-green::before {
    content: "";
    left: 0;
    top: 0;
    border-width: 40px 40px 0 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-color: #000;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.slider-thumb-controls {
    position: relative;
}

.downloadbtn:hover {
    border-color: #000;
    background: #000;
}

.button.iconsboxed2 {
    transition: all 0.3s;
    /*background-image: linear-gradient(180deg, #000 0, #f09000 100%);
    background-size: 100% 200%;
    background-position-y: 0;
    */background: #12100b;
    color: #fff;
    border-color: transparent;
    border: none !important;
    transition: background-position .15s ease-in-out;
    border-radius: 5px;
    border: 0.1rem solid rgba(255, 255, 255, .3);
    padding: 20px 30px !important;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.button.iconsboxed2:hover {
    background-position-y: 100%;
    background: #f09000;
}

.button.iconsboxed2 span {
    font-weight: 700;
}

label {
    color: #959aaa;
    font-weight: 500;
    font-size: 12px;
}

.h79 {
    height: 79px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

.fontsize32 {
    font-size: 32px;
    ;
}

input[type=text],
input[type=email],
textarea {
    border: none;
    border-bottom: 1px solid #bababa !important;
    padding: 3px;
    font-weight: 500;
    font-size: 16px;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #fff;
    border-radius: 2px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    color: #3da3ff;
}

input[type=file] {
    display: none;
}

.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)
}

.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: 0s;
}

.wybor-content p {
    margin-bottom: 10px
}

.nowrap {
    white-space: nowrap;
    font-weight: 500
}

.w100 {
    width: 100%
}

.logobg {
    background-color: rgb(0 0 0 / 70%)!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: 300px;
}

.wybor-glass:hover .wybor-content {
    max-height: 400px;
    opacity: 1
}

.wybor-glass:hover .logobg {
    background-color: transparent;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.wybor-header {
    color: #4ec2ed;
    font-size: 24px;
    font-weight: 700
}

.responsive-logo-slide {
    filter: brightness(0) invert(1) drop-shadow(0 0 4px rgba(0, 0, 0, 1));
    height: 15vw
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%
}

.bg-cover.left {
    border-right: 1px solid rgba(255,255,255,.5);
    left: 0;
}


.bg-cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #263e00;
    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-glass:hover .bg-cover:after {
    opacity: 1
}

.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;
    justify-content: center
}

.wybor-read-more {
    background: #fff !important;
    color: #000 !important;
    line-height: 36px !important;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    white-space: normal;
    padding: 0 15px;
    min-width: 0
}
.wybor-read-more a {
    color: #000;
}

.wybor-read-more:hover a {
    color: #fff !important;
    background: 0 0
}
.wybor-read-more a:hover {
    color: #fff !important;
}

.wybor-read-more:hover:before {
    right: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2)
}

.wybor-read-more:before {
    background: #00a7e5
}

.wybor-read-more:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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
}
.wybor-glass {
    height: 50vh;
}

.btn-c {
    background: #fff;
    height: 40px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px
}

.form-loading {
    top: 4px !important;
}

.box {
    padding: 0 15px;
    height: 100%;
    min-height: 157px;
    border-radius: 1rem;
    border: 0.2rem dashed #c4c9d3;
    opacity: .7;
    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;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    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;
}

label {
    color: #959aaa;
    font-weight: 500;
    font-size: 12px;
}

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;
    margin: 0;
    opacity: 1;
}

body.dragging .box::before {
    content: "Przeciągnij 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;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

::-webkit-input-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

:-moz-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

::-moz-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

.rand-img {
    position: absolute;
}

body {
    position: relative;
    height: 100%;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled+span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus+span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #f09000;
    border-bottom: 2px solid #f09000;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled+span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

[type="checkbox"]:indeterminate+span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #000;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled+span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #f09000;
    background-color: #f09000;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after {
    border-radius: 2px;
    background-color: #f09000;
    border-color: #f09000;
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}

.logoand3cols.footer-2.bg-primary {
    /* background: linear-gradient(#3d5c0c 0, #000 100%) !important; */
    background: #12100b !important;
}

.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)
    }
}

/* .main-container {
    margin-bottom: -4em;
} */


body,
.menu {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table p {
    margin-bottom: 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%)
    }
}

.indicator {
    position: relative;
    left: -20px;
    top: 0;
    font-size: 14px;
    float: right;
    font-size: 42px;
    color: #ddd;
}

.offer-item-border {
    border: 1px solid #f09000;
}

.offer-item-header {
    margin-bottom: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .8em;
    text-align: center;
    padding-top: 1em;
}

.offer-item-subheader {
    font-weight: 400 !important;
    padding-bottom: 1em;
}

.offer-item-text {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: .8em;
    text-align: left;
    padding-top: 8px;
}

.offer-item-text ul {
    margin-bottom: 10px;
    /* margin-left: -15px; */
}

.offer-item-text ul li {
    line-height: 1.36em;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.editorial {
    display: block;
    width: 100%;
    height: 5em;
    max-height: 100vh;
    margin: 0;
    /* position: absolute; */
    /* bottom: 0; */
}

.hidex {
    display: none;
}
.active .hidex {
    display: inline-block;
}
.faq-li .active .fa-chevron-down {
    display: none;
}
.active .fa-plus {
    display: none;
}
.accordion .content.pm p:not(li p) {
    margin-bottom: 24px;
}
.faq-li .title {
    padding: 15px;
    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;
}

.main-container {
    /* margin-bottom: -4em; */
}

.editorialtop {
    position: relative;
    z-index: 100;
}

.mrphonetop {
    opacity: 1;
    font-size: 1.2em;
    font-weight: 400;
}

.module em.fa::before {
    font-size: 21px;
}

.module em.fa {
    margin-top: 9px;
}

.sub {
    font-size: 13px;
    letter-spacing: 3px;
}

.db {
    display: block;
}

.lang-text {
    display: inline-block;
    cursor: default;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .2s ease;
    font-weight: 400;
    opacity: 1;
    margin-right: 15px;
}

.lang-text:hover {
    cursor: pointer;
}

.module {
    /* padding: 0 15px; */
    padding-top: 10px;
    padding-right: 0;
}
.pr32 {
    padding-right: 32px;
}
.nav-utility.featured-info {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.nav-utility.featured-info {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* section {
    padding: 45px 0 90px 0;
} */
.icon {
    color: #000;
}

.inherited {
    color: inherit !important;
}

.logo {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;

}

.reveal-nav .logo {
    opacity: 0;
}

.feature h2 {
    min-height: 50px;
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

.table-hover>tbody>tr:hover {
    background-color: #ebf9f7;
}

.cennik2 .price-list li {
    border-bottom: 1px solid #c2d8cd;
    color: #000;
}

.cennik2 .price-list li:hover {
    background: #194c55;
}

.button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 15px;
}

.button-container .btn {
    border: 1px solid #adc6c5;
    height: 38px;
    min-width: 24%;
    padding: 0;
}

.person-btn.active {
    background: #e1e5e6;
    color: #fff;
}

ul[data-target] {
    display: none;
}

.filters li.active {
    border-color: #e1e5e6;
    opacity: 1;
}

.filters li {
    border: 1px solid #f9f9f9;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
}

.filters li.active {
    border-color: #c6cfd0;
    opacity: 1;
    background-color: #d9dede;
    color: #172600;
}

.flex-direction-nav a.flex-prev {
    left: 50px;
}

.flex-direction-nav a.flex-next {
    right: 50px;
}

.logoand3cols .footer-title {
    font-weight: 400;
}

.page-title-1 {
    height: 70vh;
}

.page-title.page-title-3 {
    height: auto !important;
    padding: 25px 0;
    background: #cacaca;
}

.page-title .container {
    position: relative;
    transform: none;
    top: 0;
}

.breadcrumb {
    margin-bottom: 0;
    background: #00000069;
}

.breadcrumb a {
    opacity: 1;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.breadcrumb-2 li:last-child {
    display: none;
}

.breadcrumb-2>li+li:before {
    color: #fff;
}

.breadcrumb>.active {
    color: #bfd0d8;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
        width: 100%;
    }
}

@media all and (max-width: 990px) {

    .page-title-4 .breadcrumb,
    .page-title-2 .breadcrumb {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .case2-slider .content-column .slider-arrows {
        bottom: -20px;
    }
    .shifted-image {
        position: relative;
        width: 100%;
        left: auto !important;
        right: auto !important;
    }

    .shifted-content {
        width: 100%;
        min-height: auto;
        /* text-align: center; */
        padding: 50px 20px 20px;
        border: 0;
        box-shadow: none;
        margin-bottom: 15px;
    }

    .shifted-content .btn {
        margin-bottom: 25px !important;
    }

    .m100-0 {
        margin: 40px 0;
    }

    .shifted-left,
    .shifted-right {
        padding-top: 0;
    }

    .image-square .flex-direction-nav,
    .image-square .flex-control-nav {
        display: none;
    }

    .breadcrumb>li {
        margin-left: 0 !important;
    }

    .breadcrumb-2 li a,
    .breadcrumb-2 li {
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 13px;
    }
}

a {
    color: #000;
    }
    
    a:hover {
    color: #0097ea;
    }

.accordion-2 .title:before,
.expander {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accordion-2 .title:before {
    display: none;
}

.expander {
    right: 0;
}

li.faq-li {
    position: relative;
}

.mw75 {
    max-width: 75%;
}

.title h4 {
    font-size: 26px;
    color: #193528;
    font-weight: 400;
}

.title h4 strong {
    font-size: 24px;
    color: #f7eed0;
}

.ml24 {
    margin-left: 24px;
}

/*.categorydate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-right: 100px;
}
.categorydate > span {
    margin: 0 10px;
}*/
.categorydate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-right: 110px;
}

.categorydate>span {
    margin: 0 30px 0 0;
}

.color4b95b3 {
    color: #4b95b3;
}

.accordion .faq-li {
    background-color: transparent !important;
}

.accordion .faq-li:first-child {
    background-color: #e2eaeb;
}

.accordion .faq-li:nth-child(2) {
    background-color: #d6e4e5;
}

.accordion .faq-li:nth-child(3) {
    background-color: #cbe0e1;
}

.accordion .faq-li:nth-child(4) {
    background-color: #bfdcdd;
}

.faq-li .title:hover {
    background: #f9f9f9;
}

.faq2 .faq-li .title {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.faq2 .accordion .content p {
    padding: 0;
}

.faq2 .faq-li .title:hover {
    background: none;
}


.h79 {
    height: 79px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
}

.g-recaptcha {
    float: left;
}


#back-top {
    background-color: #12100b !important;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border: 1px solid #f9f6ef;
    border-radius: 3px;
}

#back-top a {
    border: none !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl30 {
    padding-left: 30px !important;
}

span.expander {
    float: right;
    margin-right: 15px;
    color: #000;
    display: none;
    line-height: 32px;
}

.expander.show-menu {
    display: inline;
}

.active .expander.show-menu {
    display: none;
}

.active .expander.hide-menu {
    display: inline;
}

/* .title:not(.active):hover .expander.show-menu {
    display: inline;
} */

.flex-prev,
.flex-next {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.flex-prev:hover,
.flex-next:hover {
    background-color: rgba(66, 66, 66, 0.7);
}

.mauto>div {
    margin: 0 auto;
}

.index2 {
    z-index: 2 !important;
}

.main-container {
    z-index: 3;
    position: relative;
    overflow: hidden;
}

.send-btn {
    background: #3a3a3a !important;
    border: none !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-phone {
    display: block !important;
    position: fixed;
    top: 172px;
    right: 0;
    background: #4B95B3 !important;
    border: none;
    height: 55px !important;
    padding: 0 !important;
    width: 55px !important;
    float: left;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    z-index: 2;
    line-height: 53px;
}

.fixed-phone:hover {
    color: #fff;
}

.fixed-phone:hover,
.send-btn:hover {
    background: #000000 !important;
}

.fixed-phone a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 36px;
    text-align: center;
}

.fixed-phone em {
    vertical-align: middle;
}

.logoand3cols {
    padding: 50px 0;
}

.logoand3cols .footer-title {
    color: #fffdf5 !important;
}

footer a strong {
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
}

footer a:hover,
footer a:hover strong {
    color: #fff !important;
}

footer a {
    padding-bottom: 3px;
    background:
    linear-gradient(
    to right,
    #fff,
    #fff
    ),
    linear-gradient(
    to right,
    #f09000,
    #f09000
    );
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    }
    footer a:hover {
    background-size: 0 1px, 100% 1px;
    }

.m0,
.m0 * {
    margin: 0;
}

.paralax-image-text.overlay:before {
    background: #ffffff;
    opacity: 0.7;
}

.fs12 {
    font-size: 12px;
}

.room-sidebar-background {
    border: 1px solid rgba(70, 130, 104, 1) !important;
}

.room-sidebar-btn-background {
    background: -webkit-linear-gradient(15deg, #655940, #FFF6D8, #c5baa4, #FFF6D8, #796B5E) !important;
    background: linear-gradient(75deg, #655940, #FFF6D8, #c5baa4, #FFF6D8, #796B5E) !important;
}

.room-sidebar-color,
.room-sidebar-color p,
.room-sidebar-color a,
.room-sidebar-color p a {
    color: #102f22 !important;
}

.room-book-btn-background {
    background: #ffffff !important;
    border: 1px solid #6d604c !important;
}

.nav-utility a.room-book-btn-background {
    color: #1f3b67 !important;
}

.room-book-btn-background:hover {
    background: #ddf4ff !important;
}


.color-primary-all * {
    color: #073138 !important;
    margin: 0;
}

.noborder {
    border: none !important;
}

.paralax-image-text .content {
    border: none;
    padding-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 400 !important;
    font-family: "Unna", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unna", serif !important;
}

h1,
.paralax-image-text .title,
.content h2,
.offer-header {
    font-size: 44px !important;
    text-transform: uppercase !important;
    line-height: 1.5em !important;
    font-family: "Unna", serif !important;
}

h2:not(.medium-heading) {
    font-size: 32px !important;
    /* font-weight: 400 !important; */
    text-transform: uppercase !important;
    line-height: 1.5em !important;
    font-family: "Unna", serif !important;
}

.feature-content {
    font-size: 14px;
    line-height: 25px;
}

.menu-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold !important;
    display: block;
}

body {
    font-size: 22px;
    line-height: 1.3em;
    background: #fffefb;
}

.mw90 {
    max-width: 90px;
}

.mw80 {
    max-width: 80px;
}

.mw60 {
    max-width: 60px;
}

.mw45 {
    max-width: 45px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #000;
}

.menu li a {
    font-size: 20px;
    opacity: 1;
    line-height: 20px;
    letter-spacing: 1px;
}

.menu>li>ul li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-transform: none;
}

nav.transparent .nav-utility,
nav.transparent .nav-bar {
    border-bottom: none;
}

nav.transparent .module.widget-handle {
    border-left: none !important;
}

.menu-info {
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}

.module.widget-handle i {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

.btn-white {
    background: none !important;
}

.btn-white:hover {
    background: none !important;
}

.btn-top {
    color: #0f2d20 !important;
    font-weight: 500;
    font-size: 14px;
}

.below {
    position: absolute;
    top: 102px;
    background: #000;
    padding: 0;
}

.below .btn {
    border: none;
    font-size: 14px;
}

.below {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.below .btn:hover {
    color: #fff;
}

.below:hover {
    background: #f09000;
}

.animated-captions .image-bg .btn,
.image-bg .btn:visited,
.parallax-btn {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;
    background: #f09000;
    color: #fff !important;
    border: none !important;
    line-height: 50px;
}

.number {
    font-size: 50px !important;
    line-height: 1 !important;
}

.offscreen-toggle {
    background: #000;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.offscreen-toggle:hover {
    background: #f09000;
}

.animated-captions .image-bg .btn:hover,
.parallax-btn:hover {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.rev-scroll-btn {
    bottom: 120px;
    height: 50px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.chevron {
    position: absolute;
    width: 40px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
    box-shadow: 0px 2px 2px #000;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    box-shadow: 0px 2px 2px #000;
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.textchevron {
    width: 146px;
    position: absolute;
    text-shadow: 0px 2px 2px #000;
    color: #fff;
    text-transform: uppercase;
    top: -25px;
    font-weight: bold;
    left: -50px;
    text-align: center;
}

.float-right {
    float: right;
}

.read-more a {
    padding: 14px 27px;
    display: inline-block;
}

.read-more {
    height: auto;
    line-height: 1;
    padding: 0;
    margin-top: 15px;
}

.image-tile img {
    border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
    transition: transform 3s;
    -webkit-transition: transform 3s;
    -moz-transition: transform 3s;
    -ms-transition: transform 3s;
    -o-transition: transform 3s;
}

/* .image-tile 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);
} */
.ma-date-and-formats .ma-date-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    }

.news-title {
    font-size: 30px;
}



.sectionbounce>div>div span.animated {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #c7dedd;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sectionbounce>div>div span::before {
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sectionbounce>div>div span::before,
.sectionbounce>div>div span::after {
    position: absolute;
    top: -23px;
    content: "";
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #c7dedd;
}

.sectionbounce>div>div span::after {
    right: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sectionbounce>div>div span::before,
.sectionbounce>div>div span::after {
    position: absolute;
    top: -23px;
    content: "";
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #c7dedd;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.menu-search {
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.menu-search img {
    vertical-align: top !important;
}


.main-container section:not(.kenburns2):not(.szukajkaFG-section) {
    z-index: 2;
    background: #fff;
    /* background: #f5f7f7; */
    /* background: linear-gradient(90deg, #edefef 0, #f5f7f7 50%, #edefef 100%); */
}

.main-container section.bg-white {
    background: #fff;
}

/* .centeredlogo_2 .layer-logo {
    filter: invert(1) brightness(10);
} */


.szukajkaFG-section {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0,0,0,.94);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
}
.szukajkaFG-section.s-active {
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.szukajkaFG-section .newstitleFG {
    color: #fff;
}
.containerFG {
    height: 100%;
}
.s-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.s-popularne {
    margin-top: 100px;
    border-top: 1px solid #4b4b4b;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}
/* .s-container input.search-input:hover {
    opacity: 0.7;
} */
.s-container input.search-input {
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    margin-bottom: 0;
    float: right;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iV2Fyc3R3YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMxLjU2N3B4IiBoZWlnaHQ9IjMxLjYwNnB4IiB2aWV3Qm94PSIwIDAgMzEuNTY3IDMxLjYwNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzEuNTY3IDMxLjYwNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0Y4RjhGOCIgZD0iTTI1LjkyLDEuNzEybDAuMDg0LDAuMDg2bDAuMDg5LDAuMDYzbDAuMTg4LDAuMTA5DQoJYzEuMTUxLDAuNzIxLDIuNjk2LDIuMjY1LDMuMzg4LDMuNDI2bDAuODg5LDEuNjQxYzEuMTc5LDIuMzI1LDEuMzA2LDUuOTEsMC40ODIsOC4zODZjLTEuNTU2LDQuNjc5LTUuNjg3LDguMjcyLTExLjU4LDguMjg1DQoJYy0xLjA2NywwLjAwMi0yLjE5LTAuMjM5LTMuMTkyLTAuNTE3Yy0xLjQ0MS0wLjM5OS0yLjg4OC0xLjI2OC00LjA0OC0yLjE2OWMtMC4yMjYtMC4xNzQtMC40MTQtMC4zOTUtMC42NTEtMC41ODUNCgljLTAuNDA3LTAuMzI4LTEuNDE5LTEuNTYyLTEuNzAxLTIuMDA0Yy0wLjY2Ny0xLjA0Mi0xLjIwMi0yLjEzMS0xLjU1NC0zLjQyOGMtMC43MTQtMi42MjgtMC41NDgtNC45MzEsMC4zNzctNy40NDMNCgljMC4zNTQtMC45NTksMC45NDMtMS45OTgsMS41NjEtMi43OTVjMC4wNzYtMC4wOTgsMC4xOTktMC4yNzYsMC4yNzEtMC4zNzFjMC4xOTgtMC4yNiwwLjM1NC0wLjM5MSwwLjU3NC0wLjY1Ng0KCWMwLjUxNy0wLjYyMSwxLjY0Mi0xLjUxNSwyLjM5NS0xLjk1M2MwLjE1MS0wLjA4NywwLjI5LTAuMTU2LDAuMzg1LTAuMjc2YzAuMTU0LTAuMDE3LDEuMDgyLTAuNTE1LDEuMjcxLTAuNTkzDQoJYzAuMjM4LTAuMDk5LDAuNDQ0LTAuMTQ5LDAuNjg4LTAuMjVjMS4wNTQtMC40MzIsMi45ODktMC42OTksNC4xNjgtMC42NjZDMjMuNjM4LDAuMTAzLDI1LjU5MywxLjY3NiwyNS45MiwxLjcxMiBNMy44NjEsMzEuNDkyDQoJYy0wLjIyOS0wLjAwNC0wLjUwOCwwLjA5NC0wLjgwMiwwLjExMWMtMC4yNzgsMC4wMTgtMC41OTYtMC4wNi0wLjg1Ni0wLjA2MmMtMC4xMDQtMC4wOTEtMC4yODQtMC4wOTMtMC41MzItMC4yMjQNCgljLTEuMjMtMC42NTYtMS44MDktMS42OC0xLjY0My0zLjE2MmMwLjA5My0wLjgyOCwwLjYyNC0xLjM5NywxLjAyOS0xLjgwNmMwLjYxOC0wLjYyMSw2LjgyNy02Ljg4OCw3LjA0MS03LjAwMg0KCWMwLjIwOSwwLjE4MSwwLjY4MywwLjk1LDAuODk2LDEuMTkzbDAuOTg1LDEuMDg3YzAuNTc5LDAuNTg3LDEuNTQ4LDEuNDEyLDIuMjc4LDEuODI5Yy0wLjEwNCwwLjIwNi0zLjYxMywzLjY1OS00LjA4NCw0LjEzMQ0KCUM3LjMyMywyOC40NCw1LjkyMywyOS45LDUuMDgzLDMwLjY3NEM0LjI1LDMxLjQ0LDQuMDEzLDMxLjM1LDMuODYxLDMxLjQ5MiBNMjYuNjM4LDExLjg1MmwtMS45NjEtMC4wMDQNCgljLTAuMDgyLTIuOC0yLjIzNS00LjkxOS00LjkzNy00LjkzNkwxOS43MzQsNC45NGMyLjc3NCwwLDUuMTMzLDEuNjE2LDYuMjkxLDQuMDVDMjYuMzQ4LDkuNjcyLDI2LjY4OCwxMC45NywyNi42MzgsMTEuODUyDQoJIE0yMC4xMjUsMi45ODJjLTEuODc5LTAuMTkzLTMuNjk5LDAuNTEtNS4yMTUsMS40MDVjLTAuNDYsMC4yNzItMC44ODgsMC42NjEtMS4yNDYsMC45OGMtMC42OTIsMC42MTUtMS40MSwxLjU1OS0xLjg5NiwyLjU0NA0KCWMtMS4xNDYsMi4zMjEtMS4yMiw0LjkzMi0wLjI1LDcuMzQ1YzAuNiwxLjQ5MywxLjY1MSwyLjc5LDIuOTMsMy43MzFjMy45OTksMi45NDcsOS41NDMsMi4wNTcsMTIuMzk5LTEuODIyDQoJYzEuMTAxLTEuNDk2LDEuNjIzLTMuMDEzLDEuNzYtNC45MTVjMC4xNjMtMi4yODItMC42NjYtNC4yMDctMS45MDctNS45MDljLTAuNjg5LTAuOTQ2LTEuOTU2LTEuOTUzLTMuMDY5LTIuNDYyDQoJQzIyLjMxOSwzLjI4MSwyMS43NDksMy4xNSwyMC4xMjUsMi45ODIiLz4NCjwvc3ZnPg0K) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /* border-bottom: 1px solid white; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-size: 38px;
}
input.s-input:focus::-webkit-input-placeholder { color:transparent; }
input.s-input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input.s-input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input.s-input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input.s-input::-webkit-input-placeholder { color:#fff; font-weight: 400 !important; }
input.s-input:-moz-placeholder { color:#fff; font-weight: 400 !important; } /* FF 4-18 */
input.s-input::-moz-placeholder { color:#fff; font-weight: 400 !important; } /* FF 19+ */
input.s-input:-ms-input-placeholder { color:#fff; font-weight: 400 !important; } /* IE 10+ */
input.s-input {
    outline: none;
    background: none;
    border: 0;
    font-size: 40px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    border-bottom: 1px solid #fff;
}
.s-close {
    position: absolute;
    top: 60px;
    right: 80px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.s-close span {
    background: #fff;
    top: 27px;
    width: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 3px;
}
.s-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media (min-width: 992px) {
    .menu>li ul {
        margin-top: -20px;
    }
    .outOfSight nav .menu>li ul, .fixed nav .menu>li ul, .scrolled nav .menu>li ul {
        margin-top: -5px;
    }
    .centeredlogo_2 .menu>li>a:hover {
        text-decoration: underline;
    }
    .centeredlogo_2 .menu>li>ul li ul {
        left: 100% !important;
        padding-left: 5px !important;
        top: 0;
        z-index: 200;
        padding-top: 1px !important;
        transform: none !important;
    }
    /* .centeredlogo_2 .menu>li>ul li ul::before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 80%;
        margin: auto;
        background-color: #e8e8e8;
        z-index: 30;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
} */
    .kategoria {
        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;
    }
    
    .has-dropdown {
        padding-right: 0;
    }

    .centeredlogo_2 .menu li.has-dropdown>ul {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    li.shadow {
        position: absolute !important;
        width: 100% !important;
        height: calc(100% - 15px);
        box-shadow: 1.4px 1.4px 12px 0 rgba(0, 0, 0, .1);
        background: none !important;
        border: none !important;
        top: 15px !important;
    }

    .menu ul {
        background: none !important;
        padding: 15px 0 0 !important;
    }

    .menu-conainer {
        padding-top: 15px;
    }

    .menu ul li {
        background: #fff;
    }

    .menu>li.active>a::before {
        width: 80%;
    }

    .nav-utility.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;
        padding-right: 40px;
    }

    .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 .nav-utility.featured-info,
    .fixed .nav-utility.featured-info,
    .scrolled .nav-utility.featured-info,
    .outOfSight.centeredlogo_2::after,
    .fixed.centeredlogo_2::after,
    .scrolled.centeredlogo_2::after {
        height: 0 !important;
    }

    .small-logo {
        display: none;
    }

    .small-logo img {
        height: 66px !important;
        top: 0 !important;
        padding: 5px;
    }

    .outOfSight .large-logo,
    .fixed .large-logo,
    .scrolled .large-logo {
        display: none !important;
    }

    .outOfSight .small-logo,
    .fixed .small-logo,
    .scrolled .small-logo {
        display: block !important;
    }

    .outOfSight .col-md-pull-2,
    .fixed .col-md-pull-2,
    .scrolled .col-md-pull-2 {
        right: 0 !important;
    }

    .outOfSight .pull-right,
    .fixed .pull-right,
    .scrolled .pull-right {
        float: left !important;
    }

    /* .outOfSight [class*=col-], .fixed [class*=col-], .scrolled [class*=col-] {
        width: auto !important;
    } */
    .outOfSight nav,
    .fixed nav,
    .scrolled nav {
        padding-right: 5px;
        background: #12100b;
        transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -ms-transition: background .3s linear;
        -o-transition: background .3s linear;
    }

    .outOfSight img,
    .fixed img,
    .scrolled img {
        filter: none !important;
        -webkit-filter: none !important;
    }


    .outOfSight .menu-search img,
    .fixed .menu-search img,
    .scrolled .menu-search img {
        -webkit-filter: invert(1) !important;
        filter: invert(1) !important;
        vertical-align: middle !important;
    }

    .outOfSight .menu>li>a,
    .fixed .menu>li>a,
    .scrolled .menu>li>a {
        color: #fff !important;
    }

    .outOfSight .menu>li>a,
    .fixed .menu>li>a,
    .scrolled .menu>li>a {
        font-size: 13px;
        line-height: 13px;
        height: 51px;
    }

    .outOfSight .menu>li>a::before,
    .fixed .menu>li>a::before,
    .scrolled .menu>li>a::before {
        background: #000 !important;
    }

    .outOfSight .navbar,
    .fixed .navbar,
    .scrolled .navbar {
        line-height: 1;
    }

    /*     .outOfSight .menu,
    .fixed .menu,
    .scrolled .menu {
        margin-top: 5px !important;
    } */

    /* .outOfSight.centeredlogo_2, .fixed.centeredlogo_2, .scrolled.centeredlogo_2 {
        box-shadow: 1.4px 1.4px 12px 0 rgba(0,0,0,.1);
    } */
    .outOfSight .menu>li>ul,
    .fixed .menu>li>ul,
    .scrolled .menu>li>ul {
        padding-top: 15px !important;
    }

    .outOfSight nav,
    .fixed nav,
    .scrolled nav {
        box-shadow: 1.4px 1.4px 12px 0 rgba(0, 0, 0, .1);
    }

    .menu>li>ul li a {
        text-align: center;
    }

    .menu>li>a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 12px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: width .3s ease;
    }

    .menu>li>a:hover::before {
        width: 80%;
    }

    .nav-utility.featured-info a {
        display: inline-block;
        position: relative;
    }

    .menu>li>a:not(.font-editing a):before,
    .nav-utility.featured-info a:not(.font-editing>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;
    }

    .nav-utility.featured-info a::before {
        bottom: 4px;
    }

    .menu>li>a:hover::before,
    .nav-utility.featured-info a:hover::before {
        width: 100%;
    }

    .has-dropdown:after {
        display: none;
    }

    .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 #fff;
        border-left: 6px solid transparent;
    }

    .menu ul li.has-dropdown>a::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 0px;
        border-top: 6px solid transparent;
        border-left: 6px solid #fff;
        border-bottom: 6px solid transparent;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}

    .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 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        float: right !important;
        width: auto !important;
        height: 65px !important;
    }


    .menu a {
        line-height: 1;
    }

    .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.85), transparent);
    }

    nav {
        background: none;
    }

    .nav-container.sub {
        position: absolute !important;
        width: 100%;
    }

    .nav-container.sub nav {
        position: relative !important;
    }

    /* footer {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        width: 100%;
        z-index: 0;
    } */
    .image-square {
        max-height: 370px;
    }

    nav {
        position: fixed;
        width: 100%;
        z-index: 3;
        padding-right: 40px;
    }

    .kenburns2 {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .cropped {
        z-index: -1;
    }

    .nav-container {
        z-index: 1000;
        position: fixed;
        width: 100%;
    }

    .nav-container.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .logo {
        max-height: 170px;
        position: absolute;
        top: 30px;
    }

    .logo-in-panel {
        max-height: 130px;
    }

    .scrolled .menu li a {
        letter-spacing: 0;
    }
}

@media (max-width: 1366px) {
    .nav-utility.featured-info {
        height: 50px;
    }

    .menu li a {
        letter-spacing: 0;
    }
}

@media (min-width: 1200px) {
    .card {
        margin-right: -130px;
        padding-right: 130px;
    }
}

@media (max-width: 1200px) {
    .menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    body {
        font-size: 18px;
        line-height: 1.5em;
    }

    .scrolled .menu li a {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {

    .s-close {
        top: 30px;
        right: 30px;
    }

    .menu-search.s-mobile {
        margin: 0 10px;
        position: absolute;
        right: 60px;
    }
    .menu-search img {
        vertical-align: middle !important;
    }

    .title h4 {
        font-weight: 400;
    }

    .mw40m {
        max-width: 40px;
    }

    .centeredlogo_2 .layer-logo {
        height: 40px;
        /* filter: invert() brightness(100);
        -webkit-filter: invert() brightness(100); */
}

    .sub {
        font-size: 12px;
        letter-spacing: 0;
    }

    .mrphonetop {
        font-size: 1.2em;
    }

    .menu li {
        line-height: 38px;
        float: left;
    }

    .page-title-1 {
        height: 100px;
    }

    .nav-utility.featured-info {
        height: 45px;
    }

    .module em {
        color: #fff;
    }

    .nav-utility {
        background: #FB8B24;
    }

    .ti-menu {
        opacity: 1 !important;
    }

    .ti-menu:before {
        color: #fff;
    }

    .menu>li ul {
        background: none !important;
        float: left;
        /* padding-bottom: 30px; */
    }

    .menu>li ul a {
        color: #fff !important;
        padding: 8px 16px !important;
    }

    .small-logo {
        padding-bottom: 25px;
    }

    li.shadow {
        display: none !important;
    }

    section {
        padding: 50px 0 50px 0;
    }

    .page-title.page-title-3 {
        padding: 10px 0;
    }

    .filters li {
        padding: 0 15px;
        font-size: 12px;
        margin-right: 2%;
        margin-left: 2%;
    }

    .filters li {
        margin-bottom: 15px;
        min-width: 46%;
    }


    .accordion-2 .title {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .module.widget-handle {
        border-left: none;
        border-top: none;
        line-height: 55px;
        min-height: 55px;
    }

    .goto {
        display: none !important;
    }

    nav {
        background: #12100b;
    }

    .fixed-phone {
        bottom: 15px;
        left: 15px;
        top: auto;
    }

    .logo {
        position: absolute;
        z-index: 10;
        width: 75px;
        top: 1px;
    }
}

@media (min-width: 769px) {
    .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 768px) {
    .kategoria {
        line-height: 2;
        max-width: 100%;
        border-radius: 0.25em;
        margin: 0.5%;
        }
    .slide-logo {
        width: 100px !important;
    }

    .shifted-content {
        padding: 20px 20px;
    }

    .shifted-image {
        height: 250px;
    }

    section {
        padding: 40px 0;
    }

    .g-recaptcha>div {
        margin: 0 auto;
    }

    .logo-in-panel {
        max-height: 100px;
    }

    p {
        font-size: 18px;
        line-height: 1.5em;
    }

    .content-container {
        padding-top: 10px;
    }

    .fullscreen.kenburns2.animated-captions .btn-lg {
        min-width: 0 !important;
        font-size: 12px !important;
        height: auto !important;
        line-height: 1 !important;
        padding: 15px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .uelogo {
        width: 150px !important;
    }
    .module {
        padding: 0px 15px;
    }

    .row.reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);

        direction: rtl;
    }

    .row.reorder-xs>[class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);

        direction: ltr;
    }

    .custom-380 {
        padding-top: 0 !important;
    }

}

@media all and (max-width: 600px) {
    .slick-arch-slider .slick-list {
        padding: 0 16.7vw 0 0!important
    }
}

@media (max-width: 480px) {
    .booklet__hover-inner2>div {
        font-size: 11px;
    }

    .expander>span {
        display: none;
    }

    .booklet__title {
        padding-right: 5px;
        padding-left: 5px;
    }

    .booklet__title span {
        top: 0;
        line-height: 1.7rem;
        font-size: 16px;
    }

    .col-sxs-12 {
        width: 100%
    }

    h1,
    .paralax-image-text .title,
    .content h2,
    .offer-header {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    .shifted-content .btn {
        display: flex;
        justify-content: center;
        letter-spacing: 0;
        font-size: 14px !important;
    }
}

@media (max-width: 340px) {
    .shifted-content .btn {
        padding: 0 10px;
    }

    .filters li {
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: -0.02em;
    }
}