/* line 1, ../../styles/005.scss */
body {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* basic settings */
/* line 10, ../../styles/005.scss */
html {
  box-sizing: border-box;
}

/* line 14, ../../styles/005.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 20, ../../styles/005.scss */
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* line 27, ../../styles/005.scss */
body {
  background: #ff4e79;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

/* line 33, ../../styles/005.scss */
.player-extended {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 42, ../../styles/005.scss */
.player-extended .bgBox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .1;
  background-position: center center;
}
/* line 55, ../../styles/005.scss */
.player-extended .bgBox img {
  display: none;
}

/* line 61, ../../styles/005.scss */
h1 {
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  position: fixed;
  font-size: 5vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

/* line 75, ../../styles/005.scss */
.main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0 auto;
  border: 10px solid transparent;
  min-width: 320px;
  max-width: 440px;
}
/* line 86, ../../styles/005.scss */
.main h2 {
  color: #fff;
}
/* line 90, ../../styles/005.scss */
.main .player {
  -webkit-box-shadow: 13px 31px 52px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 13px 31px 52px -19px rgba(0, 0, 0, 0.75);
  box-shadow: 13px 31px 52px -19px rgba(0, 0, 0, 0.75);
}
/* line 96, ../../styles/005.scss */
.main .player .playlist {
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 0;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 108, ../../styles/005.scss */
.main .player .playlist p.info {
  min-width: 240px;
  overflow: hidden;
  color: #ccc;
  padding: 0 40px;
  line-height: 1.4;
  font-size: .85em;
  margin-bottom: 1.2em;
}
/* line 119, ../../styles/005.scss */
.main .player .playlist p.info a {
  color: #ff4e79;
}
/* line 124, ../../styles/005.scss */
.main .player .playlist ul {
  list-style-type: none;
  margin: 40px 20px 40px 20px;
  padding: 0;
}
/* line 130, ../../styles/005.scss */
.main .player .playlist li {
  background: #000;
  color: #fff;
  padding: 0 70px;
  position: relative;
  margin: 0 0 30px 0;
  height: 50px;
  font-size: .85em;
  position: relative;
  cursor: pointer;
}
/* line 141, ../../styles/005.scss */
.main .player .playlist li:last-child:after {
  display: none;
}
/* line 145, ../../styles/005.scss */
.main .player .playlist li:after {
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  background: #262626;
  position: absolute;
  bottom: -14px;
}
/* line 156, ../../styles/005.scss */
.main .player .playlist time {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  color: #666;
  text-align: right;
  cursor: pointer;
}
/* line 166, ../../styles/005.scss */
.main .player .playlist figure {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 173, ../../styles/005.scss */
.main .player .playlist strong, .main .player .playlist span {
  display: block;
}
/* line 178, ../../styles/005.scss */
.main .player .playlist span {
  margin-top: .3em;
  font-size: .9em;
  color: #ccc;
}
/* line 184, ../../styles/005.scss */
.main .player .playlist img {
  width: 50px;
  cursor: pointer;
}
/* line 189, ../../styles/005.scss */
.main .player .playlist label {
  width: 100%;
  padding: 0 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
/* line 201, ../../styles/005.scss */
.main .player figure {
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  position: relative;
}
/* line 206, ../../styles/005.scss */
.main .player .currentTrackCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
/* line 216, ../../styles/005.scss */
.main .player figcaption {
  position: absolute;
  width: 100%;
  background: #000;
  display: block;
  padding: 4px 40px;
  bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  z-index: 3;
}
/* line 227, ../../styles/005.scss */
.main .player img {
  width: 100%;
  opacity: .7;
}
/* line 233, ../../styles/005.scss */
.main .controls {
  padding: 40px;
  background: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 243, ../../styles/005.scss */
.audio {
  height: 120px;
}

/* line 247, ../../styles/005.scss */
.controls {
  position: relative;
}

/* line 251, ../../styles/005.scss */
h2.title {
  position: absolute;
  left: 40px;
  top: 0px;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
}

/* line 260, ../../styles/005.scss */
.scrubber {
  position: relative;
  top: 70px;
}

/* line 265, ../../styles/005.scss */
.buttons {
  position: relative;
  color: #666;
  margin-top: -30px;
}
/* line 270, ../../styles/005.scss */
.buttons .repeat {
  position: absolute;
  left: 0px;
}
/* line 275, ../../styles/005.scss */
.buttons .shuffle {
  text-align: right;
  right: 0px;
}

/* line 282, ../../styles/005.scss */
.progress {
  height: 2px;
  background: #333332;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

/* line 291, ../../styles/005.scss */
.loaded {
  height: 2px;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
}

/* line 301, ../../styles/005.scss */
.time {
  top: 30px;
  position: relative;
  left: 0;
}
/* line 307, ../../styles/005.scss */
.time .played {
  color: #fff;
  position: absolute;
  left: 0;
  font-style: normal;
}
/* line 314, ../../styles/005.scss */
.time .duration {
  color: #a6a6a6;
  position: absolute;
  font-weight: normal;
  right: 0;
}

/* line 322, ../../styles/005.scss */
.play-pause {
  position: absolute;
  right: 40px;
  top: 9px;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  cursor: pointer;
  transform-origin: 50% 50%;
}
/* line 336, ../../styles/005.scss */
.play-pause .fa-play.loading {
  transform-origin: 50% 50%;
  -webkit-animation: doubleBounce 1s infinite ease-in-out;
  animation: doubleBounce 1s infinite ease-in-out;
}
/* line 342, ../../styles/005.scss */
.play-pause .fa {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 351, ../../styles/005.scss */
.play-pause .fa-pause {
  display: none;
}

/* color-palette */
/* line 359, ../../styles/005.scss */
.color-palette {
  position: fixed;
  bottom: 0;
  right: 0;
  list-style-type: none;
}
/* line 365, ../../styles/005.scss */
.color-palette li {
  width: 10px;
  height: 20px;
}

/* menu button */
/* line 373, ../../styles/005.scss */
.menu-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 41px;
  height: 41px;
  margin-left: -20px;
  cursor: pointer;
  z-index: 7;
  background: rgba(0, 0, 0, 0.5);
}
/* line 384, ../../styles/005.scss */
.menu-button span {
  display: block;
  position: absolute;
  top: 19px;
  font-size: 10px;
  color: #fff;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  box-shadow: 0 0 1px #000;
  transition: transform 0.1s;
}
/* line 398, ../../styles/005.scss */
.menu-button span::before,
.menu-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: inherit;
  content: "";
}
/* line 409, ../../styles/005.scss */
.menu-button span::before {
  top: -7px;
  transform-origin: top right;
  transition: transform 0.1s, width 0.1s, top 0.1s;
}
/* line 415, ../../styles/005.scss */
.menu-button span::after {
  bottom: -7px;
  transform-origin: bottom right;
  transition: transform 0.1s, width 0.1s, bottom 0.1s;
}

/* line 422, ../../styles/005.scss */
.showlist {
  transform: translate3d(0, 0, 0);
}
/* line 425, ../../styles/005.scss */
.showlist .menu-button span {
  transform: rotate(180deg);
}
/* line 429, ../../styles/005.scss */
.showlist .menu-button span::before {
  top: 0;
  width: 50%;
  transform: translateX(14px) translateY(1px) rotate(45deg);
}
/* line 435, ../../styles/005.scss */
.showlist .menu-button span::after {
  bottom: 0;
  width: 50%;
  transform: translateX(14px) translateY(-1px) rotate(-45deg);
}

/* line 442, ../../styles/005.scss */
.font-size-test {
  visibility: hidden;
  position: absolute;
  white-space: nowrap;
  top: -1000px;
  left: -1000px;
}

@keyframes doubleBounce {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
}
