div.jp-audio {
    font-size: 1.25em;
    line-height: 1.6;
}

div.jp-interface {
    position: relative;
    width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
    margin: 3px 0;
}

div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.jp-audio ul.jp-controls {
    float: left;
}

div.jp-interface ul.jp-controls li {
    display: inline;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    background-image: none !important;
}

div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    outline: none;
}

a.jp-play {
    background: url("../../../themes/bsr/images/play.png") 0 0 no-repeat transparent;
}

a.jp-previous {
    background: url("../../../themes/bsr/images/decel.png") 0 0 no-repeat transparent;
}

a.jp-next {
    background: url("../../../themes/bsr/images/accel.png") 0 0 no-repeat transparent;
}

a.jp-pause {
    background: url("../../../themes/bsr/images/pause.png") 0 0 no-repeat transparent;
    display: none;
}

a.jp-stop {
    background: url("../../../themes/bsr/images/stop.png") 0 0 no-repeat;
    margin-left: 5px;
}

div.jp-progress {
    overflow: hidden;
    background-color: #ddd;
}

div.jp-audio div.jp-progress {
    height: 13px;
    margin-top: 6px;
    margin-left: 10px;
}

div.jp-audio div.jp-type-single div.jp-progress {
    left: 10%;
    width: 85%;
    float: left;
}

.prix-teaser-item div.jp-audio div.jp-type-single div.jp-progress {
    width: 40%;
}

div.jp-seek-bar {
    width: 0;
    height: 100%;
    cursor: pointer;
    background-color: #D7DFEC;
}

div.jp-play-bar {
    width: 0;
    height: 100%;
    background-color: #195681;
}

div.jp-seeking-bg {
    background: url("jplayer.blue.monday.seeking.gif");
}

div.jp-current-time {
    float: left;
}

div.jp-duration {
    float: right;
    text-align: right;
}

div.jp-audio div.jp-type-playlist .jp-controls {
    width: 5%;
}

div.jp-audio div.jp-type-playlist .jp-progress {
    float: left;
    margin: 5px 0;
    width: 81%;
}

div.jp-audio div.jp-type-playlist .jp-time-holder {
    width: 12%;
    margin: 0 1%;
    float: right;
    font-size: .55em;
    line-height: 25px;
    text-align: center;
}

.jp-type-playlist .jp-interface div.jp-playlist {
    /*margin-left: 5%;
    width: 81%;*/
    clear: both;
    font-size: 1em;
}

.jp-type-playlist .jp-interface div.jp-playlist ul {
    list-style-type: none;
}

#content .jp-type-playlist .jp-interface div.jp-playlist li {
    margin: 0;
    padding: 0;
    background: #eee none;
    clear: both;
}

#content .jp-type-playlist .jp-interface div.jp-playlist li:nth-of-type(2n) {
    background: #ddd none;
}

div.jp-type-playlist div.jp-playlist a {
    text-decoration: none;
    display: block;
    padding: 2px 5px;
}

div.jp-type-playlist div.jp-playlist a:hover {
    background: #aaa none;
}

div.jp-type-playlist div.jp-playlist a:before,
div.jp-type-playlist div.jp-playlist a:after {
    content: "";
    width: 17px;
    display: inline-block;
}

div.jp-type-playlist div.jp-playlist a:after {
    float: right;
    text-align: right;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current:before {
    content: ">";
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current:after {
    content: "<";
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    display: none !important;
}

div.jp-jplayer audio,
div.jp-jplayer {
    width: 0;
    height: 0;
}

.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;
}

@media all and (max-width: 1000px) {
    div.jp-audio div.jp-type-playlist .jp-controls {
        width: 7%;
    }

    .jp-type-playlist .jp-interface div.jp-playlist,
    div.jp-audio div.jp-type-playlist .jp-progress {
        width: 77%;
    }

    div.jp-audio div.jp-type-playlist .jp-time-holder {
        width: 14%;
    }

    .jp-type-playlist .jp-interface div.jp-playlist {
        margin-left: 7%;
    }

}

@media all and (max-width: 740px) {
    div.jp-audio div.jp-type-playlist .jp-controls,
    div.jp-audio div.jp-type-playlist .jp-time-holder,
    .jp-type-playlist .jp-interface div.jp-playlist,
    div.jp-audio div.jp-type-playlist .jp-progress {
        margin: 0 5% 10px;
    }

    div.jp-audio div.jp-type-playlist .jp-controls,
    div.jp-audio div.jp-type-playlist .jp-time-holder {
        width: auto;
    }


    #content .jukebox-jplayer .jp-controls .jp-previous,
    #content .jukebox-jplayer .jp-controls .jp-next {
        position: inherit;
    }

    .jp-type-playlist .jp-interface div.jp-playlist,
    div.jp-audio div.jp-type-playlist .jp-progress {
        clear: both;
        width: 90%;
    }
}

.jp-counter {
    text-align: center;
}
