.ex-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.ex-flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.ex-vertical {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ex-transition {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.ex-transition-medium {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease
}

.ex-transition-large {
    -webkit-transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease
}

body.body-height {
    height: 100vh;
    overflow: hidden
}

body.show-website #age-gate-wrapper {
    clip-path: inset(0 0 100% 0);
    transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88)
}

body.page-template-story-blog-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a,
body.page-template-story-event-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a,
body.page-template-contact-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a,
body.page-template-visit-brewery-tour-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a,
body.single-event #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a,
body.single-post #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a {
    color: #494949
}

body.page-template-story-blog-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after,
body.page-template-story-event-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after,
body.page-template-contact-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after,
body.page-template-visit-brewery-tour-template #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after,
body.single-event #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after,
body.single-post #header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after {
    filter: brightness(0%) invert(0)
}

body.page-template-story-blog-template #content-wrapper>div,
body.page-template-story-event-template #content-wrapper>div,
body.page-template-contact-template #content-wrapper>div,
body.page-template-visit-brewery-tour-template #content-wrapper>div,
body.single-event #content-wrapper>div,
body.single-post #content-wrapper>div {
    padding-top: 160.39px
}

body.single-event,
body.single-post {
    background-image: url("../images/background_texture.png");
    background-repeat: repeat;
    background-position: center top
}

#wrapper.wrapper-hide {
    height: 100vh;
    overflow: hidden
}

.common-banner-section {
    padding-bottom: 20px
}

#content-wrapper #contact-page .message-section .custom-container {
    padding-top: 20px;
    padding-bottom: 20px
}

#content-wrapper #home-page .cta-section {
    padding-top: 20px
}

#content-wrapper #home-page .sustainable-section .custom-container {
    padding-top: 20px
}

#header-wrapper {
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .8s ease
}

#header-wrapper .logo-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

#header-wrapper .logo-nav-wrapper .logo-container {
    width: 400px;
    text-align: center
}

#header-wrapper .logo-nav-wrapper .nav-container {
    flex: 1
}

#header-wrapper .logo-nav-wrapper .nav-container nav ul {
    display: flex;
    justify-content: space-between
}

#header-wrapper .logo-nav-wrapper .nav-container nav ul li {
    display: inline-block;
    vertical-align: top
}

#header-wrapper .logo-nav-wrapper .nav-container nav ul li a {
    font-size: 14px;
    font-weight: bold;
    padding: 38px 0;
    text-transform: uppercase;
    display: block;
    color: #fff
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li {
    position: relative
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li:not(:last-of-type) {
    margin-right: 80px
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>a {
    padding: 40px 0
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul {
    display: block;
    box-shadow: 0 0 8px #27272712;
    min-width: 200px;
    position: absolute;
    left: -22px;
    top: 80%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 18px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00000080
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-left: 2px solid transparent;
    background-color: #00000080;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: initial;
    padding: 17px 15px;
    line-height: 1em;
    color: #fff;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li:hover {
    border-left: 2px solid #8e0323;
    background-color: #00000091;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li:hover>a {
    color: #8e0323;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li:hover ul {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.5s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li ul {
    position: absolute;
    width: 230px;
    left: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li ul li {
    width: 100%;
    display: block;
    border-left: 2px solid transparent;
    background-color: #00000080;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li ul li a {
    color: #fff;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li ul li:hover {
    border-left: 2px solid #8e0323;
    background-color: #E8F6FF;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li>ul>li ul li:hover>a {
    color: #8e0323;
    transition: all .6s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a {
    position: relative;
    padding-right: 15px
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li.menu-item-has-children>a:after {
    content: '';
    height: 8px;
    width: 8px;
    background-image: url("../images/icon_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
    transition: all .4s ease
}

#header-wrapper .logo-nav-wrapper .nav-container nav>ul>li:hover>ul {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.5s ease
}

#header-wrapper .logo-nav-wrapper .inquire-container {
    display: none
}

#navigation-wrapper {
    display: none
}

#age-gate-wrapper {
    z-index: 20;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #FFF7ED;
    clip-path: inset(0 0 0 0);
    transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88)
}

#age-gate-wrapper .custom-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

#age-gate-wrapper .layout-container {
    width: 100%;
    display: flex
}

#age-gate-wrapper .layout-container .layout-item {
    position: relative;
    height: 100vh
}

#age-gate-wrapper .layout-container .layout-item:nth-of-type(1) {
    width: 708px;
    padding-right: 9px;
    background-color: #fff
}

#age-gate-wrapper .layout-container .layout-item:nth-of-type(1) .layout-inner {
    height: 100%;
    background: linear-gradient(45deg, #8e0323, #1e0102);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#age-gate-wrapper .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 708px);
    background-color: #FFF7ED
}

#age-gate-wrapper .layout-container .layout-item:nth-of-type(2) .image-container {
    position: absolute;
    width: 100%;
    height: 100%
}

#age-gate-wrapper .layout-container .layout-item:nth-of-type(2) .image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

#age-gate-wrapper .age-gate-container {
    text-align: center;
    padding: 65px 95px
}

#age-gate-wrapper .age-gate-container .title .intro {
    margin: 40px 0 60px
}

#age-gate-wrapper .age-gate-container .title .intro .content {
    margin-top: 25px
}

#age-gate-wrapper .age-gate-container .title .intro .content p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7em;
    color: #FFF7ED
}

#age-gate-wrapper .age-gate-container .content .age-msg .age-inner {
    font-size: 15px;
    color: #ffcbc5;
    margin-top: 18px
}

#age-gate-wrapper .age-gate-container .content .policy-container {
    margin-top: 40px
}

#age-gate-wrapper .age-gate-container .content .policy-container p {
    font-size: 15px;
    color: #fff
}

#age-gate-wrapper .age-gate-container .content .policy-container p span {
    font-weight: bold;
    color: #FED304
}

#content-wrapper #home-page .cta-section {
    overflow: hidden
}

#content-wrapper #home-page .cta-section .cta-container {
    display: flex;
    margin: -12px
}

#content-wrapper #home-page .cta-section .cta-container .cta-item {
    width: 50%;
    padding: 12px
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner {
    z-index: 0;
    position: relative;
    padding-bottom: 68%;
    background-color: #a99767;
    overflow: hidden
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0000005e
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 1.2s ease
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner .text-container {
    z-index: 1;
    width: 500px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%)
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner .text-container .title h2 {
    color: #fff;
    text-transform: uppercase
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner .text-container .content {
    margin-top: 18px
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner .text-container .content p {
    color: #fff
}

#content-wrapper #home-page .cta-section .cta-container .cta-item .inner:hover img {
    transform: scale(1.05);
    transition: all 1.2s ease
}

#content-wrapper #home-page .sustainable-section .common-element-container .element-item.type-left {
    bottom: 8%
}

#content-wrapper #home-page .sustainable-section .common-element-container .element-item.type-right {
    bottom: 10%
}

