.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-type-2 .navbar-nav > li > a {
    color: #fff;
}

li.languageSelection > a {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 90px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: none;
}

li.languageSelection > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-width: 90px;
}

.languageSelection > ul > li > a {
    line-height: 1.42857143;
    margin-left: 0;
}

.languageSelection > ul > li > a:hover {
    border-color: transparent;
}

li.languageSelection > a:hover {
    opacity: 1;
    color: #bfa67a !important;
}

.navigation-overlay.sticky .menu-socials li.languageSelection > ul > li > a {
    line-height: 1.42857143;
}

@media (max-width: 767px) {
    .natureStatement {
        color: #bfa67a !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .natureStatement {
        color: #bfa67a !important;
    }
}

.footer-links li {
    padding-bottom: 7px;
}

.footer-links li:last-child {
    padding: 13px 0;
}

.footer-entry:first-child,
.footer-links li:first-child {
    padding: 13px 0;
}

.footer-links ul > li {
    padding: 13px 0;
    border-bottom: 1px solid #292929;
    line-height: 24px;
}

.footer-links li:last-child {
    padding: 13px 0;
    border-bottom: 1px solid #292929;
    line-height: 24px;
}

/* Background video for the result section */
.video-bg-section {
    position: relative;
    overflow: hidden;
}

.video-bg-section > video.bg-video {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.video-bg-section .container,
.video-bg-section .row,
.video-bg-section .result-box {
    position: relative;
    z-index: 1;
}
