.contact-form {
    position: relative;
    overflow: hidden
}

    .contact-form form {
        max-width: 875px;
        border-radius: 8px;
        background-color: #fff;
        font-size: 16px
    }

        .contact-form form .required-text {
            font-family: "Mulish",sans-serif;
            font-style: normal;
            font-weight: 400;
            letter-spacing: .5px;
            color: #8a8988
        }

        .contact-form form .input-wrapper {
            position: relative;
            box-sizing: border-box
        }

        .contact-form form label {
            font-family: "Mulish",sans-serif;
            font-style: normal;
            font-weight: 700;
            display: block;
            letter-spacing: .5px;
            margin-bottom: 10px;
            line-height: 24px
        }

        .contact-form form input, .contact-form form textarea {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            background-color: transparent;
            border: 1px solid #8a8988;
            border-radius: 5px;
            letter-spacing: .5px;
            resize: none;
            outline: none
        }

            .contact-form form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
                color: #8a8988
            }

            .contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
                color: #8a8988
            }

            .contact-form form input::placeholder, .contact-form form textarea::placeholder {
                color: #8a8988
            }

            .contact-form form input.invalid, .contact-form form textarea.invalid {
                border-color: #e10000
            }

            .contact-form form input:focus, .contact-form form textarea:focus {
                border-color: #30261d
            }

            .contact-form form input:disabled, .contact-form form textarea:disabled {
                border-color: #cecece;
                background-color: #f7f7f7;
                color: #8a8988
            }

        .contact-form form input {
            height: 45px
        }

        .contact-form form textarea {
            height: 145px;
            padding: 15px 20px
        }

        .contact-form form button {
            font-family: "Mulish",sans-serif;
            font-style: normal;
            font-weight: 700;
            height: 50px;
            padding: 0;
            border: none;
            border-radius: 8px;
            background-color: #ff8300;
            line-height: 50px;
            letter-spacing: 2px;
            font-size: 18px;
            color: #fff
        }

            .contact-form form button:disabled {
                background-color: #cecece
            }

@media only screen and (min-width:801px) {
    .contact-form .centered {
        box-sizing: border-box
    }

    .contact-form form {
        height: 100%;
        padding: 60px 75px 90px
    }

        .contact-form form .required-text {
            padding: 0 10px
        }

        .contact-form form .input-wrapper {
            width: 50%;
            display: inline-block;
            padding: 0 10px 20px;
            box-sizing: border-box
        }

            .contact-form form .input-wrapper.large {
                width: 100%
            }

        .contact-form form button {
            width: 200px;
            float: right
        }

            .contact-form form button:hover {
                background-color: #f07400;
                cursor: pointer
            }

                .contact-form form button:hover:disabled {
                    background-color: #8a8988;
                    cursor: default
                }
}

@media only screen and (max-width:800px) {
    .contact-form .centered {
        padding: 0
    }

    .contact-form form {
        padding: 40px 20px
    }

        .contact-form form .input-wrapper {
            padding: 15px 0;
            box-sizing: border-box
        }

        .contact-form form button {
            width: 100%;
            margin-top: 20px
        }
}

.dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    z-index: 100;
    box-sizing: border-box
}

    .dialog-backdrop .dialog {
        position: absolute;
        padding: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 8px 26px 0 rgba(0,0,0,.1);
        border: 1px solid #ff8300
    }

        .dialog-backdrop .dialog .icon-close {
            position: relative;
            z-index: 1;
            float: right;
            font-size: 24px;
            color: #ff8300
        }

            .dialog-backdrop .dialog .icon-close:hover {
                color: #f07400;
                cursor: pointer
            }

        .dialog-backdrop .dialog .dialog-content {
            max-width: 305px;
            position: relative;
            margin: auto;
            letter-spacing: .5px;
            text-align: center
        }

            .dialog-backdrop .dialog .dialog-content h6 {
                font-family: "Akrobat Black",sans-serif;
                font-weight: 900;
                font-style: normal;
                margin: 0 0 10px;
                font-size: 20px;
                color: #ff8300
            }

            .dialog-backdrop .dialog .dialog-content span {
                display: block
            }

