  #menutoggle {
    display: block;
    margin: 0;
    padding: 0 22px;
    width: auto;
    color: #fff;
    background: #37474f;
    height: 55px;
    font: 18px/46px 'Open Sans','Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 60px;
    bottom: 0;
    transition: background 0.2s linear 0s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 50px;
    position: relative;
    z-index: 99999;
    float: right;
    margin-top: 35px
}

#menutoggle span {
    display: none
}

#menutoggle:hover,#menutoggle:active,#menutoggle.is-active {
    background-color: #0b0e6c!important;
    border-radius: 4px 4px 0 0
}

#menutoggle {
    display: block
}

#nav {
    margin: 0;
    /* width: 85%; */
    width: 78%;
    float: right;
    padding-top: 50px;
    height: 0;
    overflow: visible;
    position: relative;
    z-index: 1000
}

#nav ul {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s cubic-bezier(0,.7,0,1),opacity 0.2s ease-in-out;
    top: 1px;
    border: 0;
    position: relative
}

#nav>ul>li {
    width: 15%
}

#nav #menutoggle.is-active+ul {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.3s ease-in-out,opacity 0.25s ease-in-out
}

#nav li {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 0;
    border-top: 1px dotted #455a64
}

#nav li:first-child {
    border-top: 0
}

#nav li.onmobile {
    display: block
}

#nav a,#nav span.submenu {
    float: none;
    display: block;
    margin: 0;
    padding: 9px 20px;
    height: auto;
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-shadow: 0 0 20px rgba(0,0,0,.3)
}

#nav ul.submenu {
    margin: 0;
    padding: 10px 0 10px 0;
    width: 100%;
    max-height: 0;
    background: none;
    opacity: 1;
    position: relative;
    top: 0;
    transition: max-height 0.15s linear 0s
}

#nav span.submenu.is-active+ul.submenu {
    max-height: 360px;
    overflow-y: auto
}

#nav ul.submenu a {
    background: none
}

#nav ul.submenu a:before {
    display: inline-block;
    margin-right: 5px;
    margin-left: -15px;
    width: 10px;
    height: inherit;
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top
}

.fixed #nav {
    padding-top: 30px
}

.main-navigation-header>:last-child>a {
    padding-right: 0%!important
}

.main-navigation-header>:first-child>a {
    padding-left: 0%!important
}

.main-navigation-header>li:hover>a {
    color: #0b0e6c!important
}

@media (min-width: 100px) {
    #menutoggle {
        0px
    }

    #menutoggle span {
        display: inline-block
    }

    #menutoggle:before {
        margin-right: 10px
    }
}

@media (min-width: 1000px) {
    #menutoggle {
        display:none
    }

    #nav {
        height: 45px;
        position: relative;
        z-index: 99;
        border: 0;
        border-radius: 4px
    }

    #nav ul {
        display: block!important;
        float: left;
        width: 100%;
        height: auto;
        opacity: 1;
        margin: 4px 0;
        position: relative;
        z-index: 10;
        top: 0;
        overflow: visible
    }

    #nav li {
        float: left;
        margin: 0 5px;
        padding: 0;
        width: auto;
        min-width: auto;
        position: relative;
        border: 0;
        overflow: visible
    }

    #nav li:first-child {
        margin-left: 4px;
        border-left: 0
    }

    #nav li.last {
        border-right: 0
    }

    #nav li.right {
        float: right;
        margin-right: 4px;
        border-right: 0
    }

    #nav li.onmobile {
        display: none
    }

    #nav a,#nav span.submenu {
        float: left;
        padding: 0 0;
        color: #fff;
        font-weight: 400;
        font-family: 'Conv_Montserrat-Medium';
        text-align: center;
        text-transform: uppercase;
        border-radius: 3px;
        transition: background 0.2s linear 0s;
        cursor: pointer
    }

    #nav li:hover span.submenu,#nav li:hover span.submenu,#nav span.submenu.is-active.hover {
        border-radius: 3px 3px 0 0;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    #nav li:hover {
        z-index: 11
    }

    #nav ul.submenu {
        float: left;
        margin: 8px 0 0 0;
        padding: 10px 0 10px 0;
        width: 200px;
        max-height: 0;
        position: absolute;
        opacity: 0;
        background: #0b0e6c;
        top: 95%;
        z-index: 10;
        transition: max-height 0.2s linear 0s,padding 0.2s linear 0s,opacity 0.2s linear 0s;
        overflow: hidden
    }

    #nav li:hover ul.submenu,#nav ul.submenu.is-active {
        left: 0;
        max-height: 700px;
        opacity: 1
    }

    #nav ul.submenu li {
        float: none;
        display: block;
        margin: 0;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
        border: 0;
        height: auto
    }

    #nav ul.submenu a {
        float: none;
        display: block;
        font-family: 'Conv_Montserrat-Regular';
        margin: 0;
        padding: 15px 0 15px 0;
        height: auto;
        text-transform: none;
        font-size: 13px;
        text-align: left;
        line-height: 1.5em;
        border-radius: 0;
        border: 0;
        text-transform: uppercase;
        border-top: 1px solid #ec9283
    }

    #nav ul.submenu a:hover {
        color: #344f65
    }

    #nav ul.submenu li:first-child a {
        border: 0
    }
}

@media (max-width: 1000px) {
    #nav>ul>li {
        width:100%;
        float: left
    }

    #nav {
        max-width: inherit;
        padding-top: 0
    }

    .main-navigation-header {
        background: #fff
    }

    #nav a,#nav span.submenu {
        color: #344f65;
        text-transform: uppercase
    }

    .main-navigation-header>:first-child>a {
        padding: 9px 20px!important
    }

    #nav ul.submenu {
        padding: 0
    }

    .menu-arrow {
        position: absolute;
        right: 10px;
        margin-top: 0;
        top: 10px
    }

    .submenu li {
        width: 100%
    }

    #menutoggle span {
        line-height: 58px
    }

    #nav ul {
        position: absolute;
        top: 125px
    }

    .main-menu-container.fixed #nav ul {
        position: absolute;
        top: 85px
    }

    #nav {
        width: 50%
    }
}

.menu-arrow {
    width: 30px;
    height: 20px!important;
    padding: 0px!important;
    margin-top: 2px!important;
    margin-left: 10px!important;
    background-image: url(/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 4px -2px
}

#menutoggle span div {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0
}