#content-wrapper #home-page .sustainable-section .sustainable-container {
    z-index: 0;
    min-height: 98vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

#content-wrapper #home-page .sustainable-section .sustainable-container .image-container {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

#content-wrapper #home-page .sustainable-section .sustainable-container .image-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

#content-wrapper #home-page .sustainable-section .sustainable-container .section-title {
    position: relative;
    z-index: 1
}

#content-wrapper #about-page .history-section .block-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

#content-wrapper #about-page .history-section .block-container .block-item:nth-of-type(1) {
    width: 550px
}

#content-wrapper #about-page .history-section .block-container .block-item:nth-of-type(2) {
    width: calc(100% - 550px);
    padding-left: 100px
}

#content-wrapper #about-page .history-section .block-container .block-item .image-container img {
    width: 100%;
    height: auto;
    max-width: 100%
}

#content-wrapper #about-page .responsible-section .block-container {
    z-index: 0;
    height: 90vh;
    position: relative
}

#content-wrapper #about-page .responsible-section .block-container:after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #000 0%, #00000030 50%, #0000 100%);
    position: absolute;
    top: 0;
    left: 0
}

#content-wrapper #about-page .responsible-section .block-container .image-container {
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #a99767;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #about-page .responsible-section .block-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#content-wrapper #about-page .responsible-section .block-container .text-container {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

#content-wrapper #about-page .beers-section .gallery-container {
    display: flex;
    flex-wrap: wrap;
    margin: -12px
}

#content-wrapper #about-page .beers-section .gallery-container .gallery-item {
    width: 33.33%;
    padding: 12px
}

#content-wrapper #about-page .beers-section .gallery-container .gallery-item .inner {
    position: relative;
    padding-bottom: 82%;
    background-color: #a99767;
    border-radius: 6px;
    overflow: hidden
}

#content-wrapper #about-page .beers-section .gallery-container .gallery-item .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #about-page .beers-section .content-container {
    margin-top: 35px;
    column-count: 2;
    column-gap: 60px
}

#content-wrapper #about-page .beyond-section .block-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

#content-wrapper #about-page .beyond-section .block-container .block-item:nth-of-type(1) {
    width: 660px
}

#content-wrapper #about-page .beyond-section .block-container .block-item:nth-of-type(2) {
    width: calc(100% - 660px);
    padding-left: 100px
}

#content-wrapper #about-page .beyond-section .block-container .block-item .image-container {
    position: relative;
    background-color: #a99767;
    padding-bottom: 114%;
    box-shadow: 0px 70px 100px -55px #4a2311
}

#content-wrapper #about-page .beyond-section .block-container .block-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

#content-wrapper #about-page .nature-section .video-wrapper {
    z-index: 0;
    width: 100%;
    height: 780px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 70px 80px -50px #2e2723;
    background-color: #a99767
}

#content-wrapper #about-page .nature-section .video-wrapper video {
    z-index: 0;
    width: 100%
}

#content-wrapper #brewery-page .brewery-section .layout-container {
    display: flex;
    align-items: center;
    margin: 0 -45px
}

#content-wrapper #brewery-page .brewery-section .layout-container .layout-item {
    width: 50%;
    padding: 0 45px
}

#content-wrapper #brewery-page .brewery-section .layout-container .layout-item .image-container {
    position: relative;
    background-color: #a99767;
    box-shadow: 0px 70px 100px -55px #4a2311
}

#content-wrapper #brewery-page .brewery-section .layout-container .layout-item .image-container.type-left {
    padding-bottom: 102%
}

#content-wrapper #brewery-page .brewery-section .layout-container .layout-item .image-container.type-right {
    padding-bottom: 110%
}

