/****** PLACE YOUR CUSTOM STYLES HERE ******/
.accordion .content {
    max-height: initial !important;
    display: none;
    margin-bottom: 10px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.accordion .content p {
    padding: 15px;
    margin: 0;
}

.button-tabs.vertical>.content {
    float: left;
}

/* cennik2 */

.cennik2 .price-group {
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 2px;
}

.cennik2 .price-list li:nth-child(even) {
    background: rgba(246, 246, 246, 0.5);
}

.cennik2 .price-list li {
    border-bottom: 1px solid #c5c5c5;
    color: #292929;
    line-height: 140%;
    padding: 15px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.cennik2 .price-list li:hover {
    background: #292929;
    color: #fff;
}

.cennik2 .price-list .information {
    font-size: 70%;
    line-height: 120%;
}

.cennik2 .flex-list {
    display: flex;
    align-items: center;
}

.cennik2 .flex-right {
    margin-left: auto;
}

/**/

.inner-title:hover:before {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.fullwidthmap iframe {
    float: left;
}

.rev-scroll-btn {
    position: absolute;
    bottom: 140px;
    z-index: 12;
    width: 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.rev-scroll-btn span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBvbHlnb24gcG9pbnRzPSIzMjUuODcyLDExMS4xNjggMzE0LjcyLDk5LjY5NiAxNTQuMTEyLDI1NiAzMTQuNzIsNDEyLjMwNCAzMjUuODcyLDQwMC44MzIgMTc3LjA1NiwyNTYgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNTYsMEMxMTQuNjA4LDAsMCwxMTQuNjA4LDAsMjU2czExNC42MDgsMjU2LDI1NiwyNTZzMjU2LTExNC42MDgsMjU2LTI1NlMzOTcuMzkyLDAsMjU2LDB6IE0yNTYsNDk2ICAgIEMxMjMuNjY0LDQ5NiwxNiwzODguMzM2LDE2LDI1NlMxMjMuNjY0LDE2LDI1NiwxNnMyNDAsMTA3LjY2NCwyNDAsMjQwUzM4OC4zMzYsNDk2LDI1Niw0OTZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    border-radius: 50%;
    -webkit-animation: pulsar 3s infinite;
    -moz-animation: pulsar 3s infinite;
    animation: pulsar 3s infinite;
    background-size: 40px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: #000;
    box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}

.rev-scroll-btn span:hover {
    animation: none;
    background-color: #a3185b;
    transform: scale(1.35);
}

@-webkit-keyframes pulsar {
    0% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }

    50% {
        transform: scale(1);
        opacity: 0.4;
        box-shadow: none;
    }

    100% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
}

@-moz-keyframes pulsar {
    0% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }

    50% {
        transform: scale(1);
        opacity: 0.4;
        box-shadow: none;
    }

    100% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
}

@keyframes pulsar {
    0% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }

    50% {
        transform: scale(1);
        opacity: 0.4;
        box-shadow: none;
    }

    100% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
}

.fs-vid-background video {
    height: auto;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lb-nav a.lb-next:before {
    right: -50px;
}

.lb-nav a.lb-prev:before {
    left: -50px;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1;
}

.gall:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 1px;
    height: auto;
    background: #fff;
    transition: all .4s ease;
}

.gall:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: auto;
    height: 1px;
    background: #fff;
    transition: all .4s ease;
}

.cover.fullscreen,
.cover.fullscreen .slides li,
.v-align-transform {
    transition: height 0.5s linear;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
}

.slick-fullscreen-slider .slick-list {
    width: 100%;
    max-width: 100%;
}

.slick-fullscreen-slider.slick-initialized .slick-slide {
    display: block;
    margin: 0;
}

.slick-fullscreen-slider .slick-slide {
    max-width: 100vw;
    max-height: 100vh;
}

.marquee {
    overflow: hidden;
    border-top: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    background: #ffffff;
    padding: 15px 0;
}

.marquee p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.ma-date-and-formats {
    float: left;
    margin-right: 17px;
    width: 82px;
    text-align: center;
    margin-bottom: 10px;
}

