.rmm ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background: inherit;
}

.rmm ul:after {
    content: "";
    clear: both;
    display: block;
}

.rmm ul li {
    float: left;
}

.rmm ul li:hover {
    background: #135d9a;
    color: #ffffff;
}

.rmm ul li:hover > ul {
    display: block;
}

.rmm ul li:hover a {
    color: #fff;
}

.rmm ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.rmm ul ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.rmm ul ul li {
    float: none;
    position: relative;
}

.rmm ul ul li a {
    color: #fff;
}

.rmm ul ul li a:hover {
    background: #135d9a;
    color: #ffffff;
}

.rmm ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

/* mobile menu header button */
.rmm-toggled {
    width: 100%;
    background-color: inherit;
    min-height: 50px;
    margin: 0 auto;
    display: none;
}

.rmm-closed ~ .rmm-mobile {
    display: none
}

.rmm-toggled-title {
    width: 60%;
    float: left;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 8px 0 8px 35px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

.rmm-toggled-button {
    display: block;
    width: 32px;
    padding: 0 !important;
    margin: 10px 10px 0 0;
    float: right;
}

.rmm-toggled-button span {
    float: left;
    display: block;
    margin: 3px 6px;
    height: 3px;
    background: white;
    width: 20px;
}

/* normalny back button visible only on mobiles  */
.rmm .rmm-back {
    display: none;
    font-size: 12px;
}

.rmm .rmm-back:after {
    display: none;
}

.rmm-mobile .rmm-back {
    display: block;
}

/* mobile menu list */
.rmm-mobile {
    width: 100%;
}

.rmm-mobile ul {
    width: 100%;
    position: inherit !important;
}

.rmm-mobile li {
    width: 100%;
}

/* mobile menu js action */
.rmm-dropdown {
    display: block !important;
}

.rmm-mobile .rmm-subview {
    display: block !important;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.rmm-mobile .rmm-subover-hidden {
    display: none !important;
}

.rmm-mobile .rmm-subover-visible {
    display: block;
}

.rmm-mobile .rmm-subover-header {
    display: none !important;
    padding: 0;
    margin: 0;
}

/* mobile menu content */
.rmm-mobile .rmm-submenu {
    position: relative;
    left: 0;
}

.rmm .rmm-mobile li:hover > ul {
    display: none;
}

/* arrow down for wide screen */
.rmm.style {
    text-align: left;
}

.rmm.style ul {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    display: inline-table;
    text-align: left;
}

.rmm.style ul li {
    text-align: left;
}

.rmm.style ul li:hover {
    background: #135d9a;
}

.rmm.style ul li:hover > a {
    color: #ffffff;
}

.rmm.style ul ul {
    display: none;
    margin: 0;
    background: #5f6975;
    /*border-radius: 0;*/
    padding: 0;
    position: absolute;
}

.rmm.style ul li a {
    color: #333333;
    font-weight: 600;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
}

.rmm.style ul ul li a {
    padding: 10px 20px;
    color: #fff;
}

.rmm.style ul ul li a:hover {
    background: #135d9a;
    color: #ffffff;
}

.rmm.style ul li > a:not(:only-child):after {
    content: "\f054"; /* fa-chevron-right */
    font-family: 'Font Awesome\ 5 Pro';
    position: relative;
    display: inline-block;
}

.rmm.style .rmm-mobile li > a:not(:only-child):after {
    float: right;
    margin-right: -20px;
}

.rmm.style .rmm-mobile li {
    background: #ffffff;
}

.rmm.style .rmm-mobile li > a {
    color: #333333;
}

.rmm ul li {
    border-bottom: 1px solid #575f6a;
}

.rmm ul li:last-child {
    border-bottom: none;
}

.rmm-show {
    display: block;
}

.rmm-hide {
    display: none;
}

.rmm-menu a > i.fa.fa-2x {
    top: -4px;
    position: relative;
}