/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2011 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: 1.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */

div.jp-audio,
div.jp-video {

    color: #646262;

    font-family: Verdana, Arial, sans-serif;
    /* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

    font-size: 1em; /* 1.25em for testing in site pages *//* No parent CSS that can effect the size in the demos ZIP */
    line-height: 1.6;
    margin-top: 13px;
    position: relative;
}

div.jp-audio {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}


div.jp-video-270p { width: 480px; }

div.jp-video-360p { width: 640px; }

div.jp-video-full {
    height: 270px;
    /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
    position: static !important;
    position: relative; /* Rules for IE6 (full-screen) */
    width: 480px;
}

div.jp-video-full div.jp-jplayer {
    left: 0;
    overflow: hidden;
    position: fixed !important;
    position: relative; /* Rules for IE6 (full-screen) */
    top: 0;
    z-index: 1000;
}

div.jp-video-full div.jp-gui {
    height: 100%;
    left: 0;
    position: fixed !important;
    position: static; /* Rules for IE6 (full-screen) */
    top: 0;
    width: 100%;
    z-index: 1000;
}

div.jp-video-full div.jp-interface {
    bottom: 0;
    left: 0;
    position: absolute !important;
    position: relative; /* Rules for IE6 (full-screen) */
    z-index: 1000;
}

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


div.jp-audio .jp-interface {
    height: 80px;
    padding-top: 10px;
}

/* @group CONTROLS */

div.jp-controls-holder {
    clear: both;
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative;
    width: 440px;
}

div.jp-interface ul.jp-controls {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/player-bg.gif) repeat-x;
    box-sizing: border-box;
    height: 34px;
    list-style-type: none;
    overflow: hidden;
    padding: 1px 0 2px 1px;
    width: 100%;
}

div.jp-audio ul.jp-controls { margin: 0 auto; }

div.jp-video ul.jp-controls {
    display: inline; /* need this to fix IE6 double margin */
    float: left;
    margin: 0 0 0 115px;
}

div.jp-interface ul.jp-controls li {
    display: inline;
    float: left;
}

div.jp-interface ul.jp-controls a {
    display: block;
    height: 34px;
    margin: 0 1px 2px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}


/* @group single player controls */

div.jp-type-single .jp-controls li a { width: 99px; }

div.jp-type-single .jp-play { background: url("../images/jplayer.pink.flag.jpg") 0px -40px no-repeat; }

div.jp-type-single .jp-play:hover { background: url("../images/jplayer.pink.flag.jpg") -100px -40px no-repeat; }

div.jp-type-single .jp-pause { background: url("../images/jplayer.pink.flag.jpg") 0px -120px no-repeat; }

div.jp-type-single .jp-pause:hover { background: url("../images/jplayer.pink.flag.jpg") -100px -120px no-repeat; }

div.jp-type-single .jp-stop { background: url("../images/jplayer.pink.flag.jpg") 0px -80px no-repeat; }

div.jp-type-single .jp-stop:hover { background: url("../images/jplayer.pink.flag.jpg") -100px -80px no-repeat; }

/* @end */

/* @group playlist player controls */

div.jp-type-playlist .jp-controls li a { width: 63px; }

div.jp-type-playlist .jp-play { background: url("../images/jplayer.pink.flag.jpg") -18px -40px no-repeat; }

div.jp-type-playlist .jp-play:hover { background: url("../images/jplayer.pink.flag.jpg") -118px -40px no-repeat; }

div.jp-type-playlist .jp-pause { background: url("../images/jplayer.pink.flag.jpg") -18px -120px no-repeat; }

div.jp-type-playlist .jp-pause:hover { background: url("../images/jplayer.pink.flag.jpg") -118px -120px no-repeat; }

div.jp-type-playlist .jp-stop { background: url("../images/jplayer.pink.flag.jpg") -18px -80px no-repeat; }

div.jp-type-playlist .jp-stop:hover { background: url("../images/jplayer.pink.flag.jpg") -118px -80px no-repeat; }

div.jp-type-playlist .jp-previous { background: url("../images/jplayer.pink.flag.jpg") -18px -200px no-repeat; }