.ma-date-and-formats .ma-date-box {
    background-color: grey;
    border-color: grey;
}

.ma-date-and-formats .ma-date {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: 700;
}

.ma-date-and-formats .ma-date-box {
    padding: 8px 0 5px;
    color: #fff;
    display: block;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.m0 {
    margin: 0 !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.bb1 {
    border-bottom: 1px solid #ccc;
}

.nourl-carousel li {
    opacity: 1;
}

.rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagination-hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.ken-title {
    padding: 15px 32px 20px 0px !important;
}

.main-text {
    padding: 0 10%;
}

.max526 {
    max-height: 526px;
}

.youtube-embed {
    display: block;
}

.ytvideosection {
    padding: 0;
}

.offer-hover-tile {
    box-shadow: 0 0 10px 0 rgba(10, 10, 10, .2);
    transition: .25s;
}

.offer-hover-tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.file-title {
    font-weight: lighter;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}

.file-list-category {
    font-size: 26px;
    border-bottom: 1px solid black;
    color: black;
    font-weight: bold;
    margin-top: 30px;
}

section {
    width: 100%;
}

.miro-link {
    line-height: 25px;
    font-weight: 300 !important;
}

.miro-icon {
    height: 25px;
    width: 30px;
    background-repeat: no-repeat !important;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}

p,
span {
    font-weight: inherit;
}

td,
th {
    padding: 5px;
}

ul:not([class]) {
    padding-left: 40px;
    list-style: initial;
}

ol:not([class]) {
    padding-left: 40px;
}

.map-iframe {
    margin-top: 24px;
}

.g-recaptcha {
    margin-bottom: 24px;
}

.menu>li>ul li.has-dropdown:after {
    top: 0;
    right: 7px !important;
    line-height: 35px;
}

br {
    display: block !important;
}

ul.inline-list.bredcrumb-list.text-center {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

p.search-desc {
    font-size: 13px;
    font-style: italic;
}

a.search-link {
    color: #008bd0;
    font-size: 15px;
}

a.search-link:hover {
    color: #282a38;
}

section.bg-main.bredcumbs-area {
    padding-bottom: 0px;
}

.social-feed-element {
    background: #fff;
}

.search-button {
    margin-bottom: 0;
}

.search-row {
    margin: 0 auto;
}

.pagination li a {
    font-size: 13px;
}

.cover .align-bottom {
    bottom: 10%;
}

.a2-border-top {
    border-top: 1px solid #ccc;
}

#back-top a {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2244px%22%20height=%2244px%22%20viewBox=%220%200%2044%2044%22%20enable-background=%22new%200%200%2044%2044%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M29.121,19.55l-6.29-6.196c-0.025-0.025-0.053-0.049-0.082-0.071c-0.012-0.011-0.024-0.02-0.038-0.03c-0.016-0.011-0.031-0.024-0.048-0.034c-0.017-0.011-0.032-0.02-0.048-0.03c-0.015-0.009-0.029-0.018-0.044-0.025c-0.017-0.009-0.034-0.017-0.051-0.024c-0.016-0.008-0.031-0.015-0.047-0.022c-0.016-0.006-0.033-0.012-0.049-0.018c-0.018-0.005-0.035-0.014-0.053-0.019c-0.017-0.005-0.034-0.008-0.05-0.013c-0.018-0.005-0.036-0.009-0.054-0.013c-0.02-0.003-0.039-0.006-0.059-0.008c-0.016-0.003-0.032-0.005-0.049-0.007c-0.073-0.007-0.146-0.007-0.218,0c-0.017,0.002-0.033,0.005-0.05,0.008c-0.02,0.002-0.038,0.005-0.058,0.009c-0.019,0.003-0.037,0.009-0.055,0.013c-0.016,0.005-0.033,0.008-0.05,0.013c-0.017,0.005-0.035,0.012-0.052,0.018c-0.017,0.006-0.033,0.012-0.049,0.019c-0.017,0.006-0.032,0.014-0.048,0.021c-0.017,0.008-0.034,0.016-0.051,0.024c-0.015,0.008-0.029,0.018-0.044,0.026c-0.015,0.008-0.031,0.018-0.048,0.029c-0.016,0.01-0.031,0.022-0.047,0.034c-0.014,0.01-0.027,0.019-0.04,0.028c-0.042,0.035-0.08,0.073-0.117,0.113c-0.013,0.011-0.026,0.021-0.037,0.033l-6.313,6.219c-0.433,0.428-0.434,1.12-0.003,1.544c0.432,0.426,1.131,0.424,1.564-0.002l4.495-4.426l-0.023,14.11c-0.001,0.603,0.493,1.092,1.104,1.09s1.107-0.49,1.109-1.095l0.023-14.108l4.403,4.334c0.432,0.426,1.133,0.424,1.565-0.007S29.553,19.975,29.121,19.55%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid white;
    text-indent: -99999px;
    width: 54px;
    height: 54px;
}

.defaultCursor {
    cursor: default !important;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    margin-bottom: 0;
    bottom: 20px;
    z-index: 100;
    background-color: #008bd0 !important;
}

#back-top:hover {
    cursor: pointer;
}

.more-info,
.more-info-second {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.footer-bg {
    background: #353535;
}

.footer-header {
    font-size: 20px;
}

.adate-page {
    margin-bottom: 10px;
}

.mar-bot {
    margin-bottom: 5px;
}

.black-font {
    color: #000;
}

.coverx {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 100000000000000 !important;
}

.loaderx {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

.loaderx:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loaderx:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderx-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100px;
}

.fixed-top {
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
}

/* OfferGridGapless */
.offer-grid-gapless .separator:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 1px;
    height: auto;
    background: #fff;
    transition: all .4s ease;
}

.offer-grid-gapless .separator:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: auto;
    height: 1px;
    background: #fff;
    transition: all .4s ease;
}

