#player{width:100%;margin:0;float:none;margin:0 auto;display:inline-block}
#player > div{width:100%; height:70px;}
#player center{padding: 0;width:90%;margin: 0 auto;line-height: 70px;}
#panel{ width:100%;margin-bottom:0; border:none}
#play{
    float: left;
    width: 63px;
    height: 67px;
    background: #780932;
    line-height: 67px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-right: 5%;
}
#player .panel-footer{
    padding-top:0!important;
    padding-bottom:0!important;
}
#nomeradio{width:50%; float:left; color:#fff; margin-right:2%;height: 67px;overflow: hidden}
#pedir-musica{float: left;margin-left: 5%}
#pedir-musica a{ background: #780932;color: #fff;font-size: 15px;padding: 8px 20px;border-radius: 5px}
.botoes-player{float: right;width: 18%}
.sticky-wrapper{height: 67px!important;}
.is-sticky #sticktop{top: 67px!important;}
@media (max-width: 600px) {
    #nomeradio{width:20%; float:left;color:#fff;}
    .botoes-player{float: right;width: 40%}
}
@media (max-width: 400px) {
    #nomeradio{display: none}
    .botoes-player{float: right;width: 60%}

}