

.edgt_ribbon_logo img {
    left: 0;
    width: 160px;
    height: 20px;
    position: absolute;
    top: -10px;
    transition: opacity .3s ease 0s;
}


nav.ribbon_menu ul {
    display:none;
}
.ribbon .base {
    display:none;
    width: 160px;
height: 120px;
background-color: #fff;
border-style: double;
border-color: #B1C626;
border-width:4px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.ribbon .left_corner , .ribbon .right_corner {
    display:none;
}

nav.ribbon_menu > ul > li > a {
    color: #849414;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.close_ribbon {
    display:none;
}
nav.ribbon_menu > ul > li:hover > a {
    color: #ffffff;
}

