@font-face {
    font-family: 'Apex Serif';
    src: url(/fonts/ApexSerif-Book.eot);
    src: url(/fonts/ApexSerif-Book.eot?#iefix) format('embedded-opentype'), url(/fonts/ApexSerif-Book.woff2) format('woff2'), url(/fonts/ApexSerif-Book.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Apex Serif';
    src: url(/fonts/ApexSerif-Bold.eot);
    src: url(/fonts/ApexSerif-Bold.eot?#iefix) format('embedded-opentype'), url(/fonts/ApexSerif-Bold.woff2) format('woff2'), url(/fonts/ApexSerif-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Poplar Std;
    src: url(/fonts/PoplarStd.eot);
    src: url(/fonts/PoplarStd.eot?#iefix) format('embedded-opentype'), url(/fonts/PoplarStd.woff2) format('woff2'), url(/fonts/PoplarStd.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Poplar kozel;
    src: url(/fonts/PoplarKozelPro.eot);
    src: url(/fonts/PoplarKozelPro.eot?#iefix) format('embedded-opentype'), url(/fonts/PoplarKozelPro.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
.slick-slider {
    max-width: 100%;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
.slick-slide a {
    outline: none;
}
.slick-slide iframe {
    position: relative;
    z-index: 4;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
    }
    to {
        -webkit-transform: translateX(0);
    }
}
@keyframes wobble-horizontal-rotate {
    16.65% {
        -webkit-transform: translateX(6px) rotate(180deg);
        transform: translateX(6px) rotate(180deg);
    }
    33.3% {
        -webkit-transform: translateX(-5px) rotate(180deg);
        transform: translateX(-5px) rotate(180deg);
    }
    49.95% {
        -webkit-transform: translateX(4px) rotate(180deg);
        transform: translateX(4px) rotate(180deg);
    }
    66.6% {
        -webkit-transform: translateX(-2px) rotate(180deg);
        transform: translateX(-2px) rotate(180deg);
    }
    83.25% {
        -webkit-transform: translateX(1px) rotate(180deg);
        transform: translateX(1px) rotate(180deg);
    }
    to {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg);
    }
}
@-webkit-keyframes wobble-horizontal-rotate {
    16.65% {
        -webkit-transform: translateX(6px) rotate(180deg);
    }
    33.3% {
        -webkit-transform: translateX(-5px) rotate(180deg);
    }
    49.95% {
        -webkit-transform: translateX(4px) rotate(180deg);
    }
    66.6% {
        -webkit-transform: translateX(-2px) rotate(180deg);
    }
    83.25% {
        -webkit-transform: translateX(1px) rotate(180deg);
    }
    to {
        -webkit-transform: translateX(0) rotate(180deg);
    }
}
@keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
    }
}
@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@-webkit-keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
    }
    to {
        -webkit-transform: translateX(-1px) rotate(0);
    }
}
@-webkit-keyframes float {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
    70% {
        -webkit-transform: translateY(-5px);
    }
}
@keyframes float {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
    }
    to {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    to {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}
@-webkit-keyframes rm {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 0 -60px;
    }
}
@keyframes rm {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 0 -60px;
    }
}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
td {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC",sizingMethod=crop);
    zoom: 1;
}
*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Apex Serif';
    font-weight: 400;
    background: #413121;
    color: #372817;
    height: 100%;
}
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4 {
    position: relative;
    color: #372817;
    font-family: Poplar Kozel;
    font-weight: 400;
    margin: 0 0 15px;
}
.kozelbeer .light.cc_dialog.hidden {
    display: none !important;
}
.kozelbeer .light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: #c6893f;
    text-transform: uppercase;
}
.kozelbeer .cc_css_reboot {
    font-family: 'Apex Serif';
    color: #f1ede4;
}
.kozelbeer .cc_css_reboot * {
    font-family: 'Apex Serif';
}
.kozelbeer .light.cc_dialog {
    padding: 2rem !important;
    text-align: center;
    background: #372817;
    height: auto;
    bottom: 0;
}
.kozelbeer .light.cc_dialog .cc_dialog_headline {
    font-family: Poplar Kozel;
    color: #f1ede4;
    font-size: 32px;
}
.kozelbeer .light.cc_dialog .cc_dialog_text {
    color: #d1a85e;
}
.kozelbeer .light.cc_dialog button.cc_b_ok {
    background-color: #c6893f;
    text-transform: uppercase;
}
.kozelbeer .light.cc_dialog button.cc_b_cp {
    text-transform: uppercase;
}
.span-hu {
    display: inline !important;
    font-family: Poplar Std;
}
.fullpage-wrapper {
    height: 100% !important;
    position: relative;
    z-index: 10;
    transition: all 1.1s ease !important;
    -webkit-transition: all 1.1s ease !important;
}
.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}
.fp-tableCell {
    padding-top: 85px;
    vertical-align: top;
    height: 100% !important;
}
.section-content {
    padding: 0 50px;
    height: 100%;
    transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.2s ease;
    transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    background-color: #f1ede4;
}
.gold-button {
    width: 160px;
    height: 44px;
    border-radius: 4px;
    background-color: #d1a85e;
    display: inline-block;
    font-family: 'Apex Serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    color: #372817;
    border: none;
    cursor: pointer;
}
.section {
    height: 100% !important;
    overflow: hidden;
}
.section.active {
    z-index: 5;
}
.section.active iframe {
    display: block;
}
.section.active .section-content-link {
    transition: opacity 0.3s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
    transition: transform 0.5s ease 1.2s, opacity 0.3s ease 1.2s;
    transition: transform 0.5s ease 1.2s, opacity 0.3s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
    -webkit-transition: -webkit-transform 0.5s ease 1.2s, opacity 0.3s ease 1.2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.section.active .section-content-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity 0.3s ease 1s, -webkit-transform 0.5s ease 1s;
    transition: transform 0.5s ease 1s, opacity 0.3s ease 1s;
    transition: transform 0.5s ease 1s, opacity 0.3s ease 1s, -webkit-transform 0.5s ease 1s;
    -webkit-transition: -webkit-transform 0.5s ease 1s, opacity 0.3s ease 1s;
}
.section.s-4 .fp-slidesNav,
.section.s-6 .fp-slidesNav {
    display: none;
}
.section.s-1 .fp-tableCell {
    padding-top: 0;
}
.section.s-1.active .section-main-scroll {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: -webkit-transform 0.5s ease 1.5s;
    transition: transform 0.5s ease 1.5s;
    transition: transform 0.5s ease 1.5s, -webkit-transform 0.5s ease 1.5s;
    -webkit-transition: -webkit-transform 0.5s ease 1.5s;
}
.fullpage {
    z-index: 10;
}
.fp-viewing-kontakty #fp-nav,
.fp-viewing-kontakty .header-logo,
.fp-viewing-novinky #fp-nav,
.fp-viewing-novinky .header-logo {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
}
body.from-top #fp-nav,
body.from-top .header-logo {
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}
body.from-top .section-content-text,
body.from-top .section-icon-front {
    transition-delay: 2s !important;
    -webkit-transition-delay: 2s !important;
}
body.from-top .section-content-link,
body.from-top .section-icon-back {
    transition-delay: 2.2s !important;
    -webkit-transition-delay: 2.2s !important;
}
body.from-top .fullpage {
    transition-duration: 2s !important;
    -webkit-transition-duration: 2s !important;
}
body.from-top .main-bg-parallax {
    transition: -webkit-transform 1.5s ease 0.6s;
    transition: transform 1.5s ease 0.6s;
    transition: transform 1.5s ease 0.6s, -webkit-transform 1.5s ease 0.6s;
}
.fp-viewing-kontakty .footer {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.detail-on .header-logo {
    background: url(/images/logo-brown.svg) 50% 50% no-repeat;
    transition: background 0.3s linear 0.3s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background 0.3s linear 0.3s;
    transition: transform 0.3s ease, background 0.3s linear 0.3s, -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease, background 0.3s linear 0.3s;
}
.detail-on.fp-viewing-kozel-lokator-map .header-logo:after {
    background: url(/images/logo-after.png) 50% 50% no-repeat;
    content: '';
    width: 115%;
    height: 115%;
    z-index: -1;
    left: -5%;
    position: absolute;
    background-size: 100% auto;
}
.detail-on[class*='-fun-fact'] .fp-slidesNav {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
.detail-on #fp-nav {
    -webkit-transform: translate3d(-150px, 0, 0) !important;
    transform: translate3d(-150px, 0, 0) !important;
}
.show-detail .section-content {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.show-detail .fp-slidesNav {
    -webkit-transform: translate3d(-50%, 0, 1px);
    transform: translate3d(-50%, 0, 1px);
}
.show-detail .section-side-content {
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}
.section-side-content {
    z-index: 40;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 1px);
    transform: translate3d(100%, 0, 1px);
    min-height: 400px;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.section-side-content .fp-tableCell {
    padding-top: 0;
}
.section-main-text.with-news {
    height: 100%;
    padding: 20px 30px 0;
    background-color: rgba(55, 40, 23, 0.9);
    text-align: left;
}
.section-main-text.with-news .section-main-title {
    text-align: left;
    color: #fff;
}
.section-main-text.with-news .section-main-logo {
    background: url(/images/logo-big-white.png) 50% 50% no-repeat;
    background-size: contain;
}
.section-main-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.19;
    letter-spacing: 2px;
    text-align: center;
    color: #372817;
    z-index: 5;
    max-width: 320px;
    margin: auto;
}
.section-main-logo {
    width: 82px;
    height: 67px;
    background: url(/images/logo-big.png) 50% 50% no-repeat;
    background-size: contain;
    margin: 0 auto 25px;
    display: block;
    z-index: 5;
    position: relative;
}
.news-slide {
    margin-right: 10px;
}
.news-date {
    color: #d1a85e;
    margin: 10px 0;
    font-size: 12px;
}
.news-image {
    height: 120px;
    background-position: 50% 50%;
    background-size: cover;
    display: none;
}
.news-image.show-mobile {
    margin-bottom: 20px;
    display: block;
}
.article-scroll {
    display: none;
}
.section-main-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 52px;
    height: 75px;
    min-height: 75px;
    max-height: 450px;
    z-index: 2;
    opacity: 0;
    border-radius: 50px 50px 0 0;
    background-color: hsla(0, 0%, 100%, 0.95);
    transition: height 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, height 0.5s ease;
    transition: transform 0.5s ease, height 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, height 0.5s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #d1a85e;
    font-size: 12px;
    padding-top: 40px;
    text-align: center;
    text-transform: lowercase;
}
.section-main-scroll span {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 52px;
    background: url(/images/arrow-up.svg) no-repeat 50% 15px;
    background-size: 28px auto;
    height: 40px;
    -webkit-animation: float 2s 0.1s infinite;
    animation: float 2s 0.1s infinite;
}
.section-content-title {
    color: #f1ede4;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 2.5px;
    z-index: 5;
    position: relative;
}
.section-content-text {
    font-size: 13px;
    line-height: 1.57;
    color: #d1a85e;
    margin-bottom: 18px;
    transition: opacity 0.3s ease 1.6s, -webkit-transform 0.5s ease 1.6s;
    transition: transform 0.5s ease 1.6s, opacity 0.3s ease 1.6s;
    transition: transform 0.5s ease 1.6s, opacity 0.3s ease 1.6s, -webkit-transform 0.5s ease 1.6s;
}
.section-content-link,
.section-content-text {
    z-index: 5;
    position: relative;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease 1.6s, opacity 0.3s ease 1.6s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}
.section-content-link {
    text-decoration: none;
    display: inline-block;
    height: 35px;
    font-size: 11px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.4px;
    padding-left: 20px;
    color: #f1ede4;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.3s ease 1.6s, -webkit-transform 0.5s ease 1s;
    transition: transform 0.5s ease 1s, opacity 0.3s ease 1.6s;
    transition: transform 0.5s ease 1s, opacity 0.3s ease 1.6s, -webkit-transform 0.5s ease 1s;
}
.section-content-link:hover:before {
    -webkit-animation: wobble-horizontal 1s ease-in-out;
    animation: wobble-horizontal 1s ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.section-content-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 30px;
    background: url(/images/arrow.svg) no-repeat 0 6px;
    background-size: 9px auto;
}
.section-content-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #d1a85e;
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
    background-color: #d1a85e;
    overflow: hidden;
}
#fp-nav ul li:hover a.active span:after,
#fp-nav ul li a.active span:after {
    opacity: 1;
    transition: opacity 0.2s ease 0.2s;
}
#fp-nav ul li a span {
    background-color: #c6893f;
}
#fp-nav ul li a span:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #d1a85e url(/images/dot.svg) no-repeat 3px 50%;
    background-size: 9px auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#fp-nav ul li:nth-child(2n + 2) {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
