.current #nav_start.nav_icon {
    background: url('img/home-default.svg') no-repeat center 0px;
    background-size: 100%;
}
.current #nav_schedule.nav_icon {
    background: url('img/schedule-default.svg') no-repeat center 0px;
    background-size: 100%;
}
.current #nav_podcast.nav_icon {
    background: url('img/podcast-default.svg') no-repeat center 0px;
    background-size: 100%;
}
.current #nav_login.nav_icon {
    background: url('img/login-default.svg') no-repeat center 0px;
    background-size: 100%;
}
.current #nav_statistics.nav_icon {
    background: url('img/statistic-default.svg') no-repeat center 0px;
    background-size: 100%;
}
.current .nav_text {
    color: #ff9123;
}

.show_info .current_show_indicator {
    background-color: #ff9123;
}

.branding_wrapper a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.premium_schedule .tabs li.active {
    background: #ff9123;
}
.premium_schedule .tabs li.active:hover {
    background: #ff9123;/*#459B8F;*/
}
.premium_schedule .tabs li:hover {
    background: #ff9123;/*(69, 155, 143, 0.6)*/
}

.station_title {
    border-bottom: 2px solid #ff9123;
}
#rss-subscribe {
    background-color: #FF9123;
}
ul.pagination li.current {
    border-bottom: 1px solid #ff9123;
}
.podcast_play_btn {
    background: url('img/podcast_play_default.png') no-repeat center center;
    background-size: 100%;
}
.podcast_play_btn.pause {
    background: url('img/podcast_pause_default.png') no-repeat center center;
    background-size: 100%;
}
.bottom_cover {
    color: #ff9123;
}