div.jp-type-playlist .jp-previous:hover { background: url("../images/jplayer.pink.flag.jpg") -118px -200px no-repeat; }

div.jp-type-playlist .jp-next { background: url("../images/jplayer.pink.flag.jpg") -18px -160px no-repeat; }

div.jp-type-playlist .jp-next:hover { background: url("../images/jplayer.pink.flag.jpg") -118px -160px no-repeat; }

/* @end */

/* @end */




/* @group TOGGLES */

ul.jp-toggles {
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    z-index: 20;
}

div.jp-audio ul.jp-toggles { width: 55px; }

div.jp-audio .jp-type-single ul.jp-toggles { width: 25px; }

div.jp-video ul.jp-toggles {
    margin-top: 10px;
    width: 100px;
}

ul.jp-toggles li {
    display: block;
    float: right;
}

ul.jp-toggles li a {
    display: block;
    height: 14px;
    line-height: 100%; /* need this for IE6 */
    text-indent: -9999px;
    width: 16px;
}

.jp-full-screen {
    background: url("../images/jplayer.pink.flag.jpg") 0 -420px no-repeat;
    margin-left: 20px;
}

.jp-full-screen:hover { background: url("../images/jplayer.pink.flag.jpg") -30px -420px no-repeat; }

.jp-restore-screen {
    background: url("../images/jplayer.pink.flag.jpg") -60px -420px no-repeat;
    margin-left: 20px;
}

.jp-restore-screen:hover { background: url("../images/jplayer.pink.flag.jpg") -90px -420px no-repeat; }

.jp-repeat { background: url(../images/repeat.png) 0px 0px no-repeat; }

.jp-repeat:hover { background: url(../images/repeat.png) 0px -14px no-repeat; }

.jp-repeat-off { background: url(../images/repeat.png) 0px -14px no-repeat; }

.jp-repeat-off:hover { background: url(../images/repeat.png) 0px 0px no-repeat; }

.jp-shuffle {
    background: url(../images/shuffle.png) 0 0px no-repeat;
    margin: 1px 0px 0px 5px;
}

.jp-shuffle:hover { background: url(../images/shuffle.png) 0px -14px no-repeat; }

.jp-shuffle-off {
    background: url(../images/shuffle.png) 0px -14px no-repeat;
    margin-left: 5px;
}

.jp-shuffle-off:hover { background: url(../images/shuffle.png) 0px 0px no-repeat; }


/* @end */

/* @group progress bar */

/* The seeking class is added/removed inside jPlayer */

div.jp-seeking-bg { background: url("../images/jplayer.pink.flag.seeking.gif"); }

.jp-progress {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: #090909 solid 1px;
    box-sizing: border-box;
    height: 15px;
    margin: 0px 0px 4px 0px;
    overflow: hidden;
    padding: 0 0px 0px 0px;
    width: 100%;
}

div.jp-video .jp-progress {
    background-image: none;
    border-bottom: 1px solid #554560;
    border-top: 1px solid #180a1f;
    padding: 0;
    width: 100%;
}

.jp-seek-bar {
    background: url("../images/jplayer.pink.flag.jpg") 0px -260px repeat-x;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    width: 0px;
}

.jp-play-bar {
    background: url("../images/jplayer.pink.flag.jpg") 0px -280px repeat-x;
    height: 100%;
    overflow: hidden;
    width: 0px;
}


/* @end */

/* @group volume controls */

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
    background: url(../images/mute.png) 0px 0px no-repeat;
    height: 10px;
    position: absolute;
    width: 15px !important;
}

div.jp-audio ul.jp-controls a.jp-mute,
div.jp-audio ul.jp-controls a.jp-unmute {
    left: 0px;
    top: -8px;
}

div.jp-audio ul.jp-controls a.jp-volume-max {
    right: 0px;
    top: -8px;
}


div.jp-video ul.jp-controls a.jp-mute,
div.jp-video ul.jp-controls a.jp-unmute {
    left: 0;
    top: 14px;
}