.offer-grid-gapless {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.offer-grid-gapless .href-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.offer-grid-gapless .offer-text {
    text-align: center;
    padding: 30px;
    background: #e9e9e9;
}

.offer-grid-gapless .offer-image {
    overflow: hidden;
}

.offer-grid-gapless .offer-container img {
    transition: transform .6s linear;
    -webkit-transition: transform .6s linear;
    -moz-transition: transform .6s linear;
    -ms-transition: transform .6s linear;
    -o-transition: transform .6s linear;
    /* CSS wyłączający na wszystkim translateZ - transform nie używany, a powodujący zapychanie RAM-u */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    /**/
}

.offer-grid-gapless .offer-container:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    /* CSS wyłączający na wszystkim translateZ - transform nie używany, a powodujący zapychanie RAM-u */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    /**/
}

.offer-grid-gapless .offer-container .offer-text {
    transition: background .4s linear;
    -webkit-transition: background .4s linear;
    -moz-transition: background .4s linear;
    -ms-transition: background .4s linear;
    -o-transition: background .4s linear;
}

.offer-grid-gapless .offer-container:hover .offer-text {
    background: #13181d;
}

.offer-grid-gapless .offer-container .offer-text * {
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    width: 100%;
}

.offer-grid-gapless .offer-container:hover .offer-text * {
    color: #fff !important;
}

/* RewoFullScreenSlider */
.animated-captions .bg-right {
    background-position: right top !important;
}

.animated-captions .bg-left {
    background-position: left top !important;
}

.animated-captions .bg-center {
    background-position: center top !important;
}

.p0 {
    padding: 0 !important;
}

.animated-captions .image-bg .btn,
.image-bg .btn:visited {
    font-size: 18px;
    border-width: 1px;
    margin-top: 50px;
    font-weight: 400;
    color: rgba(29, 29, 27, 1) !important;
    border-color: rgba(29, 29, 27, 1) !important;
    line-height: 48px;
}

.animated-captions .image-bg .btn.animate-end {
    transition: background-color 0.3s linear !important;
    -webkit-transition: background-color 0.3s linear !important;
    -moz-transition: background-color 0.3s linear !important;
    -ms-transition: background-color 0.3s linear !important;
    -o-transition: background-color 0.3s linear !important;
}

