/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.alzura-nav {
    width: 100%;
    min-height: 40px;
    background: transparent;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
}

.alzura-nav * {
    color: #ffffff;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alzura-nav > input[type=checkbox] {
    display: none;
    position: absolute;
    left: -30px;
}

.alzura-nav > label {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    transition: all 0.25s ease-in;
}

.alzura-nav > label div {
    background: #181818;
    border: 0;
    height: 40px;
    width: 100%;
    font-size: 12px;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-weight: 300;
    cursor: pointer;
    display: none;
}

.alzura-nav > label div:after {
    content: '\25B8';
    padding-left: 5px;
    width: 15px;
    display: inline-block;
}

.alzura-nav ul li a {
    font-size: 12px;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-weight: 300;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

.alzura-nav ul li.active a {
    font-weight: 600;
}

.alzura-nav ul li a:hover,
.alzura-nav ul li a:focus {
    color: #cccccc;
}

.alzura-nav ul {
    margin: 0;
    padding: 0;
    background: #181818;
    overflow: hidden;
}

.alzura-nav ul li {
    list-style: none;
    display: inline-block;
    transition: all 0.25s ease-in;
    border-top: 3px solid transparent;
    padding-bottom: 3px;
}

.alzura-nav ul li.active {
    border-color: #fff;
}

.alzura-nav--light > label div,
.alzura-nav--light ul{
    background: #fafafa;
}

.alzura-nav--light * {
    color: #535353;
}

.alzura-nav--light ul li.active {
    border-color: #131313;
}

.alzura-nav--fixed {
    position: fixed;
    top: 0;
    z-index: 50;
}

.alzura-nav--fixed label {
    position: relative;
}

@media (max-width: 550px) {
    .alzura-nav > label div {
        display: block;
    }

    .alzura-nav {
        margin-bottom: -1px;
        line-height: 40px;
    }

    .alzura-nav ul {
        border-top: 1px solid #cccccc;
    }

    .alzura-nav ul li {
        padding: 0;
        border: 0;
        height: 0;
        display: block;
    }

    .alzura-nav ul li a {
        display: block;
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .alzura-nav > input[type=checkbox]:checked + label {
        height: 10000px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
    }

    .alzura-nav > input[type=checkbox]:checked + label ul li {
        height: 40px;
    }

    .alzura-nav > input[type=checkbox]:checked + label div:after {
        content: '\25BE';
    }
}
