/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.jp-audio,
div.jp-audio-stream {

    /* Edit the font-size to counteract inherited font sizing.
         * Eg. 1.25em = 1 / 0.8em
         */

    font-size: 18px;
    /* 1.25em for testing in site pages */
    /* No parent CSS that can effect the size in the demos ZIP */
    font-family: Jplayer;
    line-height: 17px;
    color: #666;
}

div.jp-audio {
    width: 100%;
}



/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */


div.jp-interface {
    position: relative;
    display: table;
    width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
}

div.jp-video div.jp-audio div.jp-type-single div.jp-interface {
    height: 35px;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 35px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
    height: 35px;
}



/* @group CONTROLS */

div.jp-controls-holder {
    clear: both;
    width: 60px;
    float: left;
    display: inline-block;
    overflow: hidden;
    height: 15px;
    margin-left: 10px;
}

div.jp-video div.jp-controls-holder {
    clear: none;
    display: inline-block;
    overflow: hidden;
    height: 15px;
    margin-left: auto;
    margin-right: -29px;
    margin-top: 5px;
}



div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.jp-video ul.jp-controls {
    padding: 0;
}

div.jp-video-stream ul.jp-controls {
    width: 142px;
    padding: 0;
}

div.jp-audio ul.jp-controls {
    padding: 0;
}

div.jp-audio-stream ul.jp-controls {
    width: 142px;
    padding: 20px 20px 0 20px;
}


div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
    display: inline;
    float: left;
}

div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.jp-video {
    font-size: 16px;
    font-family: Jplayer;
    line-height: 1.6;
    color: #666;
    border: 1px;
    background-color: #fff;
}


.jp-video-270p a.jp-video-play {
    margin-top: -270px;
    height: 270px;
}

.jp-video-360p a.jp-video-play {
    margin-top: -360px;
    height: 360px;
}
.jp-video-full {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.jp-video-full a.jp-video-play {
    height: 100%;
    width: 100%;
}

div.jp-video-full div.jp-interface {
	  position: absolute !important;
    position: relative; /* Rules for IE6 (full-screen) */
	  bottom: 0;
	  left: 0;
	  z-index:1000;
}

a.jp-play,
a.jp-pause {
    width: 15px;
    height: 15px;
    margin: 0px 5px 0 5px;
}

a.jp-download {
    background: url("jplayer.M2.png") -60px 0 no-repeat;
    cursor: default;
}

a.jp-audio-download {
    background: url("jplayer.M2.png") -60px 0 no-repeat;
}

a.jp-play {
    background: url("jplayer.M2.png") 0 0 no-repeat;
}

a.jp-play:hover {
    background: url("jplayer.M2.png") 0 0 no-repeat;
}

a.jp-pause {
    background: url("jplayer.M2.png") -15px 0 no-repeat;
    display: none;
}

a.jp-pause:hover {
    background: url("jplayer.M2.png") -15px 0 no-repeat;
}

a.jp-audio-download {
    width: 15px;
    height: 15px;
    padding-right: 8px;
}

a.jp-download {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}

a.jp-stop,
a.jp-previous,
a.jp-next {
    width: 15px;
    height: 15px;
}

div.jp-download-holder {
    float: right;
    display: inline;
    overflow: hidden;
    padding-top: 5.5px;
    margin-right: 2px;
    margin-left: 2px;
}

a.jp-stop {
    background: url("jplayer.M2.png") 0 -83px no-repeat;
    margin-left: 10px;
}

a.jp-stop:hover {
    background: url("jplayer.M2.png") -29px -83px no-repeat;
}

a.jp-previous {
    background: url("jplayer.M2.png") -30px center no-repeat;
}

a.jp-previous:hover {
    background: url("jplayer.M2.png") -30px center no-repeat;
}

a.jp-next {
    background: url("jplayer.M2.png") -45px center no-repeat;
}

a.jp-next:hover {
    background: url("jplayer.M2.png") -45px center no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
    overflow: hidden;
    width: 100%;
}

div.jp-video div.jp-progress {
    height: 3px;
    display: table-cell;
    padding-top: 11px;
    vertical-align: top;
    margin-left: auto;
    margin-right: -2px;
}

div.jp-audio div.jp-progress {
    height: 3px;
    display: table-cell;
    padding-top: 11px;
    vertical-align: top;
}

div.jp-video div.jp-progress {
    position: relative;
    width: 100%;
}

div.jp-video div.jp-one-button-progress div.jp-progress {
    width: 86%;
    float: left;
}
/* 16:9 gross */
div.jp-video div.jp-one-button-progress-704x396 div.jp-progress {
    width: 89%;
    float: left;
}
/* 16:9 klein */
div.jp-video div.jp-one-button-progress-480x270 div.jp-progress {
    width: 80%;
    float: left;
}
/* wahrschl. 4:3  */
div.jp-video div.jp-one-button-progress-480x360 div.jp-progress {
    width: 80%;
    float: left;
}

div.jp-video div.jp-two-button-progress div.jp-progress {
    width: 76%;
    float: left;
}
/* 16:9 klein */
div.jp-video div.jp-two-button-progress-480x270 div.jp-progress {
    width: 76%;
    float: left;
}

div.jp-audio div.jp-type-single div.jp-progress {
    width: 100%;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    height: 3px;
    width: 100%;
}

div.jp-seek-bar {
    background: #bcbcbc;
    width: 0px;
    height: 3px;
    cursor: pointer;
    border-radius: 2px;
}

div.jp-play-bar {
    background: black;
    width: 0px;
    height: 3px;
    border-radius: 2px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
    background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    width: 18px;
    height: 15px;
    margin-top: 12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
    margin-left: 210px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
    margin-left: 10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
    margin-left: 56px;
}



a.jp-mute {
    background: url("jplayer.M2.png") 0 -170px no-repeat;
}

a.jp-mute:hover {
    background: url("jplayer.M2.png") -19px -170px no-repeat;
}

a.jp-unmute {
    background: url("jplayer.M2.png") -60px -170px no-repeat;
    display: none;
}

a.jp-unmute:hover {
    background: url("jplayer.M2.png") -79px -170px no-repeat;
}

a.jp-volume-max {
    background: url("jplayer.M2.png") 0 -186px no-repeat;
}

a.jp-volume-max:hover {
    background: url("jplayer.M2.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: url("jplayer.M2.png") 0 -250px repeat-x;
    width: 46px;
    height: 5px;
    cursor: pointer;
}

div.jp-audio div.jp-volume-bar {
    top: 37px;
    left: 330px;
}

div.jp-volume-bar-value {
    background: url("jplayer.M2.png") 0 -256px repeat-x;
    width: 0px;
    height: 5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
    position: absolute;
    top: 50px;
}

div.jp-audio div.jp-type-single div.jp-time-holder {
    left: 110px;
    width: 186px;
}

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 166px;
    width: 130px;
}


div.jp-current-time,
div.jp-duration {
    width:50px;
    padding-top: 5.5px;
    height: 15px;
    font-family: Jplayer;
    font-size: 12.5px;
    line-height: 15px;
    text-align: center;
}

div.jp-current-time {
    float: right;
}

div.jp-video div.jp-current-time {
    display: inline;
    float: left;
    text-align: right;
    width: 43px;
}

div.jp-duration {
    float: right;
    display:inline;
    text-align: right;
}

/* @end */

/* @group playlist */

div.jp-title {
    font-weight: bold;
    text-align: center;
}

div.jp-title,
div.jp-playlist {
    width: 100%;
    margin-top: -10px;
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
    border-top: none;
}

div.jp-title ul,
div.jp-playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
}

