
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
    outline: none;
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
    border: 0;
}

.jp_container_1 {
    display: flex
}

.jp-audio,
.jp-audio-stream,
.jp-video {
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666;
    border: 1px solid #009be3;
    background-color: white;
}

.jp-audio {
    width: auto;
    margin-bottom: 50px;
}

.jp-audio-stream {
    width: auto;
}

.jp-interface {
    background-color: white;
    width: auto;
}

.jp-audio-stream .jp-interface {
    height: 80px;
}

.jp-controls-holder {
    clear: both;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    top: -8px;
    margin-bottom: 20px;
}

.display-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-interface .jp-controls {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.jp-audio {
    background-color: white
}

    .jp-audio .jp-controls {
        width: auto;
        display: flex
    }

.jp-type-single {
    display: flex;
    background-color: white
}

.jp-controls {
    display: flex;
    align-items: center;
    min-width: 200px;
    height: auto;
}

    .jp-controls button {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #FF0000;
        border-radius: 4px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        padding: 0px;
        background-color: white;
        transition: background-color 1s;
    }

.jp-interface button:hover {
    background-color: red;
    color: white;
    transition: background-color 1s;
}

.jp-rewind {
    margin-right: 10px
}

.jp-previous, .jp-next {
    width: 28px;
    height: 28px;
    margin-top: 6px;
}

.jp-stop {
    margin: 0px 10px 0px 10px;
}

.jp-previous {
    background: url("../image/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}

    .jp-previous:focus {
        background: url("../image/jplayer.blue.monday.jpg") -29px -112px no-repeat;
    }

.jp-next {
    background: url("../image/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}

    .jp-next:focus {
        background: url("../image/jplayer.blue.monday.jpg") -29px -141px no-repeat;
    }

.jp-progress {
    overflow: hidden;
    background-color: #ddd;
}

.jp-audio .jp-progress {
    height: 15px;
}

.jp-audio .jp-type-single .jp-progress {
    width: 100%;
}

.jp-seek-bar {
    background-color: #f2f2f2;
    width: 0px;
    height: 100%;
    cursor: pointer;
}

.jp-play-bar {
    background-color: red !important;
    width: 0;
    height: 100%
}

.jp-seeking-bg {
    background-color: red;
}

.jp-state-no-volume .jp-volume-controls {
}

.jp-volume-controls {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.jp-audio-stream .jp-volume-controls {
    left: 70px;
}

.jp-video .jp-volume-controls {
    top: 12px;
    left: 50px;
}

.jp-volume-controls button {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #FF0000;
    border-radius: 4px;
    font-size: 20px;
    background-color: white
}

.jp-mute,
.jp-volume-max {
    width: 24px;
    height: 24px;
}

.jp-volume-max {
    left: 74px;
    margin-left: 10px !important
}

.jp-mute {
    margin-right: 10px
    /*background: url("../image/jplayer.blue.monday.jpg") 0 -170px no-repeat;*/
}

    .jp-mute:focus {
        /*background: url("../image/jplayer.blue.monday.jpg") -19px -170px no-repeat;*/
    }

.jp-state-muted .jp-mute {
    /*background: url("../image/jplayer.blue.monday.jpg") -60px -170px no-repeat;*/
}

    .jp-state-muted .jp-mute:focus {
        /*background: url("../image/jplayer.blue.monday.jpg") -79px -170px no-repeat;*/
    }

.jp-volume-max {
    margin-left: 5px
    /*background: url("../image/jplayer.blue.monday.jpg") 0 -186px no-repeat;*/
}

    .jp-volume-max:focus {
        /*background: url("../image/jplayer.blue.monday.jpg") -19px -186px no-repeat;*/
    }

.jp-volume-bar {
    overflow: hidden;
    background: url("../image/jplayer.blue.monday.jpg") 0 -250px repeat-x;
    top: 5px;
    left: 22px;
    width: 46px;
    height: 5px;
    cursor: pointer;
    border-radius: 3px
}

.jp-volume-bar-value {
    width: 0px;
    height: 5px;
    background-color: #FF0000
}

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
    position: absolute;
    top: 50px;
}

.jp-audio .jp-type-single .jp-time-holder {
    left: 110px;
    width: 186px;
}

.jp-audio .jp-type-playlist .jp-time-holder {
    left: 166px;
    width: 130px;
}

.jp-current-time,
.jp-duration {
    width: 60px;
    font-size: .64em;
    font-style: oblique;
}

.jp-current-time {
    float: left;
    display: inline;
    cursor: default;
}

.jp-duration {
    float: right;
    display: inline;
    text-align: right;
    cursor: pointer;
}

.jp-video .jp-duration {
    margin-right: 20px;
}

/* @end */
/* @group playlist */
.jp-details {
    font-weight: bold;
    text-align: center;
    cursor: default;
}

.jp-details,
.jp-playlist {
    width: 100%;
    background-color: #ccc;
    border-top: 1px solid #009be3;
}

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
    border-top: none;
}

.jp-details .jp-title {
    margin: 0;
    padding: 5px 20px;
    font-size: .72em;
    font-weight: bold;
}

.jp-playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: .72em;
}

.jp-playlist li {
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #eee;
}

    .jp-playlist li div {
        display: inline;
    }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
    padding: 5px 0 5px 20px;
    border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 7px;
}

div.jp-type-playlist div.jp-playlist a {
    color: #333;
    text-decoration: none;
}

    div.jp-type-playlist div.jp-playlist a:hover {
        color: #0d88c1;
    }

    div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
        color: #0d88c1;
    }

    div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
        float: right;
        display: inline;
        text-align: right;
        margin-right: 10px;
        font-weight: bold;
        color: #666;
    }

        div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
            color: #0d88c1;
        }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
}

    div.jp-type-playlist div.jp-playlist span.jp-free-media a {
        color: #666;
    }

        div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
            color: #0d88c1;
        }