#content-wrapper #brewery-page .brewery-section .layout-container .layout-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container {
    width: 1040px;
    margin: auto
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item {
    position: relative
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item:nth-of-type(odd) .arrow-container {
    background-image: url("../images/arrow_odd.svg")
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item:nth-of-type(even) .arrow-container {
    background-image: url("../images/arrow_even.svg")
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item:nth-of-type(even) .block-container {
    flex-direction: row-reverse
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item:nth-of-type(even) .block-container .block-item:nth-of-type(1) {
    text-align: right
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item:last-of-type .arrow-container {
    display: none
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container {
    display: flex;
    align-items: center
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item:nth-of-type(1) {
    width: calc(100% - 640px)
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item:nth-of-type(2) {
    width: 640px
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .image-container {
    text-align: center
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .image-container img {
    max-height: 260px;
    width: auto
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .text-container {
    position: relative;
    padding-left: 125px
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .text-container:after {
    content: '';
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background-color: #F6D7A9;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/icon_factory.svg");
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .text-container .title {
    margin-bottom: 20px
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .text-container .title h3 {
    color: #8e0323;
    text-transform: uppercase
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .text-container .content p {
    font-size: 16px
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .block-container .block-item .text-container .content h4 {
    font-size: 18px;
    margin: 28px 0 10px
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .arrow-container {
    width: 64%;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px auto
}

#content-wrapper #brewery-page .brewing-process-section .brewing-container .brewing-item .arrow-container img {
    max-width: 100%;
    width: 100%;
    height: auto
}

#content-wrapper #sustainability-page .intro-section .block-container {
    display: flex;
    flex-wrap: wrap;
    margin: -12px
}

#content-wrapper #sustainability-page .intro-section .block-container .block-item {
    width: 33.33%;
    padding: 12px
}

#content-wrapper #sustainability-page .intro-section .block-container .block-item .inner {
    height: 100%;
    padding: 72px 48px 50px;
    border-radius: 6px;
    background-color: #FFF7ED;
    text-align: center
}

#content-wrapper #sustainability-page .intro-section .block-container .block-item .inner .text-container .title {
    margin: 24px 0
}

#content-wrapper #sustainability-page .intro-section .block-container .block-item .inner .text-container .content p {
    font-size: 17px
}

#content-wrapper #sustainability-page .intro-section .block-container .block-item .inner .image-container img {
    height: 80px;
    width: auto
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item:not(:last-of-type) {
    margin-bottom: 120px
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container {
    z-index: 0;
    position: relative;
    padding-bottom: 54%;
    background-color: #a99767;
    border-radius: 6px;
    overflow: hidden
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container:after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00000054;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container img {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container .info-container {
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container .info-container .title .number-title h1 {
    line-height: .9em;
    text-transform: uppercase;
    color: #fff7edc9
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container .info-container .title .text-title h1 {
    text-transform: uppercase;
    line-height: 0.85em;
    letter-spacing: 2px;
    color: #fff7edc9
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container .info-container .content {
    margin-top: 25px
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .image-container .info-container .content p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF7ED
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .text-container .content .secondary-content {
    text-align: left
}

#content-wrapper #sustainability-page .sustainable-section .sustainable-container .sustainable-item .text-container .content .secondary-content h5 {
    text-transform: uppercase;
    color: #494949;
    margin-top: 45px;
    margin-bottom: 18px
}

#content-wrapper #brewery-tour-page .brewery-section .image-container {
    position: relative;
    padding-bottom: 50%;
    background-color: #a99767;
    margin-bottom: 0px !important;
    border-radius: 6px;
    overflow: hidden
}

#content-wrapper #brewery-tour-page .brewery-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #brewery-tour-page .tour-section .block-container {
    display: flex;
    align-items: center;
    margin: 0 -45px
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item {
    width: 50%;
    padding: 0 45px
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .image-container img {
    width: 100%;
    height: auto
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .title {
    margin-bottom: 20px
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .title h4 {
    text-transform: uppercase
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .rate-container tr:not(:last-of-type) td {
    border-bottom: 1px solid #B6B6B6
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .rate-container tr td {
    padding: 15px 20px;
    vertical-align: top
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .rate-container tr td:nth-of-type(1) {
    width: 400px;
    padding-left: 0
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .rate-container tr td:nth-of-type(2) {
    text-align: right
}

#content-wrapper #brewery-tour-page .tour-section .block-container .block-item .text-container .content .rate-container tr td:last-of-type {
    padding-right: 0
}

#content-wrapper #brewery-tour-page .common-cta-section {
    background-color: #FFF7ED
}

#content-wrapper #biergarden-page .gallery-section {
    overflow: hidden
}

#content-wrapper #biergarden-page .gallery-section .gallery-container {
    margin: 0 -6px
}

#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item {
    padding: 0 6px
}

/* #content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item.slick-current.slick-active a img { */
    /* filter: grayscale(0) */
/* } */

#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a {
    position: relative;
    display: block;
    background-color: #a99767
}

/* #content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a img { */
    /* width: auto; */
    /* filter: grayscale(1) */
/* } */

#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a:before {
    z-index: 1;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a:after {
    z-index: 2;
    content: '';
    height: 18px;
    width: 18px;
    background-image: url("../images/icon-zoom-in.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%)
}

#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a:before,
#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a:after {
    opacity: 0;
    transition: all .4s ease
}

#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a:hover:before,
#content-wrapper #biergarden-page .gallery-section .gallery-container .gallery-item a:hover:after {
    opacity: 1;
    transition: all .4s ease
}

#content-wrapper #biergarden-page .bottom-content-section {
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 40%;
    text-align: center
}

#content-wrapper #biergarden-page .bottom-content-section img.type-image {
    z-index: -1;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0
}

#content-wrapper #single-beer-page {
    overflow: hidden
}

#content-wrapper #single-beer-page .about-section .block-container {
    display: flex;
    align-items: center
}

#content-wrapper #single-beer-page .about-section .block-container .block-item {
    width: 50%
}

#content-wrapper #single-beer-page .about-section .block-container .block-item .image-container {
    background-color: #a99767;
    position: relative;
    padding-bottom: 88%
}

#content-wrapper #single-beer-page .about-section .block-container .block-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #single-beer-page .about-section .block-container .block-item .text-container {
    padding: 100px 140px;
    padding-right: 0 !important
}

#content-wrapper #single-beer-page .about-section .block-container .block-item .text-container .info-container .info-title {
    margin-top: 50px;
    margin-bottom: 15px
}

#content-wrapper #single-beer-page .about-section .block-container .block-item .text-container .info-container .info-title h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase
}

#content-wrapper #single-beer-page .ingredients-section {
    background-color: #8e0323
}

#content-wrapper #single-beer-page .ingredients-section .common-element-container {
    overflow: visible
}

#content-wrapper #single-beer-page .ingredients-section .common-element-container .element-item.type-left {
    top: 20px
}

#content-wrapper #single-beer-page .ingredients-section .common-element-container .element-item.type-right {
    top: -38%
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container {
    display: flex;
    justify-content: center
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container .ingredients-item {
    text-align: center;
    position: relative
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container .ingredients-item:not(:last-of-type) {
    margin-right: 100px;
    padding-right: 100px
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container .ingredients-item:not(:last-of-type):after {
    content: '';
    height: 49px;
    width: 1px;
    background-color: #FFDCB0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container .ingredients-item .title p {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container .ingredients-item .content h1 {
    color: #fff;
    line-height: 1em;
    margin: 4px 0 8px
}

#content-wrapper #single-beer-page .ingredients-section .ingredients-container .ingredients-item .content p {
    font-weight: 500;
    line-height: 1em;
    color: #fff
}

#content-wrapper #blog-page {
    position: relative;
    overflow: hidden
}

#content-wrapper #blog-page .featured-blog-section .block-container {
    display: flex;
    align-items: center;
    background-color: #8e0323;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item:nth-of-type(1) {
    width: 900px
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item:nth-of-type(2) {
    width: calc(100% - 900px)
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .image-container {
    position: relative;
    padding-bottom: 69%;
    background-color: #a99767
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .image-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .text-container {
    padding: 70px
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .text-container .title {
    margin-bottom: 20px
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .text-container .title h2 {
    line-height: 1.2em;
    text-transform: uppercase
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .text-container .title h2 a {
    color: #FFF7ED
}

#content-wrapper #blog-page .featured-blog-section .block-container .block-item .text-container .content p {
    color: #FFF7ED
}

#content-wrapper #blog-page .blog-section {
    padding-top: 70px
}

#content-wrapper #common-single-page .banner-section .image-container {
    position: relative;
    background-color: #a99767;
    padding-bottom: 40%;
    border-radius: 6px;
    overflow: hidden
}

#content-wrapper #common-single-page .banner-section .image-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

#content-wrapper #common-single-page .banner-section .image-container img.type-mobile {
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none
}

#content-wrapper #common-single-page .content-section .content-container img {
    max-width: 100%;
    height: auto;
    margin: 45px 0 35px;
    margin-left: auto;
    margin-right: auto
}

#content-wrapper #common-single-page .content-section .content-container img.full-width {
    width: 100% !important;
    max-width: 100% !important
}

#content-wrapper #common-single-page .content-section .content-container p:has(img) {
    margin-bottom: 0;
    text-align: center
}

#content-wrapper #common-single-page .content-section .content-container h4 {
    text-transform: uppercase;
    margin-top: 38px;
    margin-bottom: 14px
}

#content-wrapper #common-single-page .content-section .content-container h5 {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px
}

#content-wrapper #common-single-page .content-section .content-container ul {
    padding-left: 20px
}

