/* line 22, app/assets/stylesheets/frontend/player.scss */
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 53, app/assets/stylesheets/frontend/player.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 113, app/assets/stylesheets/frontend/player.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

/* line 134, app/assets/stylesheets/frontend/player.scss */
* {
  box-sizing: border-box;
}

/* line 139, app/assets/stylesheets/frontend/player.scss */
body, html {
  font-family: "Open Sans", Helvetica, Arial;
  background: #E3E3E3;
  padding: 0;
  margin: 0;
  font-size: 15px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 150, app/assets/stylesheets/frontend/player.scss */
h1, h2, h3, p {
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 1em;
  margin-bottom: .65em;
  line-height: 1.2em;
  text-shadow: 0 0 22px #000;
  padding: 0 14px;
}

@media screen and (max-width: 582px) {
  /* line 150, app/assets/stylesheets/frontend/player.scss */
  h1, h2, h3, p {
    padding: 0 10px;
  }
}

/* line 165, app/assets/stylesheets/frontend/player.scss */
h1 {
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 6px;
  animation-delay: 0.7s;
}

/* line 172, app/assets/stylesheets/frontend/player.scss */
h2 {
  margin-top: 4px;
  animation-delay: 0.7s;
}

/* line 177, app/assets/stylesheets/frontend/player.scss */
a {
  text-decoration: none;
  transition: all .25s ease-in-out;
}

/* line 182, app/assets/stylesheets/frontend/player.scss */
main {
  height: 100%;
  width: 100%;
  display: table;
}

/* line 188, app/assets/stylesheets/frontend/player.scss */
.wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 582px) {
  /* line 188, app/assets/stylesheets/frontend/player.scss */
  .wrapper {
    vertical-align: top;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/* line 204, app/assets/stylesheets/frontend/player.scss */
.track-outer-wrapper {
  background: #fff;
  border: 1px solid #d4d1d1;
  width: 583px;
  height: 583px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  float: none;
  padding: 14px;
  position: relative;
}

@media screen and (max-width: 582px) {
  /* line 204, app/assets/stylesheets/frontend/player.scss */
  .track-outer-wrapper {
    position: absolute;
    padding: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    float: none;
    border: none;
  }
}

/* line 227, app/assets/stylesheets/frontend/player.scss */
.powered-link {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 4000;
  opacity: .7;
}

@media screen and (max-width: 582px) {
  /* line 227, app/assets/stylesheets/frontend/player.scss */
  .powered-link {
    top: 14px;
    right: 14px;
  }
}

/* line 240, app/assets/stylesheets/frontend/player.scss */
.bandzoogle-power {
  width: 60px;
  height: 30px;
  opacity: .78;
  animation-delay: 1.2s;
}

/* line 247, app/assets/stylesheets/frontend/player.scss */
.track-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 582px) {
  /* line 247, app/assets/stylesheets/frontend/player.scss */
  .track-wrapper {
    padding: 0;
    background: #e5e5e5;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: none;
    height: 100%;
    width: 100%;
  }
}

/* line 271, app/assets/stylesheets/frontend/player.scss */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  animation-delay: 0.4s;
}

/* line 277, app/assets/stylesheets/frontend/player.scss */
.overlay:hover {
  cursor: pointer;
}

@media screen and (max-width: 582px) {
  /* line 271, app/assets/stylesheets/frontend/player.scss */
  .overlay {
    height: 100%;
    width: 100%;
  }
}

/* line 287, app/assets/stylesheets/frontend/player.scss */
.trackinfo-wrapper {
  z-index: 3000;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  top: 63.5%;
}

/* line 301, app/assets/stylesheets/frontend/player.scss */
.track-info {
  max-width: 500px;
  padding-bottom: 10px;
}

/* line 306, app/assets/stylesheets/frontend/player.scss */
.play-link {
  width: 555px;
  height: 555px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 582px) {
  /* line 306, app/assets/stylesheets/frontend/player.scss */
  .play-link {
    padding: 0;
    background: transparent;
    width: 100%;
    max-height: 100%;
    float: none;
  }
}

