@keyframes lineHeight {
    from {
        height: 0;
        background-color: #7e7e7e
    }

    to {
        height: 100%;
        background-color: #3e3e3e
    }
}

@keyframes fadeToTop {
    from {
        opacity: 0;
        transform: translate(0, 70px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes width100 {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes width500 {
    from {
        width: 0
    }

    to {
        width: 500px
    }
}

@keyframes height74 {
    from {
        height: 0
    }

    to {
        height: 74px
    }
}

@keyframes height100 {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes height200 {
    from {
        height: 0
    }

    to {
        height: 200px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes focus-in-expand {
    0% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes focus-in-expand {
    0% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

.draw-border {
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    transition: color .25s 83.33ms;
    position: relative
}

.draw-border::after,
.draw-border::before {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0
}

.draw-border::before {
    border-bottom-width: 2px;
    border-left-width: 2px
}

.draw-border::after {
    border-top-width: 2px;
    border-right-width: 2px
}

.draw-border:hover {
    color: #6ea172
}

.draw-border:hover::after,
.draw-border:hover::before {
    border-color: #6ea172;
    transition: border-color 0s, width .25s, height .25s;
    width: 100%;
    height: 100%
}

.draw-border:hover::before {
    transition-delay: 0s, 0s, .25s
}

.draw-border:hover::after {
    transition-delay: 0s, .25s, 0s
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        height: 8px
    }

    20% {
        opacity: 1;
        height: 8px
    }

    30% {
        transform: translateY(0);
        opacity: 1;
        height: 19px
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translateY(19px);
        opacity: 0;
        height: 0
    }

    81% {
        transform: translateY(0);
        opacity: 0;
        height: 8px
    }

    100% {
        opacity: 1;
        height: 8px
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes progress {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -70px 0
    }
}

.navbar-toggler span {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: .4s;
    display: block
}

.navbar-toggler.toggled span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px)
}

.navbar-toggler.toggled span:nth-child(2) {
    opacity: 0
}

.navbar-toggler.toggled span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px)
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/PFDinTextCondPro-Bold.woff2) format("woff2"), url(../fonts/PFDinTextCondPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/PFDinTextCondPro-Regular.woff2) format("woff2"), url(../fonts/PFDinTextCondPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-ExtraBoldOblique.woff2) format("woff2"), url(../fonts/IntegralCF-ExtraBoldOblique.woff) format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-ExtraBold.woff2) format("woff2"), url(../fonts/IntegralCF-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-Heavy.woff2) format("woff2"), url(../fonts/IntegralCF-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-DemiBold.woff2) format("woff2"), url(../fonts/IntegralCF-DemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-RegularOblique.woff2) format("woff2"), url(../fonts/IntegralCF-RegularOblique.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-HeavyOblique.woff2) format("woff2"), url(../fonts/IntegralCF-HeavyOblique.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-Regular.woff2) format("woff2"), url(../fonts/IntegralCF-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-Medium.woff2) format("woff2"), url(../fonts/IntegralCF-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-Bold.woff2) format("woff2"), url(../fonts/IntegralCF-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-BoldOblique.woff2) format("woff2"), url(../fonts/IntegralCF-BoldOblique.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/PFDinTextUniversal-Light.woff2) format("woff2"), url(../fonts/PFDinTextUniversal-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-MediumOblique.woff2) format("woff2"), url(../fonts/IntegralCF-MediumOblique.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Zilla Slab Highlight', cursive;;
    src: url(../fonts/IntegralCF-DemiBoldOblique.woff2) format("woff2"), url(../fonts/IntegralCF-DemiBoldOblique.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

.progress {
    background-color: transparent;
    border: 1px solid #3b3b3b;
    height: 11px;
    border-radius: 0
}

.progress .progress-bar-striped {
    background-image: linear-gradient(140deg, #191919 47.62%, #3a3a3a 47.62%, #3a3a3a 50%, #191919 50%, #191919 97.62%, #3a3a3a 97.62%, #3a3a3a 100%);
    background-size: 32.67px 27.41px;
    background-color: transparent !important;
    width: 100%;
    -webkit-animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    animation: progress 2s linear infinite
}

.progress.green {
    border-color: #77a87b
}

.progress.green .progress-bar-striped {
    background-image: linear-gradient(140deg, #191919 47.62%, #77a87b 47.62%, #77a87b 50%, #191919 50%, #191919 97.62%, #77a87b 97.62%, #77a87b 100%)
}

.progress.gray {
    border-color: #d1d1d0
}

.progress.gray .progress-bar-striped {
    background-image: linear-gradient(130deg, transparent 45%, #d1d1d0 45.45%, #d1d1d0 50%, transparent 50%, transparent 95.45%, #d1d1d0 95.45%, #d1d1d0 100%)
}

.progress.transparent {
    border-color: #77a87b
}

.progress.transparent .progress-bar-striped {
    background-image: linear-gradient(140deg, transparent 47.62%, #77a87b 47.62%, #77a87b 50%, transparent 50%, transparent 97.62%, #77a87b 97.62%, #77a87b 100%)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Zilla Slab Highlight', cursive;
    position: relative;
    height: 100%
}

::-moz-focus-inner {
    border: 0
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
    outline: 0 !important
}

.btn_default {
    padding: 15px 40px;
    background-color: #000;
    transition: all .3s;
    outline: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    font-family: 'Zilla Slab Highlight', cursive;
}

.btn_default:active,
.btn_default:focus,
.btn_default:visited {
    color: #fff;
    background-color: #151515
}

.btn_default:hover {
    background-color: transparent;
    color: #fff
}

.link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
    transition: all .3s;
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none
}

.link::before {
    content: '';
    width: 135px;
    height: 2px;
    background-color: #606060;
    position: absolute;
    bottom: 0
}

.link:active,
.link:focus,
.link:visited {
    color: #fff;
    border: none;
    outline: 0;
    box-shadow: none
}

.link img {
    position: relative;
    left: 20px;
    transition: all .3s
}

.link:hover {
    color: #fff
}

.link:hover img {
    left: 25px
}

.bbg_lines {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 1110px
}

.bbg_lines div {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    background-color: #3e3e3e;
    transition: all .3s;
    animation-name: lineHeight;
    animation-duration: 3.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards
}

.bbg_lines div:nth-child(1) {
    left: 93px
}

.bbg_lines div:nth-child(2) {
    right: 0;
    left: 0;
    margin: 0 auto 0 470px
}

.bbg_lines div:nth-child(3) {
    right: -97px
}

.bbg_lines div:nth-child(3):after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 950px;
    margin-left: -18px;
    width: 40px;
    height: 40px;
    background-image: url(../images/ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0
}

.wrap {
    padding-left: 190px
}

header {
    width: 190px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vH;
    background-color: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px 0
}

header .navbar-expand-lg {
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    padding: 0;
    transition: all .4s;
    justify-content: space-between
}

header .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

header .navbar-expand-lg .navbar-nav::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #d9dce1;
    position: absolute;
    right: -20px
}

header .navbar-expand-lg .navbar-nav .nav-item {
    padding: 5px 0 0 0
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    text-transform:capitalize;
    font-size: 15px;
    color: #000;
    transition: all .3s;
    position: relative;
    padding: 5px 0;
    font-family: 'Zilla Slab Highlight', cursive;
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link::before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    right: -20px;
    background-color: transparent;
    top: 0;
    transition: all .3s
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:visited {
    color: #000
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    color: #6ea172
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    background-color: #6ea172
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: #6ea172
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover::before {
    background-color: #6ea172
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link img {
    display: none
}

header img {
    display: block
}

header .background {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: auto
}

header .background.aos-animate {
    animation-name: height100;
    animation-duration: 1.2s;
    animation-delay: .75s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    background-color: #f3f5f8
}

.mouse_down {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 40px;
    transition: all .3s
}

.mouse_down span {
    display: block;
    transform: rotate(90deg);
    margin-bottom: 20px;
    font-size: 12px;
    font-family: 'Zilla Slab Highlight', cursive;;
    letter-spacing: 1px;
    opacity: 1;
    transition: all .5s
}

.mouse_down img {
    position: absolute;
    bottom: 0;
    width: 15px;
    left: 0;
    right: 0;
    right: 0;
    margin: auto;
    -webkit-animation: fade-in-top 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both;
    animation: fade-in-top 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both
}

.hidden {
    display: none
}

.toTop {
    display: none;
    padding-bottom: 100px;
    padding-top: 40px;
    transition: all .3s
}

.toTop img {
    position: absolute;
    left: 0;
    right: 0;
    width: 15px;
    margin: auto;
    -webkit-animation: fade-in-bottom 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both;
    animation: fade-in-bottom 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both
}

.toTop.visible {
    display: block
}

.scroll {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: auto;
    width: 24px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.scroll::before {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 12px;
    content: ""
}

.scroll::after {
    display: block;
    position: absolute;
    top: 9px;
    left: 11px;
    width: 2px;
    height: 8px;
    background: #6ea172;
    border-radius: 1px;
    content: "";
    animation-name: scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s
}

.first_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.first_section .contact_information {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 65px
}

.first_section .contact_information .list-inline {
    margin: 0;
    padding: 0;
    display: inline-block
}

.first_section .contact_information .list-inline .list-inline-item {
    padding: 0 10px 10px 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Zilla Slab Highlight', cursive;
}

.first_section .contact_information .list-inline .list-inline-item img {
    margin: -5px 10px 0 0;
    width: 17px
}

.first_section .contact_information .btn_default {
    margin-bottom: 10px
}

.first_section .row {
    opacity: 0
}

.first_section .row.aos-animate {
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both
}

.first_section .reservation_image {
    position: relative;
    display: inline
}

.first_section .reservation_image img {
    width: 60px;
    margin: 0 0 10px 0
}

.first_section .reservation_image.aos-animate img {
    -webkit-animation: fade-in-left 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both;
    animation: fade-in-left 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both
}

.slick-initialized .slick-slide {
    outline: 0 !important
}

.slider_wrap {
    position: relative
}

.slider_wrap::after {
    content: '';
    width: 375px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: -155px;
    background-image: url(../images/slider_lines.png);
    background-repeat: no-repeat
}

.slider_wrap .slider {
    margin: 40px 0 160px 0;
    width: 1830px
}

.slider_wrap .slider .slide {
    display: flex;
    align-items: start;
    min-height: 708px;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.slider_wrap .slider .slide::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    background-color: #fff;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3
}

.slider_wrap .slider .slide h2,
.slider_wrap .slider .slide h3,
.slider_wrap .slider .slide h4 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    font-size: 80px;
    padding: 10px 15px;
    margin-bottom: 5px;
    font-family: 'Zilla Slab Highlight', cursive;;
    position: relative;
    z-index: 2;
    opacity: 0
}

.slider_wrap .slider .slide h2::before,
.slider_wrap .slider .slide h3::before,
.slider_wrap .slider .slide h4::before {
    content: '';
    background-color: #000;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.slider_wrap .slider .slick-active .slide::before {
    animation-name: height200;
    animation-duration: 1.2s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-active .slide h2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-active .slide h2::before {
    animation-name: width100;
    animation-duration: .75s;
    animation-delay: .75s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-active .slide h3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: .75s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-active .slide h3::before {
    animation-name: width100;
    animation-duration: 1s;
    animation-delay: .75s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-active .slide h4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-active .slide h4::before {
    animation-name: width100;
    animation-duration: 1.2s;
    animation-delay: .75s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.slider_wrap .slider .slick-next,
.slider_wrap .slider .slick-prev {
    background-repeat: no-repeat;
    background-position: center;
    top: auto;
    width: 19px;
    height: 35px;
    bottom: 20px;
    background-color: transparent;
    bottom: 50px;
    z-index: 5
}

.slider_wrap .slider .slick-next:hover,
.slider_wrap .slider .slick-prev:hover {
    background-color: transparent
}

.slider_wrap .slider .slick-next:before,
.slider_wrap .slider .slick-prev:before {
    width: 19px;
    height: 35px
}

.slider_wrap .slider .slick-prev {
    left: 30px;
    right: 0;
    background-image: url(../images/left-arrow.png)
}

.slider_wrap .slider .slick-prev:before {
    content: ''
}

.slider_wrap .slider .slick-next {
    left: 130px;
    right: 0;
    background-image: url(../images/right-arrow.png)
}

.slider_wrap .slider .slick-next:before {
    content: ''
}

.slider_wrap .x_sign {
    position: absolute;
    bottom: 65px;
    left: 70px
}

.regular_padding {
    padding: 150px 0
}

.txt {
    color: #000;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-family: 'Zilla Slab Highlight', cursive;;
    opacity: 0
}

.txt.white {
    color: #fff
}

.txt a {
    position: relative;
    padding-bottom: 3px
}

.txt a::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #6ea172;
    position: absolute;
    bottom: 0
}

.txt.aos-animate {
    -webkit-animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both;
    animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both
}

.txt.aos-animate a::before {
    animation-name: width100;
    animation-duration: 1.2s;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.about {
    position: relative;
    background-color: #f3f5f8
}

.about::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.about.aos-animate::before {
    animation-name: height100;
    animation-duration: 1.2s;
    animation-delay: .5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    background-color: #fff
}

.about .custom_title h1 {
    font-size: 47px;
    color: #000;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Zilla Slab Highlight', cursive;
}

.about .custom_title h1 span {
    width: 0
}

.about .custom_title h1 img {
    position: relative;
    top: 11px
}

.about .custom_title .abs_img {
    position: absolute;
    max-width: 100px
}

.about .custom_title h2 {
    color: #d8d6d6;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 20px;
    position: absolute;
    right: 42px;
    line-height: .5;
    font-family: 'Zilla Slab Highlight', cursive;
}

.about .about_txt {
    position: relative;
    padding-left: 150px
}

.about .about_txt img {
    position: absolute;
    left: 0;
    top: 0
}

.about .progress {
    width: 100px;
    height: 18px;
    position: absolute
}

.about .progress .progress-bar-striped {
    background-image: linear-gradient(140deg, transparent 31.25%, #77a87b 31.25%, #77a87b 50%, transparent 50%, transparent 81.25%, #77a87b 81.25%, #77a87b 100%);
    background-size: 12.45px 10.44px
}

.section_title {
    position: relative
}

.section_title .sub_title {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: -70px;
    font-weight: 700;
    transform: rotate(-90deg) !important;
    text-transform: uppercase;
    top: 35px;
    font-family: "PF Din Text Cond Pro";
    letter-spacing: 5px
}

.section_title .sub_title.dark {
    color: #000
}

.section_title .title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-family: 'Zilla Slab Highlight', cursive;
    opacity: 0
}

.section_title .title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 9px;
    height: 74px;
    background-image: linear-gradient(150deg, transparent 45%, #77a87b 45.45%, #77a87b 50%, transparent 50%, transparent 95.45%, #77a87b 95.45%, #77a87b 100%);
    background-size: 22px 12.7px;
    border: 1px solid #77a87b;
    top: 7px;
    -webkit-animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    animation: progress 2s linear infinite
}

.section_title .title.aos-animate {
    -webkit-animation: focus-in-expand .8s cubic-bezier(.25, .46, .45, .94) 0s both;
    animation: focus-in-expand .8s cubic-bezier(.25, .46, .45, .94) 0s both
}

.section_title .title.dark {
    color: #000
}

.info_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.info_section ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.info_section ul li {
    padding: 15px 50px;
    background-color: #fff;
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000
}

.info_section ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    background-image: url(../images/close_icon.png);
    width: 14px;
    height: 14px;
    top: 22px
}

.info_section ul li::after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../images/line_4.png);
    width: 8px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0
}

.info_section ul li img {
    margin-right: 20px
}

.info_section ul li .abs {
    margin-right: 0;
    position: absolute;
    right: 25px;
    color: #6ea172;
    font-weight: 700;
    text-transform: none;
    top: 22px
}

.info_section ul li span.abs {
    top: 20px
}

.info_section .col-lg-5 {
    position: relative
}

.info_section .col-lg-5::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/list_background.png);
    position: absolute;
    height: 1000px;
    width: 445px;
    top: -150px;
    border-left: 1px solid #3e3e3e
}

.background_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.playstation {
    position: relative
}

.playstation .section_title {
    padding-left: 30px
}

.playstation .section_title h2 {
    left: -35px
}

.playstation .slider {
    margin: 40px 0 0 0;
    position: relative
}

.playstation .slider::before {
    content: '';
    background-image: url(../images/gold_dots.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    right: -60px;
    width: 106px;
    height: 150px;
    opacity: 0
}

.playstation .slider .slide {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 547px;
    position: relative
}

.playstation .slider .slide h4 {
    font-size: 20px;
    font-family: 'Zilla Slab Highlight', cursive;;
    font-weight: 300;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    color: #fff;
    text-align: center;
    opacity: 0
}

.playstation .slider .slide h4 b {
    font-weight: 700
}

.playstation .slider .slick-next,
.playstation .slider .slick-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    z-index: 5;
    width: 80px;
    height: 100%;
    transition: all .3s
}

.playstation .slider .slick-next:hover,
.playstation .slider .slick-prev:hover {
    background-color: rgba(255, 255, 255, .7)
}

.playstation .slider .slick-next:before,
.playstation .slider .slick-prev:before {
    width: 50px;
    height: 50px
}

.playstation .slider .slick-prev {
    background-image: url(../images/left-arrow-green.png);
    left: -10px
}

.playstation .slider .slick-prev:before {
    content: ''
}

.playstation .slider .slick-next {
    background-image: url(../images/right-arrow-green.png);
    right: -10px
}

.playstation .slider .slick-next:before {
    content: ''
}

.playstation .slider.aos-animate::before {
    animation: fadeInLeft .75s ease 1s forwards
}

.playstation .slider.aos-animate .slide.slick-active h4 {
    animation: fadeToTop .75s ease .8s forwards
}

.playstation .abs_img {
    position: absolute;
    right: 85px;
    top: 95px;
    padding-right: 30px
}

.playstation .abs_img .progress {
    top: 6px;
    width: 62px;
    height: 13px;
    position: absolute;
    right: 0
}

.playstation .abs_img .progress .progress-bar-striped {
    background-image: linear-gradient(140deg, transparent 37.5%, #77a87b 37.5%, #77a87b 50%, transparent 50%, transparent 87.5%, #77a87b 87.5%, #77a87b 100%);
    background-size: 12.45px 10.44px
}

.gallery .progress {
    height: 46px;
    border: 1px solid #fff
}

.gallery .progress .progress-bar-striped {
    background-image: linear-gradient(130deg, transparent 45%, #3a3a3a 45.45%, #3a3a3a 50%, transparent 50%, transparent 95.45%, #3a3a3a 95.45%, #3a3a3a 100%);
    background-size: 24.8px 29.56px
}

.gallery .col-lg-3 {
    padding: 0 10px;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
}

.gallery .col-lg-5 {
    -ms-flex: 0 0 43.7%;
    flex: 0 0 43.7%;
    max-width: 43.7%
}

.gallery .photo {
    margin-top: 30px;
    margin-bottom: 0
}

.gallery .photo a {
    display: block;
    overflow: hidden;
    position: relative
}

.gallery .photo a img {
    transition: all .5s;
    position: relative;
    z-index: 1
}

.gallery .photo a:after,
.gallery .photo a:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all .3s
}

.gallery .photo a:after {
    z-index: 2;
    background-image: url(../images/gallery_overlay.png)
}

.gallery .photo a:before {
    background-image: url(../images/resize_image.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 3;
    top: 20px;
    right: 20px;
    left: auto
}

.gallery .photo a:hover:after {
    opacity: .85;
    transform: scale(1)
}

.gallery .photo a:hover:before {
    opacity: 1;
    transform: scale(1)
}

.gallery .photo a:hover img {
    transform: scale(1.2)
}

.gallery .link {
    text-align: center;
    margin-top: 15px
}

.gallery .gal-logo {
    margin-top: 20px
}

.gallery.gallery_detail .link::before {
    width: 105px
}

.mg-30 {
    margin: 30px 0
}

.pichiavo {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.pichiavo .section_title h2 {
    left: -100px
}

.pichiavo .section_title h3 {
    padding-left: 0
}

.pichiavo .section_title h3::before {
    left: -30px
}

.pichiavo .photo {
    position: relative;
    z-index: 5
}

.pichiavo .photo .abs_img {
    position: absolute;
    right: 60px;
    top: 30px;
    margin-top: 0;
    width: 40px
}

.pichiavo .photo img {
    margin-top: 10px
}

.pichiavo h4 {
    font-size: 16px;
    color: #979aa1;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-family: "PF Din Text Cond Pro";
    letter-spacing: 5px;
    text-align: center
}

.pichiavo .col-lg-6:last-child img {
    position: absolute;
    left: -200px
}

.pichiavo .relative_section {
    position: relative;
    padding-left: 60px;
    width: 500px
}

.pichiavo .relative_section img {
    position: absolute;
    left: 0
}

.pichiavo .relative_section .progress {
    height: 25px
}

.pichiavo .relative_section .progress .progress-bar-striped {
    background-image: linear-gradient(120deg, transparent 45%, #d1d1d0 45.45%, #d1d1d0 50%, transparent 50%, transparent 95.45%, #d1d1d0 95.45%, #d1d1d0 100%)
}

.location .info {
    position: relative;
    padding-left: 60px;
    text-align: left;
    margin-top: 30px
}

.location .info img {
    position: absolute;
    left: 0
}

.location .info.aos-animate img {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}

.location .location_detail {
    position: relative;
    margin-bottom: 40px
}

.location .location_detail::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: #6ea172
}

.location .location_detail img {
    position: relative;
    border: 2px solid #fff
}

.location .location_detail ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.location .location_detail ul li a {
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 42px;
    position: absolute;
    display: block;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    transition: all .3s
}

.location .location_detail ul li a::before {
    content: '';
    width: 55px;
    height: 55px;
    border: 5px solid rgba(255, 255, 255, .5);
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    transition: all .3s
}

.location .location_detail ul li a:hover::before {
    border-color: rgba(0, 0, 0, .5)
}

.location .location_detail ul li a.active::before {
    border-color: #6ea172
}

.location .location_detail ul li:nth-child(1) a {
    left: -125px;
    right: 0;
    top: 125px
}

.location .location_detail ul li:nth-child(2) a {
    left: 0;
    right: -340px;
    top: 230px
}

.location .location_detail ul li:nth-child(3) a {
    left: 0;
    right: -240px;
    bottom: 155px
}

.location .location_detail ul li:nth-child(4) a {
    left: 0;
    right: -240px;
    bottom: 20px
}

.location .location_detail ul li:nth-child(5) a {
    left: 0;
    right: 40px;
    bottom: 175px
}

.location .location_detail ul li:nth-child(6) a {
    left: 0;
    right: 320px;
    bottom: 255px
}

.location .location_detail ul.aos-animate li a {
    -webkit-animation: pulsate-fwd .5s ease-in-out infinite both;
    animation: pulsate-fwd .5s ease-in-out infinite both
}

.location .location_detail .location_info {
    background-color: rgba(255, 255, 255, .7);
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    opacity: 0;
    display: none
}

.location .location_detail .location_info.active-tab {
    display: flex
}

.location .location_detail .location_info .txt {
    opacity: 1
}

.location .location_detail.aos-animate .location_info {
    -webkit-animation: puff-in-center .7s cubic-bezier(.47, 0, .745, .715) both;
    animation: puff-in-center .7s cubic-bezier(.47, 0, .745, .715) both
}

.location h4 {
    position: relative;
    padding-left: 20px;
    border-left: 2px solid #000;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 40px 0 20px 0
}

.location h4 span {
    display: block;
    color: #6ea172;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400
}

@media (min-width:992px) {
    .location .col-lg-8 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .location .col-lg-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

.enterior {
    position: relative;
    background-color: #fff
}

.enterior .section_title {
    padding-left: 30px
}

.enterior .section_title .sub_title {
    left: -40px
}

.enterior .photo {
    position: relative
}

.enterior .photo .abs_img {
    position: absolute;
    right: 25px;
    top: 25px;
    max-width: 40px;
    z-index: 2
}

.enterior img {
    margin-bottom: 30px
}

.enterior .info {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px
}

.enterior .info img {
    position: absolute;
    left: 0
}

.enterior .abs {
    position: absolute;
    top: -160px
}

.reservation .row {
    align-items: center
}

.reservation .row .section_title {
    margin: 0
}

.reservation .row .txt {
    margin: 0
}

.reservation .reservation_image {
    position: relative;
    display: inline
}

.reservation .reservation_image::before {
    content: '';
    position: absolute;
    width: 154px;
    height: 49px;
    top: -10px;
    background-image: url(../images/double_arrows_background.png);
    left: -30px
}

.reservation .reservation_image img {
    max-width: 100px;
    margin-right: 50px
}

.reservation .reservation_image.aos-animate img {
    -webkit-animation: fade-in-left 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both;
    animation: fade-in-left 1s cubic-bezier(.39, .575, .565, 1) 1s infinite both
}

.kontakt {
    position: relative;
    overflow: hidden
}

.kontakt .form-control {
    background-color: #fff;
    padding: 10px;
    height: 45px;
    border: 1px solid #d7dee9;
    margin-bottom: 20px;
    border-radius: 0;
    color: #000;
    font-weight: 400;
    font-family: "PF Din Text Cond Pro"
}

.kontakt .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #000;
    background-color: #fff
}

.kontakt textarea.form-control {
    height: 150px;
    resize: none
}

.kontakt ::-webkit-input-placeholder {
    color: #000;
    font-weight: 500
}

.kontakt :-ms-input-placeholder {
    color: #000;
    font-weight: 500
}

.kontakt ::placeholder {
    color: #000;
    font-weight: 500
}

.kontakt p {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-transform: none;
    font-family: "PF Din Text Cond Pro";
    opacity: 0;
    position: relative
}

.kontakt p::before {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    border-bottom: 2px dotted #000
}

.kontakt p.aos-animate {
    -webkit-animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both;
    animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both
}

.kontakt p.aos-animate::before {
    animation-name: width100;
    animation-duration: 1.2s;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.kontakt a {
    color: #6ea172;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.kontakt .link {
    color: #000;
    margin-top: 30px
}

.kontakt .link:hover {
    color: #000
}

.kontakt .link::before {
    width: 140px
}

.kontakt #googleMap {
    height: 500px;
}
/* gmpc */
.gmpc_wrap {
  position: relative;
  border: 1px solid #d7dee9;
  width: 1160px;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0,0,0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all .2s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.kontakt.reservation_form {
    background-color: #fff
}

.kontakt.reservation_form .section_title .sub_title {
    left: -50px
}

.kontakt.reservation_form .relative {
    position: relative
}

.kontakt.reservation_form .relative .abs_img {
    top: 100px;
    left: -30px;
    position: absolute
}

.kontakt.reservation_form .col-lg-8 {
    margin-top: 20px
}

.kontakt.reservation_form .col-lg-8 form {
    margin-top: 20px
}

.kontakt.reservation_form .link::before {
    width: 100px
}

footer {
    padding: 80px 0;
    position: relative
}

footer .footer_information {
    padding: 40px;
    border: 1px solid #979797;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row
}

footer .footer_information ul {
    list-style-type: none;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    min-width: 350px
}

footer .footer_information ul::before {
    content: '';
    width: 9px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: linear-gradient(150deg, transparent 45%, #77a87b 45.45%, #77a87b 50%, transparent 50%, transparent 95.45%, #77a87b 95.45%, #77a87b 100%);
    background-size: 22px 12.7px;
    border: 1px solid #77a87b;
    -webkit-animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    animation: progress 2s linear infinite
}

footer .footer_information ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    margin: 0 0 10px 0
}

footer .footer_information ul li img {
    position: absolute;
    left: 0;
    width: 17px;
    top: 5px
}

footer .copyright {
    margin-top: 40px;
    position: relative
}

footer .copyright::before {
    content: '';
    position: absolute;
    right: -70px;
    bottom: 30px;
    background-image: url(../images/footer_dots.png);
    background-repeat: no-repeat;
    width: 154px;
    height: 155px;
    opacity: 0
}

footer .copyright img {
    max-width: 100px
}

footer .copyright p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    opacity: 0
}

footer .copyright p a {
    position: relative;
    padding-bottom: 3px
}

footer .copyright p a::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0
}

footer .copyright p.aos-animate {
    -webkit-animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both;
    animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both
}

footer .copyright p.aos-animate a::before {
    animation-name: width100;
    animation-duration: 1.2s;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

footer .copyright h2 {
    color: #444547;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 60px 0 0 0
}

.help {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 0
}

.help_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    background-color: #6ea172;
    border: none;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
    font-size: 28px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    background-image: url(../images/question.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.help_btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #6ea172;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.help_btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #6ea172;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.help_btn:focus {
    outline: 0;
    border: none
}

.help_link {
    position: absolute;
    z-index: 2;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 30px;
    background-color: #777;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.help_link i {
    color: #fff
}

.help_link.phone {
    background-color: #03e78b
}

.help_link.sms {
    background-color: #ff549c
}

.help_link.viber {
    background-color: #665cac
}

.help_link.messenger {
    background-color: #1e88e5
}

.help_link.whatsapp {
    background-color: #49e670
}

.help_link.mail {
    background-color: #ff485f
}

.help.active .help_btn::before {
    opacity: 1
}

.help.active .help_btn:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.help.active .help_link {
    opacity: 1
}

.help.active .help_link:nth-child(1) {
    bottom: 65px
}

.help.active .help_link:nth-child(2) {
    bottom: 130px
}

.help.active .help_link:nth-child(3) {
    bottom: 195px
}

.help.active .help_link:nth-child(4) {
    bottom: 260px
}

.help.active .help_link:nth-child(5) {
    bottom: 325px
}

.help.active .help_link:nth-child(6) {
    bottom: 390px
}

.help.active .help_link:nth-child(7) {
    bottom: 355px
}

.help.active .help_link:nth-child(8) {
    bottom: 420px
}

.page_title {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center
}

.page_title .list-inline {
    padding: 0;
    margin: 0
}

.page_title .list-inline .list-inline-item {
    color: #969696;
    font-size: 12px;
    margin-right: 15px;
    position: relative
}

.page_title .list-inline .list-inline-item:last-child {
    background-color: #6ea172;
    padding: 5px;
    color: #fff;
    margin-left: 15px
}

.page_title .list-inline .list-inline-item:last-child::before {
    position: absolute;
    content: '';
    left: -20px;
    width: 1px;
    height: 15px;
    background-color: #6ea172;
    top: 7px
}

.page_title h1 {
    font-size: 60px;
    margin: 0;
    color: #fff;
    font-weight: 900
}

.packages {
    background-color: #1f1f1f
}

.packages .package_slide {
    padding: 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/package_background.jpg);
    position: relative;
    transition: all .3s;
    border: 2px solid #2a2a2a;
    overflow: hidden;
    margin: 0 10px
}

.packages .package_slide:hover {
    border: 2px solid #fff
}

.packages .package_slide::before {
    content: '';
    width: 370px;
    height: 460px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/package_overlay.png);
    right: 0;
    top: 0;
    position: absolute
}

.packages .package_slide h4 {
    color: #acacac;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px 0;
    position: relative
}

.packages .package_slide h4 b {
    color: #fff
}

.packages .package_slide h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
    margin: 0
}

.packages .package_slide img {
    margin: 20px auto;
    position: relative
}

.packages .slick-next,
.packages .slick-prev {
    width: 50px;
    height: 50px;
    bottom: 0;
    top: auto;
    background-size: cover;
    background-repeat: no-repeat
}

.packages .slick-next:before,
.packages .slick-prev:before {
    width: 50px;
    height: 50px
}

.packages .slick-prev {
    background-image: url(../images/left-arrow-green.png);
    left: -380px
}

.packages .slick-prev:before {
    content: ''
}

.packages .slick-next {
    background-image: url(../images/right-arrow-green.png);
    right: auto;
    left: -320px
}

.packages .slick-next:before {
    content: ''
}

.faq {
    background-color: #0e0e0e
}

.faq .section_title .sub_title {
    left: -50px
}

.faq .card {
    border: none;
    border: none;
    background-color: #000;
    border-radius: 0;
    font-family: 'Zilla Slab Highlight', cursive;;
    margin-bottom: 5px
}

.faq .card .card-header {
    background-color: transparent;
    position: relative;
    border: 1px solid transparent;
    border-bottom: 2px solid #303030;
    border-radius: 0;
    padding: 10px 20px;
    cursor: pointer
}

.faq .card .card-header a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%
}

.faq .card .card-header a[aria-expanded=true] i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq .card .card-header a i {
    position: absolute;
    right: 15px;
    top: 15px
}

.faq .card .card-body {
    padding: 20px 15px
}

.faq .card .card-body .txt {
    color: #878787;
    opacity: 1;
    font-size: 18px
}

#ui-datepicker-div.ui-datepicker {
    font-size: 16px;
    padding: 10px
}

#ui-datepicker-div.ui-datepicker td {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

#ui-datepicker-div.ui-datepicker td .ui-state-default {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block
}

#ui-datepicker-div.ui-datepicker td .ui-state-default:hover {
    background-color: #6ea172 !important;
    border-radius: 50%;
    color: #fff
}

#ui-datepicker-div.ui-datepicker td.ui-state-default.ui-state-active.active,
#ui-datepicker-div.ui-datepicker td.ui-state-default.ui-state-highlight {
    color: #fff
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 10px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title:active,
#ui-datepicker-div.ui-datepicker .ui-datepicker-title:focus,
#ui-datepicker-div.ui-datepicker .ui-datepicker-title:hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-title:visited {
    background-color: transparent
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    display: inline-block;
    font-weight: 500
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    color: #6ea172 !important;
    position: absolute;
    cursor: pointer;
    font-size: 14px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    right: 5px;
    top: 15px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    left: 5px;
    top: 15px
}

.ui-datepicker {
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #e1e2eb;
    position: relative
}

.ui-datepicker th {
    font-weight: 200
}

.ui-datepicker td {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.ui-datepicker td .ui-state-default {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block
}

.ui-datepicker td .ui-state-default:hover {
    background-color: #6ea172 !important;
    border-radius: 50%;
    color: #fff
}

.ui-datepicker td.ui-state-default.ui-state-active.active,
.ui-datepicker td.ui-state-default.ui-state-highlight {
    color: #fff
}

.ui-datepicker table tr td span {
    width: 54px
}

.ui-datepicker table tr td span:hover {
    background-color: #6ea172 !important;
    border-radius: 50%;
    color: #fff
}

.ui-datepicker .ui-state-active {
    background-color: #6ea172 !important;
    background-image: none;
    border-radius: 50%;
    text-shadow: none !important;
    color: #fff
}

.ui-datepicker .ui-state-active:active,
.ui-datepicker .ui-state-active:focus,
.ui-datepicker .ui-state-active:hover,
.ui-datepicker .ui-state-active:visited {
    background-color: #6ea172 !important;
    background-image: none;
    text-shadow: none !important
}

.ui-datepicker table {
    margin: 0 auto
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    color: #000;
    position: absolute;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next {
    right: 20px;
    top: 35px
}

.ui-datepicker .ui-datepicker-prev {
    left: 20px;
    top: 35px
}

.ui-datepicker-title {
    font-size: 36px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.ui-datepicker-title:active,
.ui-datepicker-title:focus,
.ui-datepicker-title:hover,
.ui-datepicker-title:visited {
    background-color: transparent
}

.ui-datepicker-title .ui-datepicker-year {
    display: block
}

.ui-datepicker-trigger {
    display: none
}

.gallery_page {
    background-color: #101010
}

.gallery_page .gal_name {
    position: relative;
    padding: 15px
}

.gallery_page .gal_name h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 900
}

.gallery_page .gal_name h4 img {
    margin-right: 10px;
    margin-top: -5px
}

.gallery_page .gal_name .link {
    position: absolute;
    right: 30px;
    top: 15px
}

@media only screen and (max-width:1919px) {
    .gmpc_wrap {
        width: 900px
    }
}

@media only screen and (max-width:1599px) {
    .gmpc_wrap {
        width: 700px
    }

    .mouse_down span {
        display: none
    }

    .wrap {
        padding-left: 130px;
        overflow: hidden
    }

    header {
        width: 130px
    }

    .section_title .sub_title {
        left: -60px
    }

    .pichiavo .section_title {
        padding-left: 50px
    }

    .pichiavo .section_title h2 {
        left: -50px
    }

    .slider_wrap .slider {
        width: 100%
    }

    .bbg_lines {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .first_section .contact_information {
        padding-top: 40px
    }

    .first_section .contact_information .btn_default {
        padding: 15px 20px;
        display: none
    }

    .first_section .contact_information .list-inline .list-inline-item:nth-child(2) {
        margin-right: 20px
    }

    .first_section .reservation_image {
        display: none
    }

    .slider_wrap .x_sign {
        bottom: 15px;
        left: 15px
    }

    .slider_wrap .slider .slide {
        background-position: right
    }

    .slider_wrap .slider .slide h2,
    .slider_wrap .slider .slide h3,
    .slider_wrap .slider .slide h4 {
        font-size: 48px
    }

    .about .custom_title h1 {
        font-size: 36px
    }

    .about .custom_title h2 {
        display: none
    }

    .about .progress {
        display: none
    }

    .txt {
        font-size: 16px
    }

    .section_title .sub_title {
        left: -40px
    }

    .section_title .title {
        font-size: 30px;
        padding-left: 40px
    }

    .section_title .title::before {
        left: 15px
    }

    .pichiavo .col-lg-6:last-child img {
        max-width: 600px;
        position: relative;
        left: 0
    }

    .pichiavo .relative_section {
        width: 100%
    }

    .enterior .abs {
        top: -140px
    }

    .reservation .reservation_image img {
        max-width: 60px;
        margin-right: 20px
    }

    .reservation .reservation_image::before {
        width: 100px
    }

    .reservation .section_title .title::before {
        left: 19px
    }

    .gmpc_wrap {
        width: 100%
    }

    footer .footer_information {
        flex-direction: column
    }

    footer .footer_information ul {
        display: block;
        margin-bottom: 20px
    }

    .kontakt .text-right {
        display: none
    }

    header .navbar-expand-lg {
        justify-content: center
    }

    header .mouse_down {
        display: block;
        width: 24px;
        padding: 0;
        position: fixed;
        bottom: 10px
    }

    header .mouse_down.hidden {
        display: none
    }

    header .mouse_down.hidden img {
        display: none
    }

    header .mouse_down img {
        display: block;
        bottom: 0
    }

    header .mouse_down span {
        display: none
    }

    header .toTop {
        position: fixed;
        bottom: 10px;
        width: 24px;
        padding: 0
    }

    header .toTop.visible img {
        display: block;
        bottom: 80px
    }

    .playstation .section_title {
        padding-left: 0
    }

    .enterior .section_title {
        padding-left: 0
    }

    .enterior .section_title .title::before {
        left: 17px
    }

    header img {
        display: none
    }

    .page_title h1 {
        font-size: 48px
    }

    .faq .section_title .sub_title {
        left: -20px
    }

    .gallery_page .gal_name .link {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .first_section .contact_information .list-inline .list-inline-item {
        padding-right: 5px
    }

    header {
        width: 50px;
        justify-content: center;
        z-index: 2
    }

    header .navbar-expand-lg .navbar-toggler {
        position: fixed;
        top: 25px;
        z-index: 2222;
        left: 10px;
        border: none;
        padding: 0;
        cursor: pointer
    }

    header .navbar-expand-lg .navbar-toggler:focus {
        border: none;
        outline: 0
    }

    header .navbar-expand-lg .navbar-nav {
        position: fixed;
        top: 0;
        z-index: 2;
        justify-content: center;
        align-items: center;
        height: 100vh;
        left: 50px;
        background: #f3f5f8;
        border-left: 1px solid #dedede;
        width: 0;
        transition: all .5s;
        overflow: hidden;
        opacity: 0
    }

    header .navbar-expand-lg .navbar-nav.open {
        width: 100%;
        opacity: 1
    }

    header .navbar-expand-lg .navbar-nav::before {
        display: none
    }

    header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        margin-left: -50px;
        min-width: 120px;
        position: relative;
        padding-left: 30px;
        text-align: left
    }

    header .navbar-expand-lg .navbar-nav .nav-item .nav-link img {
        display: inline-block;
        width: 15px;
        position: absolute;
        left: 0;
        top: 10px
    }

    header .navbar-expand-lg .navbar-nav .nav-item .nav-link::before {
        display: none
    }

    .wrap {
        padding-left: 50px
    }

    .slider_wrap .slider {
        margin: 40px 0 80px 0
    }

    .slider_wrap .slider .slide {
        min-height: 500px
    }

    .slider_wrap .slider .slide h2,
    .slider_wrap .slider .slide h3,
    .slider_wrap .slider .slide h4 {
        font-size: 36px
    }

    .about .custom_title h1 {
        margin-bottom: 30px
    }

    .info_section .col-lg-7 {
        display: none
    }

    .playstation .abs_img {
        right: 15px;
        top: 80px
    }

    .pichiavo .photo img {
        width: 100%
    }

    .pichiavo .photo img.abs_img {
        right: 15px
    }

    .pichiavo .col-lg-6:last-child img {
        display: none
    }

    .enterior .abs {
        position: relative;
        top: 0
    }

    .enterior .abs img {
        display: none
    }

    .enterior .abs p {
        padding-left: 0
    }

    .regular_padding {
        padding: 80px 0
    }

    .reservation .reservation_image {
        display: none
    }

    .reservation .text-right {
        text-align: left !important;
        margin-top: 20px
    }

    .gmpc_wrap {
        margin-top: 30px
    }

    footer .text-right {
        text-align: left !important;
        margin-top: 20px
    }

    .location {
        display: none
    }

    .page_title {
        min-height: 400px
    }

    .page_title h1 {
        margin-top: 15px;
        font-size: 36px
    }

    .kontakt.reservation_form .relative {
        display: none
    }

    .gallery_page .col-lg-6 {
        margin-bottom: 30px
    }

    .gallery_page .col-lg-6:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .first_section img {
        max-width: 100px
    }

    .first_section .contact_information {
        padding: 0;
        position: relative
    }

    .first_section .contact_information .btn_default {
        position: absolute;
        right: 0;
        margin-bottom: 0;
        display: block
    }

    .first_section .contact_information .list-inline,
    .first_section .contact_information .reservation_image,
    .first_section .progress {
        display: none
    }

    .slider_wrap .slider .slide {
        min-height: 400px
    }

    .slider_wrap .slider .slide h2,
    .slider_wrap .slider .slide h3,
    .slider_wrap .slider .slide h4 {
        font-size: 24px
    }

    .about .custom_title h1 {
        font-size: 28px
    }

    .about .custom_title h1 img {
        top: 19px
    }

    .about .custom_title h1 span:first-child {
        display: block;
        width: 100%
    }

    .about .about_txt {
        padding-left: 0
    }

    .about .about_txt img {
        display: none
    }

    .about .txt {
        margin-bottom: 0
    }

    .gallery .col-lg-3,
    .gallery .col-lg-5 {
        padding: 0 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .gallery .photo img {
        width: 100%
    }

    .enterior {
        background-image: none !important;
        background-color: #eeece8
    }

    .enterior img {
        margin: 0 auto 30px auto;
        display: block
    }

    .enterior .section_title .title::before {
        left: 0
    }

    .section_title .sub_title {
        display: none
    }

    .section_title .title {
        font-size: 20px;
        padding-left: 20px
    }

    .section_title .title::before {
        top: -8px;
        left: 0
    }

    .info_section ul li {
        padding: 15px 30px 15px 15px;
        font-size: 15px
    }

    .info_section ul li img {
        margin-right: 10px
    }

    .info_section ul li::before {
        display: none
    }

    .playstation .abs_img {
        top: 65px
    }

    .playstation .abs_img img {
        max-width: 85px
    }

    .playstation .slider .slide {
        min-height: 250px;
        background-size: cover
    }

    .playstation .slider .slide h4 {
        bottom: 25px
    }

    .pichiavo .section_title {
        padding-left: 0
    }

    .pichiavo .section_title .title {
        padding-left: 20px
    }

    .pichiavo .section_title h3::before {
        left: 0
    }

    .reservation .section_title .title::before {
        left: 0
    }

    footer .footer_information {
        padding: 0;
        border: none;
        margin-bottom: 10px
    }

    footer .copyright h2 {
        margin: 40px 0 0 0
    }

    footer .copyright p br {
        display: none
    }

    .help {
        bottom: 15px;
        right: 15px
    }

    .page_title h1 {
        font-size: 24px
    }

    .packages .package_slider {
        margin-bottom: 0
    }

    .packages .package_slider .package_slide {
        margin: 0
    }
}