.play_list{background:#cc1313;padding-top:20px;padding-bottom:20px;}
.list_scroll{height:auto;max-height:500px;position:relative;overflow:hidden;}
.player_wrapper{position:relative;}
a.playlist_expander{width:63px;margin-right:15px;height:67px;float:right;display:inline-block;line-height:67px;text-align:center;background:#343434;color:#fff;}
.boxed_in a.playlist_expander{margin-right:0;}
.rock_player{display:block;width:100%;z-index:9999;}
.pre_sticky.rock_player{position:absolute;left:0;bottom:0;}
.sticky_player{background:#000000;background:rgba(0,0,0,0.75);width:100%;left:0;top:0;z-index:9999!important;position:relative;}
.sticky-wrapper.is-sticky{z-index:99999;}
.sticky_player.nosticky{position:relative!important;top:0!important;}
.maher-title{font-size: 14px;color:#fff;display:inline-block!important;height: 67px;padding: 0;position: absolute;right: 0;top: 0;cursor: default;background: #361997;line-height: 67px;padding: 0px 25px;border-right: 5px solid #ff001e;animation-name: live;animation-duration: 2s;animation-iteration-count: infinite;}
.maher-volume li a{height: 40px;width: 3px;display:block;background:#343434;}
.maher-volume li.active a{background: #fdf2f1;}
.maher-volume li:nth-child(2) a{height: 31px;}
.maher-volume li:nth-child(3) a{height: 22px;}
.maher-volume li:nth-child(4) a{height: 14px;}
.maher-volume li:nth-child(5) a{height: 6px;}
.maher-volume{display:inline-block;margin-left:10px;position: absolute;top: 40px;left: 0;}
.maher-volume li{display:inline-block;margin-right:0px;}
.rock_controls{display:inline-block;width:85px;}.rock_controls div{width:63px;height:67px;line-height:67px;color:#fff;cursor:pointer;text-align:center;}.audio-progress{position:relative;background:#343434;height:13px;width:580px;display:inline-block;border-radius:8px;overflow:hidden;}.audio-progress .maher-seek-bar{position:absolute;left:0;top:0;height:13px;width:100%;}.audio-progress .audio-play-bar{position:absolute;left:0;top:0;min-height:4px;height:100%;background:#fff;}.audio-timer{display:inline-block;width:50px;padding-left:10px;font-size:16px;color:#024d82;}.maher-play,.maher-pause{display:none;}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes live {
    0%   {border-color:#ff001e; }
    45%  {border-color:#361997;}
    55%  {border-color:#361997; }
    100% {border-color:#ff001e; }
}

/* Standard syntax */
@keyframes live {
    0%   {border-color:#ff001e; }
    45%  {border-color:#361997;}
    55%  {border-color:#361997; }
    100% {border-color:#ff001e; }
}