@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,600,700);

/* SITE */
@font-face {
    font-family: 'DaxlinePro';
    src: url('/themes/main/fonts/DaxlinePro-Light.otf');
    src:
            local(''),
            url('/themes/main/fonts/DaxlinePro-Light.otf')
            format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'DaxlinePro';
    src: url('/themes/main/fonts/DaxlinePro-Regular.otf');
    src:
            local(''),
            url('/themes/main/fonts/DaxlinePro-Regular.otf')
            format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: '';
    src: url('/themes/main/fonts/DaxlinePro-Medium.otf');
    src:
            local('DaxlinePro'),
            url('/themes/main/fonts/DaxlinePro-Medium.otf')
            format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'DaxlinePro';
    src: url('/themes/main/fonts/DaxlinePro-Bold.otf');
    src:
            local(''),
            url('/themes/main/fonts/DaxlinePro-Bold.otf')
            format('opentype');
    font-weight: 700;
}
@font-face {
    font-family: 'DaxlinePro';
    src: url('/themes/main/fonts/DaxlinePro-ExtraBold.otf');
    src:
            local(''),
            url('/themes/main/fonts/DaxlinePro-ExtraBold.otf')
            format('opentype');
    font-weight: 900;
}
html, body {
    height: unset !important;
    font-family: 'DaxlinePro', sans-serif;
}
.jAudio, .jAudio * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: "Open Sans";
    color: #888;
    font-weight: 100
}

.jAudio {
    overflow: hidden;
    margin: 10px auto;
    width: 900px
}

.jAudio:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

.jAudio--ui {
    position: relative;
    width: 100%
}

.jAudio--status-bar {
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 100px 2rem 2rem;
    display: table
}

.jAudio--status-bar:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

.jAudio--controls {
    width: 100%;
    background: #fafafa;
    display: table
}

.jAudio--controls:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

.jAudio--controls ul {
    display: table;
    overflow: hidden;
    width: 100%
}

.jAudio--controls ul:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

.jAudio--controls li {
    position: relative;
    width: 33.3333%;
    height: 5rem;
    line-height: 5rem;
    float: left;
    list-style: none
}

.jAudio--control {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 0
}

.jAudio--control span {
    position: absolute;
    display: table;
    height: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden
}

.jAudio--control span:after, .jAudio--control span:before {
    display: block;
    content: " ";
    height: 0;
    float: left;
    border-color: transparent;
    border-style: solid
}

.jAudio--control:active {
    background: #f5f5f5
}

.jAudio--control-next span:after, .jAudio--control-next span:before, .jAudio--control-play span:after, .jAudio--control-play span:before, .jAudio--control-prev span:after, .jAudio--control-prev span:before {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent
}

.jAudio--control-prev span:after, .jAudio--control-prev span:before {
    border-right: 15px solid #ddd;
    border-left: 0
}

.jAudio--control-prev:active span:after, .jAudio--control-prev:active span:before {
    border-right-color: #F66 !important
}

.jAudio--control-next span:after, .jAudio--control-next span:before {
    border-left: 15px solid #ddd;
    border-right: 0
}

.jAudio--control-next:active span:after, .jAudio--control-next:active span:before {
    border-left-color: #F66 !important
}

.jAudio--control-play span:before {
    border-left: 15px solid #F66;
    border-right: 0
}

.jAudio--control-play span:after {
    display: none
}

.jAudio--control-play.active span:before, .jAudio--control-play:active span:before {
    border-left-color: #F66 !important
}

.jAudio--control-pause span:after, .jAudio--control-pause span:before {
    width: 5px;
    height: 15px;
    background: #F66;
    border: 0
}

.jAudio--control-pause span:before {
    margin-right: 5px
}

.jAudio--control-pause span.active:after, .jAudio--control-pause span.active:before, .jAudio--control-pause span:active:after, .jAudio--control-pause span:active:before {
    background: #fff;
    margin-right: 5px
}

.jAudio--thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.jAudio--time {
    display: table;
    width: 100%
}

.jAudio--time:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

