.juxvm-megamenu:after {
    clear: both;
}
.juxvm-megamenu:before, .juxvm-megamenu:after {
    content: " ";
    display: table;
}

.jux-megamenu {
}
.jux-megamenu ul{
    list-style: none;
}
.jux-nav {
    position: relative !important;
    margin: 0;
}
.jux-nav a {
    text-decoration: none;
}

.horizontal-down .jux-megamenu .mega-align-justify,
.horizontal-up .jux-megamenu .mega-align-justify  {
    position: static !important;
}
.jux-vertical .jux-nav > li{
    float: none;
}
.jux-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.jux-megamenu .dropdown-menu a {
    clear: both;
    display: block;
    white-space: nowrap;
}
.horizontal-up .jux-megamenu .dropdown-menu{
    bottom: 100%;
    top: auto !important;
}
.jux-vertical.jux-right .jux-nav{
    text-align: right;
}
.jux-vertical.jux-right .jux-megamenu .dropdown-menu{
    left: auto;
    right: 100%;
    top: 0;

}

.jux-vertical.jux-left .jux-megamenu .dropdown-menu{
    left:100%;
    top: 0;
}

.jux-vertical
.jux-megamenu .dropdown-submenu {
    position: relative;
}
.jux-megamenu  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}

.jux-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: block;
}

.jux-megamenu .mega.open > .mega-dropdown-menu,
.jux-megamenu .mega:hover > .mega-dropdown-menu,
.jux-megamenu .mega:focus > .mega-dropdown-menu,
.jux-megamenu .mega:active > .mega-dropdown-menu,
.jux-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
    display: block;
}

.jux-megamenu .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
}
.jux-vertical.jux-right .jux-megamenu .dropdown-submenu > a:after{
    // border-width: 5px 5px 5px 0;
    float: left;
}
.jux-megamenu  .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.jux-vertical .jux-nav > li.dropdown > a:after{
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.juxvm-megamenu .button-bar{
    display: none;
}
.juxvm-megamenu .navbar-brand {
    display: none;
}

.jux-vertical.jux-right li.dropdown-submenu > a:after{
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    border-color: transparent #FFFFFF;
    border-style: solid;
    left: 10px;
    border-color: transparent #0c1beb;
    border-color: transparent #fff;
    border-left-color: transparent !important;
    border-width: 5px 5px 5px 0px;
    border-right-color: inherit!important;
    margin-top:0px!important;

}
.jux-vertical.jux-right .dropdown-menu a{
    padding: 5px 5px 5px 21px!important;
}
