.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none !important; }

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

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px !important;
  font-family: Verdana, Arial, sans-serif !important;
  line-height: 1.6 !important;
  color: #666 !important;
  border: 1px solid #d8d8d8 !important;
  background-color: #470028 !important;}

.jp-audio {
  width: 420px !important;
  margin: 0 auto; }

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

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

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

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px !important;
  height: 270px !important;
  /* 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 !important; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
  z-index: 1000 !important; }

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

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

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

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

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

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

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

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

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

.jp-audio .jp-controls {
  width: 380px !important;
  padding: 20px 20px 0 20px !important; }

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

.jp-video .jp-type-single .jp-controls {
  width: 78px !important;
  margin-left: 200px !important; }

.jp-video .jp-type-playlist .jp-controls {
  width: 134px !important;
  margin-left: 172px !important; }

.jp-video .jp-controls {
  float: left !important; }

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

.jp-play {
  width: 40px !important;
  height: 40px !important; }

.jp-play {
  background: url("../image/player.png") 0 0 no-repeat !important; }

.jp-play:focus {
  background: url("../image/player.png") -41px 0 no-repeat !important; }

.jp-state-playing .jp-play {
  background: url("../image/player.png") 0 -42px no-repeat !important; }

.jp-state-playing .jp-play:focus {
  background: url("../image/player.png") -41px -42px no-repeat !important; }

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

.jp-stop {
  background: url("../image/player.png") 0 -83px no-repeat !important;
  margin-left: 10px !important; }

.jp-stop:focus {
  background: url("../image/player.png") -29px -83px no-repeat !important; }

.jp-previous {
  background: url("../image/player.png") 0 -112px no-repeat !important; }

.jp-previous:focus {
  background: url("../image/player.png") -29px -112px no-repeat !important; }

.jp-next {
  background: url("../image/player.png") 0 -141px no-repeat !important; }

.jp-next:focus {
  background: url("../image/player.png") -29px -141px no-repeat !important; }

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

.jp-audio .jp-progress {
  position: absolute !important;
  top: 32px !important;
  height: 15px !important; }

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

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px !important;
  width: 130px !important; }

.jp-video .jp-progress {
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 10px !important; }

.jp-seek-bar {
  background: url("../image/player.png") 0 -202px repeat-x !important;
  width: 0px !important;
  height: 100% !important;
  cursor: pointer !important; }

.jp-play-bar {
  background: url("../image/player.png") 0 -218px repeat-x !important;
  width: 0px !important;
  height: 100% !important; }

/* The seeking class is added/removed inside player */
.jp-seeking-bg {
  background: url("../image/player.seeking.gif") !important; }

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

.jp-volume-controls {
  position: absolute !important;
  top: 32px !important;
  left: 308px !important;
  width: 200px !important; }

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

.jp-video .jp-volume-controls {
  top: 12px !important;
  left: 50px !important; }

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

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

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

.jp-mute {
  background: url("../image/player.png") 0 -170px no-repeat !important; }

.jp-mute:focus {
  background: url("../image/player.png") -19px -170px no-repeat !important; }

.jp-state-muted .jp-mute {
  background: url("../image/player.png") -60px -170px no-repeat !important; }

.jp-state-muted .jp-mute:focus {
  background: url("../image/player.png") -79px -170px no-repeat !important; }

.jp-volume-max {
  background: url("../image/player.png") 0 -186px no-repeat !important; }

.jp-volume-max:focus {
  background: url("../image/player.png") -19px -186px no-repeat !important; }

.jp-volume-bar {
  position: absolute !important;
  overflow: hidden !important;
  background: url("../image/player.png") 0 -250px repeat-x !important;
  top: 5px !important;
  left: 22px !important;
  width: 46px !important;
  height: 5px !important;
  cursor: pointer !important; }

.jp-volume-bar-value {
  background: url("../image/player.png") 0 -256px repeat-x !important;
  height: 5px !important; }

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

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

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 166px !important;
  width: 130px !important; }

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

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

.jp-duration {
  float: right !important;
  display: none !important;
  text-align: right !important;
  cursor: pointer !important; }

.jp-video .jp-current-time {
  margin-left: 20px !important; }

.jp-video .jp-duration {
  margin-right: 20px !important; }

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

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

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

.jp-details .jp-title {
  margin: 0 !important;
  font-size: .72em !important;
  font-weight: bold !important; }

.jp-playlist ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 20px !important;
  font-size: .72em !important; }