.lh1 {
    line-height: 1
}

.kenburns.animated-captions .slides li:nth-of-type(odd) .background-image-holder {
    animation: kenBurnsEastx 10s linear infinite alternate !important;
    -webkit-animation: kenBurnsEastx 10s linear infinite alternate !important;
}

.kenburns.animated-captions .slides li:nth-of-type(even) .background-image-holder {
    animation: kenBurnsWestx 10s linear infinite alternate !important;
    -webkit-animation: kenBurnsWestx 10s linear infinite alternate !important;
}

@keyframes kenBurnsEastx {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
        -moz-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.1) translateX(50px);
        -webkit-transform: scale(1.1) translateX(50px);
        -moz-transform: scale(1.1) translateX(50px);
        -ms-transform: scale(1.1) translateX(50px);
        -o-transform: scale(1.1) translateX(50px);
    }
}

@-webkit-keyframes kenBurnsEastx {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
        -moz-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.1) translateX(50px);
        -webkit-transform: scale(1.1) translateX(50px);
        -moz-transform: scale(1.1) translateX(50px);
        -ms-transform: scale(1.1) translateX(50px);
        -o-transform: scale(1.1) translateX(50px);
    }
}

@keyframes kenBurnsWestx {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
        -moz-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.1) translateX(-50px);
        -webkit-transform: scale(1.1) translateX(-50px);
        -moz-transform: scale(1.1) translateX(-50px);
        -ms-transform: scale(1.1) translateX(-50px);
        -o-transform: scale(1.1) translateX(-50px);
    }
}

@-webkit-keyframes kenBurnsWestx {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
        -moz-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.1) translateX(-50px);
        -webkit-transform: scale(1.1) translateX(-50px);
        -moz-transform: scale(1.1) translateX(-50px);
        -ms-transform: scale(1.1) translateX(-50px);
        -o-transform: scale(1.1) translateX(-50px);
    }
}

/* Strzałki w flex slider */

.slider-thumb-controls .flex-direction-nav {
    display: block;
}

.flex-prev {
    width: 50px !important;
    height: 50px !important;
    vertical-align: bottom;
    text-align: center;
    border-radius: 20%;
    border: 1px solid #fafafa;
    padding-top: 12px;
    background-color: rgba(0, 0, 0, .075);
}

.flex-next {
    width: 50px !important;
    height: 50px !important;
    vertical-align: bottom;
    text-align: center !important;
    border-radius: 20%;
    border: 1px solid #fafafa;
    padding-top: 12px;
    background-color: rgba(0, 0, 0, .075);
}

.flex-prev,
.flex-next {
    font-size: 0;
}

.flex-prev:hover,
.flex-next:hover {
    background-color: rgba(227, 0, 22, 0.7);
}

.flex-direction-nav a {
    opacity: 1;
}

.flex-direction-nav a.flex-next:before {
    content: "\e649";
}

.flex-control-thumbs {
    display: none;
}