.jAudio--time * {
    width: 50%;
    display: block;
    float: left;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: .9rem
}

.jAudio--time-elapsed {
    text-align: left
}

.jAudio--time-total {
    text-align: right
}

.jAudio--details * {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 1.2rem
}

.jAudio--details :first-of-type {
    font-weight: 700
}

.jAudio--details p {
    width: 100%
}

.jAudio--details p span {
    display: block
}

.jAudio--progress-bar {
    margin: 1.33333rem 0
}

.jAudio--progress-bar-wrapper {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden
}

.jAudio--progress-bar-played {
    height: 10px;
    background: #F66;
    position: relative;
    border-radius: 10px
}

.jAudio--progress-bar-pointer {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: #fff
}

.jAudio--playlist {
    background: transparent;
    gap: 15px;
}

.jAudio--playlist-item {
    width: 100%;
    padding: 0 15px 0 10px;
}
.datalist {
    width: 215px;
    min-width: 215px;
}
.jAudio--playlist-item:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}
.jAudio--playlist-item:not(.active):hover {
    background-color: #4a4848;
}

.jAudio--playlist-item.active {
    background: #FBAA31;
    border-bottom-color: #FBAA31
}

.jAudio--playlist-item.active * {
    color: #fff
}

.jAudio--playlist-item:last-of-type {
    border: 0;
    margin-bottom: 0
}

.jAudio--playlist-thumb {
    float: left;
    margin-right: .66667rem;
    display: table
}

.jAudio--playlist-thumb:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

.jAudio--playlist-thumb img {
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    float: left;
    margin-right: .5rem
}

.jAudio--playlist-meta-track-name {
    font-size: 1rem;
    color: #000;
    font-family: 'DaxlinePro', sans-serif;
    color: #FBAA31;
}

.jAudio--playlist-meta-track-artist {
    font-size: .8rem;
    font-family: 'DaxlinePro', sans-serif;
    color: #FBAA31;
}
.jAudio--playlist-item.active .jAudio--playlist-meta-track-artist, .jAudio--playlist-item.active .jAudio--playlist-meta-track-name {
    font-weight: 700;
    color: #000000;
}

.jAudio--controls li button span:after, .jAudio--controls li button span:before {
    -webkit-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s
}

