﻿/**
 * Icons
 * -----------------------------------------------------------------------------
 */
.jp-button button:before,
.icon:before {
  display: inline-block;
  font-family: "themicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  letter-spacing: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Elements
 * -----------------------------------------------------------------------------
 */


img.player {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 5px;
  color: #919499;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  margin: 0;
  outline: none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  white-space: nowrap;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
  background-color: transparent;
  color: #e4002b;
  text-decoration: none;
}
button.selected,
input[type="button"].selected,
input[type="reset"].selected,
input[type="submit"].selected,
.button.selected {
  background-color: #e4002b;
  border-color: #e4002b;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}


/**
 * Player
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 750px){
.audio-player {width: 280px ; height: auto;}}
@media only screen and (min-width: 751px){
.audio-player {width: 300px; height: auto;}}
@media only screen and (min-width: 1100px){
.audio-player {width: 350px; height: auto;}}

.audio-player {
  border: 3px solid #777777;
border-radius: 5px;
box-shadow: 3px 3px 3px #000;
  color: #5c5f66;
  font-size: 16px;
  font-size: 1.0rem;
  margin: 0 auto 4.28571429em;
  position: relative;
  -webkit-transition: left 0.9s ease-in-out;
  transition: left 0.9s ease-in-out;
}
.jp-jplayer {
  height: 0px;
  width: 0px;
}
.jp-audio {
  overflow: hidden;
  position: relative;
}
.jp-no-solution {
  padding: 0.92857143em 1.42857143em;
}
/* Track Info */
.track-info {
  background-color: #000000;
  opacity: 1;
  padding: 100% 1.42857143em 0.92857143em;
}
.track-poster {
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

}
.track-title,
.track-artist,
.track-record {
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-title {
  color: #ffffff;
  font-size: 25px;
  margin-top: 0.92857143em;
}
.track-artist {
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 1.75;
color: #94b3d1;
}
.track-record {
  font-weight: 400;
  font-size: 5px;
  font-size: 1.0rem;
  line-height: 1.75;
color: #888;
}
/* jPlayer: Controls
----------------------------------------------- */
.jp-interface:hover .jp-controls-wrap {
  background-color: rgba(0, 0, 0, 0.3);
}
.jp-interface:hover .jp-controls {
  opacity: 0.9;
}
.jp-controls-wrap {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 100%;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  z-index: 1;
}
.jp-controls {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.jp-button {
  position: absolute;
  top: 80%;
}
.jp-button button {
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #888888;
  border-radius: 9%;
  color: #888888;
  display: block;
  height: 3.33333333em;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 3.33333333em;
}
.jp-button button:before {
  font-size: 33px;
  font-size: 2.1rem;
  line-height: 1.85714286;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-indent: 0.04761905em;
}
.jp-button button:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.jp-button-play {
  left: 50%;
  margin-top: -1.98571429em;
  margin-left: -2.5em;
}
.jp-button-play button {
  font-size: 18px;
  font-size: 1.5rem;
  height: 2.5em;
  width: 3.2em;
}
.jp-button-play button:before {
  content: "\f152";
  font-size: 30px;
  line-height: 1.91666667;
  text-indent: 0.16666667em;
}
.jp-state-playing .jp-button-play button:before {
  content: "\f151";
  text-indent: 0;
}
.jp-button-previous,
.jp-button-next {
  margin-top: -1.42857143em;
  margin-left: -1.42857143em;
}
.jp-button-previous button:before,
.jp-button-next button:before {
  font-size: 20px;
}
.jp-button-previous {
  left: 25%;
}
.jp-button-previous button:before {
  content: "\f156";
}
.jp-button-next {
  left: 75%;
}
.jp-button-next button:before {
  content: "\f155";
}
.jp-button-playlist {
  display: none;
}
.jp-button-playlist button:before {
  content: "\f153";
}
/* jPlayer: Playlist
----------------------------------------------- */
.jp-playlist {
  background-color: #000000;
  opacity: 0.5;
  border: solid #a3c2c2;

  font-size: 19px;
  font-size: 1.0rem;
}
.jp-playlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.jp-playlist li {
  border-bottom: 1px solid #d4d5d6;
}
.jp-playlist li:last-child {
  border-bottom-width: 0;
}
.jp-playlist a {
  display: block;
  outline: 0;
  padding: 0.92857143em 1.42857143em;
}
.jp-playlist a:hover,
.jp-playlist a:focus {
  background-color: #1f2e2e;
  opacity: 1;
  text-decoration: none;
}
.jp-playlist-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp-state-playing .jp-playlist-current a {
  background-color: #3d5c5c;
  color: #ffffff;
  text-decoration: none;
}
.jp-artist,
.jp-free-media {
  display: none;
}
.jp-playlist-item-remove {
  display: inline-block;
  float: right;
}
/* Playlist: Bottom */
.playlist-hide .jp-playlist {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
/* Playlist: Bottom */
.playlist-bottom .jp-audio {
  overflow: visible;
}
.playlist-bottom .jp-playlist {
  display: block;
}
/* Playlist: Scroll */
.playlist-scroll .jp-audio {
  overflow: auto;
}
.playlist-scroll .jp-playlist {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
/* Playlist: Side */
.playlist-side {
  left: -110px;
}
.playlist-side .jp-audio {
  overflow: visible;
}
.playlist-side .jp-interface {
  box-shadow: 1px 0 #d4d5d6;
  position: relative;
  z-index: 2;
}
.playlist-side .jp-playlist {
  border-width: 0 1px;
  box-shadow: 0 1px #d4d5d6, 0 -1px #d4d5d6;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  z-index: 1;
}
/* jPlayer: Progress Bar
----------------------------------------------- */
.jp-time-rail {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.jp-time-rail .jp-progress {
  background-color: rgba(255, 255, 255, 0.15);
  border: solid rgba(0, 0, 0, 0.17);
  border-width: 1px 0;
  width: 100%;
  height: 8px;
}
.jp-time-rail .jp-seek-bar:hover {
  cursor: pointer;
}
.jp-time-rail .jp-play-bar {
  background-color: #b0bee8;
  height: 8px;
  margin-top: -1px;
  opacity: .8;
}

