/*#radio_img {
    background: url("img/radio-logo-dark.png") no-repeat center;
    background-size: 100%;
}*/
#nav_start.nav_icon {
    background: url('img/home-dark.svg') no-repeat center 0;
    background-size: 100%;
}
#nav_schedule.nav_icon {
    background: url('img/schedule-dark.svg') no-repeat center 0;
    background-size: 100%;
}
#nav_podcast.nav_icon {
    background: url('img/podcast-dark.svg') no-repeat center 0;
    background-size: 100%;
}
#nav_login.nav_icon {
    background: url('img/login-dark.svg') no-repeat center 0;
    background-size: 100%;
}

#nav_statistics.nav_icon {
    background: url('img/statistic-dark.svg') no-repeat center 0;
    background-size: 100%;
}

.radio_logo {
    background-color: #ffffff;
}

/*#top_expand {
    background: url('img/expand-dark.png') no-repeat center 0;
    background-size: 100%;
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 22px;
    margin-left: 10px;
    display: inline-block;
}*/

.nav_bar {
    background-color: #ffffff;
}

.nav_item {
    color: #555555;
    background-color: #ffffff;
}

.nav_item.current, .nav_item.current:hover {
    background-color: rgba(221,221,221,0.8);
}

.nav_item:hover {
    background-color: rgba(221,221,221,0.4);
    cursor:pointer;
}

.nav_text {
    float: left;
    color: #555555;
    margin-left: 5px;
}
@media (max-width: 1000px) {
    #top_expand {
        background: url('img/expand-dark.png') no-repeat center 0;
        background-size: 100%;
        float: left;
        width: 25px;
        height: 25px;
        margin-top: 22px;
        margin-left: 10px;
        display: inline-block;
    }
}
