.edgtf-drop-down .second .inner {
    position: relative;
    display: block;
background-color; #1a1c1c
    padding: 0;
    margin: 0;
    z-index: 997;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03)
}

.edgtf-main-menu > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 0 18px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .17em;
    line-height: 23px;
    box-sizing: border-box;
    text-transform: uppercase
}

.edgtf-drop-down .second .inner {
    position: relative;
    display: block;
    background:  #191a1a;
    background-size: auto, cover;
    padding: 0;
    margin: 0;
    z-index: 997;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03)
}

.edgtf-drop-down .narrow .second .inner ul li ul {
    position: absolute;
    left: 100%;
    top: -30px;
    height: auto;
    opacity: 0;
    overflow: hidden;
    z-index: 10;
    background:  #191a1a;
    background-size: auto, cover;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}