@media only screen and (min-width:801px) {
    .dialog-backdrop .dialog {
        width: 400px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

        .dialog-backdrop .dialog .dialog-content {
            padding: 50px 20px
        }
}

@media only screen and (max-width:800px) {
    .dialog-backdrop {
        padding: 0 15px
    }

        .dialog-backdrop .dialog {
            right: 15px;
            left: 15px
        }

            .dialog-backdrop .dialog .dialog-content {
                padding: 30px 20px
            }
}

.animal-species {
    background-color: #fff
}

    .animal-species .centered h1 {
        font-family: "Akrobat Black",sans-serif;
        font-weight: 900;
        font-style: normal;
        margin: 0;
        text-transform: uppercase;
        color: rgba(255,131,0,.3)
    }

    .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper {
        display: block;
        background-color: #30261d
    }

        .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .image-wrapper {
            position: relative
        }

            .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .image-wrapper:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 56.25%
            }

            .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .image-wrapper > div, .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .image-wrapper > img, .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .image-wrapper > video {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-size: cover;
                background-position: 50%
            }

        .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info {
            padding: 15px
        }

            .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info h6 {
                font-family: "Akrobat Black",sans-serif;
                font-weight: 900;
                font-style: normal;
                padding: 0;
                margin: 0 0 15px;
                letter-spacing: .5px;
                color: #ff8300
            }

            .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info .english-name {
                font-family: "Mulish",sans-serif;
                font-style: normal;
                font-weight: 700;
                display: block;
                letter-spacing: .5px;
                color: #fff
            }

@media print,screen and (min-width:801px) {
    .animal-species {
        margin-top: 100px
    }

        .animal-species .centered {
            padding: 0 35px 80px
        }

            .animal-species .centered h1 {
                margin-bottom: 50px;
                letter-spacing: 2.5px;
                font-size: 160px
            }

            .animal-species .centered .animal-outter-wrapper {
                width: 33.33%;
                display: inline-block;
                vertical-align: top;
                padding: 5px;
                box-sizing: border-box
            }

                .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info h6 {
                    height: 75px;
                    font-size: 36px;
                    line-height: 38px
                }

                .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info .english-name {
                    height: 45px;
                    line-height: 20px;
                    font-size: 18px
                }

                .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper:hover {
                    background-color: #3f352c
                }
}

@media only screen and (max-width:980px) {
    .animal-species .centered .animal-outter-wrapper {
        width: 50%
    }
}

@media only screen and (max-width:800px) {
    .animal-species {
        margin-top: 80px
    }

        .animal-species .centered {
            padding: 30px 15px 60px
        }

            .animal-species .centered h1 {
                margin-bottom: 30px;
                letter-spacing: 1px;
                font-size: 65px
            }

            .animal-species .centered .animal-outter-wrapper {
                width: 50%;
                display: inline-block;
                padding: 5px;
                box-sizing: border-box
            }

                .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info h6 {
                    min-height: 50px;
                    font-size: 26px
                }

                .animal-species .centered .animal-outter-wrapper .animal-inner-wrapper .basic-info .english-name {
                    min-height: 32px;
                    font-size: 14px
                }
}

@media only screen and (max-width:600px) {
    .animal-species .centered {
        padding: 30px 0
    }

        .animal-species .centered h1 {
            padding: 0 20px
        }

        .animal-species .centered .animal-outter-wrapper {
            width: 100%;
            display: block;
            padding: 10px 0
        }
}

