/*! 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 {
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  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: none;
  background-color: #eee; }

.jp-audio {
  width: 38px; }

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

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

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

.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
  position: relative; }

.jp-video-full div div {
  z-index: 1000; }
.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden; }

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  bottom: 0;
  left: 0; }
*/

.jp-controls button {
  padding: 1px;
  cursor: pointer; 
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  background-color: #f38a21;
  border-radius: 50%;
  z-index: 100;
}

.jp-play {
  border: none;
  width: 38px;
  height: 38px; 
  max-width: 38px !important;
  max-height: 38px !important; 
  background-color: #f38a21;
  border-radius: 50%;
  z-index: 100;
}

.jp-play {
  background: url("../image/jplayer.lzk.png") 0 0 no-repeat; 
  background-color: #f38a21;
  border-radius: 50%;
  z-index: 100;
}

.jp-play:focus {
  background: url("../image/jplayer.lzk.png") -41px 0 no-repeat; 
  background-color: #f38a21;
  border-radius: 50%;
  z-index: 100;
}

.jp-state-playing .jp-play {
  background: url("../image/jplayer.lzk.png") 0 -42px no-repeat; 
  background-color: #f38a21;
  border-radius: 50%;
  z-index: 100;
}

.jp-state-playing .jp-play:focus {
  background: url("../image/jplayer.lzk.png") -41px -42px no-repeat; 
  background-color: #f38a21;
  border-radius: 50%;
  z-index: 100;
}