#content-wrapper #common-single-page .content-section .content-container ul li {
    list-style: disc
}

#content-wrapper #common-single-page .content-section .content-container ul li:not(:last-of-type) {
    margin-bottom: 10px
}

#content-wrapper #common-single-page .related-blog-section {
    background-color: #FFF7ED
}

#content-wrapper #event-page {
    position: relative;
    overflow: hidden
}

#content-wrapper #contact-page .contact-section .custom-container {
    position: relative
}

#content-wrapper #contact-page .contact-section .contact-container {
    display: flex;
    margin: -48px
}

#content-wrapper #contact-page .contact-section .contact-container .contact-item {
    width: 50%;
    padding: 48px
}

#content-wrapper #contact-page .contact-section .contact-container .contact-item .contact-inner {
    padding: 70px;
    border-radius: 12px;
    text-align: center;
    background-color: #FFF7ED;
    overflow: hidden
}

#content-wrapper #contact-page .contact-section .contact-container .contact-item .contact-inner .title {
    margin-top: 24px;
    margin-bottom: 12px
}

#content-wrapper #contact-page .contact-section .contact-container .contact-item .contact-inner .title h4 {
    text-transform: uppercase
}

#content-wrapper #contact-page .message-section {
    background-color: #FFF7ED
}

#content-wrapper #contact-page .message-section .block-container {
    display: flex
}

#content-wrapper #contact-page .message-section .block-container .block-item {
    width: 50%
}

#content-wrapper #contact-page .message-section .block-container .block-item:nth-of-type(1) {
    height: auto
}

#content-wrapper #contact-page .message-section .block-container .block-item .image-container {
    position: relative;
    height: 100%;
    background-color: #a99767;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden
}

#content-wrapper #contact-page .message-section .block-container .block-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

#content-wrapper #contact-page .message-section .block-container .block-item .text-container {
    padding: 80px 100px;
    padding-right: 0 !important
}

#content-wrapper #biergarten-menu-page .menu-section .logo-container {
    padding: 22px 50px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 10px 50px #00000014;
    position: sticky;
    top: 0
}

#content-wrapper #biergarten-menu-page .menu-section .logo-container img {
    width: 110px;
    height: auto
}

#content-wrapper #biergarten-menu-page .menu-section .menu-container img {
    width: 100%;
    max-width: 100%;
    height: auto
}

#content-wrapper #biergarten-menu-page .menu-section .menu-container img:not(:last-of-type) {
    margin-bottom: 8px
}

#footer-wrapper {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    border-top: 2px solid #aa976740
}

#footer-wrapper .element-logo {
    width: 444px;
    position: absolute;
    bottom: 0;
    right: 0
}

#footer-wrapper .element-logo img {
    width: 100%;
    max-width: 100%;
    height: auto
}

#footer-wrapper .footer-container {
    display: flex;
    justify-content: space-between
}

#footer-wrapper .footer-container .footer-item .footer-inner .title {
    margin-bottom: 20px
}

#footer-wrapper .footer-container .footer-item .footer-inner .title h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #8e0323
}

#footer-wrapper .footer-container .footer-item .footer-inner .content ul li a {
    font-size: 16px
}

#footer-wrapper .footer-container .footer-item .subscribe-container {
    margin-bottom: 55px
}

#footer-wrapper .footer-container .footer-item .subscribe-container .subscribe-title {
    margin-bottom: 20px
}

#footer-wrapper .footer-container .footer-item .subscribe-container .subscribe-title h4 {
    font-size: 28px;
    color: #8e0323;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #e2dfe0
}

#footer-wrapper .footer-container .footer-item .subscribe-container .subscribe-title .title-content {
    margin-top: 12px
}

#footer-wrapper .footer-container .footer-item .subscribe-container .subscribe-title .title-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: #796F63
}

#footer-wrapper .footer-container .footer-item .copyright-container {
    position: relative;
    margin-top: 40px
}

#footer-wrapper .footer-container .footer-item .copyright-container p {
    font-size: 13px;
    font-weight: 500;
    color: #796F63
}

#footer-wrapper .footer-container .footer-item .copyright-container p a {
    color: black;
    font-weight: bold;
    transition: all .4s ease
}

#footer-wrapper .footer-container .footer-item .copyright-container p a:hover {
    color: #8e0323;
    transition: all .4s ease
}

#footer-wrapper .footer-container .footer-item.type-subscribe {
    flex: 1
}

#footer-wrapper .footer-container .footer-item.type-subscribe .footer-inner {
    width: 460px
}

#footer-wrapper .footer-container .footer-item.type-beers {
    padding-right: 180px
}

#footer-wrapper .footer-container .footer-item.type-beers .footer-inner .content ul li:not(:last-of-type) {
    margin-bottom: 6px
}

#footer-wrapper .footer-container .footer-item.type-beers .footer-inner .content ul li a {
    font-weight: 500;
    line-height: 1em;
    color: #796F63;
    transition: all .4s ease
}

#footer-wrapper .footer-container .footer-item.type-beers .footer-inner .content ul li a:hover {
    color: #8e0323;
    transition: all .4s ease
}