.g-recaptcha {
    transform: scale(1.10);
    -webkit-transform: scale(0.90);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.form-email>.row>.col-sm-6>button {
    margin-bottom: 0;
    height: 67px;
}

.cookiepolicy {
    background: #000;
    bottom: 0;
    font: 14px Arial, Helvetica, sans-serif;
    left: 0;
    padding: 15px 50px;
    position: fixed;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 100;
}

.cookiepolicy .button {
    background: #008bd0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
}

.cookieinfo {
    font-weight: bold;
}

/* FLAGS */

.pl {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjgwIDgwMCI+DQo8cGF0aCBmaWxsPSIjZTllOGU3IiBkPSJtMCwwaDEyODB2NDAwaC0xMjgweiIvPg0KPHBhdGggZmlsbD0iI2Q0MjEzZCIgZD0ibTAsNDAwaDEyODB2NDAwaC0xMjgweiIvPg0KPC9zdmc+DQo=') !important;
    width: 30px;
    height: 19px;
    ;
}

.de {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==') !important;
    width: 30px;
    height: 19px;
}

.gb {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K') !important;
    width: 30px;
    height: 16px;
}

.en {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K') !important;
    width: 30px;
    height: 16px;
}

.fr {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K') !important;
    width: 30px;
    height: 20px;
}

.se {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0ixYPDq8Ouw6lfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMDAgMjAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMjAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5feDAwNUJfxI7Drl94MDAyMF/Ds8Sbw67Dq8O3xZXDrcSNxaNfeDAwNURfe2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzIzMUYyMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLsWDxJnEkcOzxIPDq8S6w63DrcWxxLpfeDAwMjBfw7PEg8OrxbFfeDAwMjBfMl94MDAyMF9wdF94MDAyRV97ZmlsbDojRkZGRkZGO3N0cm9rZTojMjMxRjIwO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuw4HFscWExYjEkcOuxLpfeDAwMjBfw67FiMSRxZXEh8S6w63EjcS6X3gwMDIwX1h7ZmlsbDpub25lO30NCgkuxYPEmcOuxYRfeDAwMjBfxJvLmcSDxJnEjcOpe2ZpbGw6dXJsKCNTVkdJRF8xXyk7fQ0KCS7Fg8OzxJvEkcWVxJl7ZmlsbDojRkZGRkZGO30NCgkuxI7DrsSbxI/FlcOkw7PEkV/Dt8Ohe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzQ0QURFMjt9DQoJLnN0MHtmaWxsOiMwMDY1QTQ7fQ0KCS5zdDF7ZmlsbDojRkZERTAwO30NCjwvc3R5bGU+DQo8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0zMDUwIiB5MT0iLTE5MDAiIHgyPSItMzA0OS4yOTMiIHkyPSItMTg5OS4yOTI4Ij4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojREVERkUzIi8+DQoJPHN0b3AgIG9mZnNldD0iMC4xNzgzIiBzdHlsZT0ic3RvcC1jb2xvcjojREFEQkRGIi8+DQoJPHN0b3AgIG9mZnNldD0iMC4zNjExIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0VDRkQzIi8+DQoJPHN0b3AgIG9mZnNldD0iMC41NDYiIHN0eWxlPSJzdG9wLWNvbG9yOiNCOUJDQkYiLz4NCgk8c3RvcCAgb2Zmc2V0PSIwLjczMjQiIHN0eWxlPSJzdG9wLWNvbG9yOiM5Q0EwQTIiLz4NCgk8c3RvcCAgb2Zmc2V0PSIwLjkxODEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ODdEN0UiLz4NCgk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjU2QjZDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjMwMCIgaGVpZ2h0PSIyMDAiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMzAwLDgwIDMwMCwxMjAgMTMxLjMsMTIwIDEzMS4zLDIwMCA5My44LDIwMCA5My44LDEyMCAwLDEyMCAwLDgwIDkzLjgsODAgOTMuOCwwIDEzMS4zLDAgMTMxLjMsODAgIi8+DQo8L3N2Zz4NCg==') !important;
    width: 30px;
    height: 20px;
}

.ru {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoNDUwdjEwMGgtNDUweiIvPg0KPHBhdGggZmlsbD0iIzAwZiIgZD0ibTAsMTAwaDQ1MHYxMDBoLTQ1MHoiLz4NCjxwYXRoIGZpbGw9IiNmMDAiIGQ9Im0wLDIwMGg0NTB2MTAwaC00NTB6Ii8+DQo8L3N2Zz4NCg==') !important;
    width: 30px;
    height: 20px;
}

.flag {
    -webkit-box-shadow: inset 0px 0px 0px 1px #D0D0D0;
    box-shadow: inset 0px 0px 0px 1px #D0D0D0;
    background-size: 100% 100%;
    display: block
}

/* Szablon FourBoxes */

.main-offer-name {
    border-bottom: solid 5px #ffffff;
    padding: 40px 0 30px 0;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.portfolio-item figure {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 28px;
}

.portfolio-item {
    -webkit-transform: translate(0px, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transform: translate(0px, 0);
    -moz-transition: -webkit-transform 0.5s ease;
    transform: translate(0px, 0);
    transition: -webkit-transform 0.5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.main-figure {
    border-radius: 5px;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 21px rgba(1, 0, 0, .75);
    -moz-box-shadow: inset 0 0 21px rgba(1, 0, 0, .75);
    box-shadow: inset 0 0 21px rgba(1, 0, 0, .75);
    top: 0;
    left: 0;
    border: solid 1px #74787d !important;
}

.portfolio-item figure>figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-figcaption:hover {
    cursor: pointer;
}

.portfolio-item figure>figcaption span.single {
    margin: 0 0 0 -25px;
}

.portfolio-item figure>figcaption span a:first-child {
    background: #006EB7;
    border-radius: 100%;
    color: white;
}

.portfolio-item figure>figcaption span a {
    display: block;
    width: 55px;
    height: 55px;
    color: #505050;
    background: #f4f4f4;
    float: left;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 99999999999;
}

.portfolio-item figure>figcaption span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -55px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sternik {
    display: none;
}

.portfolio-item figure:hover>figcaption span {
    opacity: 1;
}

.portfolio-item:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.strip-list li:nth-child(n+5) .main-offer-name {
    border: solid 1px #74787d !important;
    border-radius: 5px !important;
    padding: 10px 0;
}

.portfolio-item figure>figcaption span a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/*Szablon header-LeftMenu-LangOnTop*/

.langs-icon {
    height: 20px !important;
}

.inline-icons {
    display: inline-block;
    height: 55px;
    line-height: 60px;
    padding: 0 5px;
    opacity: 0.5;
}

.inline-icons:hover {
    opacity: 1;
}

.bdr-left {
    border-left: 1px solid #cacaca;
}

.column-count-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.column-count-3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.column-count-4 {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
}

/* uploder */

.fileUpload {
    position: relative;
    overflow: hidden;
    background: #e20613;
    border: 2px solid #e20613;
    color: #fff;
    margin: 0;
    height: 34px;
    line-height: 34px;
    width: 100%;
    border-radius: 5px;
    padding: 0;
}

.fileUpload:hover {
    cursor: auto;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

#postep {
    width: 100%;
    height: 20px;
    background-color: #fff;
}

#status {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #13181d;
    color: #fff;
    padding: 5px 0;
    margin: 5px 0 10px 0;
    display: none;
}

#uploaded_file {
    margin-bottom: 5px;
}

progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}

progress[value]::-webkit-progress-value {
    background-color: #cacaca;
}

.title>p {
    font-size: 13px;
    line-height: 1.2em;
}

.lightbox {
    z-index: 9999999;
}

.social-links {
    float: left;
    margin-top: 15px;
}

.social-links li {
    display: inline-block;
    font-size: 18px;
}

.social-links li a {
    padding: 0 5px;
}

.pdf-download-text {
    vertical-align: text-bottom;
    padding-left: 5px;
    font-size: 14px;
}

/* POPUP CSS */
/* Fullscreen overlay for modal background */
#active-popup {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
}

