@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.disabled {
  color: #666;
  cursor: default;
}
.show {
  display: inline-block !important;
}
.player {
  height: 520px;
  margin: 0;
  position: relative;
  width: 100%;
  /* Small devices (tablets, 768px and up) */
  background: lightblue;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: top center;
  background-image: url(/images/5.png);
  color:white;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
body  .player .large-toggle-btn {
  /*border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 50px;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 5px 0 0 0;
  position: absolute;
  text-align: center;
  vertical-align: bottom;*/
  font-size: 1.5em;
}

.center {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}

body  .player .large-toggle-btn .large-play-btn {
  cursor: pointer;
  display: inline-block;
  top: -14%;
}
body  .player .large-toggle-btn .large-play-btn:before {
  content: "\f04b";
  font: 1.5em/1.75 "FontAwesome";
}
body  .player .large-toggle-btn .large-pause-btn {
  cursor: pointer;
  display: inline-block;
}
body  .player .large-toggle-btn .large-pause-btn:before {
  content: "\f04c";
  font: 1.5em/1.75 "FontAwesome";
}

body  .player .shuffle-btn {
  cursor: pointer;
  display: inline-block;
}
body  .player .shuffle-btn:before {
  content: "\f074";
  font: 1.5em/1.75 "FontAwesome";
}

body  .player .info-box .track-info-box {
  float: left;
  font-size: 12px;
  margin: 0 0 6px 0;
  width: 100%;
  *zoom: 1;
}

.track-performer-text {
    text-align:center;
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-weight:bold;
}

.track-title-text {
    text-align:center;
    font-size: 1.5em;
}

.track-location-text {
    text-align:center;
}

.duration-box {
    text-align:right;
}

body  .player .info-box .track-info-box:before, body  .player .info-box .track-info-box:after {
  content: " ";
  display: table;
}
body  .player .info-box .track-info-box:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body  .player .progress-box {
  float: left;
  min-width: 270px;
  position: relative;
}
body  .player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
body  .player .progress-box .progress-cell .progress {
  background: #fff;
  border: 1px solid #d9d9d9;
  height: 4px;
  /*position: relative;*/
  width: auto;
}
body  .player .progress-box .progress-cell .progress .progress-buffer {
  background: #337ab7;
  height: 100%;
  width: 0;
}
body  .player .progress-box .progress-cell .progress .progress-indicator {
  background-image: url('../images/circle-16.png');
  background-size: 100%;
  /*border: 1px solid #bebebe;*/
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  left: 0;
  overflow: visible;
  position: absolute;
  top: -2px;
  width: 10px;
}
body  .player .controls-box {
  bottom: 5px;
  left: 35%;
  width:30%;
  position: absolute;
}
.previous-track-btn {
  cursor: pointer;
  display: inline-block;
  left:0;
  bottom:15px;
}
.previous-track-btn:before {
  content: "\f049";
  font: 1em "FontAwesome";
}
.next-track-btn {
  cursor: pointer;
  display: inline-block;
  left:72px;
  bottom:15px;
}
.next-track-btn:before {
  content: "\f050";
  font: 1em "FontAwesome";
}
body  .player:before, body  .player:after {
  content: " ";
  display: table;
}
body  .player:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body  .play-list {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
}
body  .play-list .play-list-row {
  display: block;
  margin: 10px 0;
  width: 100%;
  *zoom: 1;
}

@media (min-width: 768px) {
  .play-list {
    max-height: 50vh;
    overflow-y:scroll;
  }
}

.playlist-track-artist {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Roboto',sans-serif;
}
.playlist-track-artist:hover {
  text-decoration: underline;
}
.playlist-track-title {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Roboto',sans-serif;
}

.track-location {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Roboto',sans-serif;
}

.track-title {
  font-family: 'Roboto',sans-serif;
}

.playlist-track-title:hover {
  text-decoration: underline;
}
body  .play-list .play-list-row .small-toggle-btn {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  /*vertical-align: middle;*/
  width: 28px;
  display: none;
}
body  .play-list .play-list-row .small-toggle-btn .small-play-btn {
  display: inline-block;
}
body  .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
  content: "\f04b";
  font: 0.85em "FontAwesome";
}
body  .play-list .play-list-row .small-toggle-btn .small-pause-btn {
  display: inline-block;
}
body  .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
  content: "\f04c";
  font: 0.85em "FontAwesome";
}
body  .play-list .play-list-row .track-number {
  display: inline-block;
}
body  .play-list .play-list-row .track-title .playlist-track {
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
}
body  .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
.track-title.active-track {
  font-weight: bold;
}
body  .play-list .play-list-row:before, body  .play-list .play-list-row:after {
  content: " ";
  display: table;
}
body  .play-list .play-list-row:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.track-image {
    width:65px;
    padding-right:5px;
}

.track-image.active-track {
  background:blue;
}

.col-xs-1.button-col {
    width: 20%;
}

.track-title {
  width: 100%;
}

.current-track-image {
  box-shadow: 1px 1px 2px 2px !important;
  border-radius: 6px !important;
}

.playlist-background {
  background-color: white;
  padding-bottom: 50px;
  margin-bottom: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#input_progress {
  accent-color: white;
  background-color: white;
}

.img1n2 {
  display: flex; 
  justify-content:center;
}

.img1 {
  z-index: 1;
}

.img2 {
  position: absolute; 
  z-index: 2;
  bottom: 5%;
  right: 10%;
}