.animal-data-sheet {
    background-color: #fff
}

    .animal-data-sheet .icon-info-wrapper {
        margin-bottom: 20px;
        line-height: 23px
    }

        .animal-data-sheet .icon-info-wrapper .icon {
            width: 30px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            font-size: 26px
        }

        .animal-data-sheet .icon-info-wrapper .title-value-wrapper {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-left: -30px;
            padding-left: 45px;
            box-sizing: border-box
        }

    .animal-data-sheet .name-image-wrapper {
        background-color: #30261d;
        color: #fff
    }

        .animal-data-sheet .name-image-wrapper .image-wrapper {
            position: relative;
            min-height: 210px
        }

            .animal-data-sheet .name-image-wrapper .image-wrapper:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 56.25%
            }

            .animal-data-sheet .name-image-wrapper .image-wrapper > div, .animal-data-sheet .name-image-wrapper .image-wrapper > img, .animal-data-sheet .name-image-wrapper .image-wrapper > video {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-size: cover;
                background-position: 50%
            }

        .animal-data-sheet .name-image-wrapper .name-details {
            box-sizing: border-box
        }

        .animal-data-sheet .name-image-wrapper h5 {
            font-family: "Akrobat Black",sans-serif;
            font-weight: 900;
            font-style: normal;
            margin: 0 0 15px;
            line-height: 42px;
            letter-spacing: .5px;
            font-size: 42px;
            color: #ff8300
        }

        .animal-data-sheet .name-image-wrapper .english-name {
            font-family: "Mulish",sans-serif;
            font-style: normal;
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
            line-height: 25px;
            letter-spacing: .5px;
            font-size: 20px
        }

        .animal-data-sheet .name-image-wrapper .scientific-name {
            display: block;
            letter-spacing: .5px;
            line-height: 25px;
            font-style: italic;
            font-size: 20px
        }

    .animal-data-sheet .detailed-info-wrapper {
        font-size: 18px;
        background-color: #ff8300;
        color: #fff
    }

    .animal-data-sheet .risk-info-wrapper {
        background-color: #30261d;
        color: #66594e
    }

        .animal-data-sheet .risk-info-wrapper .actual-situation {
            display: block;
            letter-spacing: .5px;
            font-size: 18px;
            color: #fff
        }

        .animal-data-sheet .risk-info-wrapper .risk-element {
            margin-top: 30px
        }

            .animal-data-sheet .risk-info-wrapper .risk-element .risk-type {
                font-family: "Mulish",sans-serif;
                font-style: normal;
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: .5px;
                font-size: 18px;
                color: #ff8300
            }

            .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option {
                width: 140px;
                display: inline-block;
                vertical-align: top;
                margin-top: 15px
            }

                .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option .icon, .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option .title {
                    display: block
                }

                .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option .icon {
                    margin-bottom: 5px;
                    font-size: 26px
                }

                .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option .title {
                    font-family: "Mulish",sans-serif;
                    font-style: normal;
                    font-weight: 500;
                    max-width: 100px;
                    letter-spacing: .5px;
                    font-size: 12px
                }

                .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option.active .icon, .animal-data-sheet .risk-info-wrapper .risk-element .risk-options .risk-option.active .title {
                    color: #ff8300
                }

    .animal-data-sheet .iconography h6, .animal-data-sheet .image-gallery h6 {
        font-family: "Akrobat Black",sans-serif;
        font-weight: 900;
        font-style: normal;
        padding: 0;
        margin: 0 0 20px;
        letter-spacing: .5px;
        font-size: 36px;
        color: #ff8300
    }

    .animal-data-sheet .image-gallery {
        padding: 50px 0
    }

        .animal-data-sheet .image-gallery h6 {
            text-align: center
        }

        .animal-data-sheet .image-gallery .slideshow {
            padding: 0 20px
        }

        .animal-data-sheet .image-gallery .image-wrapper {
            max-width: 815px;
            margin: auto
        }

        .animal-data-sheet .image-gallery .image {
            position: relative;
            max-height: 540px
        }

            .animal-data-sheet .image-gallery .image:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 56.25%
            }

            .animal-data-sheet .image-gallery .image > div, .animal-data-sheet .image-gallery .image > img, .animal-data-sheet .image-gallery .image > video {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-size: cover;
                background-position: 50%
            }

            .animal-data-sheet .image-gallery .image > div {
                background-position: 50%
            }

    .animal-data-sheet .iconography {
        padding: 50px 0
    }

        .animal-data-sheet .iconography .icon-info-wrapper .icon {
            color: #ff8300
        }

        .animal-data-sheet .iconography .icon-info-wrapper .value {
            max-width: 200px
        }

        .animal-data-sheet .iconography .icon-elephant {
            color: rgba(255,131,0,.2)
        }

@media print,screen and (min-width:801px) {
    .animal-data-sheet {
        padding: 50px 0;
        margin-top: 100px
    }

        .animal-data-sheet .name-image-wrapper .image-wrapper {
            width: 40%;
            display: inline-block;
            vertical-align: top
        }

        .animal-data-sheet .name-image-wrapper .name-details {
            width: 60%;
            display: inline-block;
            vertical-align: top;
            padding: 30px
        }

        .animal-data-sheet .detailed-info-wrapper {
            padding: 30px
        }

            .animal-data-sheet .detailed-info-wrapper .icon-info-wrapper.identification {
                margin-bottom: 70px
            }

            .animal-data-sheet .detailed-info-wrapper .left-column {
                width: 40%;
                display: inline-block;
                vertical-align: top;
                padding-right: 10px;
                box-sizing: border-box
            }

            .animal-data-sheet .detailed-info-wrapper .right-column {
                width: 60%;
                display: inline-block;
                vertical-align: top
            }

        .animal-data-sheet .risk-info-wrapper {
            padding: 30px
        }

        .animal-data-sheet .iconography .icon-elephant {
            position: absolute;
            top: -80px;
            right: 0;
            font-size: 400px
        }
}

@media only screen and (max-width:800px) {
    .animal-data-sheet {
        padding: 30px 0;
        margin-top: 80px
    }

        .animal-data-sheet .centered {
            padding: 0
        }

        .animal-data-sheet .detailed-info-wrapper, .animal-data-sheet .name-image-wrapper .name-details, .animal-data-sheet .risk-info-wrapper {
            padding: 30px 20px
        }

        .animal-data-sheet .image-gallery {
            padding-bottom: 0
        }

        .animal-data-sheet .iconography {
            padding: 30px 20px
        }

            .animal-data-sheet .iconography .icon-elephant {
                display: block;
                text-align: center;
                font-size: 240px
            }
}