/* Modal container */
#popup-container {
    width: 45%;
    position: fixed;
    left: calc(100vw - 73%);
    z-index: 999999999;
    top: 5%;
    display: none;
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.modal-content {
    position: relative;
    text-align: center;
}

#popup-window {
    position: relative;
}

#popup-window .popup-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
}

#popup-window .popup-subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* #popup-window .popup-content {
    padding: 2rem 0;
} */

#popup-window .popup-content p {
    margin: 0;
}

#popup-container a.close {
    position: relative;
    z-index: 99;
    font-size: 16px;
    background: #000000;
    cursor: pointer;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer !important;
}

/* END POPUP CSS */

@media all and (max-width: 1370px) {
    .content>h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .content>p,
    .content>p * {
        font-size: 13px !important;
    }

    .read-more {
        margin: 0;
    }

    .content>p {
        margin-bottom: 10px;
    }

    .image-square {
        height: 46vw;
    }
}

@media(min-width: 1250px) {
    .lightbox-grid li.other-width {
        width: 20%;
    }
}

@media all and (min-width: 1200px) {
    .column-lg-3 {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        column-gap: 0;
    }

    .column-lg-4 {
        -webkit-column-count: 4;
        /* Chrome, Safari, Opera */
        -moz-column-count: 4;
        /* Firefox */
        column-count: 4;
        column-gap: 0;
    }

    .column-lg-6 {
        -webkit-column-count: 6;
        /* Chrome, Safari, Opera */
        -moz-column-count: 6;
        /* Firefox */
        column-count: 6;
        column-gap: 0;
    }
}

