.audio_player {
  padding: 22px 30px 26px;
  border-radius: 24px;
  min-width: 740px;
  min-height: 280px;
  height: 100%;
  width: 100%;
  max-height: 280px;
  max-width: 850px;
  font-family: univiaprolight, "UniviaProLight", Arial, sans-serif;
  font-weight: 100;
  color: #ced4d7;
  background: #536c79;
  background: -moz-linear-gradient(top, #536c79 0%, #465660 100%);
  background: -webkit-linear-gradient(top, #536c79 0%, #465660 100%);
  background: linear-gradient(to bottom, #536c79 0%, #465660 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#536c79', endColorstr='#465660', GradientType=0); }
  .audio_player .audio_player_elem {
    display: none; }
  .audio_player .audio_mobile_top_cont {
    display: none; }
  .audio_player .audio_image {
    width: 104px;
    height: 104px;
    background-image: url("../images/player/thumb.svg");
    background-size: 104px 104px;
    display: inline-block; }
  .audio_player .audio_top_line_cont {
    width: calc(100% - 104px - 20px);
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    height: 24px; }
    .audio_player .audio_top_line_cont .audio_hide_song_list {
      display: none; }
    .audio_player .audio_top_line_cont .audio_track_name {
      color: white; }
    .audio_player .audio_top_line_cont .audio_track_name, .audio_player .audio_top_line_cont .audio_track_artist {
      max-width: calc(100% - 250px);
      font-size: 22px;
      height: 26px;
      text-overflow: ellipsis;
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block; }
    .audio_player .audio_top_line_cont .audio_track_artist {
      font-size: 18px;
      display: none; }
    .audio_player .audio_top_line_cont .audio_download_btn {
      cursor: pointer;
      height: 32px;
      width: 32px;
      background-size: 32px 32px;
      background-position: bottom left;
      background-repeat: no-repeat;
      font-size: 24px;
      display: inline-block;
      position: absolute;
      margin-left: 20px;
      margin-top: -6px; }
    .audio_player .audio_top_line_cont .audio_song_list_btn,
    .audio_player .audio_top_line_cont .audio_analyser_btn {
      display: inline-block;
      background-size: 20px 20px;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      float: right; }
    .audio_player .audio_top_line_cont .audio_song_list_btn {
      margin-left: 16px; }
  .audio_player .audio_right_cont {
    display: block;
    margin-top: -66px;
    float: right;
    height: 150px;
    width: 250px;
    background: rgba(57, 76, 88, 0.46);
    overflow-y: hidden;
    overflow-x: hidden; }
    .audio_player .audio_right_cont .audio_spectrum {
      width: 100%;
      height: 100%;
      position: relative; }
      .audio_player .audio_right_cont .audio_spectrum .bars {
        width: 4px;
        max-height: 100%;
        position: absolute;
        overflow-y: visible !important;
        bottom: 0;
        background: #55a8d0;
        /* Old browsers */
        background: -moz-linear-gradient(top, #9bd3f0 0%, #55a8d0 50%, #2a8dbc 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #9bd3f0 0%, #55a8d0 50%, #2a8dbc 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #9bd3f0 0%, #55a8d0 50%, #2a8dbc 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bd3f0', endColorstr='#2a8dbc', GradientType=0);
        /* IE6-9 */ }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(1) {
          left: 0px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(2) {
          left: 5px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(3) {
          left: 10px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(4) {
          left: 15px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(5) {
          left: 20px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(6) {
          left: 25px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(7) {
          left: 30px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(8) {
          left: 35px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(9) {
          left: 40px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(10) {
          left: 45px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(11) {
          left: 50px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(12) {
          left: 55px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(13) {
          left: 60px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(14) {
          left: 65px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(15) {
          left: 70px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(16) {
          left: 75px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(17) {
          left: 80px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(18) {
          left: 85px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(19) {
          left: 90px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(20) {
          left: 95px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(21) {
          left: 100px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(22) {
          left: 105px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(23) {
          left: 110px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(24) {
          left: 115px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(25) {
          left: 120px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(26) {
          left: 125px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(27) {
          left: 130px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(28) {
          left: 135px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(29) {
          left: 140px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(30) {
          left: 145px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(31) {
          left: 150px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(32) {
          left: 155px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(33) {
          left: 160px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(34) {
          left: 165px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(35) {
          left: 170px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(36) {
          left: 175px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(37) {
          left: 180px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(38) {
          left: 185px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(39) {
          left: 190px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(40) {
          left: 195px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(41) {
          left: 200px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(42) {
          left: 205px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(43) {
          left: 210px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(44) {
          left: 215px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(45) {
          left: 220px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(46) {
          left: 225px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(47) {
          left: 230px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(48) {
          left: 235px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(49) {
          left: 240px; }
        .audio_player .audio_right_cont .audio_spectrum .bars:nth-child(50) {
          left: 245px; }
        .audio_player .audio_right_cont .audio_spectrum .bars .bar-top {
          position: absolute;
          height: 2px;
          width: 4px;
          left: 0;
          top: -2px;
          background: #9bd3f0; }
    .audio_player .audio_right_cont .audio_song_list {
      overflow-y: scroll;
      max-height: 100%; }
      .audio_player .audio_right_cont .audio_song_list::-webkit-scrollbar-button {
        display: none; }
      .audio_player .audio_right_cont .audio_song_list::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 2px; }
      .audio_player .audio_right_cont .audio_song_list::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5); }
      .audio_player .audio_right_cont .audio_song_list::-webkit-scrollbar-track {
        background-color: transparent; }
      .audio_player .audio_right_cont .audio_song_list::-webkit-scrollbar-track:hover {
        background-color: transparent; }
      .audio_player .audio_right_cont .audio_song_list::-webkit-scrollbar {
        width: 3px; }
      .audio_player .audio_right_cont .audio_song_list .audio_track {
        min-height: 36px;
        max-height: 36px;
        display: flex;
        color: rgba(255, 255, 255, 0.24); }
        .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_index,
        .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_length {
          line-height: 36px;
          text-align: center; }
        .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_index {
          float: left;
          min-height: 36px;
          min-width: 28px;
          display: inline-block; }
        .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_middle {
          display: inline-block;
          flex: 1;
          max-width: calc(100% - 28px - 42px); }
          .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_middle div {
            display: block;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_middle .audio_track_artist {
            display: none; }
          .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_middle .audio_track_name {
            line-height: 36px;
            color: white;
            margin-left: 8px; }
        .audio_player .audio_right_cont .audio_song_list .audio_track .audio_track_length {
          display: inline-block;
          min-width: 42px; }
        .audio_player .audio_right_cont .audio_song_list .audio_track.audio_active_track {
          background: #3d4e59; }
          .audio_player .audio_right_cont .audio_song_list .audio_track.audio_active_track .audio_track_name {
            color: #5abdff; }
        .audio_player .audio_right_cont .audio_song_list .audio_track:hover {
          cursor: pointer; }
        .audio_player .audio_right_cont .audio_song_list .audio_track:not(:last-child) .audio_track_name {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .audio_player .audio_main_playback_controls {
    text-align: center;
    margin-top: -14px; }
    .audio_player .audio_main_playback_controls div {
      display: inline-block;
      cursor: pointer;
      margin: 0 21px;
      background-position: center;
      background-repeat: no-repeat; }
    .audio_player .audio_main_playback_controls .audio_rewind_btn,
    .audio_player .audio_main_playback_controls .audio_fast_forward_btn {
      background-size: 24px 24px;
      width: 24px;
      height: 24px; }
    .audio_player .audio_main_playback_controls .audio_prev_track_btn,
    .audio_player .audio_main_playback_controls .audio_next_track_btn {
      background-size: 32px 32px;
      width: 32px;
      height: 32px; }
    .audio_player .audio_main_playback_controls .audio_play_pause_btn {
      height: 86px;
      width: 86px;
      background-size: 86px 86px; }
  .audio_player .audio_bottom_cont {
    margin-top: 28px; }
    .audio_player .audio_bottom_cont .audio_progress {
      display: inline-flex;
      flex-direction: row;
      font-size: 15px;
      width: calc(100% - 250px - 20px); }
      .audio_player .audio_bottom_cont .audio_progress .audio_progress_bar {
        max-height: 4px;
        margin: 2px 12px 0;
        flex: 1;
        border: none;
        cursor: pointer; }
      .audio_player .audio_bottom_cont .audio_progress .audio_track_length {
        float: right;
        text-align: right;
        flex: 1;
        flex-grow: 0; }
      .audio_player .audio_bottom_cont .audio_progress .audio_track_length,
      .audio_player .audio_bottom_cont .audio_progress .audio_time_elapsed {
        margin-top: -3px; }
      .audio_player .audio_bottom_cont .audio_progress .audio_time_elapsed {
        float: left; }
    .audio_player .audio_bottom_cont .audio_volume_cont {
      display: inline-block;
      float: right;
      width: 250px;
      position: relative; }
      .audio_player .audio_bottom_cont .audio_volume_cont:before {
        content: "";
        background-image: url("../images/player/volume_max.svg");
        background-size: 20px 20px;
        position: absolute;
        left: 4px;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .audio_player .audio_bottom_cont .audio_volume_cont.audio_volume_mute:before {
        background-image: url("../images/player/volume_mute.svg"); }
      .audio_player .audio_bottom_cont .audio_volume_cont.audio_volume_low:before {
        background-image: url("../images/player/volume_low.svg"); }
      .audio_player .audio_bottom_cont .audio_volume_cont.audio_volume_mid:before {
        background-image: url("../images/player/volume_mid.svg"); }
      .audio_player .audio_bottom_cont .audio_volume_cont.audio_volume_max:before {
        background-image: url("../images/player/volume_max.svg"); }
      .audio_player .audio_bottom_cont .audio_volume_cont.audio_volume_up:before {
        background-image: url("../images/player/volume_up.svg"); }
      .audio_player .audio_bottom_cont .audio_volume_cont.audio_volume_down:before {
        background-image: url("../images/player/volume_down.svg"); }
      .audio_player .audio_bottom_cont .audio_volume_cont .audio_volume_bar {
        cursor: pointer;
        width: calc(100% - 38px);
        margin-left: 38px;
        height: 4px;
        border: none; }
    .audio_player .audio_bottom_cont .audio_loop_order_controls {
      margin-top: 6px;
      margin-left: 46px;
      display: inline-block;
      float: left; }
      .audio_player .audio_bottom_cont .audio_loop_order_controls .audio_loop_order_control {
        background-size: 22px 22px;
        height: 22px;
        width: 22px;
        display: inline-block; }
        .audio_player .audio_bottom_cont .audio_loop_order_controls .audio_loop_order_control:not(:last-child) {
          margin-right: 16px; }
        .audio_player .audio_bottom_cont .audio_loop_order_controls .audio_loop_order_control:hover {
          cursor: pointer; }
        .audio_player .audio_bottom_cont .audio_loop_order_controls .audio_loop_order_control.audio_repeat_btn {
          background-size: 20px 20px !important;
          background-position: center; }
    .audio_player .audio_bottom_cont .audio_info {
      float: right;
      margin-top: 10px; }
      .audio_player .audio_bottom_cont .audio_info div {
        background-size: 12px 12px;
        background-position: left center;
        padding-left: calc(12px + 8px);
        min-width: calc(12px + 8px);
        display: inline-block;
        height: 12px;
        font-size: 12px;
        line-height: 12px;
        color: rgba(166, 175, 180, 0.7); }
        .audio_player .audio_bottom_cont .audio_info div:not(:first-child) {
          margin-left: 8px; }
        .audio_player .audio_bottom_cont .audio_info div:not(.audio_likes_btn):hover {
          cursor: auto !important; }
    .audio_player .audio_bottom_cont input[type=range] {
      -webkit-appearance: none;
      -moz-apperance: none;
      padding: 0;
      position: relative; }
      .audio_player .audio_bottom_cont input[type=range]::-moz-range-track {
        background: transparent;
        border-color: transparent;
        color: transparent;
        height: 5px; }
      .audio_player .audio_bottom_cont input[type=range]::-ms-track {
        background: transparent;
        border-color: transparent;
        color: transparent;
        height: 5px; }
      .audio_player .audio_bottom_cont input[type=range]::-webkit-slider-runnable-track {
        background: transparent;
        border-color: transparent;
        color: transparent;
        height: 5px; }
      .audio_player .audio_bottom_cont input[type=range]::-moz-range-thumb {
        background: transparent;
        border: transparent;
        opacity: 0; }
      .audio_player .audio_bottom_cont input[type=range]:hover::-moz-range-thumb {
        background-size: 100% 100%;
        background: white no-repeat center;
        height: 18px;
        width: 18px;
        border: none;
        border-radius: 50%;
        -webkit-appearance: none !important;
        opacity: 1; }
      .audio_player .audio_bottom_cont input[type=range]::-ms-thumb {
        background: transparent;
        border: transparent;
        opacity: 0; }
      .audio_player .audio_bottom_cont input[type=range]:hover::-ms-thumb {
        background-size: 100% 100%;
        background: white no-repeat center;
        height: 18px;
        width: 18px;
        border: none;
        border-radius: 50%;
        -webkit-appearance: none !important;
        opacity: 1; }
      .audio_player .audio_bottom_cont input[type=range]::-webkit-slider-thumb {
        background: transparent;
        border: transparent;
        opacity: 0; }
      .audio_player .audio_bottom_cont input[type=range]:hover::-webkit-slider-thumb {
        background-size: 100% 100%;
        background: white no-repeat center;
        height: 18px;
        width: 18px;
        border: none;
        border-radius: 50%;
        -webkit-appearance: none !important;
        opacity: 1;
        margin-top: -7px; }
      .audio_player .audio_bottom_cont input[type=range]::-ms-fill-lower {
        background: #ced4d7; }
      .audio_player .audio_bottom_cont input[type=range]::-ms-fill-upper {
        background: #6b7d87; }
      .audio_player .audio_bottom_cont input[type=range]:focus {
        outline: none; }
  .audio_player .audio_play_btn {
    background-image: url("/images/player/play.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_play_btn:hover {
      cursor: pointer; }
  .audio_player .audio_pause_btn {
    background-image: url("/images/player/pause.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_pause_btn:hover {
      cursor: pointer; }
  .audio_player .audio_next_track_btn {
    background-image: url("/images/player/next_track.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_next_track_btn:hover {
      cursor: pointer; }
  .audio_player .audio_fast_forward_btn {
    background-image: url("/images/player/fast_forward.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_fast_forward_btn:hover {
      cursor: pointer; }
  .audio_player .audio_rewind_btn {
    background-image: url("/images/player/rewind.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_rewind_btn:hover {
      cursor: pointer; }
  .audio_player .audio_prev_track_btn {
    background-image: url("/images/player/prev_track.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_prev_track_btn:hover {
      cursor: pointer; }
  .audio_player .audio_next_track_btn {
    background-image: url("/images/player/next_track.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_next_track_btn:hover {
      cursor: pointer; }
  .audio_player .audio_download_btn {
    background-image: url("/images/player/download.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_download_btn:hover {
      cursor: pointer; }
  .audio_player .audio_song_list_btn {
    background-image: url("/images/player/song_list.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_song_list_btn.audio_active_btn {
      background-image: url("../images/player/active/song_list.svg"); }
    .audio_player .audio_song_list_btn:hover {
      cursor: pointer; }
  .audio_player .audio_analyser_btn {
    background-image: url("/images/player/analyser.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_analyser_btn.audio_active_btn {
      background-image: url("../images/player/active/analyser.svg"); }
    .audio_player .audio_analyser_btn:hover {
      cursor: pointer; }
  .audio_player .audio_shuffle_btn {
    background-image: url("/images/player/shuffle.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_shuffle_btn.audio_active_btn {
      background-image: url("../images/player/active/shuffle.svg"); }
    .audio_player .audio_shuffle_btn:hover {
      cursor: pointer; }
  .audio_player .audio_repeat_btn {
    background-image: url("/images/player/repeat.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_repeat_btn.audio_active_btn {
      background-image: url("../images/player/active/repeat.svg"); }
    .audio_player .audio_repeat_btn:hover {
      cursor: pointer; }
  .audio_player .audio_likes_btn {
    background-image: url("/images/player/likes.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_likes_btn.audio_active_btn {
      background-image: url("../images/player/active/likes.svg"); }
    .audio_player .audio_likes_btn:hover {
      cursor: pointer; }
  .audio_player .audio_comments_btn {
    background-image: url("/images/player/comments.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_comments_btn:hover {
      cursor: pointer; }
  .audio_player .audio_views_btn {
    background-image: url("/images/player/views.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_views_btn:hover {
      cursor: pointer; }
  .audio_player .audio_auto_btn {
    background-image: url("/images/player/auto.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_auto_btn.audio_active_btn {
      background-image: url("../images/player/active/auto.svg"); }
    .audio_player .audio_auto_btn:hover {
      cursor: pointer; }
  .audio_player .audio_hide_song_list_btn {
    background-image: url("/images/player/hide_song_list.svg");
    background-repeat: no-repeat; }
    .audio_player .audio_hide_song_list_btn:hover {
      cursor: pointer; }
  .audio_player:not(.audio_mobile) .audio_top_line_cont {
    min-width: 400px; }
  .audio_player.audio_mobile {
    max-height: 100%;
    max-width: 100%;
    min-width: 200px;
    min-height: 100%;
    border-radius: 0;
    background: #536b78;
    /* Old browsers */
    background: -moz-linear-gradient(top, #536b78 0%, #232c32 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #536b78 0%, #232c32 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #536b78 0%, #232c32 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#536b78', endColorstr='#232c32', GradientType=0);
    /* IE6-9 */ }
    .audio_player.audio_mobile .audio_right_cont {
      display: none; }
    .audio_player.audio_mobile .audio_analyser_btn {
      display: none; }
    .audio_player.audio_mobile .audio_download_btn {
      display: none; }
    .audio_player.audio_mobile .audio_mobile_top_cont {
      font-family: "UniviaProLight", Arial, sans-serif;
      display: block;
      text-align: center; }
      .audio_player.audio_mobile .audio_mobile_top_cont .audio_mobile_playlist_intro {
        font-size: 16px;
        color: white;
        margin-bottom: 8px; }
      .audio_player.audio_mobile .audio_mobile_top_cont .audio_mobile_playlist_title {
        font-size: 20px;
        margin-bottom: 18px; }
    .audio_player.audio_mobile .audio_image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      min-width: 250px;
      min-height: 250px;
      max-width: 310px;
      max-height: 310px;
      width: 100%;
      height: 100%;
      display: block;
      margin: 0 auto; }
    .audio_player.audio_mobile .audio_bottom_cont {
      margin-top: 36px;
      margin-bottom: 36px; }
      .audio_player.audio_mobile .audio_bottom_cont .audio_info {
        display: none; }
      .audio_player.audio_mobile .audio_bottom_cont .audio_progress {
        width: calc(100% + 32px);
        margin: 0 -16px;
        display: inline-block; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_progress .audio_time_elapsed {
          float: unset; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_progress .audio_track_length, .audio_player.audio_mobile .audio_bottom_cont .audio_progress .audio_time_elapsed {
          float: unset;
          display: inline-block;
          width: 50%;
          font-size: 11px; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_progress .audio_progress_bar {
          display: block;
          width: 100%;
          margin: 8px 0 0; }
      .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont, .audio_player.audio_mobile .audio_bottom_cont .audio_loop_order_controls {
        bottom: 20px; }
      .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont {
        position: absolute;
        margin-left: 0;
        right: 30px;
        height: 26px;
        width: 26px; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont:before {
          background-size: 26px 26px;
          width: 26px;
          height: 26px; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont:hover {
          cursor: pointer; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont .audio_volume_bar {
          display: none; }
        .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont.audio_volume_bottom {
          left: 0;
          height: 78px;
          width: 100%;
          bottom: 0;
          background: #495f69;
          z-index: 99; }
          .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont.audio_volume_bottom:before {
            left: 30px; }
          .audio_player.audio_mobile .audio_bottom_cont .audio_volume_cont.audio_volume_bottom .audio_volume_bar {
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% - 116px);
            left: 34px; }
      .audio_player.audio_mobile .audio_bottom_cont .audio_loop_order_controls {
        position: absolute;
        margin-left: 0;
        left: 30px; }
    .audio_player.audio_mobile .audio_top_line_cont {
      display: block;
      width: 100%;
      margin-left: 0;
      height: unset; }
      .audio_player.audio_mobile .audio_top_line_cont .audio_track_name {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center; }
      .audio_player.audio_mobile .audio_top_line_cont .audio_track_artist {
        margin-top: 18px;
        max-width: 100%;
        text-align: center;
        display: none; }
      .audio_player.audio_mobile .audio_top_line_cont .audio_song_list_btn {
        position: absolute;
        right: 0;
        top: 0; }
    .audio_player.audio_mobile .audio_right_cont .audio_song_list .audio_track {
      max-height: 46px; }
    .audio_player.audio_mobile.audio_fullscreen_song_list {
      display: flex;
      flex-direction: column;
      padding-bottom: 0; }
      .audio_player.audio_mobile.audio_fullscreen_song_list div {
        flex: 1; }
      .audio_player.audio_mobile.audio_fullscreen_song_list .audio_image {
        width: 192px;
        height: 192px;
        min-width: 192px;
        min-height: 192px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list .audio_mobile_playlist_title {
        width: 100%;
        font-size: 20px;
        margin: 24px 0;
        text-align: center;
        text-overflow: ellipsis;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        max-height: 20px;
        flex: 3; }
      .audio_player.audio_mobile.audio_fullscreen_song_list .audio_right_cont {
        display: block;
        width: calc(100% + 30px * 2);
        margin: 0 -30px;
        float: unset;
        flex: 4;
        max-height: calc(100% - 192px - 68px - 72px);
        overflow: scroll; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_right_cont * {
          flex: 0; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_right_cont .audio_song_list .audio_track {
          padding: 0 12px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list .audio_mobile_top_cont {
        display: none; }
      .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont {
        max-height: 72px;
        width: calc(100% + 30px * 2);
        margin: 0 -30px;
        background: #273138;
        display: flex;
        align-items: center; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_hide_song_list_btn {
          display: block;
          background-size: 20px 10px;
          background-repeat: no-repeat;
          width: 20px;
          height: 10px;
          background-position: center; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_hide_song_list_btn,
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_main_playback_controls {
          max-width: 80px; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_track_name, .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_track_artist {
          font-size: 13px;
          margin-top: 0;
          height: 14px; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_track_artist {
          text-align: left;
          padding-left: 6px;
          display: none; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_track_name {
          text-align: center;
          padding-right: 6px; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_play_pause_btn {
          height: 36px;
          width: 36px;
          background-size: 36px 36px; }
        .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_main_playback_controls {
          margin-top: 0; }
          .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_main_playback_controls div:not(.audio_play_pause_btn) {
            display: none; }
          .audio_player.audio_mobile.audio_fullscreen_song_list .audio_top_line_cont .audio_main_playback_controls .audio_play_pause_btn {
            margin: 0; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_625 .audio_image {
        width: 142px;
        height: 142px;
        min-width: 142px;
        min-height: 142px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_625 .audio_image {
        max-width: 142px;
        max-height: 142px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_625 .audio_right_cont {
        max-height: calc(100% - 68px - 72px - 142px); }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_540 .audio_image {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_540 .audio_image {
        max-width: 100px;
        max-height: 100px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_540 .audio_right_cont {
        max-height: calc(100% - 68px - 72px - 100px); }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_480 .audio_image {
        width: 0;
        height: 0;
        min-width: 0;
        min-height: 0; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_480 .audio_image {
        max-width: 0;
        max-height: 0; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_480 .audio_right_cont {
        max-height: calc(100% - 68px - 72px - 0); }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_480 .audio_right_cont {
        max-height: calc(100% - 68px - 72px + 24px); }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_480 .audio_mobile_playlist_title {
        margin-top: 0; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_380 .audio_top_line_cont {
        max-height: 52px; }
      .audio_player.audio_mobile.audio_fullscreen_song_list.mh_380 .audio_right_cont {
        max-height: calc(100% - 68px + 24px - 52px); }
    .audio_player.audio_mobile.mw_450 .audio_main_playback_controls {
      display: flex;
      align-items: center; }
      .audio_player.audio_mobile.mw_450 .audio_main_playback_controls div {
        margin: 0 auto; }
    .audio_player.audio_mobile.mw_350 .audio_main_playback_controls div:first-child {
      margin-left: 0; }
    .audio_player.audio_mobile.mw_350 .audio_main_playback_controls div:last-child {
      margin-right: 0; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_705 .audio_image {
      width: 250px;
      height: 250px;
      min-width: 250px;
      min-height: 250px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_625 .audio_top_line_cont .audio_track_name {
      margin-top: 16px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_625 .audio_top_line_cont .audio_track_artist {
      margin-top: 12px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_625 .audio_bottom_cont {
      margin: 28px 0; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_625 .audio_image {
      width: 192px;
      height: 192px;
      min-width: 192px;
      min-height: 192px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_540 .audio_mobile_top_cont {
      display: none; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_480 .audio_image {
      width: 160px;
      height: 160px;
      min-width: 160px;
      min-height: 160px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_440 .audio_image {
      width: 120px;
      height: 120px;
      min-width: 120px;
      min-height: 120px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_400 .audio_image {
      width: 80px;
      height: 80px;
      min-width: 80px;
      min-height: 80px; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_380 .audio_image {
      display: none; }
    .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_380.audio_fullscreen_song_list .audio_image {
      display: block; }
      .audio_player.audio_mobile:not(.audio_fullscreen_song_list).mh_380.audio_fullscreen_song_list .audio_image .audio_image {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px; }

#gallery2__header__left #audio_song_list_btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/player/song_list_white.svg");
  margin-right: 6px !important; }
  #gallery2__header__left #audio_song_list_btn.audio_active_btn {
    background-image: url("../images/player/active/song_list.svg"); }

.gallery2__item__audio-wrapper .audio_player.audio_mobile {
  padding-top: 6px !important; }

@media screen and (min--moz-device-pixel-ratio: 0) {
  .audio_song_list {
    margin-right: -17px !important;
    overflow-y: scroll;
    overflow-x: hidden; } }

/*# sourceMappingURL=audio_player.css.map */
