/*! 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
 */
.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: #666;
  /*border: 1px solid #009be3;
  background-color: #3A90C7; */
  }

  .jp-type-single {
    display: inline-block;
    float: left;
  }

.jp-audio {
  width: auto;
  height: 75px; }

.jp-interface {
/*  background-color: #3A90C7;
*/  width: 100%; }

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

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

.jp-video .jp-interface {
  border-top: 1px solid #009be3; }

/* @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;
   display: inline-block;
    float: left; }

.jp-audio .jp-controls {
  width: auto;
  padding: 10px 20px 0 10px; }


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

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

.jp-play {
  background: url("../image/play-icon.png") no-repeat;
  background-size: cover; }

/*Not Small Screen Only*/
@media screen and (min-width: 39.9375em) {
  .jp-play:hover {
    background: url("../image/play-icon-hover.png") no-repeat;
    background-size: cover;
  }
}

/*Small Screen Only*/
@media screen and (max-width: 39.9375em) {
  .jp-play:active {
    background: url("../image/play-icon-hover.png") no-repeat;
    background-size: cover;
  }
}
/*.jp-play:focus {
  background: url("../image/play-icon.png") no-repeat;
  background-size: cover; }
*/
.jp-state-playing .jp-play {
  background: url("../image/stop-icon.png") no-repeat;
  background-size: cover; }

/*Not Small Screen Only*/
@media screen and (min-width: 39.9375em) {
  .jp-state-playing .jp-play:hover {
  background: url("../image/stop-icon-hover.png") no-repeat;
  background-size: cover; }
}

/*Small Screen Only*/
@media screen and (max-width: 39.9375em) {
  .jp-state-playing .jp-play:active {
  background: url("../image/stop-icon-hover.png") no-repeat;
  background-size: cover;
  }
}

/*.jp-state-playing .jp-play:focus {
  background: url("../image/play-icon-hover.png") no-repeat;
  background-size: cover; }*/

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

.jp-stop {
  background: url("../image/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px; }

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

/* @end */
/

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

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

.jp-volume-controls {
  /*  position: absolute;
    top: 30px;*/
    /*left: 77px;*/
    width: auto;
    display: inline-block;
    float: left;
 }

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

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

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

.jp-mute {
  margin-top: 27px;
  display: inline-block;
  float: left;
  background: url("../image/mute-icon.png") no-repeat;
  background-size: cover; }

/*Not Small Screen Only*/
@media screen and (min-width: 39.9375em) {
  .jp-mute:hover {
  background: url("../image/mute-icon-hover.png") no-repeat;
  background-size: cover; }
}

/*Small Screen Only*/
@media screen and (max-width: 39.9375em) {
  .jp-mute:active {
  background: url("../image/mute-icon-hover.png") no-repeat;
  background-size: cover; }
}

/*.jp-mute:focus {
 background: url("../image/mute-icon-selected.png") no-repeat;
  background-size: cover; }*/

.jp-state-muted .jp-mute {
 background: url("../image/mute-icon-selected.png") no-repeat;
  background-size: cover; }

/*Not Small Screen Only*/
@media screen and (min-width: 39.9375em) {
  .jp-state-muted .jp-mute:hover  {
  background: url("../image/mute-icon-hover.png") no-repeat;
  background-size: cover; }
}

/*Small Screen Only*/
@media screen and (max-width: 39.9375em) {
 .jp-state-muted .jp-mute:active {
  background: url("../image/mute-icon-hover.png") no-repeat;
  background-size: cover; }
}

/*.jp-state-muted .jp-mute:focus {
 background: url("../image/mute-icon-selected.png") no-repeat;
  background-size: cover; }*/

.jp-volume-max {
  background: url("../image/jplayer.blue.monday.jpg") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("../image/jplayer.blue.monday.jpg") -19px -186px no-repeat; }

.jp-volume-bar {
/*  position: absolute;
*/  overflow: hidden;
  background: url("../image/jplayer.blue.monday.jpg") 0 -250px repeat-x;
  /*top: 8px;
  left: 42px;*/
  width: 46px;
  height: 5px;
  cursor: pointer;
   display: inline-block;
    float: left;
    margin: 34px 0 0 10px; }

.jp-volume-bar-value {
  background: url("../image/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px; }

/* @end */

/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3; }

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

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

.
.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; }



/* @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 */