.slideshow {
    position: relative;
    overflow: hidden
}

    .slideshow .background {
        height: 100%;
        left: 0;
        right: 0;
        max-height: 400px;
        box-sizing: border-box;
        background-color: #ff8300
    }

    .slideshow .background, .slideshow .icon-left, .slideshow .icon-right {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .slideshow .icon-left, .slideshow .icon-right {
        display: block;
        z-index: 1;
        background-color: #30261d;
        font-size: 28px;
        text-align: center;
        color: #ff8300
    }

    .slideshow .icon-left {
        left: 20px;
        border-radius: 5px
    }

    .slideshow .icon-right {
        right: 20px;
        border-radius: 5px
    }

    .slideshow .item {
        position: relative;
        display: none
    }

        .slideshow .item.selected {
            display: block
        }

@media only screen and (min-width:801px) {
    .slideshow .icon-left, .slideshow .icon-right {
        height: 60px;
        width: 60px;
        line-height: 60px;
        cursor: pointer
    }

        .slideshow .icon-left:hover, .slideshow .icon-right:hover {
            color: #f07400
        }
}

@media only screen and (max-width:800px) {
    .slideshow .icon-left, .slideshow .icon-right {
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

@font-face {
    font-family: "pastora-icons";
    src: url(/media/pastora-icons.ttf) format("truetype"),url(/media/pastora-icons.woff) format("woff"),url(/media/pastora-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: "pastora-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-left:before {
    content: "\e928"
}

.icon-right:before {
    content: "\e929"
}

.icon-appendix-1:before {
    content: "\e91d"
}

.icon-appendix-2:before {
    content: "\e91e"
}

.icon-appendix-3:before {
    content: "\e91f"
}

.icon-critically-endangered:before {
    content: "\e920"
}

.icon-data-deficient:before {
    content: "\e921"
}

.icon-endangered:before {
    content: "\e922"
}

.icon-extinct-in-the-wild:before {
    content: "\e923"
}

.icon-extinct2:before {
    content: "\e924"
}

.icon-least-concern:before {
    content: "\e925"
}

.icon-near-threatened:before {
    content: "\e926"
}

.icon-vulnerable:before {
    content: "\e927"
}

.icon-back:before {
    content: "\e90e"
}

.icon-distribution:before {
    content: "\e90f"
}

.icon-elephant:before {
    content: "\e910"
}

.icon-Extinct:before {
    content: "\e911"
}

.icon-fe:before {
    content: "\e912"
}

.icon-feeding:before {
    content: "\e913"
}

.icon-gestation:before {
    content: "\e914"
}

.icon-habitat:before {
    content: "\e915"
}

.icon-id:before {
    content: "\e916"
}

.icon-in-danger:before {
    content: "\e917"
}

.icon-in:before {
    content: "\e918"
}

.icon-info:before {
    content: "\e919"
}

.icon-no-risk:before {
    content: "\e91a"
}

.icon-special-protection:before {
    content: "\e91b"
}

.icon-threatened:before {
    content: "\e91c"
}

.icon-menu:before {
    content: "\e90c"
}

.icon-close:before {
    content: "\e90d"
}

.icon-clock:before {
    content: "\e900"
}

.icon-down:before {
    content: "\e901"
}

.icon-email:before {
    content: "\e902"
}

.icon-location:before {
    content: "\e903"
}

.icon-love:before {
    content: "\e904"
}

.icon-postcard:before {
    content: "\e905"
}

.icon-prohibited:before {
    content: "\e906"
}

.icon-rules:before {
    content: "\e907"
}

.icon-summer:before {
    content: "\e908"
}

.icon-telephone:before {
    content: "\e909"
}

.icon-up:before {
    content: "\e90a"
}

.icon-winter:before {
    content: "\e90b"
}

body, html {
    width: 100%;
    height: 100%
}

body {
    font-family: "Mulish",sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #ff8300;
    font-size: 16px;
    color: #30261d;
    -webkit-overflow-scrolling: touch
}

#root {
    width: 100%;
    height: 100%
}

a {
    text-decoration: none
}

.centered {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box
}

main {
    height: 100%
}

    main .hero-wrapper {
        min-height: 500px;
        max-height: 700px;
        position: relative;
        overflow: hidden
    }

        main .hero-wrapper:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%
        }

        main .hero-wrapper > div, main .hero-wrapper > img, main .hero-wrapper > video {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: 50%
        }

        main .hero-wrapper p {
            font-family: "Akrobat Bold",sans-serif;
            font-weight: 700;
            font-style: normal;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 0;
            letter-spacing: .5px;
            color: #fff
        }

            main .hero-wrapper p span {
                font-family: "Akrobat Black",sans-serif;
                font-weight: 900;
                font-style: normal
            }

    main section {
        font-family: "Mulish",sans-serif;
        font-style: normal;
        font-weight: 500;
        position: relative;
        background-color: #fff;
        font-size: 18px
    }

        main section h1 {
            margin: 0;
            text-transform: uppercase;
            color: rgba(255,131,0,.3)
        }

        main section h1, main section h2 {
            font-family: "Akrobat Black",sans-serif;
            font-weight: 900;
            font-style: normal
        }

        main section h2 {
            margin-top: 0;
            color: #ff8300
        }

        main section h3 {
            font-family: "Akrobat Black",sans-serif;
            font-weight: 900;
            font-style: normal;
            margin: 0;
            color: #ff8300
        }

        main section.about-section {
            padding-bottom: 0
        }

            main section.about-section p {
                line-height: 23px;
                text-align: justify
            }

            main section.about-section .about-info-wrapper {
                margin-bottom: 45px
            }

            main section.about-section .species-link {
                font-family: "Mulish",sans-serif;
                font-style: normal;
                font-weight: 700;
                max-width: 600px;
                display: block;
                margin: 80px auto;
                background-color: #ff8300;
                border-radius: 15px;
                text-align: center;
                font-size: 22px;
                color: #fff
            }

                main section.about-section .species-link:hover {
                    background-color: #f07400
                }

            main section.about-section .about-footer {
                position: relative
            }

                main section.about-section .about-footer:before {
                    display: block;
                    content: "";
                    width: 100%;
                    padding-top: 56.25%
                }

                main section.about-section .about-footer > div, main section.about-section .about-footer > img, main section.about-section .about-footer > video {
                    height: 100%;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-size: cover;
                    background-position: 50%
                }

        main section.location-section, main section.opening-hours-section {
            background-color: #30261d
        }

        main section.opening-hours-section {
            text-align: center;
            color: #fff
        }

            main section.opening-hours-section .icon-clock {
                position: absolute;
                font-size: 300px;
                color: rgba(255,131,0,.1)
            }

            main section.opening-hours-section h1 {
                margin-bottom: 60px
            }

            main section.opening-hours-section span {
                font-family: "Mulish",sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                letter-spacing: .5px;
                display: block
            }

            main section.opening-hours-section h6 {
                margin-top: 0;
                margin-bottom: 40px;
                font-size: 30px
            }

            main section.opening-hours-section h5, main section.opening-hours-section h6 {
                font-family: "Akrobat Black",sans-serif;
                font-weight: 900;
                font-style: normal;
                letter-spacing: .8px;
                color: #ff8300
            }

            main section.opening-hours-section h5 {
                margin-top: 10;
                margin-bottom: 20px;
                font-size: 20px
            }

            main section.opening-hours-section .opening-hours-wrapper {
                margin-bottom: 40px
            }

                main section.opening-hours-section .opening-hours-wrapper .icon {
                    font-size: 50px
                }

                main section.opening-hours-section .opening-hours-wrapper .hours {
                    font-family: "Mulish",sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    margin-top: 5px;
                    font-size: 18px;
                    letter-spacing: 1px
                }

        main section.prices-section h3 {
            line-height: 42px;
            letter-spacing: .5px
        }

        main section.prices-section .price-caption {
            display: block;
            margin-top: 10px;
            margin-bottom: 30px
        }

        main section.prices-section .free-entrance-caption {
            display: block
        }

        main section.prices-section .image-wrapper {
            width: 100%
        }

            main section.prices-section .image-wrapper img {
                width: 100%;
                max-width: 500px
            }

        main section.regulation-section {
            background-color: #ff8300;
            color: #fff
        }

            main section.regulation-section .icon-rules {
                position: absolute;
                font-size: 350px;
                color: hsla(0,0%,100%,.15)
            }

            main section.regulation-section h1 {
                color: hsla(0,0%,100%,.3)
            }

            main section.regulation-section h2 {
                color: #fff
            }

            main section.regulation-section .prohibited-caption {
                font-family: "Mulish",sans-serif;
                font-style: normal;
                font-weight: 700;
                letter-spacing: .5px
            }

            main section.regulation-section ul {
                padding: 0;
                margin: 30px 0 0;
                list-style: none;
                letter-spacing: .5px
            }

                main section.regulation-section ul li {
                    margin-bottom: 15px
                }

                    main section.regulation-section ul li span {
                        display: inline-block;
                        vertical-align: top
                    }

                    main section.regulation-section ul li .rule-text {
                        width: 100%;
                        padding-left: 40px;
                        margin-left: -30px;
                        box-sizing: border-box
                    }

        main section.location-section .location-wrapper .location-address-wrapper {
            position: relative
        }

            main section.location-section .location-wrapper .location-address-wrapper .icon-location {
                font-size: 34px;
                color: #ff8300
            }

            main section.location-section .location-wrapper .location-address-wrapper .address {
                color: #fff
            }

                main section.location-section .location-wrapper .location-address-wrapper .address span {
                    display: block
                }

        main section.location-section .location-wrapper a {
            display: inline-block;
            margin-top: 30px;
            color: #ff8300
        }

            main section.location-section .location-wrapper a:hover {
                color: #f07400
            }

        main section.location-section .location-wrapper .image-wrapper {
            width: 100%
        }

            main section.location-section .location-wrapper .image-wrapper img {
                width: 100%;
                max-width: 650px
            }

        main section.contact-section .contact-info-wrapper {
            margin-bottom: 50px
        }

            main section.contact-section .contact-info-wrapper:last-child {
                margin-bottom: 0
            }

            main section.contact-section .contact-info-wrapper h6 {
                font-family: "Akrobat Black",sans-serif;
                font-weight: 900;
                font-style: normal;
                margin-top: 0;
                margin-bottom: 15px;
                font-size: 36px;
                letter-spacing: .5px;
                color: #ff8300
            }

            main section.contact-section .contact-info-wrapper span {
                display: inline-block;
                vertical-align: middle
            }

            main section.contact-section .contact-info-wrapper .icon {
                margin-right: 20px;
                font-size: 24px;
                color: #ff8300
            }

            main section.contact-section .contact-info-wrapper a {
                color: #30261d
            }

        main section.contact-section .image-wrapper img {
            max-width: 100%
        }

        main section.contact-form-section {
            background-color: #ff8300
        }

            main section.contact-form-section .icon-postcard {
                font-size: 230px;
                color: hsla(0,0%,100%,.15)
            }

            main section.contact-form-section h3 {
                font-family: "Akrobat Black",sans-serif;
                font-weight: 900;
                font-style: normal;
                margin: 0;
                color: #fff
            }

@media print,screen and (min-width:801px) {
    .centered {
        min-width: 800px;
        max-width: 1280px;
        padding: 0 40px
    }

    .hero-wrapper .hero-img {
        background-image: url(/media/hero.jpg)
    }

    .hero-wrapper p {
        width: 375px;
        line-height: 42px;
        font-size: 38px
    }

    section {
        padding: 85px 0
    }

        section h1 {
            letter-spacing: 2.5px;
            font-size: 160px
        }

        section h2 {
            margin-bottom: 60px;
            letter-spacing: .8px;
            font-size: 60px
        }

        section.about-section h1 {
            line-height: 115px
        }

        section.about-section .about-info-wrapper.right-text .text-wrapper {
            padding-right: 0;
            padding-left: 40px
        }

        section.about-section .about-info-wrapper .text-wrapper {
            width: 65%;
            display: inline-block;
            vertical-align: top;
            box-sizing: border-box;
            padding-right: 40px
        }

        section.about-section .about-image-wrapper {
            width: 35%;
            display: inline-block;
            vertical-align: top
        }

            section.about-section .about-image-wrapper.mobile {
                display: none
            }

            section.about-section .about-image-wrapper img {
                width: 100%;
                max-height: 490px
            }

        section.about-section .species-link {
            height: 75px;
            padding: 0 55px;
            line-height: 75px
        }

            section.about-section .species-link:hover {
                background-color: #f07400
            }

        section.about-section .about-footer {
            height: 400px
        }

        section.opening-hours-section .icon-clock {
            left: -50px;
            bottom: -90px;
            font-size: 300px
        }

        section.opening-hours-section .opening-hours-wrapper {
            width: 300px;
            margin: auto
        }

        section.prices-section h1 {
            margin-bottom: 60px
        }

        section.prices-section h3 {
            font-size: 42px
        }

        section.prices-section .free-entrance-caption {
            margin-top: 60px
        }

        section.prices-section .prices-wrapper {
            width: 400px;
            display: inline-block;
            vertical-align: top
        }

        section.prices-section .image-wrapper {
            display: inline-block;
            vertical-align: top;
            padding-left: 400px;
            margin-left: -400px;
            margin-top: -30px;
            box-sizing: border-box;
            text-align: right
        }

        section.regulation-section h1 {
            line-height: 115px
        }

        section.regulation-section .icon-rules {
            right: 50px;
            bottom: -80px
        }

        section.location-section h1 {
            margin-bottom: 60px
        }

        section.location-section .location-wrapper .location-address-wrapper {
            width: 370px;
            display: inline-block;
            vertical-align: top
        }

            section.location-section .location-wrapper .location-address-wrapper .icon-location {
                display: inline-block;
                vertical-align: top;
                margin-right: 20px
            }

            section.location-section .location-wrapper .location-address-wrapper .address {
                display: inline-block;
                vertical-align: top
            }

        section.location-section .location-wrapper .image-wrapper {
            display: inline-block;
            vertical-align: top;
            padding-left: 370px;
            margin-left: -370px;
            margin-top: -60px;
            box-sizing: border-box;
            text-align: right
        }

            section.location-section .location-wrapper .image-wrapper.mobile {
                display: none
            }

        section.contact-section h1 {
            margin-bottom: 60px
        }

        section.contact-section .contact-info-outer-wrapper {
            width: 65%;
            display: inline-block;
            vertical-align: top
        }

        section.contact-section .image-wrapper {
            width: 35%;
            display: inline-block;
            vertical-align: top;
            margin-top: -30px;
            padding-right: 30px;
            box-sizing: border-box
        }

            section.contact-section .image-wrapper img {
                max-height: 300px
            }

        section.contact-form-section h3 {
            width: 245px;
            display: inline-block;
            vertical-align: top;
            line-height: 42px;
            font-size: 60px
        }

        section.contact-form-section .contact-form {
            width: 100%;
            display: inline-block;
            box-sizing: border-box;
            padding-left: 285px;
            margin-left: -245px
        }

        section.contact-form-section .icon-postcard {
            position: absolute;
            left: 40px;
            bottom: 0
        }
}

@media only screen and (max-width:800px) {
    .centered {
        padding: 0 20px
    }

    .hero-wrapper .hero-img {
        background-image: url(/media/hero-mobile.jpg)
    }

    .hero-wrapper p {
        width: 242px;
        line-height: 28px;
        font-size: 24px
    }

    section {
        padding: 50px 0
    }

        section h1 {
            letter-spacing: 1px;
            font-size: 65px
        }

        section h2 {
            margin-bottom: 45px;
            font-size: 30px
        }

        section.about-section .text-wrapper {
            margin-bottom: 30px
        }

        section.about-section .about-footer {
            height: 115px
        }

            section.about-section .about-footer > div {
                background-size: contain;
                background-position: top !important
            }

        section.about-section .about-image-wrapper {
            width: 100%;
            max-width: 420px;
            margin: auto
        }

            section.about-section .about-image-wrapper.desktop {
                display: none
            }

            section.about-section .about-image-wrapper img {
                width: 100%;
                max-height: 490px
            }

        section.about-section .species-link {
            padding: 40px 20px
        }

            section.about-section .species-link span {
                max-width: 300px;
                display: block;
                margin: auto
            }

        section.opening-hours-section {
            padding-bottom: 300px
        }

            section.opening-hours-section .icon-clock {
                left: 50%;
                bottom: -120px;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%)
            }

        section.prices-section h1 {
            margin-bottom: 45px;
            text-align: center
        }

        section.prices-section h3 {
            font-size: 30px
        }

        section.prices-section .free-entrance-caption {
            display: block;
            margin-top: 45px
        }

        section.prices-section .image-wrapper {
            max-width: 420px;
            margin: 45px auto auto
        }

        section.regulation-section {
            padding-bottom: 300px
        }

            section.regulation-section .icon-rules {
                left: 50%;
                bottom: -120px;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%)
            }

        section.location-section h1 {
            margin-bottom: 45px
        }

        section.location-section .location-wrapper {
            text-align: center
        }

            section.location-section .location-wrapper .location-address-wrapper .icon-location {
                display: block;
                margin-bottom: 20px
            }

            section.location-section .location-wrapper .image-wrapper {
                margin-bottom: 30px
            }

                section.location-section .location-wrapper .image-wrapper.desktop {
                    display: none
                }

        section.contact-section h1 {
            margin-bottom: 45px
        }

        section.contact-section .image-wrapper {
            max-width: 450px;
            margin: auto auto 50px
        }

        section.contact-form-section {
            padding-bottom: 0
        }

            section.contact-form-section h3 {
                line-height: 36px;
                font-size: 30px;
                color: #fff
            }

            section.contact-form-section .contact-form {
                margin: 50px -20px 0
            }

            section.contact-form-section .icon-postcard {
                display: block;
                text-align: center
            }
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: transparent;
    box-sizing: border-box
}

    header.white-header {
        background-color: #fff;
        border-bottom: 1px solid #ff8300
    }

        header.white-header ul li a {
            color: #30261d
        }

    header .centered {
        height: 100%
    }

    header ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        header ul li {
            font-family: "Mulish",sans-serif;
            font-style: normal;
            font-weight: 700;
            letter-spacing: 1px
        }

