body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

.tab_content.current {
    /*display: block;*/
    visibility: visible;
}

.bottom_bar {
    position: fixed;
    z-index: 99;
    left: 40%;
    right: 0px;
    top: 25px;
    height: 50px;
    background: transparent;
}

.bottom_bar .cont_btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
}

.bottom_bar .cont_btn:hover {
    background-color: rgba(0,0,0,0.43);
}



.on_air {
    display: inline-block;
    margin-left: 0px;
    width: 65%
}

.bottom_bar p.now_playing {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom_bar p.now_playing span {
    display: block;
    font-weight: 100;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom_bar .button {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 35px 40px;
    cursor: pointer;
    float: right;
}

.bottom_bar .schedule_btn {
    background: url('img/schedule.png') no-repeat center 0px;
}

.bottom_bar .schedule_btn.current {
    background: url('img/schedule.png') no-repeat center -50px;
}

.bottom_bar .about_us_btn {
    background: url('img/about_us.png') no-repeat center 0px;
}

.bottom_bar .about_us_btn.current {
    background: url('img/about_us.png') no-repeat center -50px;
}

.bottom_bar .login_btn {
    background: url('img/login.png') no-repeat center 0px;
}

.bottom_bar .login_btn.current {
    background: url('img/login.png') no-repeat center -50px;
    float: right;
}

@media (max-width: 1230px) {
    .on_air {
        width: 60%;
    }
}

@media (max-width: 1075px) {
    .on_air {
        width: 55%;
    }
}

@media (max-width: 960px) {
    .on_air {
        width: 50%;
    }
}

@media (max-width: 850px) {
    .on_air {
        width: 45%;
    }
}

@media (max-width: 780px) {
    .bottom_bar {
        height: 80px;
    }

    .bottom_bar .play {
        width: 80px;
        height: 80px;
        float: left;
        background-size: 60%;
    }

    .bottom_bar p.now_playing {
        font-size: 18px;
        margin: 10px 10px;
        color: #fff;
        white-space: nowrap;
    }

    .bottom_bar p.now_playing span {
        display: inline-block;
        padding-left: 10px;
    }

    /*.on_air {
        margin-left: 20px;
    }*/
    .on_air {
        margin-left: 0px;
        position: absolute;
        top: -82px;
        left: 0px;
        right: 0px;
        padding-top: 40px;
        width: 100%;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(69%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }

    .bottom_bar .button {
        margin: 15px 20px;
    }

    .bottom_bar .schedule_btn.current {
        top: 0px;
        left: 0px;
    }

    .bottom_bar .about_us_btn {
        top: 0px;
        right: 0px;
    }
}