.ui.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    font-weight: 400;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ui.menu.centered {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ui.menu.compact {
    margin-top: 0;
    margin-bottom: 0;
}

.ui.menu .item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .72857143em 1.14285714em;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-weight: 400;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.ui.menu .item:hover {
    cursor: pointer;
    background: #58565b;
    color: rgba(0,0,0,.95);
}

.ui.menu .item.black:hover {
    cursor: pointer;
    background: #000;
    color: rgba(0,0,0,.95);
}

.ui.menu.bar > .item,
.ui.menu.bullets > .item {
    padding-left: 0;
    padding-right: 0;
}

.ui.menu.bar > .item:not(:last-child):after {
    content: "|";
    padding-left: 8px;
    padding-right: 8px;
}

.ui.menu.bullets > .item:not(:last-child):after {
    content: "\2022";
    padding-left: 8px;
    padding-right: 8px;
}

.ui.vertical.menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.ui.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    will-change: transform;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%!important;
    max-height: 100%;
    border-radius: 0!important;
    margin: 0!important;
    overflow-y: auto!important;
    z-index: 102;
}

.ui.left.sidebar,
.ui.right.sidebar {
    width: 75%;
}

.ui.right.sidebar {
    right: 0!important;
    left: auto!important;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.ui.left.sidebar {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.ui.inverted.menu {
    border: 0 solid transparent;
    background: #1b1c1d;
    box-shadow: none;
}

.ui.inverted.menu .item,
.ui.inverted.menu .item>a:not(.ui) {
    background: 0 0;
    color: rgba(255,255,255,.9);
}

.ui.vertical.menu .item {
    display: block;
    background: 0 0;
    border-top: none;
    border-right: none;
}

.ui.visible.sidebar {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.ui.menu.fixed {
    position: fixed;
    z-index: 101;
    margin: 0;
    width: 100%;
}

.ui.fixed.menu,
.ui[class*="top fixed"].menu {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.ui.menu:not(.vertical) .right.item,
.ui.menu:not(.vertical) .right.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto!important;
}

.ui.yellow.menu {
    background-color: #ffec00;
}

.ui.black.menu {
    background-color: rgb(50,55,64);
}

.ui.menu.black .item {
    color: #ffec00;
}

.ui.secondary.inverted.menu {
    background-color: transparent;
}

.ui.inverted.menu .item, .ui.inverted.menu .item>a:not(.ui) {
    background: 0 0;
    color: rgba(255,255,255,.9);
}
