/*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2012 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.jp-audio *:focus,
.jp-audio-stream *:focus{
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner{
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream{
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.2;
  color: #fff; text-shadow:1px 1px #000;
  border:none;
  background-color: transparent }

.jp-audio {
  width: 201px;
  padding: 0px; }

.jp-audio-stream {
  width: 101px;
 }
.jp-interface {
  position: relative;
  width: 100%;
  background-color: transparent;
  /* Required for the full screen */ }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden; }

.jp-audio .jp-controls-holder {
  height: 80px; }

.jp-audio-stream .jp-controls-holder {
  height: 50px; }

.jp-controls {
  background: url("FKTWXflag.png") 0 0 no-repeat;
  padding: 1px 0 2px 1px;
  overflow: hidden;
  width: 201px;
  height: 34px; }

.jp-audio .jp-controls,
.jp-audio-stream .jp-controls {
  margin: 0 auto; }

.jp-audio-stream .jp-controls {
  width: 100px; }

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

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  height: 34px;
  margin: 0 1px 2px 0;
  padding: 0;
  border: none;
  cursor: pointer; }

/* @group single player controls */
.jp-type-single .jp-controls button {
  width: 99px; }

.jp-type-single .jp-play {
  background: url("FKTWXflag.png") 0px -40px no-repeat; }

.jp-type-single .jp-play:focus {
  background: url("FKTWXflag.png") -100px -40px no-repeat; }

.jp-state-playing .jp-type-single .jp-play {
  background: url("FKTWXflag.png") 0px -120px no-repeat; }

.jp-state-playing .jp-type-single .jp-play:focus {
  background: url("FKTWXflag.png") -100px -120px no-repeat; }

/* The right border is normally in the ul background image. */
.jp-audio-stream .jp-play,
.jp-audio-stream .jp-pause {
  border-right: 1px solid #180920; }

.jp-type-single .jp-stop {
  background: url("FKTWXflag.png") 0px -80px no-repeat; }

.jp-type-single .jp-stop:focus {
  background: url("FKTWXflag.png") -100px -80px no-repeat; }

.jp-audio .jp-volume-controls,
.jp-audio-stream .jp-volume-controls {
  height: 30px; }

.jp-volume-controls button {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 28px;
  border: none;
  cursor: pointer; }

.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: 0px;
  left: 2px; }

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -30px;
  right: 0px; }

jp-volume-controls .jp-mute,
jp-volume-controls .jp-unmute {
  left: 0;
  top: 0px; }

jp-volume-controls .jp-volume-max {
  left: 44px;
  top: 0px; }

.jp-volume-controls .jp-mute {width:20px;
  background: url("FKTWXflag.png") 2px -326px no-repeat; }

.jp-volume-controls .jp-mute:focus {width:20px;
  background: url("FKTWXflag.png") -38px -326px no-repeat; }

.jp-state-muted .jp-volume-controls .jp-mute {width:20px;
  background: url("FKTWXflag.png") -96px -326px no-repeat; }

.jp-state-muted .jp-volume-controls .jp-mute:focus {width:20px;
  background: url("FKTWXflag.png") -94px -326px no-repeat; }

.jp-volume-controls .jp-volume-max {width:30px;
  background: url("FKTWXflag.png") 0px -350px no-repeat; }

.jp-volume-controls .jp-volume-max:focus {width:20px;
  background: url("FKTWXflag.png") -40px -350px no-repeat; }

.jp-volume-bar {
  background: url("FKTWXflag.png") 0px -300px repeat-x;
  position: relative;
  width:97px;
  height: 4px;
  padding: 2px 2px 1px 2px;
  overflow: hidden;
  cursor: pointer; }

.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
  top: 14px;
  left: 0; }

.jp-audio-stream .jp-interface .jp-volume-bar {
  width: 97px;
  border-right: 1px solid #180920;
  border-radius:3px;
  padding-right: 1px; }

.jp-volume-bar-value {
  background: url("FKTWXflag.png") 0px -320px repeat-x;
  height: 6px; }

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

.jp-jplayer {
  background-color: transparent; }

/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: transparent;
  border-top: 2px solid #554461;
  border-left: 2px solid #554461;
  border-right: 2px solid #180a1f;
  border-bottom: 2px solid #180a1f;
  color: #FFF;
  display:none; }

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

/* @end */
