/*Top Nav*/
#top-nav {
    background: black;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    text-transform: uppercase;
    width: 100%;
}

    #top-nav #menu-main {
        background-color: #E04900;
        margin: 0 0 0 2%;
        box-sizing: border-box;
        padding: 0 2%;
        position: relative;
        color: #FFF;
    }

#top-nav #menu-main-content {
    width: 100%;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    /*position: relative;*/
}

#top-nav #menu-main-content .menu-main-header {
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    width: 100%;
}

#top-nav #menu-main-content .menu-main-text {
    padding-left: 10px;
}

#top-nav .menu-main-icon {
    cursor: pointer;
}

#top-nav .menu-main-icon img {
}

/*menu-extra-items*/
#top-nav .menu-extra-items {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

#top-nav .menu-extra-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #FFF;
    width: 100%;
    height: 36px;
    text-align: center;
}

#top-nav li.menu-extra-item .item-link {
    color: #FFFFFF;
}

#top-nav li.text-red {
    background-color: #0072bc;
}

/*menu-lang-items*/
#top-nav .menu-lang-items {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

#top-nav .menu-lang-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 36px;
    text-align: center;
}

#top-nav li.menu-lang-item .item-link {
    color: #FFFFFF;
}









