/*
 * 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: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */


div.jp-audio{
	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	font-family: Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	width: 90%;
  position: relative;
  margin: 0 auto;
}
div.jp-interface {
	position: relative;
	width:100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
	/*height:47px;*/
}
/* @group CONTROLS */

div.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 */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 100%;
  padding: 18px 0;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-repeat,
a.jp-mute,
a.jp-play,
a.jp-pause,
a.jp-list,
a.jp-previous,
a.jp-next{
	width:21px;
	height:21px;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
	background-image: url("/assets/onepage/bootstrap/v4/sprite.png");
  background-repeat: no-repeat;
}
a.jp-repeat-off,
a.jp-unmute{
  opacity: 0.5;
  filter: "alpha(opacity=50)";
	background-image: url("/assets/onepage/bootstrap/v4/sprite.png");
  background-repeat: no-repeat;
}
a.jp-repeat-off:hover,
a.jp-unmute:hover{
  opacity: 0.8;
  filter: "alpha(opacity=80)";
}
a.jp-repeat:hover,
a.jp-mute:hover,
a.jp-play:hover,
a.jp-pause:hover,
a.jp-list:hover,
a.jp-previous:hover,
a.jp-next:hover{
  opacity: 1;
  filter: "alpha(opacity=100)";
}

a.jp-play {
	background-position: 0 0;
}
a.jp-pause {
	background-position: -21px 0;
	display: none;
}
a.jp-previous{
  margin-right: 10px;
}
a.jp-next {
	margin: 0 10px;
}
a.jp-list {
	background-position: -84px 0;
}
a.jp-previous {
	background-position: -63px 0;
}
a.jp-next {
	background-position: -42px 0;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: transparent;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top: 25px;
	height: 8px;
  border: 1px solid #ffffff;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:130px;
	width:46%;
}
div.jp-seek-bar {
	background: transparent;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #ffffff;
	width:0px;
	height:100%;
  -webkit-box-shadow: inset -1px 0px 0px 0px #ffffff;
  -moz-box-shadow:    inset -1px 0px 0px 0px #ffffff;
  box-shadow:         inset -1px 0px 0px 0px #ffffff;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute {
	width:21px;
	height:21px;
	position: absolute;
  right: 33%;
  top: 18px;
  margin-right: 0px;
}
a.jp-mute {
	background-position: -105px 0;
}
a.jp-unmute {
	background-position: -105px 0;
	display: none;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: transparent;
	width: 31%;
	height:8px;
	cursor: pointer;
  border: 1px solid #ffffff;
}
div.jp-audio div.jp-volume-bar {
	top: 25px;
	left: auto;
  right: 1%;
}
div.jp-volume-bar-value {
	background: #ffffff;
	width:0px;
	height:8px;
  -webkit-box-shadow: inset -1px 0px 0px 0px #ffffff;
  -moz-box-shadow:    inset -1px 0px 0px 0px #ffffff;
  box-shadow:         inset -1px 0px 0px 0px #ffffff;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:5px;
  height: 18px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:130px;
	width: 46%;
}
div.jp-duration-time,
div.jp-current-time,
div.jp-duration {
	font-size:.74em;
  line-height: 19px;
	font-style:normal;
	display:inline;
	float: right;
}
div.jp-duration {
	text-align: right;
}
div.jp-duration,
div.jp-duration-time{
  color: #7ae1f2;
}
div.jp-current-time{
  color: #ffffff;
}

/* @end */

/* @group playlist */
div.jp-details {
	width:37%;
  position: absolute;
  left: 130px;
  top: 5px;
  z-index: 2;
  height: 18px;
	font-weight:bold;
}
div.jp-type-single div.jp-details {
	border-top:none;
}
div.jp-details ul{
	list-style-type:none;
	margin:0;
	padding:0 10px;
	font-size:.74em;
  line-height:19px;
  color: #ffffff;
}

div.jp-details li {
	padding:0;
	font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */


div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
  position: absolute;
  top: 14px;
  right: -7%;
	display:block;
	width:21px;
	height:21px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
  overflow: hidden;
}

