/*! 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: Circle
 *
 * Copyright (c) Wild Reality.net
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 
 */
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; 
  background:transparent;
  }

.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
{
  font-size: 200%;
  font-family: "Overpass", "helvetica Neue", Tahoma, Arial, sans-serif;
  line-height: 1.6;
  color: rgb(220,220,220);
  border: 0  ;
  border-radius: 10px 10px 10px 10px ;
  }

.jp-audio {
  width: 100%;
  margin: auto; 
  padding: 1rem 0;
  background: pink;
  }
	@media screen and (max-width: 414px){
	.jp-audio {
  		width: 100%;
		 }
  	}

.jp-audio  h1{
	position: absolute;
	 left: 0;
	 top: 5rem;
	transform: rotate(-45deg);
	color:rgb(220,80,140);
	font-family: 'Norican';
	font-size: 120%;
	font-style: itaic;
	}
	@media screen and (max-width: 414px){
	.jp-audio h1 {
		position: relative;
		top: 0;
		margin:  0 auto 1rem;
  		transform: rotate(0);
  		font-size: 100%;
		 }
  	}	
.jp-audio  h1 span{
Font-size: 180%;
vertical-align: middle;}
	
.jp-audio-stream {
  width: 0; }


/*  JP-INTERFACE creates the colored body of the player - we have added the 'after' 
pseudo-class to make the player height controllable and responsive */
	
.jp-interface {
 	 position: relative;
 	 width: 40%;
 	 margin: 0  auto;
 	 border: solid 4px rgba(150,150,150,0.3);
 	 border-radius: 50%;
 	 box-shadow: 0px 0px 12px rgba(10,10,10,0.7);
 	background-color: rgb(10,10,10); 
  	background-image: repeating-radial-gradient(rgba(0,0,0,1)4%, rgba(255,255,255,0.01)1%, rgb(0,0,0)5%);
  }
  @media screen and (max-width: 414px){
	.jp-interface {
  		width: 60%;
		 }
  	}
.jp-interface:after {
	content: '';
	padding-top: 100%;
	}



/* -------------------------  THE PLAY/PAUSE BUTTON  -------------------------------*/

.jp-play-wrap {
	position: absolute;
	top: 25%;
	left: 25%;
 	 width: 50%;
 	 height: 50%;
 	 margin: auto;
 	 padding:0;
 	  border: solid 2px rgb(220,80,140);
 	 border-radius: 50%;
 	 background: rgba(220,80,140,1);
 	background-image: linear-gradient(rgba(220,80,140,0),rgba(248,156,195,1),rgba(220,80,140,0));
 	 cursor: pointer;
  	}

.jp-play {
	position:absolute;
	left: 5%;
	top: 5%;
	 border-radius: 50%;
	 border:solid 2px rgb(60,205,186);
	 width: 90%;
	 height: 90%;
	  cursor: pointer;
  	}
	
  	
.jp-play span{
	visibility: hidden;
	}
	
.jp-play {
background: url("../images/audio/play_circle.png") center center no-repeat; 
  background-size: contain;
  }

.jp-play:focus {
  background: url("../images/audio/play_circle.png") center center no-repeat; 
  background-size: contain;}
  
  
.jp-state-playing .jp-play {
  background: url("../images/audio/pause_circle.png") center center no-repeat; 
  background-size: contain;
    animation-name: rotate;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    cursor: pointer.
	}

@-webkit-keyframes rotate {
    0% {transform: rotate(0);}
    100%{transform: rotate(360deg);}
    }

@-moz-keyframes rotate {
    0% {transform: rotate(0);}
    100%{transform: rotate(360deg);}
    }

@-o-keyframes rotate {
    0% {transform: rotate(0);}
    100%{transform: rotate(360deg);}
    }


@keyframes rotate {
    0% {transform: rotate(0);}
    100%{transform: rotate(360deg);}
    }

  }

.jp-state-playing .jp-play:focus {
  background: url("../images/audio/pause_circle.png") center center no-repeat; 
  background-size: contain;
  }




/* --------  CONTROL-WRAP HOLDS EVERYTHNG EXCEPT THE INTERFACE AND PLAY/PAUSE  ---------*/

.control-wrap{
	position: relative;
	top: 55%;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 5rem;
	}
  
/* -------------------THE 'PREV' & 'NEXT' BUTTON ----------------------*/

 .jp-controls {
  	overflow: hidden;
  	position: absolute;
   	width: 60%;
   	height: 3rem;
   	top: 0;
   	left: 20%;
   	padding: 0;
   	border: solid 2px rgba(0,0,0,0);
   	border-radius: 500px;
   	box-shadow: 0px 0px 8px rgba(10,10,10,0.7);
   	background: rgba(140,239,226,1);
   	background-image: 
   	linear-gradient(rgba(140,239,226,0),rgba(191,250,242,1),rgba(140,239,226,0));
   	}
	 @media screen and (max-width: 414px){
	.jp-controls {
  		width: 100%;
  		left:0;
		 }
		}

.jp-controls button {
	display: block;
  	overflow: hidden;
  	text-indent: -9999px;
  	border: 0;
  	cursor: pointer; 
  	-webkit-filter:invert(100%); 
 	-ms-filter:invert(100%); 
 	filter: invert(100%);
  	}

.jp-previous {
	position: absolute;
	left:30%;
	top:-8px;
 	background: url("../images/audio/rew.png") center center no-repeat; 
 	background-size: contain;
 	}