#footer-wrapper .footer-container .footer-item.type-nav {
    width: 440px
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul {
    display: flex;
    flex-wrap: wrap
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul li {
    width: 50%
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul li:not(:last-of-type) {
    margin-bottom: 6px
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul li:nth-of-type(odd) {
    width: calc(100% - 130px)
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul li:nth-of-type(even) {
    width: 130px
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #796F63;
    transition: all .4s ease
}

#footer-wrapper .footer-container .footer-item.type-nav .footer-inner .content ul li a:hover {
    color: #8e0323;
    transition: all .4s ease
}

.common-banner-section {
    background-color: #FFF7ED
}

.common-banner-section .banner-slider .banner-item {
    z-index: 0;
    height: 100vh;
    background-color: #a99767;
    position: relative;
    background-size: cover;
    background-position: center bottom
}

.common-banner-section .banner-slider .banner-item>img {
    animation: bannerani infinite 30s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.common-banner-section .banner-slider .banner-item>img.type-mobile {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.common-banner-section .banner-slider .banner-item .text-container {
    z-index: 2;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    opacity: 0;
    padding-top: 130px;
    transition: all .8s ease
}

.common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 950px;
    max-width: 100%;
    text-align: center;
    margin: auto
}

.common-banner-section .banner-slider .banner-item .text-container .inner .title h1 {
    text-transform: uppercase;
    color: #FFF7ED
}

.common-banner-section .banner-slider .banner-item:after {
    z-index: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(#000000c2 0%, #0000000f 50%, #00000000 100%);
    position: absolute;
    top: 0;
    right: 0
}

.common-banner-section .banner-slider .banner-item .scroll-down {
    z-index: 2;
    width: 40px;
    margin: auto;
    animation: bounce 2s infinite;
    cursor: pointer;
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0
}

.common-banner-section .banner-slider .banner-item .scroll-down img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.common-banner-section.visible .banner-slider .banner-item .text-container {
    padding-top: 0;
    opacity: 1;
    transition: all .8s ease
}

.common-banner-section.type-video .banner-slider .banner-item .video-wrapper {
    position: absolute;
    top: -8%;
    left: -8%;
    width: 116%
}

.common-banner-section.type-video .banner-slider .banner-item .video-wrapper video {
    z-index: 0;
    width: 100%
}

.common-banner-section.remove-padding {
    padding-bottom: 0
}

.common-banner-section.type-small-height .banner-slider .banner-item {
    height: 80vh
}

.common-banner-section.type-inside-banner {
    padding-bottom: 0;
    background-color: transparent
}

.common-banner-section.type-inside-banner .banner-slider .banner-item {
    height: auto;
    padding-bottom: 40%;
    border-radius: 6px;
    overflow: hidden
}

.common-banner-section.type-inside-banner .banner-slider .banner-item>img {
    animation-play-state: paused;
    animation: none
}

.common-banner-section.type-inside-banner .banner-slider .banner-item:after,
.common-banner-section.type-inside-banner .banner-slider .banner-item:before {
    display: none
}

.common-beer-section .beer-container {
    display: flex;
    flex-wrap: wrap;
    margin: -44px -30px
}
.common-beer-section .beer-container.type-third .beer-item {
    width: 33.33%
}

.common-beer-section .beer-container.type-six .beer-item {
    width: 16.66%;
}
.common-beer-section .beer-container.type-six img {
    width: 100%;
}

.common-beer-section .beer-container .beer-item {
    width: 25%;
    padding: 44px 30px;
    text-align: center
}

.common-beer-section .beer-container .beer-item:hover .image-container>img {
    transform: scale(1.13);
    transition: all .4s ease
}

.common-beer-section .beer-container .beer-item:hover .image-container .background-element {
    width: 340px;
    height: 383px;
    transition: all .4s ease
}

.common-beer-section .beer-container .beer-item .image-container {
    z-index: 0;
    position: relative
}

.common-beer-section .beer-container .beer-item .image-container>img {
    z-index: 1;
    position: relative;
    width: auto;
    height: 430px;
    margin: auto;
    transform: scale(1);
    transition: all .4s ease
}

.common-beer-section .beer-container .beer-item .image-container .background-element {
    z-index: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s ease
}

.common-beer-section .beer-container .beer-item .image-container .background-element img {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.common-beer-section .beer-container .beer-item .text-container {
    margin-top: 40px
}

.common-beer-section .beer-container .beer-item .text-container .title h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #494949;
    text-transform: uppercase
}

.common-beer-section .beer-container .beer-item .text-container .content {
    margin-top: 10px
}

.common-beer-section .beer-container .beer-item .text-container .content p {
    font-size: 16px;
    line-height: 1em;
    color: #8e0323
}

.common-beer-section.add-slider .beer-container {
    display: block
}

.common-box-section .block-container {
    padding: 24px;
    border-radius: 6px;
    background-color: #8e0323;
    display: flex;
    align-items: center
}

.common-box-section .block-container .block-item:nth-of-type(1) {
    width: 950px
}

.common-box-section .block-container .block-item:nth-of-type(2) {
    width: calc(100% - 950px)
}

.common-box-section .block-container .block-item .image-container {
    position: relative;
    padding-bottom: 56%;
    border-radius: 6px;
    background-color: #a99767;
    overflow: hidden
}

.common-box-section .block-container .block-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    top: 0;
    right: 0
}

.common-box-section .block-container .block-item .text-container {
    padding: 50px;
    width: 100%;
    max-width: 100%;
    margin: auto
}

.common-box-section .block-container .block-item .text-container h3 {
    color: #fff;
    text-transform: uppercase
}

.common-box-section .block-container .block-item .text-container .timing-container {
    margin-top: 18px
}

.common-box-section .block-container .block-item .text-container .timing-container ul li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900
}

.common-box-section .block-container .block-item .text-container .hours-container {
    margin-top: 40px
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item {
    display: flex;
    align-items: center
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item:not(:last-of-type) {
    margin-bottom: 30px
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item .inner-item img {
    width: auto;
    height: auto
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item .inner-item:nth-of-type(1) {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 12px 20px #4a23111c;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item .inner-item:nth-of-type(2) {
    width: calc(100% - 70px);
    padding-left: 20px
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item .inner-item:nth-of-type(2) h5 {
    text-transform: uppercase
}

.common-box-section .block-container .block-item .text-container .hours-container .hours-item .inner-item:nth-of-type(2) h5:nth-of-type(1) {
    margin-bottom: 4px
}

.common-box-section .block-container .block-item .map-container {
    border: 7px solid #fff;
    background-color: #a99767
}

.common-box-section .block-container .block-item .map-container iframe {
    height: 63vh;
    width: 100%;
    vertical-align: top
}

.common-box-section.type-biergarden .block-container {
    padding: 0;
    background-color: #FFF7ED;
    box-shadow: 0px 40px 60px -30px #27272742
}

.common-box-section.type-biergarden .block-container .block-item .image-container {
    padding-bottom: 63%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.common-box-section.type-biergarden .block-container .block-item .text-container {
    padding-left: 110px;
    padding-right: 110px
}

.common-box-section.type-biergarden .block-container .block-item .text-container h3 {
    color: #8e0323
}

.common-box-section.type-tour {
    background-color: #FFF7ED
}

.common-box-section.type-tour .block-container {
    background-image: linear-gradient(to right, #F8951D, #AC4800)
}

.common-box-section.type-tour .block-container .block-item:nth-of-type(1) {
    width: 710px
}

.common-box-section.type-tour .block-container .block-item:nth-of-type(2) {
    width: calc(100% - 710px)
}

.common-box-section.type-tour .block-container .block-item .text-container {
    padding-left: 80px;
    padding-top: 0;
    padding-bottom: 0
}

.common-box-section.type-tour .block-container .block-item .text-container .hours-container .hours-item .inner-item {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    color: #fff
}

.common-block-container {
    display: flex;
    flex-wrap: wrap;
    margin: -25px -15px
}

.common-block-container .block-item {
    width: 33.33%;
    padding: 25px 15px
}

.common-block-container .block-item .layout-container {
    z-index: 0;
    height: 100%;
    background-color: #FFF7ED;
    box-shadow: 0 10px 30px #0000001a
}

.common-block-container .block-item .layout-container .layout-item .image-container {
    width: 100%;
    padding-bottom: 68%;
    position: relative;
    background-color: #a99767
}

.common-block-container .block-item .layout-container .layout-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0
}

.common-block-container .block-item .layout-container .layout-item .text-container {
    padding: 30px
}

.common-block-container .block-item .layout-container .layout-item .text-container .title {
    margin-bottom: 20px
}

.common-block-container .block-item .layout-container .layout-item .text-container .title h3 {
    text-transform: uppercase
}

.common-block-container .block-item .layout-container .layout-item .text-container .title h3 a {
    color: #8e0323;
    text-shadow: 3px 3px 0 #ffd49ead;
    letter-spacing: 0.4px
}

.common-block-container .block-item .layout-container .layout-item .text-container .content p {
    font-size: 16px
}

.common-block-container.type-event {
    margin: 0
}

.common-block-container.type-event .block-item {
    width: 100%;
    padding: 0
}

.common-block-container.type-event .block-item .layout-container {
    display: flex;
    align-items: center;
    background-color: transparent;
    box-shadow: none
}

.common-block-container.type-event .block-item .layout-container .layout-item:nth-of-type(1) {
    width: calc(100% - (600px - 100px));
    box-shadow: 0px 40px 60px -30px #4a2311a3
}

.common-block-container.type-event .block-item .layout-container .layout-item:nth-of-type(2) {
    z-index: 1;
    width: 600px;
    margin-left: -100px
}

.common-block-container.type-event .block-item .layout-container .layout-item .image-container {
    width: 100%;
    padding-bottom: 60%;
    border-radius: 6px;
    overflow: hidden
}

.common-block-container.type-event .block-item .layout-container .layout-item .text-container {
    padding: 70px 70px;
    box-shadow: 0px 40px 60px -30px #2727279c;
    background-color: #fff;
    border-radius: 6px
}

.common-block-container.type-event .block-item .layout-container .layout-item .text-container .title h3 a {
    text-shadow: initial;
    color: #494949;
    transition: all .4s ease
}

.common-block-container.type-event .block-item .layout-container .layout-item .text-container .title h3 a:hover {
    color: #8e0323;
    transition: all .4s ease
}

.common-block-container.type-event .block-item:not(:last-of-type) {
    margin-bottom: 120px
}

.common-block-container.type-event .block-item:nth-of-type(even) .layout-container {
    flex-direction: row-reverse
}

.common-block-container.type-event .block-item:nth-of-type(even) .layout-container .layout-item:nth-of-type(2) {
    margin-left: 0;
    margin-right: -100px
}

.common-gallery-container {
    margin: -12px -12px;
    display: flex;
    flex-wrap: wrap
}

.common-gallery-container.add-slider {
    display: block
}

.common-gallery-container .gallery-item {
    width: 25%;
    padding: 12px 12px
}

.common-gallery-container .gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #a99767;
    padding-bottom: 101%;
    border-radius: 6px
}

.common-gallery-container .gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1);
    transition: all .8s ease
}

.common-gallery-container .gallery-item a:after {
    z-index: 1;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .4s ease
}

.common-gallery-container .gallery-item a:before {
    z-index: 2;
    content: '';
    height: 18px;
    width: 18px;
    background-image: url("../images/icon-zoom-in.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease
}

.common-gallery-container .gallery-item a:hover:before,
.common-gallery-container .gallery-item a:hover:after {
    opacity: 1;
    transition: all .4s ease
}

.common-gallery-container .gallery-item a:hover img {
    transform: scale(1.05);
    transition: all .8s ease
}

.common-instagram-section .instagram-container {
    margin: -12px
}

.common-instagram-section .instagram-container .instagram-item {
    width: 25%;
    padding: 12px
}

.common-instagram-section .instagram-container .instagram-item a {
    z-index: 0;
    display: block;
    position: relative
}

.common-instagram-section .instagram-container .instagram-item a .image-container {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background-color: #a99767;
    padding-bottom: 100%
}

.common-instagram-section .instagram-container .instagram-item a .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1);
    filter: blur(0);
    transition: all .4s ease
}

.common-instagram-section .instagram-container .instagram-item a .image-container:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00000091;
    opacity: 0;
    transition: all .4s ease
}

.common-instagram-section .instagram-container .instagram-item a .text-container {
    z-index: 1;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .4s ease
}

.common-instagram-section .instagram-container .instagram-item a .text-container img {
    width: 30px;
    height: auto;
    margin: auto
}

.common-instagram-section .instagram-container .instagram-item a .text-container p {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    line-height: 1em
}

.common-instagram-section .instagram-container .instagram-item a:hover .image-container:after {
    opacity: 1;
    transition: all .6s ease
}

.common-instagram-section .instagram-container .instagram-item a:hover .image-container img {
    transform: scale(1.05);
    filter: blur(2px);
    transition: all .6s ease
}

.common-instagram-section .instagram-container .instagram-item a:hover .text-container {
    opacity: 1;
    transition: all .6s ease
}

.common-cta-section {
    height: 98vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-sustainable-section .section-title {
    margin-bottom: -150px
}

.common-sustainable-section .section-content {
    pointer-events: none
}

.common-sustainable-section .section-content img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.common-date-container {
    margin-top: 20px
}

.common-date-container h6 {
    font-family: "Montserrat", sans-serif;
    color: #796F63;
    text-transform: uppercase;
    letter-spacing: 2px
}

.common-date-container.type-large {
    margin-top: 30px
}

.common-date-container.type-large h6 {
    font-size: 16px;
    color: #838383
}

.common-social-container ul {
    display: flex
}

.common-social-container ul li:not(:last-of-type) {
    margin-right: 12px
}

.common-social-container ul li a {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    vertical-align: top;
    background-color: #fff;
    color: #796F63;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-social-container ul li a i {
    line-height: 1em
}

.common-sound-toggle {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    bottom: 18px;
    left: 34px
}

.common-sound-toggle i {
    font-size: 40px;
    color: #fff;
    vertical-align: top
}

.common-sound-toggle i:nth-of-type(1) {
    opacity: 1
}

.common-sound-toggle i:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.common-sound-toggle.sound-mute i:nth-of-type(1) {
    opacity: 0
}

.common-sound-toggle.sound-mute i:nth-of-type(2) {
    opacity: 1
}

.common-sound-toggle.type-banner {
    bottom: 30px;
    left: 60px
}

.common-scroll-down {
    z-index: 2;
    width: 29px;
    bottom: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.common-scroll-down .mousey {
    width: 3px;
    padding: 4px 11px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box
}

.common-scroll-down .mousey .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite
}

.common-relative {
    z-index: 0;
    position: relative
}

.common-element-container {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    overflow: hidden
}

.common-element-container .element-item {
    position: absolute
}

.common-element-container .element-item img {
    width: 100%;
    height: auto
}

.common-element-container .element-item.type-left {
    width: 342px;
    left: -50px
}

.common-element-container .element-item.type-right {
    width: 439px;
    right: -66px
}

.common-element-container.type-top .element-item.type-left {
    top: 10%
}

.common-element-container.type-top .element-item.type-right {
    top: 7%
}

.common-element-container.type-top-alternative .element-item.type-left {
    top: 24%
}

.common-element-container.type-top-alternative .element-item.type-right {
    top: 4%
}

.common-element-container.type-top-overflow {
    top: -6%
}

.common-element-container.type-top-overflow .element-item.type-left {
    top: 0
}

.common-element-container.type-top-overflow .element-item.type-right {
    top: 0
}

.common-element-container.type-nature .element-item.type-left {
    top: initial;
    bottom: 14%
}

.common-element-container.type-nature .element-item.type-right {
    top: 28%
}

.common-texture-wrapper {
    z-index: 0
}

.common-texture-wrapper .texture-element {
    z-index: -1;
    width: 100%;
    height: 650px;
    background-image: url("../images/background_texture.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    right: 0
}

.common-texture-wrapper .texture-element .element-container .element-item.type-left {
    position: absolute;
    width: 440px;
    bottom: -60px;
    left: -50px
}

.common-texture-wrapper .texture-element .element-container .element-item.type-left img {
    width: 100%;
    height: auto
}

.common-texture-wrapper .texture-element .element-container .element-item.type-right {
    position: absolute;
    width: 340px;
    bottom: -106px;
    right: -30px
}

.common-texture-wrapper .texture-element .element-container .element-item.type-right img {
    width: 100%;
    height: auto
}

.common-texture-wrapper.type-large .texture-element {
    height: 135%
}

.common-texture-wrapper.type-nature .texture-element {
    height: 80%
}

.common-texture {
    background-image: url("../images/background_texture.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: top left
}

.common-title {
    margin-bottom: 30px
}

.common-title.large-margin {
    margin-bottom: 60px
}

.common-title.type-invert h1 {
    color: #fff
}

.common-title h1 {
    text-transform: uppercase;
    color: #8e0323;
    text-shadow: 3px 3px 0 #FFD49E
}

.common-title h3 {
    text-transform: uppercase;
    color: #8e0323;
    text-shadow: 3px 3px 0 #FFD49E
}

.common-title h5 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px
}

.common-sub-title {
    margin-bottom: 22px
}

.common-sub-title h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFF7ED
}

.common-action {
    margin-top: 36px
}

.common-action.type-small-margin {
    margin-top: 20px
}

.common-logo-container a {
    width: 140px;
    display: inline-block
}

.common-logo-container a img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.common-logo-container.type-large a {
    width: 200px
}

.common-barahsinge-icon {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.common-barahsinge-icon img {
    width: 100%;
    height: auto
}

.common-toggle {
    display: none
}

.common-text-shadow h2,
.common-text-shadow h3 {
    color: #8e0323;
    text-shadow: 3px 3px 0 #FFD49E;
    text-transform: uppercase
}

.common-text-shadow h4,
.common-text-shadow h5 {
    color: #8e0323;
    text-shadow: 2px 2px 0 #FFD49E;
    text-transform: uppercase
}

.common-text-shadow.type-invert h2,
.common-text-shadow.type-invert h3 {
    text-transform: uppercase;
    color: #FFF7ED;
    text-shadow: 3px 3px 0 #fff7ed59
}

.common-form .fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.common-form .fields .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px
}

.common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 25px
}

.common-form .fields .form-group.half-width {
    width: 50%
}

.common-form .fields .form-group.has-error input,
.common-form .fields .form-group.has-error select,
.common-form .fields .form-group.has-error textarea {
    border: 1px solid #e74c3c
}

.common-form .fields .form-group.has-error label {
    color: #e74c3c
}

.common-form .fields .form-group.has-error .floating-label {
    color: #e74c3c
}

.common-form .fields .form-group label {
    color: black;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 14px
}

.common-form .fields .form-group label span {
    color: #D7243E
}

.common-form .fields .form-group input,
.common-form .fields .form-group select,
.common-form .fields .form-group textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1em;
    width: 100%;
    padding: 15px 15px;
    color: #333;
    border: 1px solid #A4A4A4;
    background-color: transparent;
    border-radius: 4px
}

.common-form .fields .form-group input:focus,
.common-form .fields .form-group select:focus,
.common-form .fields .form-group textarea:focus {
    outline: none
}

.common-form .fields .form-group input::placeholder,
.common-form .fields .form-group select::placeholder,
.common-form .fields .form-group textarea::placeholder {
    color: #828282
}

.common-form .fields .form-group textarea {
    height: 145px
}

.common-form .fields .form-group .floating-label {
    font-size: 15px;
    display: inline-block;
    padding: 2px 6px;
    line-height: 1em;
    pointer-events: none;
    color: black;
    position: absolute;
    left: 11px;
    top: 16px;
    transition: 0.2s ease all;
    background: black
}

.common-form .fields .form-group input:focus~.floating-label,
.common-form .fields .form-group select:focus~.floating-label,
.common-form .fields .form-group textarea:focus~.floating-label,
.common-form .fields .form-group input:not(:focus):valid~.floating-label,
.common-form .fields .form-group select:not(:focus):valid~.floating-label,
.common-form .fields .form-group textarea:not(:focus):valid~.floating-label {
    top: -7px;
    transform: translateY(0);
    font-size: 13px
}

.common-form .form-action {
    margin-top: 35px
}

.common-form.type-subscribe {
    position: relative
}

.common-form.type-subscribe .fields .form-group input {
    height: 60px;
    padding: 19px 25px;
    border: 1px solid #8e0323;
    border-radius: 6px;
    background-color: #FFF7ED;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #796F63
}

.common-form.type-subscribe .form-action {
    margin-top: 0;
    height: 60px;
    width: 60px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #8e0323;
    transition: all .4s ease
}

.common-form.type-subscribe .form-action:hover {
    background-color: #ef921e;
    transition: all .4s ease
}

.common-form.type-subscribe .form-action p {
    height: 100%;
    line-height: 1em
}

.common-form.type-subscribe .form-action p input {
    opacity: 0;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: transparent
}

.common-form.type-subscribe .form-action p input::placeholder {
    color: #796F63
}

.common-form.type-subscribe .form-action:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../images/icon_message.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none
}

.common-form.type-age-gate .fields {
    display: flex;
    justify-content: center;
    margin: 0 -10px
}

.common-form.type-age-gate .fields .form-group {
    width: auto;
    padding: 0 10px
}

.common-form.type-age-gate .fields .form-group:not(:last-of-type) {
    margin-bottom: 0
}

.common-form.type-age-gate .fields .form-group input {
    width: 70px;
    height: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff
}

.common-form.type-age-gate .fields .form-group input::placeholder {
    color: #ffffffb3
}

.common-form.type-age-gate .form-action {
    margin-top: 40px
}

.common-form.type-age-gate .form-action .co-btn {
    cursor: pointer;
    padding: 23px 11px
}

.common-remove-tab-style {
    border-bottom: 0
}

.common-remove-tab-style li a {
    padding: 0;
    background-color: transparent;
    border: 0
}

.common-remove-tab-style li a:focus,
.common-remove-tab-style li a:hover {
    background-color: transparent;
    border: 0
}

.common-remove-tab-style li.active a {
    background-color: transparent;
    border: 0
}

.common-remove-tab-style li.active a:focus,
.common-remove-tab-style li.active a:hover {
    background-color: transparent;
    border: 0
}

.common-back-top {
    z-index: 21;
    position: fixed;
    bottom: 20px;
    right: 50px;
    border-radius: 50%;
    background: rgba(110, 193, 228, 0.6)
}

.common-back-top a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-back-top a i {
    font-size: 20px;
    color: #fff
}

.common-banner-section .banner-slider .banner-item:not(:first-of-type) {
    display: none
}

.common-banner-section .banner-slider.slick-initialized .banner-item {
    display: block
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    height: 72px;
    width: 72px;
    border-radius: 100%;
    background-color: #FFF0DD;
    border: 2px solid #FFDCB0
}

.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
    content: '';
    width: 32px;
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    display: none
}

.slick-slider .slick-prev {
    left: -84px
}

.slick-slider .slick-prev:after {
    background-image: url("../images/icon_left.png")
}

.slick-slider .slick-next {
    right: -84px
}

.slick-slider .slick-next:after {
    background-image: url("../images/icon_right.png")
}

.slick-slider.beer-container.add-slider .slick-prev {
    left: -30px
}

.slick-slider.beer-container.add-slider .slick-next {
    right: -30px
}

.slick-slider .slick-dots li {
    height: 11px;
    width: 11px;
    border-radius: 100%;
    margin: 0;
    background-color: #ffdcaf
}

.slick-slider .slick-dots li.slick-active {
    background-color: #8e0323
}

.slick-slider .slick-dots li:not(:last-of-type) {
    margin-right: 8px
}

.slick-slider .slick-dots li button {
    height: 100%;
    width: 100%;
    padding: 0;
    opacity: 0
}

.slick-slider .slick-dots li button:before {
    height: 100%;
    width: 100%
}

.slick-slider.slick-dotted {
    padding-bottom: 32px;
    margin-bottom: 0
}

.slick-slider.slick-dotted .slick-dots {
    bottom: 0
}

.modal .modal-dialog {
    max-width: 650px;
    margin: 70px auto
}

.modal .modal-dialog .modal-header {
    padding: 0;
    border: 0
}

.modal .modal-dialog .modal-header button {
    z-index: 1;
    height: 40px;
    width: 36px;
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 1;
    outline: none;
    position: absolute;
    top: 0;
    right: 0
}

.modal .modal-dialog .modal-header button i {
    color: black;
    font-size: 13px
}

.modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 30px 26px
}

