/**
 * normalize.css v3.0.1 | MIT License | git.io/normalize
 * -----------------------------------------------------------------------------
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * 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
 * -----------------------------------------------------------------------------
 */
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  background-color: #f2f2f2;
}
a {
  color: rgba(0, 0, 0, 0.63);
  text-decoration: none;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
a:focus {
  color: inherit;
  outline: thin dotted;
  text-decoration: underline;
}
p {
  margin: 0 0 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
img {
  -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: 4px;
  color: #919499;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0.58333333em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s 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;
}
/**
 * Animations
 * -----------------------------------------------------------------------------
 */
.fade-in,
.fade-out {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translatez();
  transform: translatez();
}
.fade-in {
  -webkit-animation: fade-in 0.4s ease-in;
  animation: fade-in 0.4s ease-in;
}
.fade-out {
  -webkit-animation: fade-out 0.4s ease-in;
  animation: fade-out 0.4s ease-in;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.demo {
  padding: 3.57142857em 1.42857143em;
  max-width: 420px;
  margin: auto;
}
.demo-header {
  margin-bottom: 3.57142857em;
  text-align: center;
}
.demo-header h1,
.demo-header h2 {
  line-height: 1.25;
}
.demo-header h2 {
  color: rgba(0, 0, 0, 0.42);
  font-size: 33px;
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 0.95238095em;
}
.demo-header h3 {
  margin-bottom: 0.71428571em;
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.demo-header a {
  text-decoration: underline;
}
.github-ribbon {
  display: none;
}
.credits {
  color: rgba(0, 0, 0, 0.42);
  font-size: 19px;
  font-size: 1.2rem;
  text-align: center;
}
.credits p {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .github-ribbon {
    display: block;
  }
}
/**
 * Player
 * -----------------------------------------------------------------------------
 */
.audio-player {
  border: 1px solid #d4d5d6;
  color: #5c5f66;
  font-size: 22px;
  font-size: 1.4rem;
  margin: 0 auto 4.28571429em;
  position: relative;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  width: 15.85714286em;
}
.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: #ffffff;
  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: #000000;
  margin-top: 0.92857143em;
}
.track-artist,
.track-record {
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 1.75;
}
.track-record {
  font-weight: 400;
}
/* jPlayer: Cotrols
----------------------------------------------- */
.jp-interface:hover .jp-controls-wrap {
  background-color: rgba(0, 0, 0, 0.8);
}
.jp-interface:hover .jp-controls {
  opacity: 1;
}
.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-wrap_top {
  background-color: rgba(0, 0, 0, 1);
  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: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.jp-controls_top {
  opacity: 1;
}
.jp-button {
  position: absolute;
  top: 50%;
}
.jp-button button {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  height: 3.33333333em;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  text-indent: 110%;
  -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: #F05F40;
  color: #F05F40;
}
.jp-button-play {
  left: 50%;
  margin-top: -1.78571429em;
  margin-left: -1.78571429em;
}
.jp-button-play button {
  font-size: 22px;
  font-size: 1.4rem;
  height: 3.57142857em;
  width: 3.57142857em;
}
.jp-button-play button:before {
  content: "\f152";
  font-size: 38px;
  font-size: 2.4rem;
  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: 21px;
}
.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: #ffffff;
  border: solid #d4d5d6;
  border-width: 1px 0 0 0;
  font-size: 19px;
  font-size: 1.2rem;
}
.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: #f2f2f2;
  text-decoration: none;
}
.jp-playlist-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp-state-playing .jp-playlist-current a {
  background-color: #f2f2f2;
  color: #000000;
  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: #e4002b;
  height: 8px;
  margin-top: -1px;
  opacity: .8;
}