.jp-previous:focus {
 	background: url("../images/audio/rew.png") center center no-repeat; 
 	background-size: contain;
 	 }

.jp-next {
	position: absolute;
	right: 30%;
	top:-8px;
  	background: url("../images/audio/ff.png") center center no-repeat; 
  	background-size: contain;
  	 }

.jp-next:focus {
  background: url("../images/audio/ff.png") center center no-repeat; 
  background-size: contain; 
  }


.jp-stop {
	position: absolute;
	left: 50%;
	top:-8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
 	background: url("../images/audio/stop.png") 0 0 no-repeat; 
  	background-size: contain;
  	-webkit-filter:invert(100%); 
 	-ms-filter:invert(100%); 
 	filter: invert(100%);
  }

.jp-stop:focus {
  background: url("../images/audio/stop.png") 0 0 no-repeat; 
  background-size: contain; 
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }

.jp-stop, .jp-previous, .jp-next {
  width: 24px;
  height: 24px;
  margin-top: 6px; 
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }



/* -------------------THE PROGRESS BAR ----------------------*/

.jp-progress {
  position: absolute;
  top:25px ;
  left: 27.8%;
  width: 45%;
  height: 10px; 
  overflow: hidden;
  background-color: rgba(255,255,255,0); 
  }
	@media screen and (max-width: 414px){
		.jp-progress {
 		 left: 15%;
 		 width: 72%;
		}
	}
/*the SEEK-BAR contains the play bar*/

.jp-seek-bar {
  background: rgba(0,0,0,0.1) ;
  width: 0px;
  height: 9px;
  cursor: pointer; 
  }

/*the PLAY-BAR is the bar that changes color to show progress*/

.jp-play-bar {
  background: rgba(220,80,140,1);
  height: 9px;
  width: 0px; 
  }


/*the TIME-HOLDER holds the 'current time' and 'duration' elements at each end of the PLAY-BAR bar*/

 .jp-time-holder {
 position: absolute;
 top: 20px;
  left: 0;
  width: 100%; 
  }

/*the CURRENT-TIME & 'DURATION' elements*/

  .jp-current-time,
 .jp-duration{
 	 position: absolute;
	 top: 0;
	 margin-top: 0;
 	 font-size:  40%;
 	 font-style: oblique; 
  	}
  

.jp-current-time {
  left: 22%;
  padding: 0 ;
  text-align: left;
  color: black;
  cursor: default; 
  }
	@media screen and (max-width: 414px){
		.jp-current-time {
			left: 3%
			}
		}


.jp-duration {
  right:22%;
  padding:  0 ;
  text-align: right;
  color: black;
  cursor: pointer; 
  }
@media screen and (max-width: 414px){
		.jp-duration {
			right: 3%
			}
		}

  
/* -------------------THE VOLUME CONTROLS ----------------------*/

.jp-state-no-volume .jp-volume-controls {
  display: none; 
  }

.jp-volume-controls {
  position: absolute;
  top: 20%;
  left: 28%;
  width: 40%; 
  display: none;
  }

.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: 25px; 
  }

.jp-volume-max {
  left: 100%; 
  }

.jp-mute {
  left:-10px;
  background: url("../images/audio/mute.png") center center no-repeat; 
  background-size: contain;
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }

.jp-mute:focus {
  background: url("../images/audio/mute.png") 0 0 no-repeat; 
  background-size: contain;
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }

.jp-state-muted .jp-mute {
  background: url("../images/audio/muted.png") 0 0  no-repeat;
  background-size: contain; 
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }

.jp-state-muted .jp-mute:focus {
	background: url("../images/audio/muted.png") 0 0  no-repeat;
  background-size: contain;
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
   }

.jp-volume-max {
  background: url("../images/audio/max.png") 0 0 no-repeat; 
  background-size: contain;
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }

.jp-volume-max:focus {
  background: url("../images/audio/max.png") 0 0  no-repeat; 
  background-size: contain;
  -webkit-filter:invert(0); 
 	-ms-filter:invert(0); 
 	filter: invert(0);
  }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: rgba(50,50,50,0.6);
  top: 11px;
  left: 6%;
  width: 99%;
  height: 3px;
  cursor: pointer; 
  }

.jp-volume-bar-value {
  background:rgba(200,200,200,1);
  width: 0px;
  height: 3px; 
  }


/* -------------------THE PLAYLIST ----------------------*/

.jp-details {
	position: relative;
	font-weight: 400;
	text-align: left;
	cursor: default; 
	}

.jp-details,
.jp-playlist {
	position: relative;
  	margin: 0 auto 0;
	width: 70%;
  	background: transparent;
  	 }
	@media screen and (max-width: 414px){
	.jp-details,
	.jp-playlist {
		width: 100%;
		}
	}

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

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

.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 50%; 
  text-align: left;
  }

.jp-playlist li {
  padding: .3em 1em;
 	border-top: 1px solid rgb(100,100,100);
  text-align: left
   }

.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: .3em 1em;
  border-bottom: none; }

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


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

div.jp-type-playlist div.jp-playlist a {
  color: rgb(100,100,100);
  text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
  color: rgb(220,80,140); }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: rgb(220,80,140); }

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

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

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

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

span.jp-artist {
  font-size: .8em;
  color: rgb(80,80,80) }

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;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }


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

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