.modal .modal-dialog .modal-content .modal-body .modal-loading-gif {
    height: 130px;
    position: relative
}

.modal .modal-dialog .modal-content .modal-body .modal-loading-gif img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.modal .modal-dialog .modal-content .modal-body .modal-loading-area .title {
    margin-bottom: 30px
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 0.9;
        transform: translateY(0)
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0px)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

@keyframes bannerani {
    0% {
        transform: scale(1.2);
        100% {
            transform: scale(1)
        }
    }
}

.animation-area .ani-fade {
    opacity: 0;
    transition: all .6s ease
}

.animation-area .ani-fade.normal {
    opacity: 1;
    transition: all .6s ease
}

.animation-area .ani-fade-top {
    opacity: 0;
    padding-top: 45px;
    transition: all .6s ease
}

.animation-area .ani-fade-top.normal {
    opacity: 1;
    padding-top: 0;
    transition: all .6s ease
}

.animation-area .ani-text-fade {
    padding-top: 45px;
    opacity: 0;
    transition: all .6s ease
}

.animation-area .ani-text-fade.normal {
    padding-top: 0px;
    opacity: 1;
    transition: all .6s ease
}

.animation-area .ani-text-fade-left {
    opacity: 0;
    padding-right: 30px;
    transition: all .8s ease
}

.animation-area .ani-text-fade-left.normal {
    opacity: 1;
    padding-right: 0;
    transition-delay: .3s;
    transition: all .8s ease
}

.animation-area-2 .ani-fade-top {
    opacity: 0;
    padding-top: 60px;
    transition: all .6s ease
}

.animation-area-2 .ani-fade-top.normal {
    opacity: 1;
    padding-top: 0;
    transition: all .6s ease
}

.animation-area-sequence .ani-sequence {
    margin-top: 50px;
    opacity: 0;
    transition: all .6s ease
}

.animation-area-sequence .ani-sequence.normal {
    margin-top: 0;
    opacity: 1;
    transition: all .6s ease
}

/*# sourceMappingURL=thestyles.min.css.map */