.jAudio--thumb {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.jAudio--progress-bar-played {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.jAudio--playlist-item {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #000000;
}

.jAudio--playlist-item * {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.jAudio--playlist-item {
    cursor: pointer;
}

.jAudio--playlist-item {
    width: 277px;
    height: 100% !important;
}
.newplay {
    display: block;
}
.itemicons {
    width: 30px;
    min-width: 30px;
}
.jAudio--playlist-thumb {
    width: 52px;
    min-width: 52px;
}
.newpause {
    display: none;
}
.jAudio--playlist-item.active .newplay {
    display: none;
}
.jAudio--playlist-item.active .newpause {
    display: block;
}
.jAudio--playlist {
    width: 100%;
    height: 67px;
}
.jAudio-new-row {
    margin-top: 30px;
    gap: 30px;
}
.audio-left-side {
    width: 553px;
    height: 553px;
    background-color: #000000;
}
.audio-right-side {
    width: 277px;
    height: 549px;
}
.now-play-block {
    position: absolute;
    left: 34px;
    bottom: 42px;
}
.now-play-button {
    height: 64px;
    border-radius: 15px;
    background: #FBAA31;
    gap: 15px;
}
.now-play-button-text {
    font-family: 'DaxlinePro', sans-serif;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}
.now-play-title {
    margin-top: 16px;
    font-family: 'DaxlinePro', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}
.now-play-button {
    width: 234px;
}
.now-play-title {
    width: 260px;
}
.mpimg {
    width: 100%;
    height: 100%;
}
.pwc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.header-row {
    width: 100%;
    padding: 20px 20px 15px;
}
.header-text {
    color: #FBAA31;
    font-family: 'DaxlinePro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-left {
    width: 277px;
}
.header-right {
    text-align: center;
    flex-grow: 1;
}

@media (max-width: 920px) {
    .datalist {
        width: 190px;
        min-width: 190px;
    }
    .jAudio--playlist-item {
        width: 250px;
    }
    .audio-left-side {
        width: 500px;
        height: 490px;
    }
    .audio-right-side {
        width: 250px;
        height: 490px;
    }
    .jAudio-new-row {
        margin-top: 20px;
    }
    .header-left {
        padding-left: 20px;
        text-align: center;
    }
    .jAudio {
        width: 100%;
    }
}
@media (max-width: 860px) {
    .datalist {
        width: 160px;
        min-width: 160px;
    }
    .jAudio--playlist-item {
        width: 220px;
    }
    .jAudio--playlist-thumb {
        width: 40px;
        min-width: 40px;
    }
    .jAudio--playlist-item .jAudio--playlist-meta-track-artist, .jAudio--playlist-item .jAudio--playlist-meta-track-name {
        font-size: 12px;
    }
    .jAudio--playlist {
        height: 57px;
    }
    .audio-left-side {
        width: 448px;
        height: 410px;
    }
    .audio-right-side {
        width: 210px;
        height: 410px;
    }
    .jAudio-new-row {
        margin-top: 20px;
    }
    .header-left {
        padding-left: 10px;
        text-align: center;
    }
}
@media (max-width: 730px) {
    .header-text {
        font-size: 19px;
    }
    .header-left {
        padding-left: 10px;
        text-align: left;
    }
}
@media (max-width: 700px) {
    .jAudio--playlist {
        height: 47px;
    }
    .jAudio--playlist-item {
        width: 33%;
    }
    .jAudio--playlist-meta-track-artist {
        display: none;
    }
    .datalist {
        width: 85%;
        min-width: 85%;
    }
    .jAudio--playlist-thumb {
        width: 30px;
        min-width: 30px;
    }
    .jAudio--playlist-item .jAudio--playlist-meta-track-artist, .jAudio--playlist-item .jAudio--playlist-meta-track-name {
        font-size: 10px;
    }
    .itemicons img {
        height: 19px;
    }
}
@media (max-width: 460px) {

    .jAudio--playlist-item {
        width: 100%;
        height: 61px !important;
    }
    .itemicons img {
        height: 23px;
    }
    .jAudio--playlist-meta-track-artist {
        display: block;
    }

    .jAudio--playlist-thumb {
        width: 44px;
        min-width: 44px;
    }
    .jAudio--playlist-item .jAudio--playlist-meta-track-artist, .jAudio--playlist-item .jAudio--playlist-meta-track-name {
        font-size: 14px;
    }
    .jAudio--playlist {
        height: auto;
        gap: 0;
        flex-direction: column;
    }
    .jAudio-new-row {
        width: 100%;
        gap: 2px;
        align-items: flex-start !important;
        -webkit-align-items: flex-start !important;
    }
    .audio-left-side {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
    .now-play-title {
        font-size: 22px;
        font-weight: 700;
        text-shadow: 3px 3px 5px #000000;
    }
    .audio-right-side {
        display: none;
    }
    .jAudio-new-row {
        margin-top: 2px;
        gap: 0;
    }
    .header-left {
        display: none;
    }
    .header-row {
        padding: 10px 20px 10px;
    }
    .now-play-button {
        width: 170px;
        height: 46px;
        gap: 10px;
    }
    .now-play-button-text {
        font-size: 19px;
    }
    .now-play-button img {
        height: 30px;
    }
    .now-play-title {
        width: 70%;
        padding: 0 3px;
        font-size: 18px;
        margin-top: 11px;
    }
}

.youtube-stream-iframe {
    width: 860px;
    max-width: 100%;
    height: 350px;
}
@media (max-width: 991px) {
    .youtube-stream-iframe {
        width: 780px;
    }
}
@media (max-width: 860px) {
    .youtube-stream-iframe {
        width: 688px;
    }
}
@media (max-width: 767px) {
    .youtube-stream-iframe {
        height: 300px;
    }
    .audio-right-side {
        display: none;
    }
}