/* PLAYER */


div.jp-audio {
    margin: 20px 0;
    width: 100%;
}

div.jp-interface {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 15px;
}
div.jp-interface {
    height: 45px !important;
}
a.jp-play, 
a.jp-pause {
    top: 5px !important;
    height: 35px;
    width: 130px;
    margin-left: -13px;
    left: 35% !important;
}

a.jp-play:hover,
a.jp-play {
    background: url('../images/play_button.png') no-repeat scroll 0px 0px / 35px 35px transparent;
}

.i18n-is a.jp-play:after  {
    content: "HLUSTA";
    position: absolute;
    left: 40px;
    top: 3px;
    text-indent: 0px;
    color: #00464E;
}

.i18n-is a.jp-pause:after  {
    content: "STÖÐVA";
    position: absolute;
    left: 40px;
    top: 3px;
    text-indent: 0px;
    color: #00464E;
}

.i18n-en a.jp-play:after  {
    content: "LISTEN";
    position: absolute;
    left: 40px;
    top: 3px;
    text-indent: 0px;
    color: #00464E;
}

.i18n-en a.jp-pause:after  {
    content: "STOP";
    position: absolute;
    left: 40px;
    top: 3px;
    text-indent: 0px;
    color: #00464E;
}

a.jp-pause:hover,
a.jp-pause {
    background: url('../images/pause_button.png') no-repeat scroll 0px 0px / 35px 35px transparent;
    display: none;
}

div.jp-playlist {
    display: none;
}
div.jp-progress {
    display: none;
}
div.jp-volume-bar {
    display: none !important;
}
div.jp-current-time,
div.jp-duration {
    display: none;
}
a.jp-stop {
    display: none;
}
a.jp-mute, 
a.jp-unmute {
    display: none !important;
}