div.jp-video ul.jp-controls a.jp-volume-max {
    left: 84px;
    top: 14px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover { background: url(../images/mute.png) 0px -10px no-repeat; }

div.jp-interface ul.jp-controls a.jp-unmute { background: url(../images/mute.png) 0px 0px no-repeat; }

div.jp-interface ul.jp-controls a.jp-unmute:hover { background: url(../images/mute.png) 0px -10px no-repeat; }

div.jp-interface ul.jp-controls a.jp-volume-max { background: url(../images/mute.png) -15px 0px no-repeat; }

div.jp-interface ul.jp-controls a.jp-volume-max:hover { background: url(../images/mute.png) -15px -10px no-repeat; }

.jp-volume-bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url("../images/volume-bg.gif") repeat-x;
    border: #080808 solid 1px;
    box-sizing: border-box;
    height: 7px;
    overflow: hidden;
    position: absolute;
    width: 210px;
}

.jp-volume-bar:hover { cursor: pointer; }


div.jp-audio .jp-interface .jp-volume-bar {
    left: 20px;
    top: -6px;
}

div.jp-video .jp-volume-bar {
    border-right: 1px solid #000;
    left: 0;
    margin-top: 30px;
    top: 0;
    width: 95px;
}

.jp-volume-bar-value {
    background: url("../images/volume-bg.gif") repeat-x bottom;
    height: 5px;
}

/* @end */

/* @group current time and duration */

.jp-current-time, .jp-duration {
    color: #565656;
    font-size: 12px;
    width: 70px;
}

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

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

.jp-video .jp-current-time { padding-left: 20px; }

.jp-video .jp-duration { padding-right: 20px; }

/* @end */

/* @group playlist */

.jp-playlist { }

.jp-title ul,
.jp-playlist ul {
    font-size: .7em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jp-video .jp-title ul { margin: 0 20px 10px; }


.jp-video .jp-playlist ul { margin: 0 20px; }

.jp-title li,
.jp-playlist li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/black.png);
    border: #000 solid 1px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px 0;
    position: relative;
}

.jp-title li:hover a,
.jp-playlist li:hover a { color: #FFF !important; }

.jp-title li {
    border-bottom: none;
    border-top: none;
    padding: 0;
    text-align: center;
}


/* 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:first-child { border-top: none; }

div.jp-type-playlist div.jp-playlist li:last-child {
    border-bottom: none;
    padding-bottom: 3px;
}

div.jp-type-playlist div.jp-playlist a {
    color: #565656;
    font-size: 11px;
    margin-left: 10px;
    text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover { }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current { }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a { }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    color: #8C7A99;
    display: inline;
    float: right;
    font-weight: bold;
    margin-left: 10px;
    text-align: right;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover { }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
    color: #4c4c4c;
    display: inline;
    float: right;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a { color: #4C4C4C; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover { }

span.jp-artist {
    color: #8C7A99;
    font-size: .8em;
}

/* @end */


div.jp-video div.jp-video-play {
    background-color: rgba(0, 0, 0, 0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div.jp-video-270p div.jp-video-play { height: 270px; }

div.jp-video-360p div.jp-video-play { height: 360px; }

div.jp-video-full div.jp-video-play {
    height: 100%;
    z-index: 1000;
}

a.jp-video-play-icon {
    background: url("../images/jplayer.pink.flag.video.play.png") 0 0 no-repeat;
    display: block;
    height: 100px;
    left: 50%;

    margin-left: -56px;
    margin-top: -50px;
    position: relative;
    text-indent: -9999px;

    top: 50%;
    width: 112px;
}

div.jp-video-play:hover a.jp-video-play-icon { background: url("../images/jplayer.pink.flag.video.play.png") 0 -100px no-repeat; }


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

div.jp-jplayer { background-color: #000000; }

/* @group NO SOLUTION error feedback */

.jp-no-solution {
    background-color: #3a2a45;
    border-bottom: 2px solid #180a1f;
    border-left: 2px solid #554461;
    border-right: 2px solid #180a1f;
    border-top: 2px solid #554461;

    color: #FFF;
    display: none;
    font-size: .8em;
    left: 50%;
    margin-left: -202px;
    padding: 5px;
    position: absolute;
    top: 10px;
    width: 390px;
}

.jp-no-solution a { color: #FFF; }

.jp-no-solution span {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.jp-audio .jp-no-solution {
    margin-left: -102px;
    width: 190px;
}

/* @end */