/**handles:miq-navcss**/
@charset "UTF-8";

/*********************/
/* Nav */
/*********************/

.element::before, .element::after {
    height: 1px !important;
}

img.nav-logo {
    width: auto;
    height: 100%;

    margin: 0 0 0 40px;
    padding: 20px 0;
    display: block;
    user-select: none;
}

span.nav-roller {
    transition: all 0.5s ease-in-out;
    display: none;
    position: relative;
    width: 0;
    height: 1px;
    background: #999999;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.miq-mobile-nav {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 5;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b0030;
    overflow: hidden;
}

.miq-mobile-nav ul {
    list-style: none;
    text-align: left;
    position: absolute;
    padding: 0;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.miq-mobile-nav ul li {
    margin: 40px 0 0 0;
    padding: 0;
    color: white;
    user-select: none;
}

ul.miq-desktop-nav li.sub {
    display: none !important;
}

.miq-mobile-nav ul li a {
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    font-size: 24px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.75;
    color: white;
    font-family: "Niveau Grotesk", sans-serif !important;
}

.miq-mobile-nav li.sub {
    display: inline-block;
    margin-top: 10px !important;
}

.miq-mobile-nav li.sub a {
    margin: 0 10px 0 10px;
    padding: 0;
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.75;
    color: white;
    line-height: 1;
}

.miq-mobile-nav.open {
    display: none;
}

nav.miq-nav {
    width: 100%;
    height: 90px;
    background: white;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

nav.miq-nav ul {
    list-style: none;
    margin: 0 -10px 0 0;
    padding: 0 0 0 0;
    position: absolute;
    top: 0;
    height: 90px;
    right: 0;
    display: block;
    text-align: right;
}

nav.miq-nav ul.miq-desktop-nav li {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    margin: 0 0 0 0 !important;
    padding: 0 10px;
    letter-spacing: 1px;
    font-family: "Niveau Grotesk", sans-serif !important;
    cursor: pointer;
    height: 90px;
    position: relative;
}

nav.miq-nav ul li a {
    opacity: 0.5;
    transition: 0.2s linear;
    color: black;
    cursor: pointer;
    font-size: 14px !important;
    position: relative;
    top: calc(50% - 8px);
    margin: 0 0 0 0 !important;
}

nav.miq-nav ul li a:hover {
    opacity: 1;
    color: white !important;
}

nav.miq-nav .contact-nav {
    background: linear-gradient(to bottom right, #ea00ad 0%, #ff6500 100%);
    padding: 0 20px !important;
    color: white !important;
}

nav.miq-nav .contact-nav a {
    color: white !important;
    opacity: 1 !important;
}

/*********************/
/* burger */
/*********************/

span.burger-bar {
    display: block;
    background: linear-gradient(to top right, #ea00ad 0%, #FF2000 33.333%, #ff6500 66.666%, #ffca01 100%);
    border-radius: 5px;
    transition: .25s ease-in-out;
}

#menu-toggle {
    display: none;
    transform: scale(0.5, 0.5);
}

#menu-toggle {
    width: 100px;
    height: 100px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    right: -8px;
    top: -4px;
}

#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

#menu-toggle #hamburger span {
    width: 60px;
    height: 4px;
    position: relative;
    top: 24px;
    left: 20px;
    margin: 10px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}

#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 4px;
    position: absolute;
    top: 10%;
    left: 48px;
    transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 10%;
    top: 48px;
    transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
    width: 0;
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s;
}

/************************************************************************************/
/* media queries */
/************************************************************************************/

/*********************/
/* bootstrap-lg */
/*********************/

@media handheld, only screen and (max-width: 1199px) {
    nav.miq-nav ul {

    }

    nav.miq-nav ul li {
        margin: 0 0 0 0 !important;
        padding: 0 0 !important;
    }

    .miq-mobile-nav.open {
        display: none;
    }

    nav.miq-nav ul li a {
        font-size: 12px !important;
    }
}

/*********************/
/* bootstrap-md */
/*********************/

@media handheld, only screen and (max-width: 991px) {
    #menu-toggle {
        display: block;
    }

    nav.miq-nav ul {
        display: none;
    }

    .miq-mobile-nav.open {
        display: block;
    }

    .miq-mobile-nav ul li.sub {
        margin-top: 20px !important;
    }
}

/*********************/
/* bootstrap-sm */
/*********************/

@media handheld, only screen and (max-width: 767px) {
    .miq-mobile-nav.open {
        display: block;
    }

    #menu-toggle {
        right: -18px;
    }

    .miq-mobile-nav ul {
        list-style: none;
        text-align: center;
        position: absolute;
        padding: 0;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
    }

    .miq-mobile-nav ul li {
        margin: 20px 0 0 0;
        padding: 0;
        color: white;
        user-select: none;
    }

    ul.miq-desktop-nav li.sub {
        display: none !important;

    }

    .miq-mobile-nav ul li a {
        margin: 0 0 0 0;
        padding: 0;
        line-height: 1;
        font-weight: 300;
        font-size: 16px !important;
        letter-spacing: 4px;
        text-transform: uppercase;
        opacity: 0.75;
        color: white;
        font-family: "Niveau Grotesk", sans-serif !important;
    }

    .miq-mobile-nav li.sub {
        display: none !important;
    }

    .miq-mobile-nav li.sub a {
        margin: 0 10px 0 10px;
        padding: 0;
        font-weight: 300;
        font-size: 12px !important;
        letter-spacing: 4px;
        text-transform: uppercase;
        opacity: 0.75;
        color: white;
        line-height: 1;
    }

}