/*
 * Skin for jPlayer Plugin (http://jplayer.org/)
 * jPlayer Version: 2.1.0
 *
 * Skin Name: Premium Pixels
 * Author: @thelukemcdonald (lukemcdonald.com)
 * Description: A responsive CSS3 jPlayer skin with playlist funcitonality. Design by @ormanclark (premiumpixels.com).
 * Version: 2.0
 * Tags: audio, playlist, dark, play, pause, volume-bar, progress-bar
 */
/* DEMO STYLES
----------------------------------------------- */
#credits {
  margin: 0;
  padding: 50px 0;
  color: #d2d6db;
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
#credits a {
  color: #c0c8d6;
  text-decoration: none;
}
#credits a:hover {
  color: #a6b2c8;
}

/* GENERAL
----------------------------------------------- */
.jp-jplayer {
  width: 0px;
  height: 0px;
  background-color: #000000;
}
.jp-audio {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 0px;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  color: #fff;
  line-height: 1.6;
}

.jp-audio a {
  text-decoration: none;
  color: #292929;
}

.jp-audio a:hover {
  color: #252525;

}
.jp-interface {
	position: relative;
	height: 30px;
	width: 100%;
	background-color: #222222;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

/* CONTROLS
----------------------------------------------- */
.jp-controls {
	float: left;
	width: 30px;
	height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}
.jp-controls li {
  float: left;
  margin-left:0;
}
.jp-controls a {
	position: absolute;
	overflow: hidden;
	/***text-indent: -9999px;***/
}
.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.jp-play:hover,
.jp-pause:hover,
.jp-mute:hover,
.jp-unmute:hover {
  background-position: -23px center;
}
.jp-mute,
.jp-unmute {
	display: block;
	position: absolute;
	top: 0;
	right: 55px;
}

/* PROGRESS BAR
----------------------------------------------- */
.jp-progress {
	position: absolute;
	padding: 0 95px 0 40px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 7px;
}
.jp-seek-bar,
.jp-play-bar {
	width: 0px;
	height: 5px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.jp-seek-bar {
	cursor: pointer;
	position: relative;
	z-index: 999;
	background: #464849;
}
.jp-seek-bar:before {
	content: " ";
	display: block;
	background: transparent;
	border: 1px solid;
	border-color: #212424 #262929 #262929;
	height: 5px;
	width: 100%;
	position: relative;
	top: -1px;
	left: -1px;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
	-khtml-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.jp-play-bar {
	position: absolute;
	top: 0;
	left: 0;
}

/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar {
	float: left;
	z-index: 99;
	position: relative;
	margin: 12px 10px 12px;
	width: 80px;
	height: 7px;
	cursor: pointer;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.jp-volume-bar::after {
	content: " ";
    position: absolute;
    top: -35px;
    left: 125px;
    width: 0;
    height: 80px;
    border-left: 1px solid rgba( 255, 255, 255, 0.2 );
    border-right: 1px solid rgba( 0, 0, 0, 0.2 );
}
.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

/* Diagonal Background Bars */
.jp-play-bar,
.jp-volume-bar-value {
	background-color: #292929;
	height:10px;
	margin:0;
}

/* TIME HOLDER
----------------------------------------------- */
.jp-time-holder {
	display: none;
	visibility: hidden;
}

/* TIME HOLDER
----------------------------------------------- */
.jp-toggles {
	display: none;
	visibility: hidden;
}

/* PLAYLIST
----------------------------------------------- */
.jp-playlist {
	width: 95%;
	margin: 0 auto;
	font-size: 13px;
	background-color: #3a3b3c;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.jp-playlist a {
  display: block;
}
.jp-playlist ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.jp-playlist li {
	width: 100%;
	padding: 5px 10px;
	border-top: 1px solid #3d3f40;
	border-bottom: 1px solid #323334;
}
.jp-playlist li:first-child {
	  border-top: none;
}
.jp-playlist li:last-child {
	  border-bottom: none;
}
.jp-free-media {
	float: right;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 1px;
	display: block;
}
.jp-free-media:hover {
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.jp-free-media a {
	  display: inline;
}
.jp-free-media a:first-child:before,
.jp-free-media a:last-child:after {
	  content: " ";
}
.jp-playlist-current a {
	font-weight: bold;
	color: white;
}
.jp-playlist-current .jp-free-media a {
	  font-weight: normal;
}

/* RADIO SKINNING
----------------------------------------------- */

.jp-radio .jp-interface {
	background: #ffffff;
	box-shadow:0 0 1px 0px rgba(0, 0, 0, 0.5);
}
.jp-radio a {
	-webkit-transition:	none;
	-moz-transition: 	none;
	transition: 		none;
}
.jp-radio .jp-progress {
	margin: 18px 0;
	height: 52px;
	padding-left: 350px;
}
.jp-radio .jp-play,
.jp-radio .jp-pause,
.jp-radio .jp-mute,
.jp-radio .jp-unmute,
.jp-radio .jp-interface,
.jp-radio .jp-controls { height:80px;  }

.jp-radio .jp-play,
.jp-radio .jp-pause {
	left: 175px;
}

.jp-radio  .jp-time-holder {
	display:inline-block;
	padding:30px 16px;
	visibility: visible;
	font-size:16px;
}

.jp-radio .jp-inner {
	position:relative;
	max-width: 1280px;
	margin:0 auto;
}

.jp-radio .jp-time-holder { display:inline-block; }
.jp-radio .jp-volume-bar:before {
	content: " ";
	position: absolute;
	top: -35px;
	left: -35px;
	width: 0;
	height: 80px;
}

.jp-radio .jp-volume-bar {
	top:23px;
	height:12px;
	padding:1px;
	background-color:rgba(0, 0, 0, 0.5);
}
.jp-radio .jp-play,
.jp-radio .jp-pause {
	top: 20px;
    width: 40px;
    height: 40px;
    z-index: 3;
    border: 2px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}
.jp-radio .jp-pause {
	color: #292929;
}

.jp-radio .jp-play {
	color: #292929;
}

.jp-radio .jp-play {
	padding-left: 5px;
}

.jp-radio .jp-pause {
	padding-left: 2px;
}

.jp-radio .jp-controls {
	width: 115px;
	left: 0;
	color: #444444;
}

.jp-radio .jp-controls:after {
	content: " ";
    position: absolute;
    top: 0;
    left: 311px;
    right: 0;
    width: 0;
    height: 80px;
    border-left: 1px solid rgba( 255, 255, 255, 0.2 );
    border-right: 1px solid rgba( 0, 0, 0, 0.2 );
}

.jp-radio .jp-time-holder:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 120px;
	width: 0;
	height: 80px;
}

.jp-radio .jp-toggles {
	display: block;
	float:right;
	visibility: visible;
}

.jp-radio .jp-mute,
.jp-radio .jp-unmute {
	height: 22px;
	top: 31px;
	width: 20px;
	position: absolute;
	left: 100px;
}
.jp-radio {
	color: #292929 !important;
	bottom: 0;
	display: block;
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 1000;
}
.jp-close-btn {
	position: absolute;
    top: -40px;
    left: 0px;
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
    font-size: 18px;
    line-height: 30px;
	color: #292929;
    background: #ffffff;
    border-style: solid;
    border-color: #292929;
    border-width: 0;
    border-radius: 0;
    text-align: center;
    z-index: 2000;
    cursor: pointer;
}
.jp-progress .jp-title {
	opacity: 0.7;
    font-size: 12px;
}
.jp-progress .jp-desc {
    font-family: Archivo Narrow;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 26px
}