#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#menu:after,
#menu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#menu #menu-button {
    display: none;
}

#menu {
    font-family: UTMBebas;
    background: transparent;
    display: inline-block;
    margin-top: 28px;
}

#menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#menu>ul>li {
    float: left;
    position: relative;
}

#menu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#menu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#menu.align-center ul ul {
    text-align: left;
}

#menu.align-right>ul>li {
    float: right;
}

#menu>ul>li>a {
    padding: 0 24px 0 22px;
    font-size: 24px;
    line-height: 28px;
    t text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

#menu>ul>li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    right: 0;
    top: 17px;
    background: #fff;
}

#menu>ul>li:last-child a:after {
    display: none;
}

#menu>ul>li:hover>a {
    color: #ffffff;
}

#menu>ul>li.has-sub>a {
    padding-right:8px;
}

#menu>ul>li.has-sub>a:after {
    position: absolute;
    top: 15px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#menu>ul>li.has-sub>a:before {
    position: absolute;
    top: 12px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

#menu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#menu ul ul {
    position: absolute;
    left: -9999px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#menu.align-right ul ul {
    text-align: right;
}

#menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: transparent;
}

#menu li:hover>ul {
    left: auto;
}

#menu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#menu li:hover>ul>li {
    height: 35px;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: transparent;
}

#menu ul ul li:last-child>a,
#menu ul ul li.last-item>a {
    border-bottom: 0!important;
}

#menu ul ul li:hover>a,
#menu ul ul li a:hover {
    color: #ffffff;
}

#menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#menu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#menu ul ul li.has-sub>a:before {
    /* position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    transition: all .25s ease; */
    font: normal normal normal 5px/1 FontAwesome!important;
    content: "\f111";
    color: $cam;
    height: 5px;
    width: 5px;
    top: 20px;
    left: 0;
    display: inline-block;
    position: absolute;
    transition: .5s;
}

#menu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#menu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

@media(min-width: 1200px) {
    #menu>ul>li.has-sub>a:before {
        display: none;
    }
    #menu>ul>li.has-sub>a:after {
        display: none;
    }
    #menu ul {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}

@media (max-width:1199px) {
    #menu {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: transparent;
        margin: 0;
    }
    #menu ul {
        width: 100%;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #menu.align-center>ul {
        text-align: left;
    }
    #menu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #menu ul ul li,
    #menu li:hover>ul>li {
        height: auto;
    }
    #menu ul li a,
    #menu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #menu>ul>li {
        float: none;
    }
    #menu ul ul li a {
        padding-left: 25px;
    }
    #menu ul ul ul li a {
        padding-left: 35px;
    }
    #menu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #ffffff;
    }
    #menu ul ul,
    #menu ul ul ul,
    #menu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none;
    }
    #menu #menu-button {
        display: block;
        padding: 0;
        width: 23px;
        height: 20px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
    }
    #menu #menu-button:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 17px;
        display: block;
        height: 20px;
        width: 23px;
        content: "\f00d";
        background-size: cover;
        font: normal normal normal 26px/20px FontAwesome;
        display: none;
        color: #744c28;
    }
    #menu #menu-button:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 17px;
        display: block;
        height: 20px;
        width: 23px;
        content: "\f0c9";
        font: normal normal normal 26px/20px FontAwesome;
        color: #744c28;
    }
    #menu #menu-button.menu-opened:after {
        display: block;
    }
    #menu #menu-button.menu-opened:before {
        display: none;
    }
    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #menu .submenu-button.submenu-opened {}
    #menu ul ul .submenu-button {
        height: 46px;
        width: 46px;
    }
    #menu .submenu-button:after {
        position: absolute;
        top: 10px;
        left: 0;
        right: 17px;
        display: block;
        height: 20px;
        width: 23px;
        content: "\f106";
        font: normal normal normal 20px/1 FontAwesome;
        color: #744c28;
        display: none;
    }
    #menu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #menu .submenu-button.submenu-opened:after {
        /*     background: #ffffff; */
    }
    #menu .submenu-button:before {
        position: absolute;
        top: 10px;
        left: 0;
        right: 17px;
        display: block;
        height: 20px;
        width: 23px;
        content: "\f107";
        font: normal normal normal 20px/1 FontAwesome;
        color: #744c28;
    }
    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #menu .submenu-button.submenu-opened:before {
        display: none;
    }
    #menu .submenu-button.submenu-opened:after {
        display: block;
    }
}