/*! Blue Monday 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: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 *
 * Yellow : #febe35;
 * Blue: #4b66ab;
 */
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

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

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #fff; }

.jp-audio {
  min-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.jp-audio-stream {
  width: 182px; }

.myJPlayer {
  background-color: #282828;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.95;
  z-index:1000;
}

.jp-interface {
  position: relative;
  background-color: #282828;
  width: 100%; }

.jp-audio .jp-interface {
  height: 60px; }

.jp-audio-stream .jp-interface {
  height: 60px; }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.jp-audio .jp-controls {
  width: 145px;
  padding: 10px 0 0 0;
  position: absolute;
  left: 50px;
  /*width: 380px;
  padding: 10px 20px 0 20px;*/ }

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 142px; }

.jp-cover {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 2.5px;
}

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

.jp-play {
  width: 30px;
  height: 30px; }

.jp-play {
  background: url("../img/jplayer.blue.monday.png") 0 0 no-repeat; }

.jp-play:focus {
  background: url("../img/jplayer.blue.monday.png") -41px 0 no-repeat; }

.jp-state-playing .jp-play {
  background: url("../img/jplayer.blue.monday.png") 0 -42px no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("../img/jplayer.blue.monday.png") -41px -42px no-repeat; }

.jp-stop, .jp-previous, .jp-next {
  width: 20px;
  height: 20px;
  margin-top: 6px; }

.jp-stop {
  background: url("../img/jplayer.blue.monday.png") 0 -83px no-repeat; }

.jp-stop:focus {
  background: url("../img/jplayer.blue.monday.png") -29px -83px no-repeat; }

.jp-previous {
  background: url("../img/jplayer.blue.monday.png") 0 -112px no-repeat; }

.jp-previous:focus {
  background: url("../img/jplayer.blue.monday.png") -29px -112px no-repeat; }

.jp-next {
  background: url("../img/jplayer.blue.monday.png") 0 -141px no-repeat; }

.jp-next:focus {
  background: url("../img/jplayer.blue.monday.png") -29px -141px no-repeat; }

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #666; }

.jp-audio .jp-progress {
  position: absolute;
  top: 27px;
  height: 5px; }

.jp-audio .jp-type-single .jp-progress {
  left: 110px;
  width: 186px; }

.jp-audio .jp-type-playlist .jp-progress {
  left: 150px;
  min-width: 130px;
  width: calc(100% - 260px); }

.jp-seek-bar {
  /*background: url("../img/jplayer.blue.monday.png") 0 -202px repeat-x;*/
  background: #666;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  /*background: url("../img/jplayer.blue.monday.png") 0 -218px repeat-x;*/
  background: #fff;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("../img/jplayer.blue.monday.seeking.gif"); }

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls {
  position: absolute;
  top: 19px;
  right: 0;
  width: 100px; }

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-mute,
.jp-volume-max {
  width: 18px;
  height: 15px; }

.jp-volume-max {
  left: 74px; }

.jp-mute {
  background: url("../img/jplayer.blue.monday.png") 0 -184px no-repeat; }

.jp-mute:focus {
  background: url("../img/jplayer.blue.monday.png") -19px -168px no-repeat; }

.jp-state-muted .jp-mute {
  background: url("../img/jplayer.blue.monday.png") -60px -168px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url("../img/jplayer.blue.monday.png") -79px -168px no-repeat; }

.jp-volume-max {
  background: url("../img/jplayer.blue.monday.png") 0 -184px no-repeat; }

.jp-volume-max:focus {
  background: url("../img/jplayer.blue.monday.png") -19px -184px no-repeat; }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  /*background: url("../img/jplayer.blue.monday.png") 0 -250px repeat-x;*/
  background: #666;
  top: 9px;
  left: 22px;
  width: 46px;
  height: 4px;
  cursor: pointer; }

.jp-volume-bar-value {
  /*background: url("../img/jplayer.blue.monday.png") 0 -255px repeat-x;*/
  background: #4b66ab;
  width: 0px;
  height: 4px; }

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
  position: absolute;
  top: 35px; }

.jp-audio .jp-type-single .jp-time-holder {
  left: 110px;
  width: 186px; }

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 150px;
  min-width: 130px;
  width: calc(100% - 260px); }

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique; }

.jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer; }

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  /*text-align: center;*/
  cursor: default;
  position: absolute;
  top: 4px;
  left: 150px;
  width: calc(100% - 260px);;
  display: block;}

/*.jp-details,*/
.jp-playlist {
  width: 100%;
  /*background-color: #ccc;*/
  position:relative;
 /* border-top: 1px solid #4b66ab;*/ }

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none; }

.jp-details .jp-title {
  margin: 0;
  /*padding: 5px 20px;*/
  font-size: .6em;
  font-weight: bold; }

.jp-playlist ul {
  list-style-type: none;
  font-size: .72em;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 440px;
  left: calc(100% - 440px);
  background: #282828;
  position: absolute;
  bottom: 60px;
  z-index: 200;
  border: solid 4px #282828;
  border-bottom: 0;
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
  /*opacity: 0.95;*/
  padding: 0 10px 0 10px; }

.jp-playlist li {
  padding: 5px 0 4px 10px;
  border-bottom: 1px solid #fff;
  opacity: 0.95; }

.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: 5px 0 5px 10px;
  border-bottom: none; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px; }

div.jp-type-playlist div.jp-playlist a {
  color: #fff;
  text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
  color: #4b66ab; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #fff; }

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: #fff; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #4b66ab; }

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: #fff; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

.jp-details span.jp-artist {
  font-size: .5em;
  color: #fff; }

.jp-playlist span.jp-artist {
  font-size: .7em;
  color: #fff; }

.jp-details span.jp-direct {
  font-size: .5em;
  color: #FE3535; }

.jp-details span.jp-redif {
  font-size: .5em;
  color: #febe35; }

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

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

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

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

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 35px; }

.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 19px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-full-screen {
  background: url("../img/jplayer.blue.monday.png") 0 -310px no-repeat;
  margin-left: 20px; }

.jp-full-screen:focus {
  background: url("../img/jplayer.blue.monday.png") -30px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen {
  background: url("../img/jplayer.blue.monday.png") -60px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../img/jplayer.blue.monday.png") -90px -310px no-repeat; }

.jp-repeat {
  background: url("../img/jplayer.blue.monday.png") 0 -288px no-repeat; }

.jp-repeat:focus {
  background: url("../img/jplayer.blue.monday.png") -30px -288px no-repeat; }

.jp-state-looped .jp-repeat {
  background: url("../img/jplayer.blue.monday.png") -60px -288px no-repeat; }

.jp-state-looped .jp-repeat:focus {
  background: url("../img/jplayer.blue.monday.png") -90px -288px no-repeat; }

.jp-shuffle {
  background: url("../img/jplayer.blue.monday.png") 0 -307px no-repeat;
  margin-left: 5px; }

.jp-shuffle:focus {
  background: url("../img/jplayer.blue.monday.png") -30px -308px no-repeat; }

.jp-state-shuffled .jp-shuffle {
  background: url("../img/jplayer.blue.monday.png") -60px -308px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../img/jplayer.blue.monday.png") -90px -308px 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 */