@media print,screen and (min-width:801px) {
    header {
        height: 100px;
        line-height: 100px
    }

        header img {
            height: 50px;
            margin: 25px 0
        }

        header .menu {
            display: none
        }

        header ul {
            float: right
        }

            header ul li {
                display: inline-block;
                margin-left: 40px
            }

                header ul li a {
                    color: #fff
                }
}

@media only screen and (max-width:800px) {
    header {
        height: 80px;
        line-height: 80px
    }

        header.white-header .menu {
            color: #30261d
        }

        header .menu {
            width: 50px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            display: inline-block;
            text-align: center;
            font-size: 26px;
            color: #fff
        }

        header img {
            height: 30px;
            margin: 25px 0
        }

        header ul {
            min-height: 400px;
            position: absolute;
            top: 80px;
            right: 0;
            left: 0;
            z-index: 10;
            background-color: #fff;
            border-bottom: 1px solid #ff8300;
            text-align: center
        }

            header ul.hidden {
                display: none
            }

            header ul li {
                display: block;
                margin: 45px 0;
                line-height: normal
            }

                header ul li a {
                    color: #30261d !important
                }
}

footer {
    width: 100%;
    position: relative;
    padding: 40px 0
}

    footer, footer .icon-up {
        background-color: #30261d
    }

        footer .icon-up {
            width: 50px;
            height: 50px;
            position: absolute;
            display: block;
            line-height: 50px;
            border-radius: 8px;
            border: 1px solid #ff8300;
            text-align: center;
            font-size: 30px;
            color: #ff8300
        }

        footer .footer-section {
            font-size: 14px;
            color: #fff
        }

            footer .footer-section h6 {
                letter-spacing: 2px;
                font-size: 11px
            }

            footer .footer-section.logo img {
                max-width: 108px
            }

            footer .footer-section a {
                color: #ff8300
            }

                footer .footer-section a:hover {
                    color: #f07400
                }

            footer .footer-section .section-info {
                letter-spacing: .5px
            }

                footer .footer-section .section-info .icon-email, footer .footer-section .section-info .icon-location, footer .footer-section .section-info .icon-telephone {
                    font-size: 28px;
                    color: #ff8300
                }

                footer .footer-section .section-info .icon-email, footer .footer-section .section-info .icon-telephone {
                    vertical-align: middle
                }

                footer .footer-section .section-info .icon-location {
                    vertical-align: top
                }

                footer .footer-section .section-info .address-wrapper {
                    display: inline-block;
                    vertical-align: top
                }

                footer .footer-section .section-info.social-wrapper .icon {
                    margin-right: 10px;
                    font-size: 28px
                }

            footer .footer-section p {
                margin: 0;
                line-height: 18px
            }

            footer .footer-section.developed-by {
                color: #8a8988
            }

                footer .footer-section.developed-by .icon-love {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 18px;
                    color: #e10000
                }

                footer .footer-section.developed-by a {
                    font-family: "Mulish",sans-serif;
                    font-style: normal;
                    font-weight: 700
                }

