.radio-banner {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
    border: solid 1px #0A5FA6;
}

.radio-banner .live {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    padding: 10px 20px;
}

.radio-banner .live .logo {
    width: 20%;
}

.radio-banner .live .logo .logo-container {
    width: 120px;
    height: 100px;
}

.radio-banner .live .logo .logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.radio-banner .live .live-content {
    width: calc(80% - 20px);
    margin-left: 20px;
    display: flex;
    flex-flow: row wrap;
}

.radio-banner .live .live-content .streamer-image {
    width: 15%;
}
.radio-banner .live .live-content .streamer-image .image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.radio-banner .live .live-content .streamer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.radio-banner .live .live-content .live-player {
    width: 75%;
}

.radio-banner .live .live-content .live-player .live-indicator {
    display: inline-block;
    background-color: #E63946;
    color: #fff;
    padding: 10px 15px 10px 40px;
    border-radius: 10px;
    position: relative;;
}

.radio-banner .live .live-content .live-player .live-indicator img {
    width: 20px;
    height: 20px;
    display: inline;
    position: absolute;
    left: 16%;
}

.radio-banner .live .live-content .live-player  .watch-stream {
    display: inline-block;
    background-color: #0A5FA6;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
}

.radio-banner .live .live-player .jp-audio {
    width: 100% ;
    border: none ;
    background: none ;
}

.radio-banner .live .live-player .jp-audio .jp-controls {
    position: absolute;
    top: -85%;
    width: 100% ;
    padding: 20px 0 ;
}

.radio-banner .live .live-player .jp-interface {
    background: none ;
    height: 30px;
}

/*
.radio-banner .live .live-player .jp-play, .radio-banner .live .live-player .jp-play:focus {
    background: url("../images/icons/play.svg") no-repeat center center ;
}

.radio-banner .live .live-player .jp-state-playing .jp-play:focus, .radio-banner .live .live-player .jp-state-playing .jp-play {
    background: url("../images/icons/pause.svg") no-repeat center center ;
}
*/

.radio-banner .live .live-content .live-player  #audio-player .jp-play {
    background: url("../images/icons/play.svg") no-repeat center center ;
}

.radio-banner .live .live-content .live-player  #audio-player .jp-pause {
    width: 40px;
    height: 40px;
    background: url("../images/icons/pause-live-homepage.svg") no-repeat center center;
}
.radio-banner .live .live-player .jp-stop, .jp-repeat, .radio-banner .live .live-player .jp-duration {
    display: none !important;
}

.radio-banner .live .live-player .jp-details .jp-title {
    display: none !important;
}

.radio-banner .live .live-player .jp-audio .jp-type-single .jp-progress {
    width: 85%;
    top: 50% ;
    transform: translateY(-50%);
    left: 12% ;
    border-radius: 10px;
    height: 8px ;
}

.radio-banner .live .live-player .jp-audio .jp-type-single .jp-time-holder {
    left: 12% ;
    top: 80%;
}

.radio-banner .live .live-player .jp-current-time, .jp-duration {
    font-style: normal ;
    color: #000;
}

.radio-banner .live .live-player .jp-volume-controls {
    top: 60% ;
    left: 70%;
}

.radio-banner .live .live-player .jp-volume-bar {
    top: 10px;
}

.radio-banner .live .live-player .jp-mute, .jp-volume-max {
    width: 24px ;
    height: 24px ;
}

.radio-banner .live .live-player .jp-mute {
    background: url("../images/icons/sound-off.svg") no-repeat center center;
    left: -5%;
}

.radio-banner .live .live-player .jp-volume-max {
    display: block !important;
    width: 24px;
    height: 24px;
    left: 35%;
    background: url("../images/icons/sound-on.svg") no-repeat center center;
}

.radio-banner .other-streaming {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    background-color: #0A5FA6;
    color: #fff;
    padding: 10px 20px;
}

.radio-banner .other-streaming .image-container {
    width: 20%;
}


.radio-banner .other-streaming .image-container .image {
    width: 100px;
    height: 100px;
}

.radio-banner .other-streaming .image-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.radio-banner .other-streaming .description {
    width: 80%;
    position: relative;
}

.radio-banner .other-streaming .description .streaming-title {
    display: block;
    color: #fff;
    font-weight: bold;
}

.radio-banner .other-streaming .description .play-button {
    display: inline-block;
}

.radio-banner .other-streaming .description .other-button {
    display: inline-block;
    background-color: #fff;
    padding: 10px 40px 10px 10px;
    color: #0A5FA6;
    font-weight: bold;
    position: absolute;
    top: 48%;
    left: 15%;
}
.radio-banner .other-streaming .description .other-button img {
    width: 25px;
    height: 25px;
    display: inline;
    position: absolute;
    right: 10%;
    top: 22%;
}