a.jp-repeat {
	background: url("/assets/onepage/bootstrap/v4/sprite.png")  -126px 0 no-repeat;
}
a.jp-repeat-off {
	background: url("/assets/onepage/bootstrap/v4/sprite.png") -126px 0 no-repeat;
}

/* @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 */

/* own playlist */
#playlist{
  left: auto;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 10; 
  bottom: auto;
  overflow: visible;
}
#playlist > ul{
  margin: 0;
}
#playlist > ul > li{
  background: rgba(0, 0, 0, 1);
  min-height: 50px;
}
#playlist > ul > li:nth-child(2n){
  background: rgba(0, 0, 0, 0.8);
}
#playlist > ul > li .container{
  position: relative;
  float: right;
}
#playlist > ul > li span.pull-right{
  line-height: 50px;
}
#playlist > ul > li a{
  color: #8d8d8d;
  float: left;
  line-height: 50px;
  text-decoration: none;
  width: 89%;
  outline: none;
  margin-left: 4%;
  font-size: 16px;
}
#playlist > ul > li a.ao-music-list-track-play.track-play{
  margin-left: 0; 
}
#playlist > ul > li a.track-play{
  margin-left: 4%;
}
#playlist > ul > li:hover a,
#playlist > ul > li.active a{
  color: #ffffff;
}
#playlist > ul > li.active:hover a,
#playlist > ul > li.active a{
  font-weight: bold;
}
#playlist > ul > li .download-allow{
  width: 3%;
  padding: 0;
  margin-left: 0;
  margin-right: 4%;
}
/* end */
@media (max-width: 1400px) {
  div.jp-audio div.jp-type-single div.jp-time-holder,
  div.jp-audio div.jp-type-single div.jp-progress {
    width:40%;
  }
  div.jp-details{
    width: 29%;
  }
  div.jp-volume-bar{
    width: 30%;
  }
  div.jp-audio div.jp-volume-bar{
    right: 1%;
  }
  a.jp-mute, a.jp-unmute{
    right: 32%;
  }
  ul.jp-toggles li a{
    right: -10%;
  }
}
@media (max-width: 1050px) {
  div.jp-audio div.jp-type-single div.jp-time-holder,
  div.jp-audio div.jp-type-single div.jp-progress {
    width:37%;
  }
  div.jp-details{
    width: 24%;
  }
  div.jp-volume-bar{
    width: 27%;
  }
  div.jp-audio div.jp-volume-bar{
    right: 0%;
  }
  a.jp-mute, a.jp-unmute{
    right: 29%;
  }
  ul.jp-toggles li a{
    right: -10%;
  }
}
@media (max-width: 991px) {
  #playlist > ul > li .download-allow{
    margin-right: 0;
    width: 5%;
  }
  #playlist > ul > li a.track-play,
  #playlist > ul > li a.ao-music-list-track-play.track-play{
    margin-left: 0; 
  }
  #playlist > ul > li a{
    width: 95%;
  }
}
@media (max-width: 767px) {
  #playlist.collapsing,
  #playlist.collapse{
    display: block !important;
  }
  .jp-type-single div.jp-interface{
    padding-top: 50px;
  }
  ul.jp-toggles li a{
    top: 18px;
  }
  div.jp-interface ul.jp-controls a.jp-mute,
  div.jp-interface ul.jp-controls a.jp-unmute,
  div.jp-volume-bar{
    display: none !important;
  }
  ul.jp-toggles li a{
    right: -30px;
  }
  div.jp-audio div.jp-type-single div.jp-progress{
    position: absolute;
    left: 0;
    width: 90%;
    margin-top: 13px;
  }
  div.jp-audio div.jp-type-single div.jp-time-holder,
  div.jp-details{
    left: 0;
    top: 13px;
  }
  div.jp-audio div.jp-type-single div.jp-time-holder{
    width: 90%;
  }
  div.jp-details{
    width: 60%;
  }
  div.jp-audio ul.jp-controls{
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  div.jp-interface ul.jp-controls li{
    display: inline-block;
    float: none;
    height: 21px;
  }
}
@media (min-width: 768px) { 
  #playlist{
    max-height: 50%;
    left: 0;
    position: fixed;
    bottom: 52px;
    overflow: auto;
  }
}
