.logo {
    position: relative;
    padding: 10px;
    font-size: 18px;
    float: left;
    transition: 0.3s;
}

.logo img {
    display: block;
    max-width: 100%;
}

nav#menu_ul {
    position: relative;
    width: 980px;
    margin: 0 auto;
    float: left;
    display: none;
}

#menu_ul, #menu_ul ul, #menu_ul ul li, #menu_ul ul li a, #menu_ul #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#menu_ul #head-mobile {
    display: none
}

#menu_ul {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'MyriadPro-Regular', sans-serif;
}

#menu_ul > ul > li {
    float: left
}

#menu_ul ul li a {
    height: 40px;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #655241;
    font-weight: lighter;
    text-align: left;
}
#menu_ul ul li ul li a {
    padding: 15px 30px;
}
#menu_ul ul li ul li ul li a {
    padding: 15px 45px;
}

#menu_ul > ul > li:hover > a, #menu_ul ul li.active a {
    color: #3e3e3e;
}

#menu_ul > ul > li:hover, #menu_ul ul li.active:hover, #menu_ul ul li.active, #menu_ul ul li.has-sub.active:hover {
    /* background: #50111a !important; */
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#menu_ul > ul > li.has-sub > a {/* border-bottom: thin solid #e1e1e1; */}

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

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

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

#menu_ul ul ul {
    position: absolute;
    left: -9999px
}

#menu_ul ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#menu_ul ul ul li:hover {
}

#menu_ul li:hover > ul {
    left: auto
}

#menu_ul li:hover > ul > li {
}

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

#menu_ul ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
}

#menu_ul ul ul li:last-child > a, #menu_ul ul ul li.last-item > a {
    /* border-bottom: 0 */
}

#menu_ul ul ul li:hover > a, #menu_ul ul ul li a:hover {
    color: #fff
}

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

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

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

#menu_ul ul ul li.has-sub:hover, #menu_ul ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#menu_ul ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu_ul > ul > li.has-sub > ul > li.active > a, #menu_ul > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

@media screen and (max-width: 1300px) {

    .logo2 {
        display: none
    }

    nav#menu_ul {
        width: 100%;
    }

    #menu_ul {
        width: 100%
    }

    #menu_ul{
        height: 600px;
        overflow-y: scroll !important;
    }
    #menu_ul ul {
        width: 100%;
        /*display: none;*/
        padding: 0px;
    }

    #menu_ul ul li {
        width: 100%;
        border-bottom: 1px solid #8080802b;
    }

    #menu_ul ul li:hover {
        /* background: #363636; */
    }

    #menu_ul ul ul li, #menu_ul li:hover > ul > li {
        height: auto;
    }

    #menu_ul ul li a, #menu_ul ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #menu_ul > ul > li {
        float: none
    }

    #menu_ul ul ul li a {
    }

    #menu_ul ul ul li {
        background: #ffffff!important;
    }

    #menu_ul ul ul li li {
        background: #a09998 !important;
    }

    #menu_ul ul ul li:hover {
        /* background: rgb(93, 14, 25) !important; */
    }

    #menu_ul ul ul ul li a {
        /* padding-left: 35px */
    }

    #menu_ul ul ul li a {
        color: #655241;
    }

    #menu_ul ul ul li:hover > a, #menu_ul ul ul li.active > a {
        color: #fff
    }

    #menu_ul ul ul, #menu_ul ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #menu_ul > ul > li.has-sub > a:after, #menu_ul > ul > li.has-sub > a:before, #menu_ul ul ul > li.has-sub > a:after, #menu_ul ul ul > li.has-sub > a:before {
        display: none
    }

    #menu_ul #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 4px;
        right: 0px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 0px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: '';
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu_ul .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        /* border-left: 1px solid #e1e1e1; */
        /* border-bottom: 1px solid #e1e1e1; */
        height: 39px;
        width: 40px;
        cursor: pointer;
    }

    #menu_ul .submenu-button.submenu-opened {
        background: #ffffff!important;
    }

    #menu_ul ul ul .submenu-button {
    }

    #menu_ul .submenu-button:after {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 8px;
        height: 2px;
        display: block;
        background: #b2b3b2;
        content: '';
    }

    #menu_ul ul ul .submenu-button:after {
    }

    #menu_ul .submenu-button.submenu-opened:after {
        background: #b3b3b3;
    }

    #menu_ul .submenu-button:before {
        position: absolute;
        top: 17px;
        right: 18px;
        display: block;
        width: 2px;
        height: 8px;
        background: #b2b3b2;
        content: '';
    }

    #menu_ul ul ul .submenu-button:before {
    }

    #menu_ul .submenu-button.submenu-opened:before {
        display: none
    }

    #menu_ul ul ul ul li.active a {
        border-left: none
    }

    #menu_ul > ul > li.has-sub > ul > li.active > a, #menu_ul > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}