.radio-banner .other-streaming .play-button .jp-audio {
    width: 100%;
    background-color: transparent;
    border: none;
}

.radio-banner .other-streaming .play-button .jp-controls {
    width: 100%;
    padding: 20px 0;
}

.radio-banner .other-streaming .play-button .jp-play {
    width: 53px;
    height: 53px;
    background: url("../images/icons/big-play.svg") no-repeat;
    background-size: 100% 100%;
}

.radio-banner .other-streaming .play-button .jp-pause {
    width: 53px;
    height: 53px;
    background: url("../images/icons/pause-other-streaming.svg") no-repeat;
    background-size: 100% 100%;
}

.radio-banner .other-streaming .play-button .jp-interface {
    background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .radio-banner .live .logo {
        width: 26%;
    }
    .radio-banner .live .live-content {
        width: calc(71% - 10px);
        margin-left: 10px;
    }
    
    .radio-banner .live .live-content .live-player {
        width: calc(79% - 20px);
        margin-left: 20px;
    }

    .radio-banner .live .live-player .jp-volume-controls {
        top: 65%;
        left: 65%;
    }

    .radio-banner .other-streaming .description {
        width: 75%;
        margin-left: 20px;
    }

    .radio-banner .other-streaming .description .other-button {
        left: 20%;
    }

    .radio-banner .live .live-player .jp-audio .jp-type-single .jp-progress {
        left: 20%;
    }

    .radio-banner .live .live-player .jp-audio .jp-type-single .jp-time-holder {
        left: 20%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .radio-banner .live .live-content .streamer-image {
        margin-left: 20px;
    }

    .radio-banner .live .live-content .live-player {
        width: calc(74% - 20px);
        margin-left: 20px;
    }

    .radio-banner .live .live-player .jp-audio .jp-type-single .jp-progress {
        left: 15%;
    }

    .radio-banner .live .live-player .jp-volume-controls {
        top: 70%;
        left: 67%;
    }

    .radio-banner .live .live-player .jp-audio .jp-type-single .jp-time-holder {
        left: 15%;
    }

    .radio-banner .other-streaming .description {
        margin-left: 20px;
        width: 75%;
    }

    .radio-banner .other-streaming .description .other-button {
        left: 20%;
    }
}

/* LIVE RADIO PAGE */
.liveradio {
    margin-top: 80px;
}

.liveradio .profile-video {
    display: flex;
    flex-flow: row wrap;
}

.liveradio .profile-video .profile {
    width: 70%;
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    background-color: #072967;
    color: #fff;
    border-radius: 5px;
}

.liveradio .profile-video .profile .image {
    width: 10%;
}

.liveradio .profile-video .profile .image .image-container {
    width: 100%;
    height: 83px;
    border-radius: 50%;
}

.liveradio .profile-video .profile .image .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.liveradio .profile-video .profile .image p {
    position: relative;
    font-weight: 600;
    background-color: #E63946;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

.liveradio .profile-video .profile .image p img {
    position: relative;
    top: 3px;
    width: unset;
    height: unset;
    display: inline;
}

.liveradio .profile-video .identity {
    width: 30%;
    padding: 0 25px;
}
.liveradio .profile-video .identity .name {
    font-weight: bold;
    font-size: 18px;
}

.liveradio .profile-video .identity .play-button-container .jp-audio {
    border: none;
    background: none;
}
.liveradio .profile-video .identity .play-button-container .jp-audio .jp-controls {
    padding: 0;
}

.liveradio .profile-video .identity .play-button-container .jp-audio .jp-controls .jp-play{
    background: url("../images/icons/play-button-liveradio.svg") no-repeat center center;
}

.liveradio .profile-video .identity .play-button-container .jp-audio .jp-controls .jp-pause {
    width: 40px;
    height: 40px;
    background: url("../images/icons/pause-button-liveradio.svg") no-repeat center center;
}

.liveradio .profile-video .identity .play-button-container .jp-state-playing .jp-play:focus {
    background: url("../images/icons/pause-button-liveradio.svg") no-repeat center center;
}

.liveradio .profile-video .identity a {
    position: relative;
    top: 5px;
    left: 10px;
    padding: 5px 10px 5px 30px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
}

.liveradio .profile-video .identity a img {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    display: inline;
    width: unset;
    height: unset;
}

.liveradio .profile-video .video {
    width: 30%;
    padding-left: 20px;
}

.liveradio .profile-video .video .frame {
    width: 100%;
    height: 100%;
}

.liveradio .profile-video .video .frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.liveradio .profile-video .bio {
    width: 60%;
}

.liveradio .profile-video .bio p {
    margin-block-start: 0px;
    line-height: 180%;
}

.liveradio .live-detail {
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
}

.liveradio .live-detail .image {
    width: 15%;
}

.liveradio .live-detail .image .frame {
    width: 175px;
    height: 175px;
    border-radius: 5px;
}

.liveradio .live-detail .image .frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.liveradio .live-detail .live-content {
    width: 85%;
    padding: 0 50px;
}

.liveradio .live-detail .live-content h1 {
    font-size: 20px;
    color: #004D8D;
}

.liveradio .live-detail .live-content p {
    line-height: 180%;
}

.liveradio .live-detail .audio-player-container .jp-audio {
    width: 100%;
}

.liveradio .live-detail .audio-player-container .jp-audio .jp-controls {
    width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, 20%);
}

.liveradio .live-detail .audio-player-container .jp-audio, .jp-audio-stream, .jp-video{
    border: none;
    background-color: transparent;
}

.liveradio .live-detail .audio-player-container .jp-audio .jp-type-single .jp-progress {
    width: 100%;
    top: 0;
    left: 0;
}

.liveradio .live-detail .audio-player-container .jp-audio .jp-type-single .jp-time-holder {
    top: 25%;
    left: 0;
}

.liveradio .live-detail .audio-player-container .jp-audio .jp-type-single .jp-time-holder .jp-current-time {
    font-style: normal;
}

.liveradio .live-detail .audio-player-container .jp-volume-controls {
    width: 100px;
    height: 35px;
    top: 25%;
    right: 0;
    left: unset;
}

.liveradio .live-detail .live-content .audio-player-container #jp_container_2 .jp-play {
    background: url("../images/icons/play-blue-liveradio.svg") no-repeat center center;
    width: 49px;
    height: 49px;
}
.liveradio .live-detail .live-content .audio-player-container #jp_container_2  .jp-pause {
    background: url("../images/icons/pause-blue-liveradio.svg") no-repeat center center;
    width: 49px;
    height: 49px;
}

