﻿/*Top Nav*/
#link-nav {
    border-top: 3px solid #0072bc;
    background: #f8f8f8;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    color: #7c7c7b;
}

    #link-nav a {
        color: #7c7c7b;
    }

    #link-nav ul.menu-extra-items {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        height: 30px;
        align-items: center;
    }

    #link-nav li.menu-extra-item {
        padding-right: 10px;
        padding-left: 10px;
    }

/*menu-extra-items*/
#top-nav .menu-extra1-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-extra1-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;
}

/*menu-lang-items*/
#link-nav .menu-lang-items {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    height: 30px;
}

#link-nav .menu-lang-item {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
}

    #link-nav .menu-lang-item a.current-item {
        font-weight: bold;
        color: #0072bc;
    }

#link-nav .account-info {
    font-size: 12px;
    color: #7c7c7b;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

    #link-nav .account-info a {
        text-decoration: none;
        color: #7c7c7b;
    }

#link-nav .account-info-icon {
    top: -2px;
    position: relative;
    padding-right: 3px;
    padding-left: 3px;
}

    #link-nav .account-info-icon:hover {
        opacity: 0.7;
    }

#link-nav.account-info-underline {
    text-decoration: underline;
}


#link-nav .section_items {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    align-items: stretch;
}

    #link-nav .section_items .section_item {
        position: relative;
        border-right: 1px solid #e9e9e9;
        border-top: 0;
        border-bottom: 0;
    }

        #link-nav .section_items .section_item:first-child {
            border-left: 1px solid #e9e9e9;
        }



@media (max-width: 1200px) {

    #link-nav {
        font-size: 13px;
    }

        #link-nav .menu-lang-item {
            padding-right: 7px;
            padding-left: 7px;
        }
}