div.jp-title li {
    padding: 5px 0;
    font-weight: bold;
}

div.jp-playlist li {}

div.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: 0 0 6px 0;
    border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {}

div.jp-type-playlist div.jp-playlist a {
    color: gray;
    text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
    color: black;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color: black;
}

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: gray;
}

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;
}

/* @end */





div.jp-jplayer audio,
div.jp-jplayer {
    width: 0px;
    height: 0px;
}

div.jp-jplayer {
    background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
    width: 25px;
}

div.jp-audio .jp-type-playlist ul.jp-toggles {
    width: 55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px;
}



ul.jp-toggles li {
    display: block;
    float: right;
}

ul.jp-toggles li a {
    display: block;
    /* width: 25px; */
    height: 13px;
    text-indent: -9999px;
    line-height: 100%;
    /* need this for IE6 */
}

a.jp-full-screen {
    /* float: left; */
    background: url("jplayer.M2.png") -75px 0 no-repeat;
    height: 15px;
    width: 15px;
    cursor: default;
    margin-left: 5px;
}

a.jp-full-screen:hover {
    background: url("jplayer.M2.png") -75px 0 no-repeat;
}

a.jp-restore-screen {
    height: 15px;
    width: 15px;
    background: url("jplayer.M2.png") -75px 0 no-repeat;

}

a.jp-restore-screen:hover {
    background: url("jplayer.M2.png") -75px 0 no-repeat;
}

a.jp-repeat {
    background: url("jplayer.M2.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
    background: url("jplayer.M2.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
    background: url("jplayer.M2.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
    background: url("jplayer.M2.png") -90px -290px no-repeat;
}

a.jp-shuffle {
    background: url("jplayer.M2.png") 0 -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle:hover {
    background: url("jplayer.M2.png") -30px -270px no-repeat;
}

a.jp-shuffle-off {
    background: url("jplayer.M2.png") -60px -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle-off:hover {
    background: url("jplayer.M2.png") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.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;
}

/* @end */