@charset 'UTF-8';
/*
Optional styling for bbplayer elements.
*/
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

.container {
  width: 100%;
  max-width: 960px;
  text-align: center;

}

.container-body {
  position: relative;

}

.top-bar {
  position: static;
  max-width: 67.5rem;
  height: 4rem;
  background-color: #FFFFFF;
  font: 300 20px/1.5 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant: small-caps;

}

.container-content {
  max-width: 67.5rem;

  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.content-bg {
  position: relative;
  width: 100%;
  height: 2800px;
  background: rgba(255, 255, 255, 0.2);
  background-size: cover;
  left: 0px;
  top: 0px;
  font-variant: small-caps;
  }

.container-player {

  position: relative;
  max-height: 20rem;
  min-width: 15%;
  margin-left: auto;
  margin-right: auto;
  column-width: 100%;
  transition: transform .2s;
  background-color: #000000;
  overflow: hidden;
}
.container-player:hover {
  transform: scale(1.1);
}

.thumb-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 1rem;
  margin-left: auto;
  margin-right: auto;

}
.thumb-list li {
  flex: 20%;
  max-width: 18%;
  padding: 1rem 1rem 1rem 1rem;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;


}

@media screen and (max-width: 800px) {
  .thumb-list li {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .thumb-list li {
    flex: 100%;
    max-width: 100%;
  }
}
.genreimage {
  width: 100%;
  height: 100%;
  padding: 0px;
  opacity: 0.8;

}

.centered {
    position: relative;
    bottom: 30%;
    text-align: center;
    font: 400 28px/1 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant: small-caps;
    color: #FFFFFF;
    opacity: 0.9;
}

.bbplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 200 16px/1.5 Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #898989;
  display: inline-block;

}

.bb-play {
  display: block;
  vertical-align: middle;
  height: 100%;
  width:  100%;

  background: transparent;
  background-image: url('../img/play1.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0.8;

}

.bb-playing {
  vertical-align: middle;
  background-image: url('../img/pause1.png');
  background-position: center center;
  opacity: 0.8;
}

.bb-forward {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  width:  32px;
  background-image: url('../images/forward.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bb-rewind {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  width:  32px;
  background: transparent;
  background-image: url('../images/rewind.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bb-track-display {
  font-size: 0pt;
  visibility: hidden;
}

.bb-trackTime {
  display: inline-block;
  vertical-align: top;
    visibility: hidden;
}

.bb-trackLength {
  display: inline-block;
  vertical-align: top;
    visibility: hidden;
}

.bb-trackTitle {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  width: 1px;
  overflow: hidden;
  text-align: center;
    visibility: hidden;
}

.bb-album-display {
  display: none;
}

.bb-artist {
  font-size: 14px;
}

.bb-album {
  font-size: 14px;
}

.bb-albumCover {
  height: 38px;
  width: 38px;
  line-height: 38px;
  vertical-align: top;
  background: #999999;
  border: 1px solid #666666;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  margin-left: 5px;
  display: inline-block;
}

.bb-debug {
  height:10em;
  width: 19em;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  overflow: auto;
  font-weight: normal;
  font-size: 14px/1.5;
}

.bbplayer div.playerWindow {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
}

@media all and (max-width: 480px) {

  .bbplayer {
    font: 200 14px/1.5 Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #898989;
    display: inline-block;
  }
  .bb-trackTitle {
    width: 6em;
  }

  .bb-track-display {
    font-size: 12pt;
  }

  .bb-album-display {
    display: none;
  }

  .bb-trackLength {
    display: none;
  }

}