.jp-playlist li {
  padding: 5px 0 4px 20px !important;
  border-bottom: 1px solid #470028 !important; }

.jp-playlist li div {
  display: inline !important; }

/* 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 20px !important;
  border-bottom: none !important; }

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

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

div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1 !important; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1 !important; }

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

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1 !important; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right !important;
  display: inline !important;
  text-align: right !important;
  margin-right: 10px !important; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666 !important; }

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

span.jp-artist {
  font-size: .8em;
  color: #666 !important; }

/* @end */
.jp-video-play {
  width: 100% !important;
  overflow: hidden !important;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer !important;
  background-color: transparent !important;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jp-video-270p .jp-video-play {
  margin-top: -270px !important;
  height: 270px !important; }

.jp-video-360p .jp-video-play {
  margin-top: -360px !important;
  height: 360px !important; }

.jp-video-full .jp-video-play {
  height: 100% !important; }

.jp-video-play-icon {
  position: relative !important;
  display: block !important;
  width: 112px !important;
  height: 100px !important;
  margin-left: -56px !important;
  margin-top: -50px !important;
  left: 50% !important;
  top: 50% !important;
  background: url("../image/player.video.play.png") 0 0 no-repeat !important;
  text-indent: -9999px !important;
  border: none !important;
  cursor: pointer !important; }

.jp-video-play-icon:focus {
  background: url("../image/player.video.play.png") 0 -100px no-repeat !important; }

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

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

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

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

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px !important;
  margin: 0 !important;
  position: absolute !important;
  left: 325px !important;
  top: 50px !important; }

.jp-video .jp-toggles {
  position: absolute !important;
  right: 16px !important;
  margin: 0 !important;
  margin-top: 10px !important;
  width: 100px !important; }

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

.jp-full-screen {
  background: url("../image/player.png") 0 -310px no-repeat !important;
  margin-left: 20px !important; }

.jp-full-screen:focus {
  background: url("../image/player.png") -30px -310px no-repeat !important; }

.jp-state-full-screen .jp-full-screen {
  background: url("../image/player.png") -60px -310px no-repeat !important; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../image/player.png") -90px -310px no-repeat !important; }

.jp-repeat {
  background: url("../image/player.png") 0 -290px no-repeat !important; }

.jp-repeat:focus {
  background: url("../image/player.png") -30px -290px no-repeat !important; }

.jp-state-looped .jp-repeat {
  background: url("../image/player.png") -60px -290px no-repeat !important; }

.jp-state-looped .jp-repeat:focus {
  background: url("../image/player.png") -90px -290px no-repeat !important; }

.jp-shuffle {
  background: url("../image/player.png") 0 -270px no-repeat !important;
  margin-left: 5px; }

.jp-shuffle:focus {
  background: url("../image/player.png") -30px -270px no-repeat !important; }

.jp-state-shuffled .jp-shuffle {
  background: url("../image/player.png") -60px -270px no-repeat !important; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../image/player.png") -90px -270px no-repeat !important; }

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px !important;
  font-size: .8em !important;
  background-color: #470028 !important;
  border: 2px solid #009be3 !important;
  color: #000 !important;
  display: none !important; }

.jp-no-solution a {
  color: #000 !important; }

.jp-no-solution span {
  font-size: 1em !important;
  display: block !important;
  text-align: center !important;
  font-weight: bold !important; }
/* @end */


/* Hadoq styles */
.jp-audio .program-info .image-title{
	background: white;
    text-align: center;
    font-size: 2em;
	padding-top: 1.5em;
	color: black;
}

.jp-audio .program-info .image-subtitle{
	background: white;
    text-align: center;
    font-size: 1.2em;
	color: #888;
}

.jp-audio .program-info .image{
    max-height: 300px;
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    background: white;
}
/* end */


@media screen and (max-width: 468px){
	.jp-audio .jp-type-single .jp-time-holder .jp-toggles {
	    display: none;
	}

	.jp-audio .jp-controls {
	    width: 380px !important;
	    padding: 20px 1px 0 5px !important;
	}

	.jp-audio {
	    width: 298px !important;
	}
	.jp-volume-controls{
	    display:none;
	}
}

@media screen and (max-width:419px)
{
  .jp-volume-controls {
    display: none !important;
  }

  .jp-volume-controls .jp-volume-bar {
      display: none !important;
  }

  .jp-type-single {
    width: 100% !important;
  }

  .jp-audio, .jp-controls {
    max-width: 100% !important;
    width: auto;
  }

  .jp-audio .jp-controls {
    width: 100% !important;
  }

  .jp-audio .jp-type-single .jp-progress, .jp-audio .jp-type-single .jp-time-holder {
    width: 180px !important;
  }

  .jp-audio .jp-type-single .jp-time-holder .jp-current-time {
      width: 40% !important;
  }

  .jp-audio .jp-type-single .jp-time-holder .jp-toggles {
    width: 20% !important;
  }

  .jp-audio .jp-type-single .jp-time-holder .jp-duration {
      width: 40% !important;
  }
}

.jp-progress, .jp-time-holder{
  display:none;
}

.program-info{
  position:relative;
}
.program-info:after {
    content: 'En directo';
    background-color: crimson;
    height: 26px;
    line-height: 26px;
    width: 80px;
    text-align: center;
    border-radius: 6%;
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.32);
    font-size: 12px;
}