#menu_button:hover{
    cursor:pointer;
}

#menu_burger{
    position: relative;
    margin-left:0px;
    -webkit-transition: margin-left .2s ease;
      -moz-transition:  margin-left .2s ease;
       -ms-transition:  margin-left .2s ease;
            transition: margin-left .2s ease;
}
#menu_burger .menu-nav{
	position: fixed;
	z-index: 400;
    right: 0;
}
#menu_burger .menu-circle{
    background: #ff0033;
    padding: 45px;
    position: relative;
    top: -60px;
    right: -50px;
    border-radius: 50%;
}
#menu_burger .menu-box{
    text-decoration: none;
    position: relative;
    top: 25px;
    left: -15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
#menu_burger .fad{
    font-size: 32px;
    display: block;
}

#sidebar-wrapper {
    z-index: 1000;
    right: 0;
    width: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000099;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar-fixed-top{
    right: 0 !important;
    left: auto !important;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

#menu {
    position: absolute;
    top: 0;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-size: 0;
}
#menu li:hover:before,
#menu li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease;
      -moz-transition:  width .2s ease;
       -ms-transition:  width .2s ease;
            transition: width .2s ease;

}

#menu li a {
    display: inline-block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px; 
    font-size: 20px;
}
#menu li a.hasChildren{
    padding:10px 0px 10px 10px;
}
#menu li a.menu_expand{
    padding:10px 0px 10px 0px;
}
#menu li a.noChildrenBlock{
    padding:10px 0px 10px 10px;
}
#menu li{
    border-bottom: 3px solid rgba(255,255,255,0);
}
#menu li:hover{
    border-bottom:3px solid #ff0033;
    -webkit-transition: border-bottom .8s ease;
      -moz-transition:  border-bottom .8s ease;
       -ms-transition:  border-bottom .8s ease;
            transition: border-bottom .8s ease;
}
#menu ul li:last-child:hover{
    border-bottom: 3px solid rgba(255,255,255,0);
}

#menu li a:hover,
#menu li a:active,
#menu li a:focus,
#menu li.open a:hover,
#menu li.open a:active,
#menu li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#sidebar-wrapper.toggled{
    padding-left:340px;
}
#sidebar-wrapper.toggled ul#menu{
    left:10px;
    top:40px;
}
#menu_burger.toggled{
    margin-left:340px;
    -webkit-transition: margin-left .2s ease;
      -moz-transition:  margin-left .2s ease;
       -ms-transition:  margin-left .2s ease;
            transition: margin-left .2s ease;
}
ul#menu ul{
    display:none;
}
a.close-nav{
    top: 10px;
    left:300px;
    position: absolute;
    font-size:26px;
    color:#FFFFFF;
    cursor: pointer;
}

@media (min-width: 1024px){
    nav .navbar{
    display: none;
    }
    #burger_menu{
    display: none;
    }
    ul#menu {
    width:100%;
    text-align:center;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 0;
    background: #fff;
    position: relative;
    }
    ul#menu, ul#menu li, ul#menu ul {
        list-style: none !important;
        list-style-image: none !important;
    }
    ul#menu .topItem {
        display:inline-block;
        float:none !important;
        margin: 0 0px 0 0;
        padding: 0 0px;
        color: #473016;
        /*border-right: 1px solid #fff;*/
        position: relative;
        line-height: 20px;
        top: 0px;
        text-align:center;
        flex: auto;
        /*background: #f00;*/
    }
    nav.other-page ul#menu .topItem::before{
        display: none;
    }
    ul#menu li{
        /*height: 40px;*/
        line-height: 2px;
        text-align: left;
        position: relative;
        text-decoration: none;
        display:block;
        /*top: 37px;*/
    }
    ul#menu li a {
        font-size: 16px;
        /*height: 30px;*/
        margin: 0px 0px;
        padding: 17px 7px;
        text-decoration: none;
        display: block;
        font-family: 'Candara-Bold', sans-serif;
    }
    nav.other-page ul#menu li a{
        color: #fff !important;
    }
    nav.other-page ul#menu ul li a:hover{
        background: #fff !important;
        color: #993365 !important;
    }
    ul#menu ul {
        display: none;
        position: absolute;
        margin: 0px;
        z-index: 598;
        white-space: nowrap;
        padding: 0px;
        font-size: 0;
    }
    ul#menu ul li{
        display: block;
    }
    ul#menu li:hover > ul{
        display: block;
        -webkit-animation: fadeIn .25s;
        animation: fadeIn .25s;
    }
    ul#menu ul {
        text-align: left;
        z-index: 200 !important;
    }
    ul#menu ul ul{
        margin-left: 100%;
        top: 0px !important;
        position: absolute;
    }
    nav.other-page  ul#menu .subItem a{
        background: #993365;
    }
    ul#menu .subItem a {
        display: block;
        padding: 20px 15px;
        border: 0;
    }
    ul#menu ul{
        background-color: rgba(255, 255, 255,0.8);
    }
    #menu li{
    width: auto;
    border: 0;
    }
    #menu li:hover{
    border: 0;
    }
    #menu_burger .menu-nav{
    display: none;
    }
    ul#menu > li:nth-child(7n+1) a{
    background: #e3cd2c;
    }   
    ul#menu > li:nth-child(7n+1) a:hover{
    background: #c5b223;
    }   
    ul#menu > li:nth-child(7n+2) a{
    background: #3ba61c;
    }
    ul#menu > li:nth-child(7n+2) a:hover{
    background: #318f16;
    }
    ul#menu > li:nth-child(7n+3) a{
    background: #180556;
    }
    ul#menu > li:nth-child(7n+3) a:hover{
    background: #12043d;
    }
    ul#menu > li:nth-child(7n+4) a{
    background: #e1000e;
    }   
    ul#menu > li:nth-child(7n+4) a:hover{
    background: #be020e;
    }   
    ul#menu > li:nth-child(7n+5) a{
    background: #e3cd2c;
    }
    ul#menu > li:nth-child(7n+5) a:hover{
    background: #c5b223;
    }
    ul#menu > li:nth-child(7n+6) a{
    background: #3ba61c;
    }
    ul#menu > li:nth-child(7n+6) a:hover{
    background: #318f16;
    }
    ul#menu > li:nth-child(7n+7) a{
    background: #e1000e;
    }   
    ul#menu > li:nth-child(7n+7) a:hover{
    background: #be020e;
    }   
    ul#menu > li:nth-child(7n+0) a{
    background: #180556;
    }
    ul#menu > li:nth-child(7n+0) a:hover{
    background: #12043d;
    }
    
}
@media(min-width: 1280px){
    ul#menu li a{
    font-size: 18px;
    padding: 17px 12px;
    }
}
@media (max-width: 1023px){
    #main-menu.fullscreen {
		display: none;
    }
    #menu {
        position: absolute;
        top: 0;
        width: 320px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
}