#fp-nav ul li:first-child a span,
#fp-nav ul li:last-child a span {
    width: 2px !important;
    height: 2px !important;
    margin: -1px 0 0 -1px !important;
}
#fp-nav ul li:first-child a span:after,
#fp-nav ul li:last-child a span:after {
    opacity: 0;
}
#fp-nav {
    position: fixed;
    z-index: 90;
    margin-top: 0 !important;
    top: 80px;
    left: 12px !important;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s ease;
}
#fp-nav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.fp-slidesNav {
    z-index: 50;
    text-align: center;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    -webkit-transition: -webkit-transform 0.7s ease;
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
    bottom: 37px;
    width: 100%;
}
.fp-slidesNav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.fp-slidesNav ul li {
    display: inline-block;
    height: 14px;
    width: 33px;
}
.fp-slidesNav ul li:first-child {
    display: none;
}
.fp-slidesNav ul li:last-child {
    height: 22px;
    width: 22px;
}
.fp-slidesNav ul li:last-child a {
    background: url(/images/fun-fact-ico.svg) no-repeat 50% 50%;
    background-size: auto 100%;
    opacity: 1;
}
.fp-slidesNav ul li a {
    background: url(/images/hooves.png) no-repeat 50% 50%;
    background-size: auto 100%;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.fp-slidesNav ul li a.active {
    opacity: 1;
}
.fp-slidesNav ul li span {
    display: none;
}
.pop:active,
.pop:hover {
    animation-name: pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    -webkit-animation-name: pop;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}
.buzz-out:active,
.buzz-out:hover,
.gold-button:active,
.gold-button:hover {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
body[class*='-nase-pivo'] .main-bg-parallax {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
body[class*='-kozel-lokator'] .main-bg-parallax {
    -webkit-transform: translate3d(-12%, 0, 0);
    transform: translate3d(-12%, 0, 0);
}
body[class*='-pivovar'] .main-bg-parallax {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
}
body[class*='-nase-dedicstvo'] .main-bg-parallax {
    -webkit-transform: translate3d(-18%, 0, 0);
    transform: translate3d(-18%, 0, 0);
}
body[class*='-obchod'] .main-bg-parallax {
    -webkit-transform: translate3d(-24%, 0, 0);
    transform: translate3d(-24%, 0, 0);
}
body[class*='-kontakty'] .main-bg-parallax {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
.main-bg-parallax {
    background: url(/images/main-bg-mobile.jpg) no-repeat 50% 0;
    background-size: cover;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    transition: -webkit-transform 1.1s ease;
    transition: transform 1.1s ease;
    transition: transform 1.1s ease, -webkit-transform 1.1s ease;
    position: fixed;
    top: 0;
    z-index: 4;
    left: 0;
    height: 100%;
    width: 150%;
}
.desktop-blocker {
    display: none;
}
.news-image.active,
.section-main-text {
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease 0.7s;
    transition: transform 0.5s ease 0.7s, opacity 0.5s ease;
    transition: transform 0.5s ease 0.7s, opacity 0.5s ease, -webkit-transform 0.5s ease 0.7s;
    -webkit-transition: transform 0.5s ease 0.7s, opacity 0.5s ease;
}
body.show-news-detail .section-main-text.with-news {
    transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
}
body.show-news-detail .news-image.active,
body.show-news-detail .section-main-text.with-news,
body[class*='-nase-pivo'] .news-image.active {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
}
body.show-news-detail .news-image.active,
body[class*='-nase-pivo'] .news-image.active {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
}
body.show-news-detail .section-main-scroll {
    transform: translate3d(0, 100%, 0) !important;
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transition: -webkit-transform 0.5s ease !important;
    transition: transform 0.5s ease !important;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
    -webkit-transition: -webkit-transform 0.5s ease !important;
}
.news-modal {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    background-color: rgba(55, 40, 23, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
}
.show-news-detail .news-modal {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: -webkit-transform 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    -webkit-transition: -webkit-transform 0.6s ease 0.2s;
}
.news-content {
    overflow: auto;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.news-container {
    position: relative;
    padding: 80px 30px 30px;
    max-width: 640px;
    margin: auto;
}
.news-container h2 {
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
    color: #f1ede4;
}
.news-container h3 {
    font-size: 26px;
    line-height: 1.19;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #f1ede4;
}
.news-container img {
    margin: 15px 0;
    width: 100%;
}
.news-container p {
    font-size: 14px;
    color: #d1a85e;
    line-height: 1.57;
    margin-bottom: 15px;
}
.news-container p a {
    font-weight: 700;
    color: #f1ede4;
    text-decoration: underline;
}
.news-link {
    text-decoration: none;
    display: inline-block;
    height: 35px;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    z-index: 5;
    line-height: 32px;
    letter-spacing: 1.4px;
    padding-left: 20px;
    color: #f1ede4;
    text-transform: uppercase;
    cursor: pointer;
}
.news-link:hover:before {
    -webkit-animation: wobble-horizontal 1s ease-in-out;
    animation: wobble-horizontal 1s ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.news-link:before {
    top: 0;
    width: 12px;
    height: 30px;
    background: url(/images/arrow.svg) no-repeat 0 6px;
    background-size: 9px auto;
}
.news-link:after,
.news-link:before {
    content: '';
    position: absolute;
    left: 0;
}
.news-link:after {
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #d1a85e;
}
.article-date {
    color: #d1a85e;
    margin: 10px 0;
    font-size: 12px;
}
@media (max-height: 450px) {
    .section,
    .section-content {
        min-height: 450px;
    }
    .section-icons,
    .section-main-scroll {
        display: none;
    }
    .parallax-wrapper {
        min-height: 650px;
    }
}
@media (max-width: 599px) and (max-height: 510px) {
    .section-content-text span {
        display: none;
    }
}
@media (min-height: 450px) {
    body[class*='-novinky'] .fullpage-wrapper {
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
    }
    body[class*='-nase-pivo'] .fullpage-wrapper {
        -webkit-transform: translate3d(0, -100%, 0) !important;
        transform: translate3d(0, -100%, 0) !important;
    }
    body[class*='-pivovar'] .fullpage-wrapper {
        -webkit-transform: translate3d(0, -200%, 0) !important;
        transform: translate3d(0, -200%, 0) !important;
    }
    body[class*='-kozel-lokator'] .fullpage-wrapper {
        -webkit-transform: translate3d(0, -300%, 0) !important;
        transform: translate3d(0, -300%, 0) !important;
    }
    body[class*='-nase-dedicstvo'] .fullpage-wrapper {
        -webkit-transform: translate3d(0, -400%, 0) !important;
        transform: translate3d(0, -400%, 0) !important;
    }
    body[class*='-obchod'] .fullpage-wrapper {
        -webkit-transform: translate3d(0, -500%, 0) !important;
        transform: translate3d(0, -500%, 0) !important;
    }
    body[class*='-kontakty'] .fullpage-wrapper {
        -webkit-transform: translate3d(0, -600%, 0) !important;
        transform: translate3d(0, -600%, 0) !important;
    }
}
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-modal-window {
    position: absolute;
    width: 80%;
    height: 70vh;
    left: 10px;
    right: 10px;
    margin: auto;
    top: 10%;
}
.video-modal-window iframe {
    width: 100%;
    height: 100%;
}
.video-modal-close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 36px;
    display: block;
    text-align: center;
    line-height: 30px;
    z-index: 2;
}
.video-modal-close:hover {
    color: #d1a85e;
    cursor: pointer;
}
@media (min-width: 375px) {
    .section-content {
        padding: 0 60px;
    }
    .section-main-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.19;
        letter-spacing: 2.5px;
        text-align: center;
        color: #372817;
    }
    .section-content-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-content-text {
        font-size: 14px;
        margin-bottom: 28px;
    }
}
@media (max-width: 799px) {
    .kozelbeer .light.cc_dialog {
        top: auto;
    }
    .kozelbeer .light.cc_dialog .cc_dialog_text {
        font-size: 13px;
    }
    .kozelbeer .light.cc_dialog .cc_dialog_headline {
        font-size: 25px;
    }
    .kozelbeer .light.cc_dialog button {
        font-size: 12px;
        margin: 5px 5px 0 0 !important;
    }
    .section.s-1 .section-content {
        padding: 40px;
    }
    .section.s-1 .section-content.with-news {
        padding: 0;
    }
}
@media (min-width: 800px) {
    .kozelbeer .light.cc_dialog {
        background: rgba(0, 0, 0, 0.8);
        width: 50%;
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
    }
    .section-main-title {
        color: #fff;
    }
    .section-main-logo {
        position: absolute;
        right: 0;
        left: 0;
        top: 40px;
    }
    .section-main-text {
        background-color: rgba(55, 40, 23, 0.95);
        padding: 20px 50px 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        width: 330px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 20px;
        margin: auto;
    }
    .section-main-text.with-news {
        left: 0;
        padding: 20px 50px 0;
    }
    .section-main-logo {
        background: url(/images/logo-big-white.png) 50% 50% no-repeat;
        background-size: contain;
    }
    .article-date {
        font-size: 14px;
    }
    .news-container {
        padding: 80px 30px 30px;
        max-width: 640px;
        margin: auto;
    }
    .news-container h2 {
        font-size: 65px;
    }
    .news-container h3 {
        font-size: 32px;
    }
    .news-container p {
        font-size: 16px;
    }
    .article-scroll {
        display: block;
        position: absolute;
        left: 52px;
        width: 15px;
        top: 150px;
        height: 200px;
    }
    .article-scroll:before {
        position: absolute;
        border-radius: 10px;
        width: 2px;
        top: 0;
        left: 7px;
        height: 100%;
        content: '';
        background: #d1a85e;
    }
    .article-scroll-handle {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        background: #d1a85e url(/images/dot.svg) 50% 50% no-repeat;
        background-size: 10px auto;
        border-radius: 20px;
        width: 16px;
        height: 16px;
    }
    body.show-news-detail .section-main-text.with-news,
    body[class*='-nase-pivo'] .section-main-text {
        transform: translate3d(-200%, 0, 0);
        -webkit-transform: translate3d(-200%, 0, 0);
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
    }
}
@media (min-width: 900px) and (min-height: 500px) {
    .section-content-title {
        font-size: 65px;
        line-height: 70px;
        max-width: 550px;
    }
    .s-5 .section-content-title {
        max-width: 300px;
    }
}
@media (min-width: 900px) and (min-height: 700px) {
    .section-content-text {
        margin-bottom: 48px;
    }
    .fp-tableCell {
        padding-top: 125px;
    }
}
@media (min-width: 800px) {
    .section-side-content {
        transition-duration: 1.1s;
    }
    .news-image {
        position: absolute;
        top: 0;
        right: 0;
        left: 360px;
        height: 100%;
        display: block;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    .news-image.active {
        opacity: 1;
    }
    .news-image.show-mobile {
        display: none;
    }
    .news-date {
        font-size: 14px;
    }
    .section-main-title {
        max-width: 450px;
    }
    .section-content-title {
        max-width: 320px;
    }
    .section-content {
        padding: 0 100px;
    }
    .section-content-text {
        max-width: 250px;
    }
}
@media (min-width: 900px) {
    .section-main-title {
        font-size: 36px;
        letter-spacing: 2.8px;
        max-width: 500px;
    }
    .section-content {
        padding: 0 120px;
    }
    .section-content-title {
        max-width: 485px;
        margin-bottom: 38px;
    }
    .section-content-text {
        font-size: 16px;
        max-width: 355px;
        margin-bottom: 38px;
    }
    .section-content-link {
        font-size: 14px;
    }
    .main-bg-parallax {
        min-width: 150%;
        background: url(/images/main-bg.jpg) no-repeat 50% 0;
        background-size: cover;
    }
    #fp-nav {
        left: 42px !important;
    }
    #fp-nav ul li {
        margin-bottom: 20px;
    }
    .show-detail .fp-slidesNav {
        -webkit-transform: translateZ(1px);
        transform: translateZ(1px);
    }
    .fp-slidesNav {
        left: 55% !important;
        bottom: 60px;
        width: auto;
        margin-left: 50px;
        -webkit-transform: translate3d(0, 200px, 1px);
        transform: translate3d(0, 200px, 1px);
    }
    .fp-slidesNav:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .fp-slidesNav ul li {
        height: 25px;
        width: 25px;
        margin: 5px;
    }
    .fp-slidesNav ul li,
    .fp-slidesNav ul li:first-child {
        display: inline-block;
    }
    .fp-slidesNav ul li:first-child a {
        background-size: 2px auto;
    }
    .fp-slidesNav ul li:last-child a.active {
        background: url(/images/fun-fact-ico.svg) no-repeat 50% 50%;
        background-size: auto 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .fp-slidesNav ul li:nth-child(odd) a.active {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg);
    }
    .fp-slidesNav ul li a {
        opacity: 1;
        border-radius: 25px;
        background: url(/images/dots.svg) no-repeat 50% 50%;
        background-size: 4px auto;
    }
    .fp-slidesNav ul li a.active {
        background: #fff url(/images/hoove.svg) no-repeat 50% 50%;
        background-size: 10px auto;
    }
    .s-2 .fp-slidesNav {
        left: 40% !important;
        margin-left: 34vh;
    }
    body[class*='-nase-pivo'] .main-bg-parallax {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    body[class*='-kozel-lokator'] .main-bg-parallax {
        -webkit-transform: translate3d(-12%, 0, 0);
        transform: translate3d(-12%, 0, 0);
    }
    body[class*='-pivovar'] .main-bg-parallax {
        -webkit-transform: translate3d(-6%, 0, 0);
        transform: translate3d(-6%, 0, 0);
    }
    body[class*='-nase-dedicstvo'] .main-bg-parallax {
        -webkit-transform: translate3d(-18%, 0, 0);
        transform: translate3d(-18%, 0, 0);
    }
    body[class*='-obchod'] .main-bg-parallax {
        -webkit-transform: translate3d(-24%, 0, 0);
        transform: translate3d(-24%, 0, 0);
    }
    body[class*='-kontakty'] .main-bg-parallax {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    #fp-nav {
        left: 50px !important;
        top: 50%;
        margin-top: -150px !important;
    }
}
@media (min-width: 1260px) {
    .s-2 .fp-slidesNav {
        left: 45% !important;
        margin-left: 35vh;
    }
    .section-content {
        padding: 0 160px;
    }
    .fp-tableCell {
        padding-top: 140px;
    }
}
@media (min-height: 600px) and (min-width: 1500px) {
    .section-content-title {
        font-size: 110px;
        line-height: 110px;
        max-width: 830px;
    }
    .s-5 .section-content-title {
        max-width: 500px;
    }
    .section-content-text {
        font-size: 18px;
        max-width: 500px;
    }
    .section-main-logo {
        width: 115px;
        height: 90px;
        top: 60px;
    }
    .section-content-link {
        font-size: 16px;
    }
    .fp-tableCell {
        padding-top: 160px;
    }
    .section-main-title {
        font-size: 56px;
        max-width: 100%;
    }
    .section-main-text {
        width: 440px;
    }
    .section-main-text.with-news {
        width: 360px;
    }
}
@media (min-height: 700px) and (min-width: 1700px) {
    .section-content-title {
        font-size: 142px;
        line-height: 142px;
        max-width: 965px;
    }
    .section-main-logo {
        width: 135px;
        height: 105px;
    }
    .section-content-text {
        font-size: 20px;
        max-width: 550px;
    }
    .fp-tableCell {
        padding-top: 180px;
    }
    .s-5 .section-content-title {
        max-width: 500px;
    }
    .section-content-link {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .kozelbeer .light.cc_dialog {
        padding: 10% !important;
    }
}
.header {
    position: fixed;
    width: 100%;
    z-index: 200;
}
.news-logo {
    z-index: 2;
}
.header-logo,
.news-logo {
    height: 40px;
    width: 50px;
    position: absolute;
    top: 16px;
    left: 24px;
    cursor: pointer;
    background: url(/images/logo-white.svg) 50% 50% no-repeat;
    background-size: 50px 40px !important;
}
.header-logo {
    transition: background 0.3s linear, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, background 0.3s linear;
    transition: transform 0.8s ease, background 0.3s linear, -webkit-transform 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s ease, background 0.3s linear;
}
.header-menu-backdrop {
    position: fixed;
    right: 0;
    display: none;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: 0;
}
.header-menu-backdrop.active {
    display: block;
}
.header-menu-wrapper {
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 290px;
    background-color: hsla(0, 0%, 100%, 0.95);
    z-index: 101;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}
.header-menu-wrapper.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-menu-wrapper.active .header-close {
    opacity: 1;
}
.header-menu-wrapper.active .header-menu-nav-item {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-menu-wrapper.active .header-menu-nav-item:nth-child(2) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}
.header-menu-wrapper.active .header-menu-nav-item:nth-child(3) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.header-menu-wrapper.active .header-menu-nav-item:nth-child(4) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}
.header-menu-wrapper.active .header-menu-nav-item:nth-child(5) {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}
.header-menu-wrapper.active .header-menu-nav-item:nth-child(6) {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}
.header-menu-wrapper.active .header-menu-nav-item:nth-child(7) {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
}
.header-menu-wrapper.active .header-menu-language-trigger {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.header-menu-wrapper.active .header-menu-social-link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header-menu-wrapper.active .header-menu-social-link.facebook {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}
.header-menu-wrapper.active .header-menu-social-link.instagram {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}
.header-menu-wrapper.active .header-menu-social-link.youtube {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
}
.header-menu-wrapper.active .header-menu-social-link.shop {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}
.header-menu-wrapper.language .header-menu {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.header-menu-wrapper.language .header-language {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-menu-wrapper.language .header-language:nth-child(2) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}
.header-menu-wrapper.language .header-language:nth-child(3) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.header-menu-wrapper.language .header-language:nth-child(4) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}
.header-menu-wrapper.language .header-language:nth-child(5) {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}
.header-menu-wrapper.language .header-language:nth-child(6) {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}
.header-menu-wrapper.language .header-language:nth-child(7) {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
}
.header-menu-wrapper.language .header-languages {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-menu-trigger {
    position: absolute;
    top: 16px;
    right: 24px;
    cursor: pointer;
    height: 30px;
    width: 40px;
    display: block;
    z-index: 2;
    background: url(/images/hamburger.svg) 50% 50% no-repeat;
    background-size: 32px auto;
}
.header-menu {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 42px 36px 36px;
    z-index: 2;
    height: 100%;
    overflow: scroll;
    transition: opacity 0.15s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.15s ease;
    transition: transform 0.3s ease, opacity 0.15s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.15s ease;
}
.header-close,
.news-modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 24px;
    background: url(/images/close.svg) 100% 100% no-repeat;
    background-size: 19px auto;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}
.news-modal-close {
    opacity: 1;
}
.header-menu-nav-item {
    text-decoration: none;
    position: relative;
    font-family: Poplar Kozel;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.8px;
    display: block;
    margin-bottom: 17px;
    color: #372817;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    -webkit-transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}
.header-menu-nav-item.active,
.header-menu-nav-item:active,
.header-menu-nav-item:hover {
    color: #d1a85e;
}
.header-languages {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    width: 100%;
    padding: 36px;
    z-index: 3;
    height: 100%;
    overflow: scroll;
}
.header-languages h2 {
    margin-top: 4px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.8px;
    margin-bottom: 25px;
}
.header-language,
.header-menu-language-trigger {
    text-decoration: none;
    position: relative;
    font-family: 'Apex Serif';
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 20px;
    color: #372817;
    padding-left: 40px;
    padding-top: 2px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    -webkit-transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}
.header-language.active,
.header-language:active,
.header-language:hover,
.header-menu-language-trigger.active,
.header-menu-language-trigger:active,
.header-menu-language-trigger:hover {
    color: #d1a85e;
}
.header-language img,
.header-menu-language-trigger img {
    border-radius: 24px;
    width: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d1a85e;
}
.header-menu-language-trigger {
    margin-bottom: 40px;
}
.header-menu-social {
    text-align: left;
}
.header-menu-social-link {
    width: 40px;
    height: 40px;
    background-color: #d1a85e;
    border-radius: 40px;
    display: inline-block;
    margin: 0 12px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 17px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    -webkit-transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}
.header-menu-social-link.facebook {
    background-image: url(/images/fb.svg);
}
.header-menu-social-link.instagram {
    background-image: url(/images/instagram.svg);
}
.header-menu-social-link.youtube {
    background-image: url(/images/yt.svg);
}
.header-menu-social-link.shop {
    background: #372817 url(/images/shop.svg) no-repeat 50% 50%;
    background-size: 20px auto;
}
@media (min-height: 500px) {
    .header-language,
    .header-menu-language-trigger,
    .header-menu-nav-item {
        margin-bottom: 28px;
    }
}
@media (min-height: 550px) {
    .header-menu-social {
        position: absolute;
        bottom: 50px;
    }
}
@media (min-width: 800px) {
    .header-logo,
    .news-logo {
        left: 40px;
        top: 28px;
    }
    .header-menu-trigger {
        right: 34px;
        top: 32px;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .detail-on .header-menu-trigger {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
}
.footer {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    height: 26px;
    padding-top: 4px;
    z-index: 301;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #372817;
    text-align: center;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}
.footer:after {
    position: absolute;
    top: 50%;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    z-index: 0;
    margin-top: -1px;
    opacity: 0.5;
    background-color: #d1a85e;
}
.footer-content {
    background-color: #372817;
    z-index: 2;
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 13px;
    letter-spacing: 1.3px;
}
.footer-content:after,
.footer-content:before {
    width: 1px;
    height: 4px;
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 4px;
    background-color: #d1a85e;
}
.footer-content:after {
    right: 0;
}
.footer-content:before {
    left: 0;
}
.footer-content span {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    background: url(/images/rm.png) 0 0 no-repeat;
    background-size: 100% auto;
    animation: rm 15s steps(3) infinite;
    -webkit-animation: rm 15s steps(3) infinite;
}
.footer-content span:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(/images/rm-symbol.svg) 50% 50% no-repeat;
    background-size: contain;
}
.footer-content,
.footer-content a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 8px;
    font-weight: 700;
    color: rgba(227, 203, 158, 0.6);
}
.footer-section {
    text-align: center;
    background: #d1a85e url(/images/fun-fact-bg-mobile.jpg) 50% 50%;
    background-size: cover;
}
.footer-section .fp-tableCell {
    padding-top: 65px;
}
.footer-section.active .footer-section-title {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
    transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
    transition: transform 0.5s ease 1s, opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
    -webkit-transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
}
.footer-section.active .footer-section-social-link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-section.active .footer-section-social-link.facebook {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}
.footer-section.active .footer-section-social-link.instagram {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
}
.footer-section.active .footer-section-social-link.youtube {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}
.footer-section.active .footer-section-social-link.shop {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}
.footer-section.active .footer-section-subtitle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity 0.5s ease 1.6s, -webkit-transform 0.5s ease 1.6s;
    transition: transform 0.5s ease 1.6s, opacity 0.5s ease 1.6s;
    transition: transform 0.5s ease 1.6s, opacity 0.5s ease 1.6s, -webkit-transform 0.5s ease 1.6s;
    -webkit-transition: transform 0.5s ease 1.6s, opacity 0.5s ease 1.6s;
}
.footer-section.active .footer-section-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity 0.5s ease 1.8s, -webkit-transform 0.5s ease 1.8s;
    transition: transform 0.5s ease 1.8s, opacity 0.5s ease 1.8s;
    transition: transform 0.5s ease 1.8s, opacity 0.5s ease 1.8s, -webkit-transform 0.5s ease 1.8s;
    -webkit-transition: transform 0.5s ease 1.8s, opacity 0.5s ease 1.8s;
}
.footer-section.active .footer-section-terms {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: opacity 0.5s ease 2s, -webkit-transform 0.5s ease 2s;
    transition: transform 0.5s ease 2s, opacity 0.5s ease 2s;
    transition: transform 0.5s ease 2s, opacity 0.5s ease 2s, -webkit-transform 0.5s ease 2s;
    -webkit-transition: transform 0.5s ease 2s, opacity 0.5s ease 2s;
}
.footer-section-logo {
    max-width: 20%;
    margin: 0 auto 40px;
    display: block;
}
.footer-section-title {
    font-size: 26px;
    line-height: 1.23;
    letter-spacing: 1.7px;
}
.footer-section-subtitle,
.footer-section-title {
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.2s ease 1s, -webkit-transform 0.2s ease 1s;
    transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
    transition: transform 0.2s ease 1s, opacity 0.2s ease 1s, -webkit-transform 0.2s ease 1s;
    -webkit-transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
}
.footer-section-subtitle {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}
.footer-section-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.2s ease 1s, -webkit-transform 0.2s ease 1s;
    transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
    transition: transform 0.2s ease 1s, opacity 0.2s ease 1s, -webkit-transform 0.2s ease 1s;
    -webkit-transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
}
.footer-section-text a {
    color: #372817;
    text-decoration: none;
}
.footer-section-terms {
    color: #d1a85e;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.2s ease 1s, -webkit-transform 0.2s ease 1s;
    transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
    transition: transform 0.2s ease 1s, opacity 0.2s ease 1s, -webkit-transform 0.2s ease 1s;
    -webkit-transition: transform 0.2s ease 1s, opacity 0.2s ease 1s;
}
.footer-section-copyright {
    position: absolute;
    line-height: 30px;
    font-size: 10px;
    height: 26px;
    background-color: #372817;
    z-index: 2;
    bottom: 0;
    width: 100%;
    color: #d1a85e;
    left: 0;
}
.footer-section-social {
    text-align: center;
    margin-bottom: 42px;
}
.footer-section-social-link {
    width: 56px;
    height: 56px;
    background-color: #d1a85e;
    border-radius: 56px;
    display: inline-block;
    margin: 0 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    -webkit-transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}
.footer-section-social-link.facebook {
    background-image: url(/images/fb.svg);
}
.footer-section-social-link.instagram {
    background-image: url(/images/instagram.svg);
}
.footer-section-social-link.youtube {
    background-image: url(/images/yt.svg);
}
.footer-section-social-link.shop {
    background: #372817 url(/images/shop.svg) no-repeat 50% 50%;
    background-size: 20px auto;
}
@media (min-height: 500px) {
    .footer-section-logo {
        max-width: 28vh;
    }
}
@media (min-width: 800px) {
    .footer-section {
        background-image: url(/images/fun-fact-bg-desktop.jpg);
    }
}
.parallax-wrapper {
    position: fixed;
    height: 120%;
    z-index: 5;
}
.parallax,
.parallax-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover !important;
}
.parallax {
    position: absolute;
    height: 100%;
    transition: -webkit-transform 1.1s ease;
    transition: transform 1.1s ease;
    transition: transform 1.1s ease, -webkit-transform 1.1s ease;
    -webkit-transition: -webkit-transform 1.1s ease;
}
.parallax-1 {
    background: url(/images/parallax-1.png) no-repeat 70% 100%;
    z-index: 3;
}
.parallax-1:after {
    height: 40%;
    width: 100%;
    content: '';
    position: absolute;
    top: 86.5%;
    left: 0;
    background: url(/images/parallax-shadow.jpg) repeat-x 50% 0;
    background-size: cover;
}
.parallax-2 {
    background: url(/images/parallax-2.png) no-repeat 70% 100%;
    z-index: 2;
}
.parallax-3 {
    background: url(/images/parallax-3.jpg) no-repeat 70% 100%;
    z-index: 1;
}
body[class*='-kontakty'] .parallax,
body[class*='-kozel-lokator'] .parallax,
body[class*='-nase-dedicstvo'] .parallax,
body[class*='-nase-pivo'] .parallax,
body[class*='-obchod'] .parallax,
body[class*='-pivovar'] .parallax {
    -webkit-transform: translate3d(0, -140%, 0);
    transform: translate3d(0, -140%, 0);
}
body[class*='-nase-pivo'] .parallax-1 {
    transition-duration: 2.6s;
}
body[class*='-nase-pivo'] .parallax-2 {
    transition-duration: 3.2s;
}
body[class*='-nase-pivo'] .parallax-3 {
    transition-duration: 3.6s;
}
@media (min-width: 800px) {
    .parallax {
        background-position: 50% 70% !important;
    }
    .parallax-1:after {
        height: 45%;
        background-size: contain;
    }
}
.slide-go-back {
    position: absolute;
    bottom: 40px;
    right: 24px;
    width: 44px;
    height: 44px;
    z-index: 5;
    border-radius: 44px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: #fff url(/images/arrow.svg) no-repeat 50% 50%;
    background-size: 9px auto;
    cursor: pointer;
    display: none;
}
.slide {
    width: 93vw !important;
}
.slide.slide-fun-fact,
.slide.slide-publocator {
    width: 100vw !important;
}
.slide.active .hooves {
    opacity: 1;
}
.slide.active .hooves:first-child {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
}
.slide.active .hooves:nth-child(2) {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.slide.active .hooves:nth-child(3) {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}
.slide.active .hooves:nth-child(4) {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}
.slide.active .hooves:nth-child(5) {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
}
.slide.active .hooves:nth-child(6) {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}
.slide.active .hooves:nth-child(7) {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}
.slide.active .hooves:nth-child(8) {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
}
.slide.active .hooves:nth-child(9) {
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
}
.slide.active .hooves:nth-child(10) {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
}
.slide-content {
    padding: 24px;
    position: relative;
}
.slide-content.brewery {
    height: 70%;
}
.slide-content.brewery .gold-button-wrapper {
    position: absolute;
    left: 24px;
    bottom: 30px;
}
.slide-content.brewery .gold-button {
    width: 130px;
    margin-bottom: 10px;
}
.slide-content.beers {
    height: 60%;
}
.slide-content.heritage {
    height: 65%;
    text-align: center;
}
.section.active .fun-fact-image,
.section.active .slide-beers-icon,
.section.active .slide-image,
.section.loaded .fun-fact-image,
.section.loaded .slide-beers-icon,
.section.loaded .slide-image {
    display: block;
}
.slide-beer-types {
    margin-top: 15px;
}
.slide-beer-type {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
}
.slide-beer-type.bottle {
    background: url(/images/beers/icon-bottle.svg) 50% 50% no-repeat;
    background-size: contain;
}
.slide-beer-type.can {
    background: url(/images/beers/icon-can.svg) 50% 50% no-repeat;
    background-size: contain;
}
.slide-beer-type.barrel {
    background: url(/images/beers/icon-barrel.svg) 50% 50% no-repeat;
    background-size: contain;
}
.slide-beer-type.tank {
    background: url(/images/beers/icon-tank.svg) 50% 50% no-repeat;
    background-size: contain;
}
.slide-image {
    overflow: hidden;
    position: relative;
    background-color: #000;
    display: none;
    padding: 1px;
}
.slide-image.beers {
    height: 40%;
}
.slide-image.beers.lager {
    background: #000 url(/images/beers/lager-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.beers.lager-11 {
    background: #000 url(/images/beers/lager-11-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.beers.na {
    background: #000 url(/images/beers/na-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.beers.dark {
    background: #000 url(/images/beers/dark-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.beers.semi-dark {
    background: #000 url(/images/beers/semi-dark-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.beers.hop {
    background: #000 url(/images/beers/hop-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.fun-pours {
    height: 50%;
}
.slide-image.fun-pours.pour {
    background: #000 url(/images/pours/pour-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.fun-pours.cinnamon {
    background: #000 url(/images/pours/cinnamon-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.fun-pours.honey {
    background: #000 url(/images/pours/honey-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.fun-pours.mix {
    background: #000 url(/images/pours/mix-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.fun-pours.cut {
    background: #000 url(/images/pours/cut-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.brewery {
    height: 30%;
}
.slide-image.brewery.visit {
    background: #000 url(/images/brewery/visit-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.brewery.tour {
    background: #000 url(/images/brewery/tour-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.brewery.tapping {
    background: #000 url(/images/brewery/school-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.brewery.express {
    background: #000 url(/images/brewery/express-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage {
    height: 35%;
}
.slide-image.heritage.y-1847 {
    background: #000 url(/images/history/1847-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage.y-1919 {
    background: #000 url(/images/history/1919-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage.y-1930 {
    background: #000 url(/images/history/1930-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage.y-1970 {
    background: #000 url(/images/history/1970-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage.y-2009 {
    background: #000 url(/images/history/2009-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage.y-2011 {
    background: #000 url(/images/history/2011-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-image.heritage.y-2017 {
    background: #000 url(/images/history/2017-bg-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.slide-year {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.45;
    letter-spacing: 1.5px;
    text-align: center;
    color: #c6893f;
    font-family: Poplar Kozel;
}
.slide-title {
    padding-top: 4px;
    font-size: 23px;
    line-height: 32px;
    color: #372817;
    letter-spacing: 1.73px;
    margin-bottom: 15px;
}
.slide-text,
.slide-title {
    position: relative;
    z-index: 2;
}
.slide-text {
    font-size: 13px;
    color: #c6893f;
    line-height: 20px;
    margin: 0;
}
.slide-text span {
    color: #000;
}
.slide-fun-fact {
    background: #f1ede4 url(/images/fun-fact-bg-mobile.jpg) 50% 50%;
    background-size: cover;
}
.slide-fun-fact .fp-tableCell {
    vertical-align: middle;
    text-align: center;
}
.slide-fun-fact .slide-fun-fact-back {
    text-decoration: none;
    display: inline-block;
    height: 35px;
    position: relative;
    font-size: 12px;
    z-index: 2;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.4px;
    padding-left: 20px;
    color: #372817;
    margin-top: 5%;
    text-transform: uppercase;
    cursor: pointer;
}
.slide-fun-fact .slide-fun-fact-back:hover:before {
    -webkit-animation-name: wobble-horizontal-rotate;
    animation-name: wobble-horizontal-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.slide-fun-fact .slide-fun-fact-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 30px;
    background: url(/images/arrow.svg) no-repeat 100% 6px;
    background-size: 9px auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slide-fun-fact .slide-fun-fact-back:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #d1a85e;
}
.slide-beers-icon {
    position: absolute;
    top: 0;
    right: 14px;
    display: none;
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
}
.slide-beers-icon img {
    height: 33vh;
}
.slide-beers-icon.lager {
    background: url(/images/beers/lager.png) 50% 100% no-repeat;
    background-size: contain;
}
.slide-beers-icon.lager-11 {
    background: url(/images/beers/lager-11.png) 50% 100% no-repeat;
    background-size: contain;
}
.slide-beers-icon.na {
    background: url(/images/beers/na.png) 50% 100% no-repeat;
    background-size: contain;
}
.slide-beers-icon.dark {
    background: url(/images/beers/dark.png) 50% 100% no-repeat;
    background-size: contain;
}
.slide-beers-icon.semi-dark {
    background: url(/images/beers/semi-dark.png) 50% 100% no-repeat;
    background-size: contain;
}
.slide-beers-icon.hop {
    background: url(/images/beers/hop.png) 50% 100% no-repeat;
    background-size: contain;
}
.video-js {
    top: 0;
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    display: block;
    z-index: 2;
    background: #000;
}
.video-js .vjs-tech {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.vjs-paused .vjs-big-play-button {
    display: block !important;
}
.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -45px;
    opacity: 0 !important;
}
.vjs-playing {
    opacity: 1;
}
.vjs-seeking,
.vjs-waiting {
    opacity: 0 !important;
}
.vjs-playing ~ .fun-pours-title {
    display: none;
}
.fun-pours-title {
    color: #f1ede4;
    height: 90px;
    bottom: 50%;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 45px;
    z-index: 3;
    display: inline-block;
    margin-top: -45px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.fun-pours-title small {
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Apex Serif';
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    color: #f1ede4;
    padding: 0 10px;
    font-weight: 700;
    margin-bottom: 10px;
}
.fun-pours-title small:after,
.fun-pours-title small:before {
    width: 22px;
    height: 4px;
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 7px;
    border-top: 1px solid #f1ede4;
}
.fun-pours-title small:after {
    border-left: 1px solid #f1ede4;
    right: -22px;
}
.fun-pours-title small:before {
    left: -22px;
    border-right: 1px solid #f1ede4;
}
.fun-fact-subtitle {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #372817;
    padding: 0 10px;
    margin-bottom: 24px;
    font-weight: 700;
}
.fun-fact-subtitle:after,
.fun-fact-subtitle:before {
    width: 22px;
    height: 4px;
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 7px;
    border-top: 1px solid #d1a85e;
}
.fun-fact-subtitle:after {
    border-left: 1px solid #d1a85e;
    right: -22px;
}
.fun-fact-subtitle:before {
    left: -22px;
    border-right: 1px solid #d1a85e;
}
.fun-fact-image {
    max-height: 30%;
    margin: 0 auto 20px;
    display: none;
}
.fun-fact-title {
    position: relative;
    z-index: 2;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.brewery-book-section {
    background-color: #f1ede4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 52;
    -webkit-transform: translate3d(100%, 0, 2px);
    transform: translate3d(100%, 0, 2px);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
}
.brewery-book-section .book-back {
    display: block;
}
.brewery-book-section.active {
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px);
}
.hooves {
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(/images/hooves.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: -webkit-opacity 0.5s ease;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
}
.hooves.hooves-1 {
    left: -10px;
    top: 63%;
    background-image: url(/images/hooves/kopyta-01.svg);
}
.hooves.hooves-2 {
    left: 12%;
    top: 58%;
    background-image: url(/images/hooves/kopyta-02.svg);
}
.hooves.hooves-3 {
    top: 55%;
    left: 29%;
    background-image: url(/images/hooves/kopyta-03.svg);
}
.hooves.hooves-4 {
    top: 56%;
    left: 62%;
    background-image: url(/images/hooves/kopyta-04.svg);
}
.hooves.hooves-5 {
    top: 56%;
    left: 78%;
    background-image: url(/images/hooves/kopyta-05.svg);
}
.hooves.hooves-6 {
    top: 62%;
    left: 90%;
    background-image: url(/images/hooves/kopyta-06.svg);
}
.hooves.hooves-7 {
    left: 2%;
    top: 62%;
    background-image: url(/images/hooves/kopyta-07.svg);
}
.hooves.hooves-8 {
    left: 25%;
    top: 65%;
    background-image: url(/images/hooves/kopyta-08.svg);
}
.hooves.hooves-9 {
    top: 68%;
    left: 48%;
    background-image: url(/images/hooves/kopyta-09.svg);
}
.hooves.hooves-10 {
    top: 66%;
    left: 74%;
    background-image: url(/images/hooves/kopyta-10.svg);
}
.hooves.hooves-11 {
    top: 60%;
    left: 90%;
}
.hooves.hooves-11,
.hooves.hooves-12 {
    background-image: url(/images/hooves/kopyta-11.svg);
}
.hooves.hooves-12 {
    top: 62%;
    left: 0;
}
.hooves.hooves-13 {
    top: 54%;
    left: 10%;
    height: 27px;
    background-image: url(/images/hooves/kopyta-12.svg);
}
.hooves.hooves-14 {
    top: 46%;
    left: 20%;
    height: 32px;
    background-image: url(/images/hooves/kopyta-13.svg);
}
.hooves.hooves-15 {
    top: 42%;
    left: 32%;
    height: 27px;
    background-image: url(/images/hooves/kopyta-14.svg);
}
.hooves.hooves-16 {
    top: 41%;
    left: 50%;
    background-image: url(/images/hooves/kopyta-15.svg);
}
.hooves.hooves-17 {
    top: 45%;
    left: 66%;
    background-image: url(/images/hooves/kopyta-16.svg);
}
.hooves.hooves-18 {
    top: 50%;
    left: 80%;
    background-image: url(/images/hooves/kopyta-18.svg);
}
.hooves.hooves-19 {
    top: 52%;
    left: 91%;
}
.hooves.hooves-19,
.hooves.hooves-20 {
    background-image: url(/images/hooves/kopyta-19.svg);
}
.hooves.hooves-20 {
    top: 20%;
    left: 0;
}
.hooves.hooves-21 {
    top: 19%;
    left: 16%;
    background-image: url(/images/hooves/kopyta-19.svg);
}
.hooves.hooves-22 {
    top: 20%;
    left: 33%;
    background-image: url(/images/hooves/kopyta-21.svg);
}
.hooves.hooves-23 {
    top: 25%;
    left: 62%;
    height: 23px;
    background-image: url(/images/hooves/kopyta-22.svg);
}
.hooves.hooves-24 {
    top: 32%;
    left: 78%;
    background-image: url(/images/hooves/kopyta-23.svg);
    height: 25px;
}
.hooves.hooves-25 {
    top: 36%;
    left: 93%;
    height: 22px;
    background-image: url(/images/hooves/kopyta-24.svg);
}
.hooves.hooves-26 {
    top: 31%;
    left: 7%;
    background-image: url(/images/hooves/kopyta-25.svg);
    height: 25px;
}
.hooves.hooves-27 {
    top: 24%;
    left: 25%;
    background-image: url(/images/hooves/kopyta-26.svg);
}
.hooves.hooves-28 {
    top: 19%;
    left: 63%;
    background-image: url(/images/hooves/kopyta-27.svg);
    height: 22px;
}
.hooves.hooves-29 {
    top: 18%;
    left: 81%;
    background-image: url(/images/hooves/kopyta-28.svg);
    height: 22px;
}
.hooves.hooves-30 {
    top: 22%;
    left: 97%;
    background-image: url(/images/hooves/kopyta-29.svg);
}
.hooves.hooves-31 {
    top: 26%;
    left: 9%;
    background-image: url(/images/hooves/kopyta-30.svg);
}
.hooves.hooves-32 {
    top: 28%;
    left: 24%;
    background-image: url(/images/hooves/kopyta-31.svg);
}
.hooves.hooves-33 {
    top: 32%;
    left: 40%;
    background-image: url(/images/hooves/kopyta-32.svg);
}
.hooves.hooves-34 {
    top: 37%;
    left: 57%;
    background-image: url(/images/hooves/kopyta-33.svg);
    height: 25px;
}
.hooves.hooves-35 {
    top: 50%;
    left: 77%;
    background-image: url(/images/hooves/kopyta-34.svg);
}
.hooves.hooves-36 {
    top: 57%;
    left: 92%;
    background-image: url(/images/hooves/kopyta-35.svg);
    height: 25px;
}
.hooves.hooves-37 {
    top: 77%;
    left: 2%;
    background-image: url(/images/hooves/kopyta-36.svg);
    height: 30px;
}
.hooves.hooves-38 {
    top: 84%;
    left: 17%;
    background-image: url(/images/hooves/kopyta-37.svg);
}
.hooves.hooves-39 {
    top: 82%;
    left: 35%;
    background-image: url(/images/hooves/kopyta-38.svg);
}
.hooves.hooves-40 {
    top: 82%;
    left: 55%;
    background-image: url(/images/hooves/kopyta-39.svg);
}
.hooves.hooves-41 {
    top: 78%;
    left: 76%;
    background-image: url(/images/hooves/kopyta-40.svg);
    height: 30px;
}
.hooves.hooves-42 {
    top: 76%;
    left: 93%;
    background-image: url(/images/hooves/kopyta-41.svg);
}
.hooves.hooves-43 {
    top: 78%;
    left: 5%;
    background-image: url(/images/hooves/kopyta-42.svg);
}
.hooves.hooves-44 {
    top: 73%;
    left: 19%;
    background-image: url(/images/hooves/kopyta-43.svg);
    height: 26px;
}
.hooves.hooves-45 {
    top: 70%;
    left: 35%;
    background-image: url(/images/hooves/kopyta-44.svg);
    height: 22px;
}
.hooves.hooves-46 {
    top: 70%;
    left: 52%;
    background-image: url(/images/hooves/kopyta-45.svg);
    height: 22px;
}
.hooves.hooves-47 {
    top: 69%;
    left: 68%;
    background-image: url(/images/hooves/kopyta-46.svg);
    height: 23px;
    width: 32px;
}
.hooves.hooves-48 {
    top: 64%;
    left: 83%;
    background-image: url(/images/hooves/kopyta-47.svg);
    height: 30px;
}
.hooves.hooves-49 {
    top: 54%;
    left: 91%;
    background-image: url(/images/hooves/kopyta-48.svg);
    height: 34px;
}
.hooves.hooves-50 {
    top: 45%;
    left: 90%;
    background-image: url(/images/hooves/kopyta-49.svg);
    height: 27px;
}
.hooves.hooves-51 {
    top: 39%;
    left: 78%;
    background-image: url(/images/hooves/kopyta-50.svg);
}
.hooves.hooves-52 {
    top: 35%;
    left: 62%;
    background-image: url(/images/hooves/kopyta-51.svg);
}
@media (min-width: 375px) {
    .slide-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .slide-text {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-height: 500px) {
    .hooves.hooves-12,
    .hooves.hooves-13,
    .hooves.hooves-14,
    .hooves.hooves-15,
    .hooves.hooves-16,
    .hooves.hooves-17,
    .hooves.hooves-18,
    .hooves.hooves-19 {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
    }
}
@media (min-height: 500px) {
    .slide-content.brewery {
        height: 60%;
    }
    .slide-content.heritage {
        height: 55%;
    }
    .slide-year {
        margin: 10px 0 25px;
    }
    .slide-image.brewery {
        height: 40%;
    }
    .slide-image.heritage {
        height: 45%;
    }
}
@media (max-width: 899px) {
    .fp-controlArrow {
        display: none !important;
    }
    .s-3 .slide-title {
        display: none;
    }
}
@media (min-width: 800px) {
    .slide {
        background-color: #f1ede4;
        width: calc(100vw - 24px) !important;
    }
    .slide-beer-types {
        transition: -webkit-transform 0.6s ease 1.8s;
        transition: transform 0.6s ease 1.8s;
        transition: transform 0.6s ease 1.8s, -webkit-transform 0.6s ease 1.8s;
    }
    .s-3 .slide-title {
        display: block;
    }
    .fun-fact-title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .slide-fun-fact {
        background-image: url(/images/fun-fact-bg-desktop.jpg);
    }
    .fun-pours-title {
        display: none;
    }
    .brewery-book-section {
        transition: -webkit-transform 0.9s ease;
        transition: transform 0.9s ease;
        transition: transform 0.9s ease, -webkit-transform 0.9s ease;
        -webkit-transition: -webkit-transform 0.9s ease;
    }
    .video-js .vjs-tech {
        min-width: 100%;
        min-height: 100%;
    }
    .slide-go-back {
        display: block;
    }
    .fp-controlArrow {
        position: absolute;
        bottom: 60px;
        right: 56px;
        width: 44px;
        height: 44px;
        z-index: 5;
        border-radius: 44px;
        background: #fff url(/images/arrow.svg) no-repeat 50% 50%;
        background-size: 9px auto;
        cursor: pointer;
    }
    .fp-controlArrow.fp-prev {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        right: 105px;
    }
    .s-4 .fp-controlArrow {
        display: none !important;
    }
    .s-2 .fp-slidesContainer,
    .s-3 .fp-slidesContainer,
    .s-5 .fp-slidesContainer,
    .s-6 .fp-slidesContainer {
        width: 800% !important;
    }
    .s-2 .slide,
    .s-3 .slide,
    .s-5 .slide,
    .s-6 .slide {
        position: relative !important;
    }
    .s-2 .slide-fun-fact,
    .s-3 .slide-fun-fact,
    .s-5 .slide-fun-fact,
    .s-6 .slide-fun-fact {
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
    }
    .s-2 .slide-fun-fact .hooves,
    .s-3 .slide-fun-fact .hooves,
    .s-5 .slide-fun-fact .hooves,
    .s-6 .slide-fun-fact .hooves {
        opacity: 1;
    }
    .slide-half .slide-image {
        height: 100vh;
        width: 55%;
        float: left;
    }
    .slide-half .slide-content {
        height: 100vh;
        width: 45%;
        background-color: #f1ede4;
        float: left;
        padding: 80px 64px 0;
    }
    .slide-half .gold-button-wrapper {
        position: static !important;
        margin-top: 30px;
    }
    .slide-half .slide-image {
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
    }
    .slide-half .slide-image.beers.lager {
        background: #000 url(/images/beers/lager-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.beers.lager-11 {
        background: #000 url(/images/beers/lager-11-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.beers.na {
        background: #000 url(/images/beers/na-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.beers.dark {
        background: #000 url(/images/beers/dark-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.beers.semi-dark {
        background: #000 url(/images/beers/semi-dark-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.beers.hop {
        background: #000 url(/images/beers/hop-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.fun-pours.pour {
        background: #000 url(/images/pours/pour-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.fun-pours.cinnamon {
        background: #000 url(/images/pours/cinnamon-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.fun-pours.honey {
        background: #000 url(/images/pours/honey-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.fun-pours.mix {
        background: #000 url(/images/pours/mix-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.fun-pours.cut {
        background: #000 url(/images/pours/cut-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.brewery.visit {
        background: #000 url(/images/brewery/visit-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.brewery.tour {
        background: #000 url(/images/brewery/tour-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.brewery.tapping {
        background: #000 url(/images/brewery/school-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.brewery.express {
        background: #000 url(/images/brewery/express-bg-desktop.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-1847 {
        background: #000 url(/images/history/1847-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-1919 {
        background: #000 url(/images/history/1919-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-1930 {
        background: #000 url(/images/history/1930-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-1970 {
        background: #000 url(/images/history/1970-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-2009 {
        background: #000 url(/images/history/2009-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-2011 {
        background: #000 url(/images/history/2011-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .slide-image.heritage.y-2017 {
        background: #000 url(/images/history/2017-bg-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .slide-half .gold-button,
    .slide-half .slide-beer-types,
    .slide-half .slide-text,
    .slide-half .slide-title,
    .slide-half .slide-year {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0) !important;
        transform: translate3d(100px, 0, 0) !important;
    }
    .slide-half .slide-title {
        transition-delay: 1.2s !important;
    }
    .slide-half .slide-title span {
        display: block;
    }
    .slide-half .slide-text {
        transition-delay: 1.4s !important;
    }
    .slide-half .gold-button {
        width: 160px;
    }
    .slide-half .gold-button,
    .slide-half .slide-beer-types {
        transition-delay: 1.6s !important;
    }
    .slide-half .slide-beers-icon {
        opacity: 0;
        -webkit-transform: translate3d(100px, -50%, 0);
        transform: translate3d(100px, -50%, 0);
        transition-delay: 1s !important;
        margin: auto;
        right: auto;
        left: 2vh;
        top: 50%;
    }
    .slide-half .slide-beers-icon img {
        width: auto;
        max-width: 100%;
        width: 33vh;
        height: auto;
    }
    .slide-half .slide-beers-icon.lager {
        background: url(/images/beers/kozel-svetle-vycepni-10.png) 50% 50% no-repeat;
        background-size: 70% auto;
    }
    .slide-half .slide-beers-icon.lager-11 {
        background: url(/images/beers/kozel-svetly-11.png) 50% 50% no-repeat;
        background-size: 70% auto;
    }
    .slide-half .slide-beers-icon.na {
        background: url(/images/beers/na-desktop.png) 50% 50% no-repeat;
        background-size: 70% auto;
    }
    .slide-half .slide-beers-icon.dark {
        background: url(/images/beers/kozel-cerny.png) 50% 50% no-repeat;
        background-size: 70% auto;
    }
    .slide-half .slide-beers-icon.semi-dark {
        background: url(/images/beers/kozel-polotmavy.png) 50% 50% no-repeat;
        background-size: 70% auto;
    }
    .slide-half .slide-beers-icon.hop {
        background: url(/images/beers/kozel-12.png) 50% 50% no-repeat;
        background-size: 70% auto;
    }
    .slide-beers .slide-image {
        width: 40%;
    }
    .slide-beers .slide-content {
        width: 60%;
        padding: 80px 64px 0 38vh;
    }
    .show-detail .hooves {
        opacity: 1;
    }
    .slide-herritage {
        width: 414px !important;
    }
    .slide-herritage .slide-image,
    .slide-herritage .slide-text,
    .slide-herritage .slide-title,
    .slide-herritage .slide-year {
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
    }
    .hooves.hooves-1 {
        transition-delay: 1.2s !important;
        -webkit-transition-delay: 1.2s !important;
    }
    .hooves.hooves-2 {
        transition-delay: 1.3s !important;
        -webkit-transition-delay: 1.3s !important;
    }
    .hooves.hooves-3 {
        transition-delay: 1.4s !important;
        -webkit-transition-delay: 1.4s !important;
    }
    .hooves.hooves-4 {
        transition-delay: 1.5s !important;
        -webkit-transition-delay: 1.5s !important;
    }
    .hooves.hooves-5 {
        transition-delay: 1.6s !important;
        -webkit-transition-delay: 1.6s !important;
    }
    .hooves.hooves-6 {
        transition-delay: 1.7s !important;
        -webkit-transition-delay: 1.7s !important;
    }
    .hooves.hooves-7 {
        transition-delay: 1.8s !important;
        -webkit-transition-delay: 1.8s !important;
    }
    .hooves.hooves-8 {
        transition-delay: 1.9s !important;
        -webkit-transition-delay: 1.9s !important;
    }
    .hooves.hooves-9 {
        transition-delay: 2s !important;
        -webkit-transition-delay: 2s !important;
    }
    .hooves.hooves-10 {
        transition-delay: 2.1s !important;
        -webkit-transition-delay: 2.1s !important;
    }
    .hooves.hooves-11 {
        transition-delay: 2.2s !important;
        -webkit-transition-delay: 2.2s !important;
    }
    .hooves.hooves-12 {
        transition-delay: 2.3s !important;
        -webkit-transition-delay: 2.3s !important;
    }
    .hooves.hooves-13 {
        transition-delay: 2.4s !important;
        -webkit-transition-delay: 2.4s !important;
    }
    .hooves.hooves-14 {
        transition-delay: 2.5s !important;
        -webkit-transition-delay: 2.5s !important;
    }
    .hooves.hooves-15 {
        transition-delay: 2.6s !important;
        -webkit-transition-delay: 2.6s !important;
    }
    .hooves.hooves-16 {
        transition-delay: 2.7s !important;
        -webkit-transition-delay: 2.7s !important;
    }
    .hooves.hooves-17 {
        transition-delay: 2.8s !important;
        -webkit-transition-delay: 2.8s !important;
    }
    .hooves.hooves-18 {
        transition-delay: 2.9s !important;
        -webkit-transition-delay: 2.9s !important;
    }
    .hooves.hooves-19 {
        transition-delay: 3s !important;
        -webkit-transition-delay: 3s !important;
    }
    .hooves.hooves-20 {
        transition-delay: 3.1s !important;
        -webkit-transition-delay: 3.1s !important;
    }
    .hooves.hooves-21 {
        transition-delay: 3.2s !important;
        -webkit-transition-delay: 3.2s !important;
    }
    .hooves.hooves-22 {
        transition-delay: 3.3s !important;
        -webkit-transition-delay: 3.3s !important;
    }
    .hooves.hooves-23 {
        transition-delay: 3.4s !important;
        -webkit-transition-delay: 3.4s !important;
    }
    .hooves.hooves-24 {
        transition-delay: 3.5s !important;
        -webkit-transition-delay: 3.5s !important;
    }
    .hooves.hooves-25 {
        transition-delay: 3.6s !important;
        -webkit-transition-delay: 3.6s !important;
    }
    .hooves.hooves-26 {
        transition-delay: 3.7s !important;
        -webkit-transition-delay: 3.7s !important;
    }
    .hooves.hooves-27 {
        transition-delay: 3.8s !important;
        -webkit-transition-delay: 3.8s !important;
    }
    .hooves.hooves-28 {
        transition-delay: 3.9s !important;
        -webkit-transition-delay: 3.9s !important;
    }
    .hooves.hooves-29 {
        transition-delay: 4s !important;
        -webkit-transition-delay: 4s !important;
    }
    .hooves.hooves-30 {
        transition-delay: 4.1s !important;
        -webkit-transition-delay: 4.1s !important;
    }
    .hooves.hooves-31 {
        transition-delay: 4.2s !important;
        -webkit-transition-delay: 4.2s !important;
    }
    .hooves.hooves-32 {
        transition-delay: 4.3s !important;
        -webkit-transition-delay: 4.3s !important;
    }
    .hooves.hooves-33 {
        transition-delay: 4.4s !important;
        -webkit-transition-delay: 4.4s !important;
    }
    .hooves.hooves-34 {
        transition-delay: 4.5s !important;
        -webkit-transition-delay: 4.5s !important;
    }
    .hooves.hooves-35 {
        transition-delay: 4.6s !important;
        -webkit-transition-delay: 4.6s !important;
    }
    .hooves.hooves-36 {
        transition-delay: 4.7s !important;
        -webkit-transition-delay: 4.7s !important;
    }
    .hooves.hooves-37 {
        transition-delay: 4.8s !important;
        -webkit-transition-delay: 4.8s !important;
    }
    .hooves.hooves-38 {
        transition-delay: 4.9s !important;
        -webkit-transition-delay: 4.9s !important;
    }
    .hooves.hooves-39 {
        transition-delay: 5s !important;
        -webkit-transition-delay: 5s !important;
    }
    .hooves.hooves-40 {
        transition-delay: 5.1s !important;
        -webkit-transition-delay: 5.1s !important;
    }
    .hooves.hooves-41 {
        transition-delay: 5.2s !important;
        -webkit-transition-delay: 5.2s !important;
    }
    .hooves.hooves-42 {
        transition-delay: 5.3s !important;
        -webkit-transition-delay: 5.3s !important;
    }
    .hooves.hooves-43-d {
        top: 76%;
        left: 12%;
        background-image: url(/images/hooves/kopyta-42.svg);
    }
    .hooves.hooves-44-d {
        top: 71%;
        left: 27%;
        background-image: url(/images/hooves/kopyta-43.svg);
        height: 26px;
    }
    .hooves.hooves-45-d {
        top: 70%;
        left: 43%;
        background-image: url(/images/hooves/kopyta-44.svg);
        height: 22px;
    }
    .hooves.hooves-46-d {
        top: 70%;
        left: 59%;
        background-image: url(/images/hooves/kopyta-45.svg);
        height: 22px;
    }
    .hooves.hooves-47-d {
        top: 67%;
        left: 75.5%;
        background-image: url(/images/hooves/kopyta-46.svg);
        height: 23px;
        width: 32px;
    }
    .hooves.hooves-48-d {
        top: 60%;
        left: 87%;
        background-image: url(/images/hooves/kopyta-47.svg);
        height: 30px;
    }
    .hooves.hooves-50-d {
        top: 41%;
        left: 84%;
        background-image: url(/images/hooves/kopyta-49.svg);
        height: 27px;
    }
    .hooves.hooves-51-d {
        top: 37%;
        left: 70%;
        background-image: url(/images/hooves/kopyta-50.svg);
    }
}
@media (min-width: 800px) and (max-height: 549px) {
    .slide-half .slide-title {
        padding-top: 6px;
        font-size: 42px;
        line-height: 50px;
    }
}
@media (min-width: 800px) and (min-height: 550px) {
    .slide-half .slide-title {
        padding-top: 8px;
        font-size: 62px;
        line-height: 70px;
    }
    .slide-half .slide-text {
        max-width: 400px;
    }
    .slide-half .slide-content {
        padding: 115px 64px 0;
    }
    .slide-beers .slide-content {
        padding: 115px 64px 0 38vh;
    }
    .fun-fact-title {
        font-size: 64px;
        line-height: 72px;
    }
    .slide-fun-fact .slide-fun-fact-back {
        font-size: 14px;
    }
}
@media (min-width: 900px) and (min-height: 660px) {
    .slide-content.heritage {
        padding-top: 7vh;
    }
    .slide-content.heritage .slide-text {
        font-size: 16px;
        line-height: 24px;
    }
    .slide-content.heritage .slide-title {
        padding-top: 4px;
        font-size: 30px;
        line-height: 35px;
    }
    .slide-content.heritage .slide-year {
        font-size: 25px;
    }
}
@media (min-width: 1260px) {
    .slide-beers .slide-image {
        width: 45%;
    }
    .slide-beers .slide-content {
        width: 55%;
    }
}
@media (min-height: 600px) and (min-width: 1500px) {
    .slide-half .slide-text {
        font-size: 16px;
        line-height: 24px;
        max-width: 360px;
    }
    .slide-beer-types {
        margin-top: 35px;
    }
    .slide-beer-type {
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 1600px) and (min-height: 900px) {
    .slide-half .slide-title {
        font-size: 89px;
        line-height: 98px;
    }
    .slide-half .slide-text {
        font-size: 20px;
        line-height: 28px;
        max-width: 460px;
    }
    .slide-half .slide-content {
        padding: 160px 84px 0;
    }
    .slide-beers .slide-content {
        padding: 160px 84px 0 38vh;
    }
    .fp-slidesNav {
        margin-left: 55px;
    }
    .fun-fact-title {
        font-size: 74px;
        line-height: 82px;
    }
}
.section-icons {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.layer {
    height: 100%;
    width: 110%;
    left: -5%;
}
.section-icon-back {
    position: absolute;
    bottom: 20px;
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
    z-index: 1;
    opacity: 0;
}
.section-icon-back img {
    max-width: 100%;
}
.section-icon-back.beer {
    width: 60%;
    height: 45vh;
    background: url(/images/beer-main-back.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-back.pour {
    width: 100%;
    height: 50%;
    z-index: 3;
    bottom: 40px;
    right: -8%;
    background: url(/images/pour-main-back.png) no-repeat 100% 100%;
    background-size: contain;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
}
.section-icon-back.publocator {
    width: 35%;
    bottom: 15%;
    right: 45%;
    height: 100%;
    background: url(/images/publocator-main-back.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-back.brewery {
    width: 90%;
    height: 100%;
    background: url(/images/brewery-main-back.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-back.heritage {
    width: 30%;
    bottom: 10%;
    right: 5%;
    height: 100%;
    background: url(/images/history-main-back.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-back.shop {
    width: 60%;
    background: url(/images/shop-main-back.png) no-repeat 100% 100%;
    background-size: contain;
    height: 100%;
}
.section-icon-front {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
}
.section-icon-front.shop {
    width: 45%;
    left: 15%;
    background: url(/images/shop-main-front.png) no-repeat 100% 100%;
    background-size: contain;
    height: 100%;
}
.section-icon-front.publocator {
    width: 110%;
    bottom: -7%;
    height: 100%;
    background: url(/images/publocator-main-front.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-front.brewery {
    width: 40%;
    height: 100%;
    background: url(/images/brewery-main-front.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-front.heritage {
    width: 70%;
    height: 100%;
    background: url(/images/history-main-front.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-front.pour {
    width: 100%;
    height: 50%;
    left: -15%;
    background: url(/images/pour-main-front.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-front.beer,
.section-icon-front.pour {
    bottom: 20px;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
}
.section-icon-front.beer {
    width: 36%;
    height: 45%;
    left: auto;
    right: 34%;
    background: url(/images/beer-main-front.png) no-repeat 100% 100%;
    background-size: contain;
}
.section-icon-forward {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
}
.section-icon-forward.shop {
    bottom: 30%;
    width: 25%;
    left: 30%;
    background: url(/images/shop-main-forward.png) no-repeat 100% 100%;
    background-size: contain;
    height: 100%;
}
.section-icon-forwarder {
    position: absolute;
    bottom: 10%;
    opacity: 0;
    right: 12%;
    z-index: 3;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease;
    transition: transform 0.6s ease 1.1s, opacity 0.5s ease, -webkit-transform 0.6s ease 1.1s;
}
.section-icon-forwarder.shop {
    width: 30%;
    background: url(/images/shop-main-forwarder.png) no-repeat 100% 100%;
    background-size: contain;
    height: 30%;
}
.section.active .section-icon-front {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.5s ease 0.8s, -webkit-transform 0.6s ease 0.8s;
    transition: transform 0.6s ease 0.8s, opacity 0.5s ease 0.8s;
    transition: transform 0.6s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.6s ease 0.8s;
}
.section.active .section-icon-back {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.5s ease 1s, -webkit-transform 0.6s ease 1s;
    transition: transform 0.6s ease 1s, opacity 0.5s ease 1s;
    transition: transform 0.6s ease 1s, opacity 0.5s ease 1s, -webkit-transform 0.6s ease 1s;
}
.section.active .section-icon-forward {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.5s ease 1.2s, -webkit-transform 0.6s ease 1.2s;
    transition: transform 0.6s ease 1.2s, opacity 0.5s ease 1.2s;
    transition: transform 0.6s ease 1.2s, opacity 0.5s ease 1.2s, -webkit-transform 0.6s ease 1.2s;
}
.section.active .section-icon-forwarder {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.5s ease 1.2s, -webkit-transform 0.6s ease 1.4s;
    transition: transform 0.6s ease 1.4s, opacity 0.5s ease 1.2s;
    transition: transform 0.6s ease 1.4s, opacity 0.5s ease 1.2s, -webkit-transform 0.6s ease 1.4s;
}
.fp-slidesContainer {
    width: 100vw !important;
    background-color: #f1ede4;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slide.slide-fun-fact {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.slide.slide-fun-fact.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slide-image {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.slide-image,
.slide-year {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
}
.slide-year {
    transition: -webkit-transform 0.6s ease 50ms;
    transition: transform 0.6s ease 50ms;
    transition: transform 0.6s ease 50ms, -webkit-transform 0.6s ease 50ms;
}
.slide-title {
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease 0.1s;
    transition: transform 0.6s ease 0.1s, opacity 0.3s ease;
    transition: transform 0.6s ease 0.1s, opacity 0.3s ease, -webkit-transform 0.6s ease 0.1s;
}
.slide-text,
.slide-title {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
}
.slide-text {
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s, opacity 0.3s ease;
    transition: transform 0.6s ease 0.2s, opacity 0.3s ease, -webkit-transform 0.6s ease 0.2s;
}
.slide .gold-button {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
}
.slide-beers-icon,
.slide .gold-button {
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, opacity 0.3s ease;
    transition: transform 0.6s ease 0.3s, opacity 0.3s ease, -webkit-transform 0.6s ease 0.3s;
}
.slide-beers-icon {
    -webkit-transform: translate3d(100vw, -80%, 0);
    transform: translate3d(100vw, -80%, 0);
}
.slide-beer-types {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, opacity 0.3s ease;
    transition: transform 0.6s ease 0.3s, opacity 0.3s ease, -webkit-transform 0.6s ease 0.3s;
}
.slide-fun-fact {
    transition: -webkit-transform 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}
body[class*='-0'] .slide-1 .gold-button,
body[class*='-0'] .slide-1 .slide-fun-fact,
body[class*='-0'] .slide-1 .slide-image,
body[class*='-0'] .slide-1 .slide-text,
body[class*='-0'] .slide-1 .slide-title,
body[class*='-0'] .slide-1 .slide-year,
body[class*='-0'] .slide-2 .gold-button,
body[class*='-0'] .slide-2 .slide-fun-fact,
body[class*='-0'] .slide-2 .slide-image,
body[class*='-0'] .slide-2 .slide-text,
body[class*='-0'] .slide-2 .slide-title,
body[class*='-0'] .slide-2 .slide-year,
body[class*='-0'] .slide-3 .gold-button,
body[class*='-0'] .slide-3 .slide-fun-fact,
body[class*='-0'] .slide-3 .slide-image,
body[class*='-0'] .slide-3 .slide-text,
body[class*='-0'] .slide-3 .slide-title,
body[class*='-0'] .slide-3 .slide-year,
body[class*='-0'] .slide-4 .gold-button,
body[class*='-0'] .slide-4 .slide-fun-fact,
body[class*='-0'] .slide-4 .slide-image,
body[class*='-0'] .slide-4 .slide-text,
body[class*='-0'] .slide-4 .slide-title,
body[class*='-0'] .slide-4 .slide-year,
body[class*='-0'] .slide-5 .gold-button,
body[class*='-0'] .slide-5 .slide-fun-fact,
body[class*='-0'] .slide-5 .slide-image,
body[class*='-0'] .slide-5 .slide-text,
body[class*='-0'] .slide-5 .slide-title,
body[class*='-0'] .slide-5 .slide-year,
body[class*='-0'] .slide-6 .gold-button,
body[class*='-0'] .slide-6 .slide-fun-fact,
body[class*='-0'] .slide-6 .slide-image,
body[class*='-0'] .slide-6 .slide-text,
body[class*='-0'] .slide-6 .slide-title,
body[class*='-0'] .slide-6 .slide-year,
body[class*='-0'] .slide-7 .gold-button,
body[class*='-0'] .slide-7 .slide-fun-fact,
body[class*='-0'] .slide-7 .slide-image,
body[class*='-0'] .slide-7 .slide-text,
body[class*='-0'] .slide-7 .slide-title,
body[class*='-0'] .slide-7 .slide-year {
    transition-delay: 0.6s;
}
@media (min-height: 500px) {
    .section-icons {
        bottom: 0;
    }
}
@media (max-width: 799px) {
    .fp-slidesContainer {
        -webkit-transform: none !important;
        transform: none !important;
    }
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact,
    body[class*='-1847'] .s-6 .slide-1,
    body[class*='-1919'] .s-6 .slide-2,
    body[class*='-1930'] .s-6 .slide-3,
    body[class*='-1970'] .s-6 .slide-4,
    body[class*='-2009'] .s-6 .slide-5,
    body[class*='-2011'] .s-6 .slide-6,
    body[class*='cierny'] .s-2 .slide-3,
    body[class*='kozel-10'] .s-2 .slide-1,
    body[class*='kozel-11'] .s-2 .slide-2,
    body[class*='mistruv-lezak'] .s-2 .slide-5,
    body[class*='pivovar-pivovar'] .s-5 .slide-1,
    body[class*='polotmava'] .s-2 .slide-4,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2,
    body[class*='skola-capovania'] .s-5 .slide-3 {
        z-index: 2;
    }
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .gold-button,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .slide-beer-types,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .slide-image,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .slide-text,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .slide-title,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .slide-year,
    body[class*='-1847'] .s-6 .slide-1 .gold-button,
    body[class*='-1847'] .s-6 .slide-1 .slide-beer-types,
    body[class*='-1847'] .s-6 .slide-1 .slide-image,
    body[class*='-1847'] .s-6 .slide-1 .slide-text,
    body[class*='-1847'] .s-6 .slide-1 .slide-title,
    body[class*='-1847'] .s-6 .slide-1 .slide-year,
    body[class*='-1919'] .s-6 .slide-2 .gold-button,
    body[class*='-1919'] .s-6 .slide-2 .slide-beer-types,
    body[class*='-1919'] .s-6 .slide-2 .slide-image,
    body[class*='-1919'] .s-6 .slide-2 .slide-text,
    body[class*='-1919'] .s-6 .slide-2 .slide-title,
    body[class*='-1919'] .s-6 .slide-2 .slide-year,
    body[class*='-1930'] .s-6 .slide-3 .gold-button,
    body[class*='-1930'] .s-6 .slide-3 .slide-beer-types,
    body[class*='-1930'] .s-6 .slide-3 .slide-image,
    body[class*='-1930'] .s-6 .slide-3 .slide-text,
    body[class*='-1930'] .s-6 .slide-3 .slide-title,
    body[class*='-1930'] .s-6 .slide-3 .slide-year,
    body[class*='-1970'] .s-6 .slide-4 .gold-button,
    body[class*='-1970'] .s-6 .slide-4 .slide-beer-types,
    body[class*='-1970'] .s-6 .slide-4 .slide-image,
    body[class*='-1970'] .s-6 .slide-4 .slide-text,
    body[class*='-1970'] .s-6 .slide-4 .slide-title,
    body[class*='-1970'] .s-6 .slide-4 .slide-year,
    body[class*='-2009'] .s-6 .slide-5 .gold-button,
    body[class*='-2009'] .s-6 .slide-5 .slide-beer-types,
    body[class*='-2009'] .s-6 .slide-5 .slide-image,
    body[class*='-2009'] .s-6 .slide-5 .slide-text,
    body[class*='-2009'] .s-6 .slide-5 .slide-title,
    body[class*='-2009'] .s-6 .slide-5 .slide-year,
    body[class*='-2011'] .s-6 .slide-6 .gold-button,
    body[class*='-2011'] .s-6 .slide-6 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-6 .slide-image,
    body[class*='-2011'] .s-6 .slide-6 .slide-text,
    body[class*='-2011'] .s-6 .slide-6 .slide-title,
    body[class*='-2011'] .s-6 .slide-6 .slide-year,
    body[class*='cierny'] .s-2 .slide-3 .gold-button,
    body[class*='cierny'] .s-2 .slide-3 .slide-beer-types,
    body[class*='cierny'] .s-2 .slide-3 .slide-image,
    body[class*='cierny'] .s-2 .slide-3 .slide-text,
    body[class*='cierny'] .s-2 .slide-3 .slide-title,
    body[class*='cierny'] .s-2 .slide-3 .slide-year,
    body[class*='kozel-10'] .s-2 .slide-1 .gold-button,
    body[class*='kozel-10'] .s-2 .slide-1 .slide-beer-types,
    body[class*='kozel-10'] .s-2 .slide-1 .slide-image,
    body[class*='kozel-10'] .s-2 .slide-1 .slide-text,
    body[class*='kozel-10'] .s-2 .slide-1 .slide-title,
    body[class*='kozel-10'] .s-2 .slide-1 .slide-year,
    body[class*='kozel-11'] .s-2 .slide-2 .gold-button,
    body[class*='kozel-11'] .s-2 .slide-2 .slide-beer-types,
    body[class*='kozel-11'] .s-2 .slide-2 .slide-image,
    body[class*='kozel-11'] .s-2 .slide-2 .slide-text,
    body[class*='kozel-11'] .s-2 .slide-2 .slide-title,
    body[class*='kozel-11'] .s-2 .slide-2 .slide-year,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .gold-button,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .slide-beer-types,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .slide-image,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .slide-text,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .slide-title,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .slide-year,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .gold-button,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .slide-beer-types,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .slide-image,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .slide-text,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .slide-title,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .slide-year,
    body[class*='polotmava'] .s-2 .slide-4 .gold-button,
    body[class*='polotmava'] .s-2 .slide-4 .slide-beer-types,
    body[class*='polotmava'] .s-2 .slide-4 .slide-image,
    body[class*='polotmava'] .s-2 .slide-4 .slide-text,
    body[class*='polotmava'] .s-2 .slide-4 .slide-title,
    body[class*='polotmava'] .s-2 .slide-4 .slide-year,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .gold-button,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .slide-beer-types,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .slide-image,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .slide-text,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .slide-title,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .slide-year,
    body[class*='skola-capovania'] .s-5 .slide-3 .gold-button,
    body[class*='skola-capovania'] .s-5 .slide-3 .slide-beer-types,
    body[class*='skola-capovania'] .s-5 .slide-3 .slide-image,
    body[class*='skola-capovania'] .s-5 .slide-3 .slide-text,
    body[class*='skola-capovania'] .s-5 .slide-3 .slide-title,
    body[class*='skola-capovania'] .s-5 .slide-3 .slide-year {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact .slide-beers-icon,
    body[class*='-1847'] .s-6 .slide-1 .slide-beers-icon,
    body[class*='-1919'] .s-6 .slide-2 .slide-beers-icon,
    body[class*='-1930'] .s-6 .slide-3 .slide-beers-icon,
    body[class*='-1970'] .s-6 .slide-4 .slide-beers-icon,
    body[class*='-2009'] .s-6 .slide-5 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-6 .slide-beers-icon,
    body[class*='cierny'] .s-2 .slide-3 .slide-beers-icon,
    body[class*='kozel-10'] .s-2 .slide-1 .slide-beers-icon,
    body[class*='kozel-11'] .s-2 .slide-2 .slide-beers-icon,
    body[class*='mistruv-lezak'] .s-2 .slide-5 .slide-beers-icon,
    body[class*='pivovar-pivovar'] .s-5 .slide-1 .slide-beers-icon,
    body[class*='polotmava'] .s-2 .slide-4 .slide-beers-icon,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-2 .slide-beers-icon,
    body[class*='skola-capovania'] .s-5 .slide-3 .slide-beers-icon {
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0);
    }
    .slide-fun-fact {
        transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
    }
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-fun-fact,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-fun-fact,
    .fp-viewing-pivovar-fun-fact .s-3 .slide-fun-fact {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
    }
    body[class*='-1847'] .s-6 .slide-2 .slide-image,
    body[class*='-1919'] .s-6 .slide-3 .slide-image,
    body[class*='-1930'] .s-6 .slide-4 .slide-image,
    body[class*='-1970'] .s-6 .slide-5 .slide-image,
    body[class*='-2009'] .s-6 .slide-6 .slide-image,
    body[class*='-2011'] .s-6 .slide-7 .slide-image,
    body[class*='-cierny'] .s-2 .slide-4 .slide-image,
    body[class*='-kozel-10'] .s-2 .slide-2 .slide-image,
    body[class*='-kozel-11'] .s-2 .slide-3 .slide-image,
    body[class*='-polotmava'] .s-2 .slide-5 .slide-image,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .slide-image,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .slide-image {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    body[class*='-1847'] .s-6 .slide-2 .slide-text,
    body[class*='-1847'] .s-6 .slide-2 .slide-title,
    body[class*='-1847'] .s-6 .slide-2 .slide-year,
    body[class*='-1919'] .s-6 .slide-3 .slide-text,
    body[class*='-1919'] .s-6 .slide-3 .slide-title,
    body[class*='-1919'] .s-6 .slide-3 .slide-year,
    body[class*='-1930'] .s-6 .slide-4 .slide-text,
    body[class*='-1930'] .s-6 .slide-4 .slide-title,
    body[class*='-1930'] .s-6 .slide-4 .slide-year,
    body[class*='-1970'] .s-6 .slide-5 .slide-text,
    body[class*='-1970'] .s-6 .slide-5 .slide-title,
    body[class*='-1970'] .s-6 .slide-5 .slide-year,
    body[class*='-2009'] .s-6 .slide-6 .slide-text,
    body[class*='-2009'] .s-6 .slide-6 .slide-title,
    body[class*='-2009'] .s-6 .slide-6 .slide-year,
    body[class*='-2011'] .s-6 .slide-7 .slide-text,
    body[class*='-2011'] .s-6 .slide-7 .slide-title,
    body[class*='-2011'] .s-6 .slide-7 .slide-year,
    body[class*='-cierny'] .s-2 .slide-4 .slide-text,
    body[class*='-cierny'] .s-2 .slide-4 .slide-title,
    body[class*='-cierny'] .s-2 .slide-4 .slide-year,
    body[class*='-kozel-10'] .s-2 .slide-2 .slide-text,
    body[class*='-kozel-10'] .s-2 .slide-2 .slide-title,
    body[class*='-kozel-10'] .s-2 .slide-2 .slide-year,
    body[class*='-kozel-11'] .s-2 .slide-3 .slide-text,
    body[class*='-kozel-11'] .s-2 .slide-3 .slide-title,
    body[class*='-kozel-11'] .s-2 .slide-3 .slide-year,
    body[class*='-polotmava'] .s-2 .slide-5 .slide-text,
    body[class*='-polotmava'] .s-2 .slide-5 .slide-title,
    body[class*='-polotmava'] .s-2 .slide-5 .slide-year,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .slide-text,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .slide-title,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .slide-year,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .slide-text,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .slide-title,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .slide-year {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
    }
    body[class*='-1847'] .s-6 .slide-2 .gold-button,
    body[class*='-1847'] .s-6 .slide-2 .slide-beer-types,
    body[class*='-1919'] .s-6 .slide-3 .gold-button,
    body[class*='-1919'] .s-6 .slide-3 .slide-beer-types,
    body[class*='-1930'] .s-6 .slide-4 .gold-button,
    body[class*='-1930'] .s-6 .slide-4 .slide-beer-types,
    body[class*='-1970'] .s-6 .slide-5 .gold-button,
    body[class*='-1970'] .s-6 .slide-5 .slide-beer-types,
    body[class*='-2009'] .s-6 .slide-6 .gold-button,
    body[class*='-2009'] .s-6 .slide-6 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-7 .gold-button,
    body[class*='-2011'] .s-6 .slide-7 .slide-beer-types,
    body[class*='-cierny'] .s-2 .slide-4 .gold-button,
    body[class*='-cierny'] .s-2 .slide-4 .slide-beer-types,
    body[class*='-kozel-10'] .s-2 .slide-2 .gold-button,
    body[class*='-kozel-10'] .s-2 .slide-2 .slide-beer-types,
    body[class*='-kozel-11'] .s-2 .slide-3 .gold-button,
    body[class*='-kozel-11'] .s-2 .slide-3 .slide-beer-types,
    body[class*='-polotmava'] .s-2 .slide-5 .gold-button,
    body[class*='-polotmava'] .s-2 .slide-5 .slide-beer-types,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .gold-button,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .slide-beer-types,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .gold-button,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .slide-beer-types {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0);
    }
    body[class*='-1847'] .s-6 .slide-2 .slide-beers-icon,
    body[class*='-1919'] .s-6 .slide-3 .slide-beers-icon,
    body[class*='-1930'] .s-6 .slide-4 .slide-beers-icon,
    body[class*='-1970'] .s-6 .slide-5 .slide-beers-icon,
    body[class*='-2009'] .s-6 .slide-6 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-7 .slide-beers-icon,
    body[class*='-cierny'] .s-2 .slide-4 .slide-beers-icon,
    body[class*='-kozel-10'] .s-2 .slide-2 .slide-beers-icon,
    body[class*='-kozel-11'] .s-2 .slide-3 .slide-beers-icon,
    body[class*='-polotmava'] .s-2 .slide-5 .slide-beers-icon,
    body[class*='pivovar-pivovar'] .s-5 .slide-2 .slide-beers-icon,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-3 .slide-beers-icon {
        -webkit-transform: translate3d(100vw, -80%, 0);
        transform: translate3d(100vw, -80%, 0);
    }
    body[class*='-2011'] .s-6 .slide-fun-fact,
    body[class*='-mistruv-lezak'] .s-2 .slide-fun-fact,
    body[class*='-skola-capovania'] .s-5 .slide-fun-fact {
        -webkit-transform: translate3d(93%, 0, 0);
        transform: translate3d(93%, 0, 0);
    }
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .slide-image,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .slide-image,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .slide-image,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .slide-image,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .slide-image,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .slide-image,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .slide-image,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .slide-image,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .slide-image,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .slide-image,
    body[class*='-1919'] .s-6 .slide-1 .slide-image,
    body[class*='-1930'] .s-6 .slide-1 .slide-image,
    body[class*='-1930'] .s-6 .slide-2 .slide-image,
    body[class*='-1970'] .s-6 .slide-1 .slide-image,
    body[class*='-1970'] .s-6 .slide-2 .slide-image,
    body[class*='-1970'] .s-6 .slide-3 .slide-image,
    body[class*='-2009'] .s-6 .slide-1 .slide-image,
    body[class*='-2009'] .s-6 .slide-2 .slide-image,
    body[class*='-2009'] .s-6 .slide-3 .slide-image,
    body[class*='-2009'] .s-6 .slide-4 .slide-image,
    body[class*='-2011'] .s-6 .slide-1 .slide-image,
    body[class*='-2011'] .s-6 .slide-2 .slide-image,
    body[class*='-2011'] .s-6 .slide-3 .slide-image,
    body[class*='-2011'] .s-6 .slide-4 .slide-image,
    body[class*='-2011'] .s-6 .slide-5 .slide-image,
    body[class*='cierny'] .s-2 .slide-1 .slide-image,
    body[class*='cierny'] .s-2 .slide-2 .slide-image,
    body[class*='kozel-11'] .s-2 .slide-1 .slide-image,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .slide-image,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .slide-image,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .slide-image,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .slide-image,
    body[class*='polotmava'] .s-2 .slide-1 .slide-image,
    body[class*='polotmava'] .s-2 .slide-2 .slide-image,
    body[class*='polotmava'] .s-2 .slide-3 .slide-image,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .slide-image,
    body[class*='skola-capovania'] .s-5 .slide-1 .slide-image,
    body[class*='skola-capovania'] .s-5 .slide-2 .slide-image {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .slide-year,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .gold-button,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .slide-beer-types,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .slide-text,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .slide-title,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .slide-year,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .gold-button,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .slide-beer-types,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .slide-text,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .slide-title,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .slide-year,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .gold-button,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .slide-beer-types,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .slide-text,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .slide-title,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .slide-year,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .gold-button,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .slide-beer-types,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .slide-text,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .slide-title,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .slide-year,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .gold-button,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .slide-beer-types,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .slide-text,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .slide-title,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .slide-year,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .gold-button,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .slide-beer-types,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .slide-text,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .slide-title,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .slide-year,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .gold-button,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .slide-beer-types,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .slide-text,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .slide-title,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .slide-year,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .gold-button,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .slide-beer-types,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .slide-text,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .slide-title,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .slide-year,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .gold-button,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .slide-beer-types,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .slide-text,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .slide-title,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .slide-year,
    body[class*='-1919'] .s-6 .slide-1 .gold-button,
    body[class*='-1919'] .s-6 .slide-1 .slide-beer-types,
    body[class*='-1919'] .s-6 .slide-1 .slide-text,
    body[class*='-1919'] .s-6 .slide-1 .slide-title,
    body[class*='-1919'] .s-6 .slide-1 .slide-year,
    body[class*='-1930'] .s-6 .slide-1 .gold-button,
    body[class*='-1930'] .s-6 .slide-1 .slide-beer-types,
    body[class*='-1930'] .s-6 .slide-1 .slide-text,
    body[class*='-1930'] .s-6 .slide-1 .slide-title,
    body[class*='-1930'] .s-6 .slide-1 .slide-year,
    body[class*='-1930'] .s-6 .slide-2 .gold-button,
    body[class*='-1930'] .s-6 .slide-2 .slide-beer-types,
    body[class*='-1930'] .s-6 .slide-2 .slide-text,
    body[class*='-1930'] .s-6 .slide-2 .slide-title,
    body[class*='-1930'] .s-6 .slide-2 .slide-year,
    body[class*='-1970'] .s-6 .slide-1 .gold-button,
    body[class*='-1970'] .s-6 .slide-1 .slide-beer-types,
    body[class*='-1970'] .s-6 .slide-1 .slide-text,
    body[class*='-1970'] .s-6 .slide-1 .slide-title,
    body[class*='-1970'] .s-6 .slide-1 .slide-year,
    body[class*='-1970'] .s-6 .slide-2 .gold-button,
    body[class*='-1970'] .s-6 .slide-2 .slide-beer-types,
    body[class*='-1970'] .s-6 .slide-2 .slide-text,
    body[class*='-1970'] .s-6 .slide-2 .slide-title,
    body[class*='-1970'] .s-6 .slide-2 .slide-year,
    body[class*='-1970'] .s-6 .slide-3 .gold-button,
    body[class*='-1970'] .s-6 .slide-3 .slide-beer-types,
    body[class*='-1970'] .s-6 .slide-3 .slide-text,
    body[class*='-1970'] .s-6 .slide-3 .slide-title,
    body[class*='-1970'] .s-6 .slide-3 .slide-year,
    body[class*='-2009'] .s-6 .slide-1 .gold-button,
    body[class*='-2009'] .s-6 .slide-1 .slide-beer-types,
    body[class*='-2009'] .s-6 .slide-1 .slide-text,
    body[class*='-2009'] .s-6 .slide-1 .slide-title,
    body[class*='-2009'] .s-6 .slide-1 .slide-year,
    body[class*='-2009'] .s-6 .slide-2 .gold-button,
    body[class*='-2009'] .s-6 .slide-2 .slide-beer-types,
    body[class*='-2009'] .s-6 .slide-2 .slide-text,
    body[class*='-2009'] .s-6 .slide-2 .slide-title,
    body[class*='-2009'] .s-6 .slide-2 .slide-year,
    body[class*='-2009'] .s-6 .slide-3 .gold-button,
    body[class*='-2009'] .s-6 .slide-3 .slide-beer-types,
    body[class*='-2009'] .s-6 .slide-3 .slide-text,
    body[class*='-2009'] .s-6 .slide-3 .slide-title,
    body[class*='-2009'] .s-6 .slide-3 .slide-year,
    body[class*='-2009'] .s-6 .slide-4 .gold-button,
    body[class*='-2009'] .s-6 .slide-4 .slide-beer-types,
    body[class*='-2009'] .s-6 .slide-4 .slide-text,
    body[class*='-2009'] .s-6 .slide-4 .slide-title,
    body[class*='-2009'] .s-6 .slide-4 .slide-year,
    body[class*='-2011'] .s-6 .slide-1 .gold-button,
    body[class*='-2011'] .s-6 .slide-1 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-1 .slide-text,
    body[class*='-2011'] .s-6 .slide-1 .slide-title,
    body[class*='-2011'] .s-6 .slide-1 .slide-year,
    body[class*='-2011'] .s-6 .slide-2 .gold-button,
    body[class*='-2011'] .s-6 .slide-2 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-2 .slide-text,
    body[class*='-2011'] .s-6 .slide-2 .slide-title,
    body[class*='-2011'] .s-6 .slide-2 .slide-year,
    body[class*='-2011'] .s-6 .slide-3 .gold-button,
    body[class*='-2011'] .s-6 .slide-3 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-3 .slide-text,
    body[class*='-2011'] .s-6 .slide-3 .slide-title,
    body[class*='-2011'] .s-6 .slide-3 .slide-year,
    body[class*='-2011'] .s-6 .slide-4 .gold-button,
    body[class*='-2011'] .s-6 .slide-4 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-4 .slide-text,
    body[class*='-2011'] .s-6 .slide-4 .slide-title,
    body[class*='-2011'] .s-6 .slide-4 .slide-year,
    body[class*='-2011'] .s-6 .slide-5 .gold-button,
    body[class*='-2011'] .s-6 .slide-5 .slide-beer-types,
    body[class*='-2011'] .s-6 .slide-5 .slide-text,
    body[class*='-2011'] .s-6 .slide-5 .slide-title,
    body[class*='-2011'] .s-6 .slide-5 .slide-year,
    body[class*='cierny'] .s-2 .slide-1 .gold-button,
    body[class*='cierny'] .s-2 .slide-1 .slide-beer-types,
    body[class*='cierny'] .s-2 .slide-1 .slide-text,
    body[class*='cierny'] .s-2 .slide-1 .slide-title,
    body[class*='cierny'] .s-2 .slide-1 .slide-year,
    body[class*='cierny'] .s-2 .slide-2 .gold-button,
    body[class*='cierny'] .s-2 .slide-2 .slide-beer-types,
    body[class*='cierny'] .s-2 .slide-2 .slide-text,
    body[class*='cierny'] .s-2 .slide-2 .slide-title,
    body[class*='cierny'] .s-2 .slide-2 .slide-year,
    body[class*='kozel-11'] .s-2 .slide-1 .gold-button,
    body[class*='kozel-11'] .s-2 .slide-1 .slide-beer-types,
    body[class*='kozel-11'] .s-2 .slide-1 .slide-text,
    body[class*='kozel-11'] .s-2 .slide-1 .slide-title,
    body[class*='kozel-11'] .s-2 .slide-1 .slide-year,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .gold-button,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .slide-beer-types,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .slide-text,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .slide-title,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .slide-year,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .gold-button,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .slide-beer-types,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .slide-text,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .slide-title,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .slide-year,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .gold-button,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .slide-beer-types,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .slide-text,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .slide-title,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .slide-year,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .gold-button,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .slide-beer-types,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .slide-text,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .slide-title,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .slide-year,
    body[class*='polotmava'] .s-2 .slide-1 .gold-button,
    body[class*='polotmava'] .s-2 .slide-1 .slide-beer-types,
    body[class*='polotmava'] .s-2 .slide-1 .slide-text,
    body[class*='polotmava'] .s-2 .slide-1 .slide-title,
    body[class*='polotmava'] .s-2 .slide-1 .slide-year,
    body[class*='polotmava'] .s-2 .slide-2 .gold-button,
    body[class*='polotmava'] .s-2 .slide-2 .slide-beer-types,
    body[class*='polotmava'] .s-2 .slide-2 .slide-text,
    body[class*='polotmava'] .s-2 .slide-2 .slide-title,
    body[class*='polotmava'] .s-2 .slide-2 .slide-year,
    body[class*='polotmava'] .s-2 .slide-3 .gold-button,
    body[class*='polotmava'] .s-2 .slide-3 .slide-beer-types,
    body[class*='polotmava'] .s-2 .slide-3 .slide-text,
    body[class*='polotmava'] .s-2 .slide-3 .slide-title,
    body[class*='polotmava'] .s-2 .slide-3 .slide-year,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .gold-button,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .slide-beer-types,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .slide-text,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .slide-title,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .slide-year,
    body[class*='skola-capovania'] .s-5 .slide-1 .gold-button,
    body[class*='skola-capovania'] .s-5 .slide-1 .slide-beer-types,
    body[class*='skola-capovania'] .s-5 .slide-1 .slide-text,
    body[class*='skola-capovania'] .s-5 .slide-1 .slide-title,
    body[class*='skola-capovania'] .s-5 .slide-1 .slide-year,
    body[class*='skola-capovania'] .s-5 .slide-2 .gold-button,
    body[class*='skola-capovania'] .s-5 .slide-2 .slide-beer-types,
    body[class*='skola-capovania'] .s-5 .slide-2 .slide-text,
    body[class*='skola-capovania'] .s-5 .slide-2 .slide-title,
    body[class*='skola-capovania'] .s-5 .slide-2 .slide-year {
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0);
        transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
    }
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-1 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-2 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-3 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-5 .slide-4 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-1 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-2 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-3 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-4 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-5 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-6 .slide-beers-icon,
    .fp-viewing-nase-dedicstvo-fun-fact .s-6 .slide-7 .slide-beers-icon,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-1 .slide-beers-icon,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-2 .slide-beers-icon,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-3 .slide-beers-icon,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-4 .slide-beers-icon,
    .fp-viewing-nase-pivo-fun-fact .s-2 .slide-5 .slide-beers-icon,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-1 .slide-beers-icon,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-2 .slide-beers-icon,
    .fp-viewing-pivovar-fun-fact .s-5 .slide-3 .slide-beers-icon,
    body[class*='-1919'] .s-6 .slide-1 .slide-beers-icon,
    body[class*='-1930'] .s-6 .slide-1 .slide-beers-icon,
    body[class*='-1930'] .s-6 .slide-2 .slide-beers-icon,
    body[class*='-1970'] .s-6 .slide-1 .slide-beers-icon,
    body[class*='-1970'] .s-6 .slide-2 .slide-beers-icon,
    body[class*='-1970'] .s-6 .slide-3 .slide-beers-icon,
    body[class*='-2009'] .s-6 .slide-1 .slide-beers-icon,
    body[class*='-2009'] .s-6 .slide-2 .slide-beers-icon,
    body[class*='-2009'] .s-6 .slide-3 .slide-beers-icon,
    body[class*='-2009'] .s-6 .slide-4 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-1 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-2 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-3 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-4 .slide-beers-icon,
    body[class*='-2011'] .s-6 .slide-5 .slide-beers-icon,
    body[class*='cierny'] .s-2 .slide-1 .slide-beers-icon,
    body[class*='cierny'] .s-2 .slide-2 .slide-beers-icon,
    body[class*='kozel-11'] .s-2 .slide-1 .slide-beers-icon,
    body[class*='mistruv-lezak'] .s-2 .slide-1 .slide-beers-icon,
    body[class*='mistruv-lezak'] .s-2 .slide-2 .slide-beers-icon,
    body[class*='mistruv-lezak'] .s-2 .slide-3 .slide-beers-icon,
    body[class*='mistruv-lezak'] .s-2 .slide-4 .slide-beers-icon,
    body[class*='polotmava'] .s-2 .slide-1 .slide-beers-icon,
    body[class*='polotmava'] .s-2 .slide-2 .slide-beers-icon,
    body[class*='polotmava'] .s-2 .slide-3 .slide-beers-icon,
    body[class*='prehliadka-pivovaru'] .s-5 .slide-1 .slide-beers-icon,
    body[class*='skola-capovania'] .s-5 .slide-1 .slide-beers-icon,
    body[class*='skola-capovania'] .s-5 .slide-2 .slide-beers-icon {
        -webkit-transform: translate3d(-100vw, -80%, 0);
        transform: translate3d(-100vw, -80%, 0);
        transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
    }
}
@media (max-height: 539px) and (max-width: 414px) {
    .section-icon-back.pour {
        height: 28vh;
        bottom: -20px;
        right: 3%;
    }
    .section-icon-back.heritage {
        height: 26%;
        bottom: 7%;
    }
    .section-icon-back.beer {
        height: 54%;
    }
    .section-icon-back.shop {
        height: 56%;
    }
    .section-content-text {
        margin-bottom: 18px;
    }
    .section-icon-front.pour {
        height: 28vh;
        bottom: 0;
        left: -24%;
    }
    .section-icon-front.brewery {
        height: 40%;
    }
    .section-icon-front.heritage {
        height: 32%;
    }
}
@media (min-width: 800px) {
    body[class*='-0'] .s-2 .fp-slidesContainer,
    body[class*='-0'] .s-3 .fp-slidesContainer,
    body[class*='-0'] .s-5 .fp-slidesContainer,
    body[class*='-0'] .s-6 .fp-slidesContainer {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition-delay: 1.1s !important;
    }
    body[class*='-1847'] .fp-slidesContainer {
        -webkit-transform: translate3d(-414px, 0, 0) !important;
        transform: translate3d(-414px, 0, 0) !important;
    }
    body[class*='-1919'] .fp-slidesContainer {
        -webkit-transform: translate3d(-828px, 0, 0) !important;
        transform: translate3d(-828px, 0, 0) !important;
    }
    body[class*='-1930'] .fp-slidesContainer {
        -webkit-transform: translate3d(-1242px, 0, 0) !important;
        transform: translate3d(-1242px, 0, 0) !important;
    }
    body[class*='-1970'] .fp-slidesContainer {
        -webkit-transform: translate3d(-1656px, 0, 0) !important;
        transform: translate3d(-1656px, 0, 0) !important;
    }
    body[class*='-2009'] .fp-slidesContainer {
        -webkit-transform: translate3d(-2070px, 0, 0) !important;
        transform: translate3d(-2070px, 0, 0) !important;
    }
    body[class*='-2011'] .fp-slidesContainer {
        -webkit-transform: translate3d(-2484px, 0, 0) !important;
        transform: translate3d(-2484px, 0, 0) !important;
    }
    body[class*='-2017'] .fp-slidesContainer {
        -webkit-transform: translate3d(-2898px, 0, 0) !important;
        transform: translate3d(-2898px, 0, 0) !important;
    }
    .fp-viewing-nase-dedicstvo-fun-fact .fp-controlArrow.fp-next {
        display: none !important;
    }
    .fp-viewing-nase-dedicstvo-fun-fact .fp-slidesContainer {
        -webkit-transform: translate3d(-2898px, 0, 0) !important;
        transform: translate3d(-2898px, 0, 0) !important;
    }
    .slide.active .gold-button,
    .slide.active .slide-beer-types,
    .slide.active .slide-text,
    .slide.active .slide-title {
        opacity: 1;
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
    }
    .slide.active .slide-beers-icon {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0) !important;
        transform: translate3d(0, -50%, 0) !important;
    }
    .section-icon-back.publocator {
        width: 40vh;
        bottom: 31vh;
        right: 66vh;
    }
    .section-icon-back.pour {
        bottom: -5vh;
        right: -16vh;
        height: 70vh;
    }
    .section-icon-front.publocator {
        height: 66vh;
        width: 100%;
    }
    .section-icon-front.pour {
        bottom: -5vh;
        height: 70vh;
        left: -20vh;
    }
}
@media (min-width: 900px) {
    .section-icon-back.beer {
        height: 110vh;
        max-width: 65%;
        width: 100%;
        bottom: -20vh;
        right: 3%;
    }
    .section-icon-back.publocator {
        width: 34vh;
        bottom: 35vh;
        right: 60vh;
    }
    .section-icon-back.brewery {
        width: 50%;
        right: 5%;
        background-position: 100% 75%;
    }
    .section-icon-back.pour {
        bottom: -5vh;
        right: 0;
        height: 60vh;
    }
    .section-icon-back.heritage {
        background-position: 100% 0;
        height: 55vh;
        width: 25%;
        right: 9%;
    }
    .section-icon-back.shop {
        height: 80vh;
        width: 50%;
        right: 5%;
        bottom: -5vh;
        background-position: 50% 100%;
    }
    .section-icon-front.publocator {
        height: 66vh;
        width: 100%;
    }
    .section-icon-front.brewery {
        left: 35%;
        bottom: -2vh;
        height: 88vh;
        background-position: 0 100%;
    }
    .section-icon-front.pour {
        bottom: -5vh;
        height: 62vh;
        left: -27vh;
    }
    .section-icon-front.heritage {
        width: 60%;
        height: 65vh;
        background-position: 0 100%;
        left: 38%;
        bottom: -5vh;
    }
    .section-icon-front.shop {
        width: 45%;
        left: 15%;
        height: 42vh;
    }
    .section-icon-forward.shop {
        bottom: 50%;
        width: 25%;
        left: 32%;
        height: 23vh;
    }
}
.age-gate-modal {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.age-gate-form-content {
    padding: 24px 30px;
    position: relative;
    overflow: auto;
    height: 100%;
    background: url(/images/main-bg-mobile.jpg) 50% 50%;
    background-size: cover;
}
.age-gate-title {
    font-size: 32px;
    line-height: 1.19;
    color: #f1ede4;
    letter-spacing: 2.5px;
}
.age-gate-logo {
    width: 82px;
    margin: 0 auto 25px;
    display: block;
    z-index: 5;
}
.age-gate-content-wrapper {
    width: 260px;
    margin: auto;
}
.form-item-list-of-countries {
    background-color: #4e3b21;
    background-image: url(/images/arrow-down.svg);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: auto 20%;
    border: 1px solid #d1a85e;
    overflow: hidden;
    width: 256px;
    height: 50px;
    border-radius: 4px;
    margin: 8px 1px 0;
}
.form-item-list-of-countries select {
    font-family: 'Apex serif';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #f1ede4;
    font-size: 16px;
    font-weight: 700;
    width: 120%;
    height: 50px;
    padding: 0 16px;
    outline: none;
    line-height: 52px;
    box-shadow: none;
}
.age-gate-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    margin-bottom: 25px;
    color: #d1a85e;
}
.age-gate-subtitle-small {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 25px;
    color: #f1ede4;
}
.age-gate-subtitle-small a {
    color: #d1a85e;
    text-decoration: underline;
}
.age-gate-button {
    color: #f1ede4;
    margin: 32px auto 16px;
    background-color: #c6893f;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.age-gate-too-young {
    display: none;
    padding: 100px 30px 0;
}
.age-gate-content-wrapper .age-gate-checkbox {
    margin-bottom: 24px;
}
.age-gate-content-wrapper .age-gate-checkbox input[type='checkbox'] {
    display: none;
}
.age-gate-content-wrapper .age-gate-remember {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: 'Apex Serif';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    height: 22px;
    letter-spacing: normal;
    color: #d1a85e;
    padding-left: 32px;
    padding-top: 0;
}
.age-gate-content-wrapper .age-gate-checkbox input[type='checkbox']:checked + .age-gate-remember:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #f1ede4;
    border-radius: 12px;
}
.age-gate-content-wrapper .age-gate-gdpr:before,
.age-gate-content-wrapper .age-gate-remember:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d1a85e;
    border-radius: 22px;
}
.age-gate-inputs-row.long {
    margin-bottom: 10px;
}
.age-gate-inputs-row input {
    width: 60px;
    height: 72px;
    border-radius: 4px;
    border: 1px solid #d1a85e;
    background-color: #4e3b21;
    display: inline-block;
    font-size: 32px;
    margin: 0 1px;
    line-height: 78px;
    font-weight: 400;
    font-family: Poplar Kozel;
    color: #f1ede4;
    text-align: center;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.age-gate-inputs-row input.age-gate-date-input {
    width: 125px;
}
.age-gate-inputs-row input::-webkit-input-placeholder {
    color: #bbb0a3;
}
.age-gate-inputs-row input::-moz-placeholder {
    color: #bbb0a3;
}
.age-gate-inputs-row input:-ms-input-placeholder {
    color: #bbb0a3;
}
.age-gate-inputs-row input:-moz-placeholder {
    color: #bbb0a3;
}
.age-gate-steps-wrapper--year .age-gate-step-year {
    display: block;
}
.age-gate-step-year,
.age-gate-steps-wrapper--year .age-gate-step-date {
    display: none;
}
.age-gate-step-date {
    display: block;
}
.age-gate-gdpr-text {
    padding: 20px 0 0;
    font-family: 'DroidSerif';
    color: #62412b;
    font-size: 12px;
    line-height: 20px;
    max-width: 550px;
    margin: auto;
}
.age-gate-gdpr-text a,
.age-gate-gdpr-text a:hover {
    color: #e27a00;
    text-decoration: underline;
}
.age-gate-slider-wrapper {
    display: none;
}
@media (min-width: 800px) {
    .age-gate-form-content {
        background: #372817 url(/images/main-bg.jpg) 50% 50%;
        background-size: cover;
        width: 50%;
        float: left;
    }
    .age-gate-slider-wrapper {
        display: block;
        height: 100%;
        background: #372817 url(/images/ag-bg.jpg) 50% 50%;
        background-size: cover;
        width: 50%;
        float: left;
    }
}
@media (min-height: 630px) {
    .age-gate-modal {
        display: table;
    }
    .age-gate-form-content {
        vertical-align: middle;
    }
    .age-gate-form-content,
    .age-gate-slider-wrapper {
        display: table-cell;
        float: none;
    }
}
.lang-hu .section-main-scroll {
    font-size: 10px;
}
.lang-hu .gold-button {
    width: 200px;
}
.lang-hu .cc_dialog_headline {
    font-family: Poplar Std !important;
}
.lang-pl .fun-pours-title {
    white-space: normal;
}
.lang-pl .section-content-link {
    font-size: 10px;
}
.lang-pl .fun-fact-title {
    font-size: 21px;
    line-height: 30px;
    padding: 0 20px;
}
.lang-pl .gold-button {
    width: 170px !important;
}
.lang-pl .slide-beers-icon.lager {
    background-image: url(/images/beers/lager-pl.png);
}
.lang-pl .slide-beers-icon.na {
    background-image: url(/images/beers/na-pl.png);
}
.lang-pl .slide-beers-icon.dark {
    background-image: url(/images/beers/dark-pl.png);
}
.lang-hu .slide-beers-icon.dark {
    background-image: url(/images/beers/dark-hu.png);
}
.lang-hu .slide-beers-icon.na {
    background-image: url(/images/beers/na-hu.png);
}
.lang-hu .slide-beers-icon.lager {
    background-image: url(/images/beers/lager-hu.png);
}
@media (min-width: 800px) {
    .lang-pl .slide-beers-icon.lager {
        background-image: url(/images/beers/lager-desktop-pl.png);
    }
    .lang-pl .slide-beers-icon.na {
        background-image: url(/images/beers/na-desktop-pl.png);
    }
    .lang-pl .slide-beers-icon.dark {
        background-image: url(/images/beers/dark-desktop-pl.png);
    }
    .lang-hu .slide-beers-icon.dark {
        background-image: url(/images/beers/dark-desktop-hu.png);
    }
    .lang-hu .slide-beers-icon.na {
        background-image: url(/images/beers/na-desktop-hu.png);
    }
    .lang-hu .slide-beers-icon.lager {
        background-image: url(/images/beers/lager-desktop-hu.png);
    }
}
@media (min-height: 500px) and (min-width: 900px) {
    .lang-pl .s-5 .section-content-title {
        max-width: 350px;
    }
}
@media (min-height: 600px) and (min-width: 1500px) {
    .lang-pl .s-5 .section-content-title {
        max-width: 500px;
    }
    .lang-pl .s-3 .section-content-title {
        max-width: 800px;
    }
}
@media (min-height: 700px) and (min-width: 1700px) {
    .lang-pl .s-5 .section-content-title {
        max-width: 800px;
    }
    .lang-pl .s-3 .section-content-title {
        max-width: 960px;
    }
}
@media (min-height: 500px) and (min-width: 800px) {
    .lang-pl .fun-fact-title {
        font-size: 48px;
        line-height: 56px;
    }
}
@media (min-width: 900px) {
    .lang-pl .section-content-link {
        font-size: 14px;
    }
}
