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

.radio_logo {
    background-color: #222;
}


.nav_bar {
	background-color: #222;
}

.nav_item {
    width: 100%;
    color: #fff;
    float: left;
    background-color: #222;
}

.nav_item.current, .nav_item.current:hover {
    background-color: #000;
}

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