@media print,screen and (min-width:801px) {
    footer .icon-up {
        top: -75px;
        right: 40px
    }

        footer .icon-up:hover {
            border-color: #f07400;
            color: #f07400;
            cursor: pointer
        }

    footer .centered {
        height: 120px;
        margin: 0 auto;
        text-align: justify;
        text-justify: distribute-all-lines
    }

        footer .centered:after {
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0;
            content: ""
        }

        footer .centered .footer-section {
            display: inline-block;
            vertical-align: top;
            margin-top: 10px;
            margin-right: 15px;
            margin-left: 0;
            text-align: left
        }

            footer .centered .footer-section .section-info {
                height: 120px
            }

                footer .centered .footer-section .section-info .icon-email, footer .centered .footer-section .section-info .icon-location, footer .centered .footer-section .section-info .icon-telephone {
                    display: inline-block;
                    margin-right: 10px
                }

                footer .centered .footer-section .section-info.social-wrapper .icon:hover {
                    color: #f07400
                }

            footer .centered .footer-section.developed-by p {
                margin-top: 65px
            }

    footer a:hover {
        color: #f07400
    }
}

@media only screen and (max-width:800px) {
    footer .footer-section {
        margin-top: 30px;
        text-align: center
    }

        footer .footer-section .section-info .icon-email, footer .footer-section .section-info .icon-location, footer .footer-section .section-info .icon-telephone {
            display: block;
            margin-bottom: 10px
        }

        footer .footer-section .section-info .email-wrapper {
            margin-top: 30px
        }

        footer .footer-section .section-info.social-wrapper {
            margin-top: 50px
        }

        footer .footer-section.developed-by p {
            margin-top: 30px
        }

    footer .icon-up {
        top: -105px;
        right: 40px
    }
}
/*# sourceMappingURL=main.fa7200b6.chunk.css.map */