@media all and (max-width: 1199px) {
    .column-md-3 {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        column-gap: 0;
    }

    .column-md-4 {
        -webkit-column-count: 4;
        /* Chrome, Safari, Opera */
        -moz-column-count: 4;
        /* Firefox */
        column-count: 4;
        column-gap: 0;
    }
}

@media(max-width: 1150px) {
    .column-count-2 {
        -webkit-column-count: auto;
        /* Chrome, Safari, Opera */
        -moz-column-count: auto;
        /* Firefox */
        column-count: auto;
    }

    .column-count-3 {
        -webkit-column-count: auto;
        /* Chrome, Safari, Opera */
        -moz-column-count: auto;
        /* Firefox */
        column-count: auto;
    }

    .column-count-4 {
        -webkit-column-count: auto;
        /* Chrome, Safari, Opera */
        -moz-column-count: auto;
        /* Firefox */
        column-count: auto;
    }
}

@media all and (min-width: 991px) {

    .offer-grid-gapless .offer-container:nth-child(4n) .offer-image,
    .offer-grid-gapless .offer-container:nth-child(4n+5) .offer-image {
        order: 2;
    }
}

@media (max-width: 990px) {
    .rev-scroll-btn {
        display: none;
    }

    .image-square {
        height: auto;
    }

    .fullscreen.kenburns.animated-captions .slides li .background-image-holder {
        animation: none !important;
        -webkit-animation: none !important;
    }

    .column-sm-2 {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        column-gap: 0;
    }

    .column-sm-3 {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        column-gap: 0;
    }

    .jetmenu .indicator {
        left: 5px;
    }

    .module.widget-handle .menu li {
        line-height: 2;
    }

    .menu>li ul {
        left: 0;
        display: none;
        padding: 0;
    }

    .has-dropdown:after {
        content: "\e64b" !important;
    }

    .lb-container {
        padding: 4px 0;
    }

    /*Naprawa LightBoxa na mobilach*/
    .lb-image,
    .lb-dataContainer {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important;
        margin: 0 auto;
    }

    .lb-dataContainer {
        padding: 0 10px;
        width: 100% !important;
    }

    .lb-outerContainer {
        max-width: 100%;
        height: auto !important;
        width: 95% !important;
    }

    #popup-container {
        width: 70%;
        position: fixed;
        left: calc(100vw - 86%);
    }

    #popup-window .popup-content {
        padding: 1rem 0;
    }

    #popup-window .popup-subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }

    #popup-window .popup-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
        border-bottom: 1px solid #222;
    }
}

@media all and (min-width: 768px) and (max-width: 990px) {
    .offer-grid-gapless .offer-container:nth-child(even) .offer-image {
        order: 2;
    }
}

@media all and (min-width: 768px) {
    .offer-grid-gapless .offer-container {
        display: flex;
    }

    .offer-grid-gapless .offer-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .fullscreen.kenburns.animated-captions .name,
    .fullscreen.kenburns.animated-captions .name2 {
        text-shadow: 0 0 1px rgb(255, 255, 255), 0 0 1px rgb(255, 255, 255);
    }

    .fullscreen.kenburns.animated-captions .btn-lg {
        min-width: 0 !important;
        font-size: 12px !important;
        height: auto !important;
        line-height: 1 !important;
        padding: 5px;
        margin-top: 20px;
    }

    .fixed-top {
        position: relative;
    }

    .pb-xs-15 {
        padding-bottom: 15px;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .column-xs-2 {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        column-gap: 0;
    }

    video {
        height: 100% !important;
    }
}

@media (max-width: 480px) {
    .lightbox-grid li {
        width: 100%;
    }
}