span.jp-artist {
    font-size: .8em;
    color: #666;
}


.jp-jplayer audio,
.jp-jplayer {
    width: 0px;
    height: 0px;
}

.jp-jplayer {
    background-color: #000000;
}


.jp-toggles {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.jp-audio .jp-type-single .jp-toggles {
    width: 25px;
}

.jp-audio .jp-type-playlist .jp-toggles {
    width: 55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px;
}


.jp-toggles button {
    display: block;
    float: left;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    line-height: 100%;
    /* need this for IE6 */
    border: none;
    cursor: pointer;
}

.jp-full-screen {
    background: url("../image/jplayer.blue.monday.jpg") 0 -310px no-repeat;
    margin-left: 20px;
}

    .jp-full-screen:focus {
        background: url("../image/jplayer.blue.monday.jpg") -30px -310px no-repeat;
    }

.jp-state-full-screen .jp-full-screen {
    background: url("../image/jplayer.blue.monday.jpg") -60px -310px no-repeat;
}

    .jp-state-full-screen .jp-full-screen:focus {
        background: url("../image/jplayer.blue.monday.jpg") -90px -310px no-repeat;
    }

.jp-repeat {
    background: url("../image/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

    .jp-repeat:focus {
        background: url("../image/jplayer.blue.monday.jpg") -30px -290px no-repeat;
    }

.jp-state-looped .jp-repeat {
    background: url("../image/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

    .jp-state-looped .jp-repeat:focus {
        background: url("../image/jplayer.blue.monday.jpg") -90px -290px no-repeat;
    }

.jp-shuffle {
    background: url("../image/jplayer.blue.monday.jpg") 0 -270px no-repeat;
    margin-left: 5px;
}

    .jp-shuffle:focus {
        background: url("../image/jplayer.blue.monday.jpg") -30px -270px no-repeat;
    }

.jp-state-shuffled .jp-shuffle {
    background: url("../image/jplayer.blue.monday.jpg") -60px -270px no-repeat;
}

    .jp-state-shuffled .jp-shuffle:focus {
        background: url("../image/jplayer.blue.monday.jpg") -90px -270px no-repeat;
    }

.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none;
}

    .jp-no-solution a {
        color: #000;
    }

    .jp-no-solution span {
        font-size: 1em;
        display: block;
        text-align: center;
        font-weight: bold;
    }

.jp-interface {
    position: relative;
    background-color: white;
}

.jp-audio, .jp-audio-stream, .jp-video {
    border: none
}

.jp-title {
    background-color: white;
    color: black
}

.display-flex__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.article__audio-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    width: 50%;
    margin-left: 15px;
    margin-right: 15px;
}

.article__progress-volume-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width: 760px) {
    .jp-controls button {
        width: 30px !important;
        height: 30px !important;
    }

    .article__audio-progress {
        height: 30px !important;
    }

    .jp-controls {
        min-width: 150px
    }

    .glyphicon {
        font-size: 10px
    }
}


@media screen and (min-width: 660px) {
    .article__audio-progress {
        min-width: 180px;
    }
}

@media screen and (max-width: 660px) {
    .article__audio-progress {
        margin-left: 0px
    }

    .article__progress-volume-wrapper {
        margin-top: 15px;
        align-items: flex-start
    }

    .jp-controls-holder {
        flex-wrap: wrap
    }

    .jp-audio .jp-controls {
        width: 100%
    }
}

@media screen and (max-width: 300px) {
    .article__audio-progress {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 355px) {
    .article__progress-volume-wrapper {
        flex-wrap: wrap
    }

    .jp-volume-controls {
        margin-top: 10px
    }

    .article__audio-progress {
        width: auto
    }

    .jp-volume-controls {
        width: auto!important
    }

    .jp-volume-bar {
        display: flex!important
    }

    .jp-volume-bar-value{
        display: flex!important
    }

    .jp-volume-max{
        display: flex!important
    }

}
