
.rmm ul li a,
.rmm ul li:hover a,
.rmm ul ul li a,
.rmm.style ul li a {
    color: #fff
}
.rmm-toggled-title,
.rmm.style,
.rmm.style ul,
.rmm.style ul li {
    text-align: left
}
@font-face {
    font-family: icomoon;
    src: url(../css/font/icomoon.eot);
    src: url(../css/font/icomoon.eot?#iefix) format('embedded-opentype'), url(../css/font/icomoon.woff) format('woff'), url(../css/font/icomoon.ttf) format('truetype'), url(../css/font/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
.rmm {
    margin: 0 auto
}
.rmm ul,
.rmm ul ul {
    margin: 0;
    padding: 0
}
.rmm ul {
    list-style: none;
    position: relative
}
.rmm ul:after {
    content: "";
    clear: both;
    display: block
}
.rmm .rmm-back a:after,
.rmm.style ul li>a:not(:only-child):after {
    font-family: icomoon;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000"
}
.rmm ul li {
    float: left
}
.rmm ul li a {
    display: block;
    text-decoration: none
}
.rmm ul ul {
    position: absolute;
    top: 100%
}
.rmm ul ul li {
    float: none;
    position: relative
}
.rmm ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%
}
.rmm-toggled {
    width: 100%;
    background-color: #555;
    min-height: 50px;
    margin: 0 auto;
    display: none
}
.rmm-closed~.rmm-mobile {
    display: none!important
}
.rmm-toggled-controls {
    width: 100%
}
.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
}
.rmm-toggled-button {
    display: block;
    width: 32px;
    padding: 0!important;
    margin: 10px 10px 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    float: right
}
.rmm-toggled-button span {
    float: left;
    display: block;
    margin: 3px 6px;
    height: 3px;
    background: #fff;
    width: 20px
}
.rmm .rmm-back {
    display: none;
    font-size: 12px
}
.rmm .rmm-back:after {
    display: none
}
.rmm .rmm-back a:after {
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 1px;
    right: -2px;
    float: left;
    font-size: 10px
}
.rmm ul li:hover>ul {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
}
.rmm.style ul ul {
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform: scale(1,0);
    margin: 20px 0 0 -15px;
    background: rgb(220, 167, 74);
    border-radius: 0;
    position: absolute;
    min-width: 250px;
    z-index: 9999;
    transition: 0ms;
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    padding: 10px 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: inset 0 -5px 15px -5px rgba(0, 0, 0, .45);
    -moz-box-shadow: inset 0 -5px 15px -5px rgba(0, 0, 0, .45);
    box-shadow: inset 0 -5px 15px -5px rgba(0, 0, 0, .45);

}
.rmm.style> ul>li >ul{
    border-top: 10px solid rgba(255, 255, 255, 0);
}
.rmm.style ul li a {
    display: block;
    padding: 6px 18px;
    text-decoration: none;
    font-size: 14px
}
.rmm.style>ul>li>a {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
}
.blocks {
    display: block!important
}
.rmm.style>ul>li:hover>a, .rmm.style>ul>li.active_menu>a {
    background: #dca74a;
    color: #fff;
    /*-webkit-box-shadow: 0 -4px 0 0 #0094c5;*/
    /*-moz-box-shadow: 0 -4px 0 0 #0094c5;*/
    /*box-shadow: 0 -4px 0 0 #0094c5;*/
}
.rmm.style ul ul li a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}
.rmm.style ul ul li a:hover {
     background: #bf9244;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .8s
}
.rmm.style ul li>a:not(:only-child):after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    position: relative;
    display: inline-block;
    top: -2px;
    left: 2px;
    font-size: 13px
}
.rmm.style ul ul li>a:not(:only-child):after {
    content: "\f105";
    top: 2px;
    font-size: 11px;
    float: right;
    margin-right: -8px
}