.liveradio .live-detail .audio-player-container .jp-play:focus {
    background: url("../images/icons/pause-blue-liveradio.svg") no-repeat center center;
}

*/
.liveradio .live-detail .audio-player-container .jp-pause {
    background: url("../images/icons/pause-blue-liveradio.svg") no-repeat center center;
    width: 49px;
    height: 49px;
}

.liveradio .live-detail .audio-player-container .jp-stop {
    background: url("../images/icons/stop-blue-liveradio.svg") no-repeat center center;
    width: 49px;
    height: 49px;
    margin-top: 0;
}
.liveradio .live-detail .audio-player-container .jp-interface {
    background-color: transparent;
}

.liveradio .live-detail .audio-player-container .jp-mute {
    background: url("../images/icons/sound-off.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    left: -10%;
}

.liveradio .live-detail .audio-player-container .jp-volume-max {
    background: url("../images/icons/sound-on.svg") no-repeat center center;
    width: 24px;
    height: 24px;
        display: block !important;
}

.liveradio .live-detail .audio-player-container .jp-volume-bar {
    top: 30%;
}

.liveradio .playlist {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 40px;
    margin-top: 40px;
    background-color: #004D8D;
    border-radius: 5px;
}

.liveradio .playlist .title-container {
    width: 20%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.liveradio .playlist .title-container p:first-child {
    color: #FF6C00;
    margin-block-end: 0;
}

.liveradio .playlist .title-container p:last-child {
    margin-block-start: 10px;
}

.liveradio .playlist .playlist-slideshow {
    width: 80%;
    padding: 0 40px;
}
.liveradio .playlist .carousel .item .image-container {
    width: 100%;
    height: 180px;
}

.liveradio .playlist .carousel .item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.liveradio .playlist .playlist-slideshow .item h2 a {
    color: #fff;
    font-size: 14px;
}

.liveradio .playlist .playlist-slideshow  .owl-nav {
    display: none;
}

.liveradio .playlist .playlist-slideshow  .owl-dots {
    display: none;
}



@media (max-width: 1920px) {
    .liveradio .live-detail .audio-player-container .jp-volume-bar {
        display: block;
    }

    .liveradio .live-detail .audio-player-container .jp-volume-max {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .liveradio .profile-video .profile .image .image-container {
        height: 65px;
    }
    
    .liveradio .profile-video .profile .image p img {
        display: block;
        margin: 0 auto 10px auto;
    }
    .liveradio .profile-video .identity a {
        display: block;
        top: 30%;
        left: 0;
        padding: 5px 10px 5px 37px;
    }

    .liveradio .profile-video .play-button-container {
        position: relative;
    }
    
    
    .liveradio .profile-video .identity .play-button-container .jp-audio .jp-controls .jp-play {
        position: absolute;
        left: 35%;
    }

    
}