/* line 323, app/assets/stylesheets/frontend/player.scss */
.play-button {
  font-family: 'Helvetica', 'Arial';
  transition: all .25s ease-in-out;
  color: #5A5A5A;
  text-decoration: none;
  height: 86px;
  width: 86px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 34px;
  position: relative;
  background: rgba(255, 255, 255, 0.76);
  z-index: 3000;
  margin: 0 auto 4px;
  transition: background .3s ease-in-out;
  animation-delay: 0.4s;
}

/* line 343, app/assets/stylesheets/frontend/player.scss */
.play-button span {
  transition: all .2s;
  margin-left: 4px;
}

/* line 347, app/assets/stylesheets/frontend/player.scss */
.play-button:hover, .play-button a.active {
  background: #fff;
}

/* line 352, app/assets/stylesheets/frontend/player.scss */
.link-action {
  margin-top: 1.5em;
  padding: 10px 22px 14px 22px;
  border: 1px solid rgba(174, 211, 255, 0.9);
  color: rgba(174, 211, 255, 0.96);
  border-radius: 4px;
  display: inline-block;
  line-height: 16/2;
  transition: all .3s ease-in-out;
  text-shadow: 0 0 15px #000;
  position: relative;
  z-index: 3000;
  animation-delay: 0.9s;
}

/* line 366, app/assets/stylesheets/frontend/player.scss */
.link-action:hover {
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-shadow: 0 0 0 transparent;
  color: #000;
}

/* line 374, app/assets/stylesheets/frontend/player.scss */
.pause, .play {
  display: inline-block;
}

/* line 378, app/assets/stylesheets/frontend/player.scss */
.play {
  padding-top: 26px;
  padding-left: 3px;
}

/* line 383, app/assets/stylesheets/frontend/player.scss */
.pause {
  padding-top: 28px;
  padding-right: 5px;
}

/* line 389, app/assets/stylesheets/frontend/player.scss */
.sm2_paused .pause, .sm2_button .pause {
  display: none;
}

/* line 395, app/assets/stylesheets/frontend/player.scss */
.sm2_playing .play {
  display: none;
}

/* line 398, app/assets/stylesheets/frontend/player.scss */
.sm2_playing .pause {
  display: inline-block;
}

/* line 403, app/assets/stylesheets/frontend/player.scss */
.next, .prev {
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  line-height: 45px;
  color: gray;
  font-size: 18px;
  font-family: arial;
  z-index: 4000;
}

/* line 416, app/assets/stylesheets/frontend/player.scss */
.next:hover, .prev:hover {
  background: #fff;
}

/* line 421, app/assets/stylesheets/frontend/player.scss */
.next {
  top: 25px;
  right: 50px;
}

/* line 426, app/assets/stylesheets/frontend/player.scss */
.prev {
  top: 25px;
  left: 50px;
}

/* line 431, app/assets/stylesheets/frontend/player.scss */
.next-icon, .prev-icon {
  display: block;
  padding-top: 14px;
  padding-left: 10px;
}

/* line 437, app/assets/stylesheets/frontend/player.scss */
.next {
  padding-left: 4px;
}

/* line 439, app/assets/stylesheets/frontend/player.scss */
#ticker {
  position: absolute;
  z-index: 1000;
  top: -12px;
  left: -12px;
}

@media screen and (max-width: 582px) {
  /* line 439, app/assets/stylesheets/frontend/player.scss */
  #ticker {
    top: -13px;
    right: 22px;
    z-index: 1000;
  }
}

/* line 452, app/assets/stylesheets/frontend/player.scss */
.controls {
  width: 300px;
  z-index: 9999;
  margin: 0 auto;
}

/* line 458, app/assets/stylesheets/frontend/player.scss */
.hide {
  display: none;
}

/* line 462, app/assets/stylesheets/frontend/player.scss */
.background_button {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
}
