#dj-megamenu130mobile {
    padding-top:1px;
}

.dj-megamenu-custom130 li ul.dj-submenu > li > a {text-align:left;}

.dj-megamenu-select-custom130 .dj-mobile-open-btn, .dj-megamenu-offcanvas-custom130 .dj-mobile-open-btn, .dj-megamenu-accordion-custom130 .dj-mobile-open-btn {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    padding: 6px 10px 6px 10px;
    
    text-align: center;
    transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
    width: 10px;
}

.dj-megamenu-custom130 {
    background: #2C2C2C none repeat scroll 0 0;
    font-family: Arial,Helvetica,sans-serif;
    height: 33px !important;
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: auto;
    z-index: 500;
    float: right;
}
.dj-megamenu-custom130 li a.dj-up_a {
    background: #2C2C2C none repeat scroll 0 0;
    border-left: 1px solid #3B3B3B;
    border-right: 1px solid #252525;
    color: #C09257;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 33px !important;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
}

.dj-megamenu-custom130 li:hover div.dj-subwrap, .dj-megamenu-custom130 li.hover div.dj-subwrap {
    background: #e6e6e6 none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    left: 0;
    top: 33px !important;
    z-index: 300;
}


.dj-megamenu-custom130 li a.dj-up_a span {
    background: transparent none repeat scroll 0 0;
    display: block;
    float: left;
    height: 33px !important;
    line-height: 33px !important;
    padding: 0 !important;
}
.dj-megamenu-custom130 li a.dj-up_a i.arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 10px !important;
    transition: all 0.2s ease-out 0s;
}