/* white player
$grayblue:  #F9F9F9;  // playerbar BG
$slategray: #EEE;  // expandedplayer BG
$babyblue:  #777;  // inactive text
$lightblue: #222;  // active text
*/
/* line 2, ../scss/components/_layout.scss */
.block-audity {
  background: #4a565f;
  min-height: 3em;
}
@media only screen and (min-width: 40.063em) {
  /* line 2, ../scss/components/_layout.scss */
  .block-audity {
    min-height: 5.0001em;
  }
}

/* line 9, ../scss/components/_layout.scss */
.block-audity:before {
  content: "LOADING...";
  color: #FFF;
  line-height: 3em;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  /* line 9, ../scss/components/_layout.scss */
  .block-audity:before {
    line-height: 5.0001em;
  }
}

/* line 21, ../scss/components/_layout.scss */
#audity-wrapper {
  z-index: 5;
  width: 100%;
  position: relative;
  margin: auto;
  color: #7f95a4;
}

/* line 30, ../scss/components/_layout.scss */
.player-bar-wrapper {
  background: #4a565f;
  border-bottom: 1px solid #363d44;
}

/* line 34, ../scss/components/_layout.scss */
.player-bar {
  background: transparent;
  border-left: 1px solid #363d44;
  border-right: 1px solid #363d44;
  max-width: 62.5em;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 3em;
  display: table;
  table-layout: fixed;
  overflow: visible;
}
@media only screen and (min-width: 40.063em) {
  /* line 34, ../scss/components/_layout.scss */
  .player-bar {
    height: 5.0001em;
  }
}

/* line 52, ../scss/components/_layout.scss */
.audity-controls,
.now-playing,
.more-toggle {
  display: table-cell;
  padding-top: .2em;
  vertical-align: middle;
}

/* line 60, ../scss/components/_layout.scss */
.now-playing {
  padding-left: 2%;
  width: 60%;
  border: 0;
  outline: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 60, ../scss/components/_layout.scss */
  .now-playing {
    padding-top: 0.25em;
    padding-left: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 60, ../scss/components/_layout.scss */
  .now-playing {
    width: 75%;
  }
}

/* line 73, ../scss/components/_layout.scss */
.now-playing .player-title-text:after {
  content: '\00B7';
  margin-right: 0.05em;
  margin-left: 0.25em;
}

/* line 79, ../scss/components/_layout.scss */
.now-playing .stream-label {
  color: #e4ecf2;
  font-size: 80%;
  opacity: .7;
}
@media only screen and (min-width: 40.063em) {
  /* line 79, ../scss/components/_layout.scss */
  .now-playing .stream-label {
    margin-top: 0.25em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}
/* line 88, ../scss/components/_layout.scss */
.expanded .now-playing .stream-label {
  margin-top: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 93, ../scss/components/_layout.scss */
  #audity-wrapper:not(.expanded) .stream-label {
    opacity: .75;
  }
}

/* line 100, ../scss/components/_layout.scss */
.now-playing .program-name {
  color: #e4ecf2;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 40.063em) {
  /* line 100, ../scss/components/_layout.scss */
  .now-playing .program-name {
    font-size: 1.25em;
    font-weight: 300;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 111, ../scss/components/_layout.scss */
  #audity-wrapper:not(.expanded) .program-name {
    display: block;
  }
}

/* line 119, ../scss/components/_layout.scss */
.expanded-player-outer-wrapper {
  background: #363d44;
  box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.1);
}

/* line 123, ../scss/components/_layout.scss */
.expanded-player-wrapper {
  height: 0;
  max-width: 62.5em;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
  visibility: hidden;
}
/* line 132, ../scss/components/_layout.scss */
.expanded .expanded-player-wrapper {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* line 139, ../scss/components/_layout.scss */
.expanded-player-wrapper .stream-program-meta-view {
  display: none;
}

/* line 144, ../scss/components/_layout.scss */
.program-next {
  color: #7f95a4;
  display: none;
  font-size: 75%;
  margin-top: 0.25em;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 40.063em) {
  /* line 153, ../scss/components/_layout.scss */
  .expanded .program-next {
    display: block;
    opacity: 1;
  }
}

/* line 1, ../scss/components/_controls.scss */
.more-toggle {
  background: #363d44;
  border-left: 1px solid #363d44;
  font-size: .8em;
  height: 100%;
  opacity: .75;
  overflow: hidden;
  text-align: center;
  width: 15%;
}
/* line 10, ../scss/components/_controls.scss */
.more-toggle span {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 1, ../scss/components/_controls.scss */
  .more-toggle {
    width: auto;
  }
  /* line 15, ../scss/components/_controls.scss */
  .more-toggle span {
    display: inline;
  }
}
/* line 19, ../scss/components/_controls.scss */
.more-toggle:hover {
  color: #e4ecf2;
  cursor: pointer;
}

/* line 24, ../scss/components/_controls.scss */
.toggle-arrow {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* line 30, ../scss/components/_controls.scss */
.expanded .toggle-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 36, ../scss/components/_controls.scss */
.toggle-arrow path {
  fill: #7f95a4;
}

/* line 40, ../scss/components/_controls.scss */
.audity-controls {
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
  width: 2.5em;
}
@media only screen and (min-width: 40.063em) {
  /* line 40, ../scss/components/_controls.scss */
  .audity-controls {
    width: 4.5em;
    padding-right: 2%;
    padding-left: 2%;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 52, ../scss/components/_controls.scss */
  .no-touch .audity-controls {
    width: 5em;
  }
}

/* line 57, ../scss/components/_controls.scss */
.jp-stop {
  display: none;
}

/* line 60, ../scss/components/_controls.scss */
.jp-state-playing .jp-stop {
  display: block;
}

/* line 63, ../scss/components/_controls.scss */
.jp-state-playing .jp-play {
  display: none;
}

/* line 66, ../scss/components/_controls.scss */
.player-btn:hover {
  cursor: pointer;
}

/* line 72, ../scss/components/_controls.scss */
.btn-play circle,
.btn-stop circle {
  fill: transparent;
  stroke: #7f95a4;
  stroke-width: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 79, ../scss/components/_controls.scss */
.btn-play path,
.btn-play rect,
.btn-stop path,
.btn-stop rect {
  fill: #e4ecf2;
  stroke-width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 87, ../scss/components/_controls.scss */
.btn-play:active circle,
.btn-stop:active circle {
  fill: #e4ecf2;
  stroke-width: 1;
}
/* line 91, ../scss/components/_controls.scss */
.btn-play:active path,
.btn-play:active rect,
.btn-stop:active path,
.btn-stop:active rect {
  fill: #7f95a4;
}

@media only screen and (min-width: 40.063em) {
  /* line 99, ../scss/components/_controls.scss */
  svg[class^="btn-"] {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67);
    transition: all 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67);
  }

  /* line 106, ../scss/components/_controls.scss */
  .expanded svg[class^="btn-"] {
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
/* line 114, ../scss/components/_controls.scss */
.jp-state-seeking .jp-stop svg rect {
  -webkit-animation: pulsate 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  animation: pulsate 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@-webkit-keyframes pulsate {
  /* line 119, ../scss/components/_controls.scss */
  0% {
    opacity: 1;
  }

  /* line 120, ../scss/components/_controls.scss */
  50% {
    opacity: .5;
  }

  /* line 121, ../scss/components/_controls.scss */
  100% {
    opacity: 1;
  }
}
@keyframes pulsate {
  /* line 124, ../scss/components/_controls.scss */
  0% {
    opacity: 1;
  }

  /* line 125, ../scss/components/_controls.scss */
  50% {
    opacity: .5;
  }

  /* line 126, ../scss/components/_controls.scss */
  100% {
    opacity: 1;
  }
}
/* line 128, ../scss/components/_controls.scss */
.jp-stop svg .btn-load {
  display: none;
}

/* line 131, ../scss/components/_controls.scss */
.jp-state-seeking .jp-stop svg .btn-load {
  display: block;
}

/* line 136, ../scss/components/_controls.scss */
.change-volume {
  display: none;
}

/* line 139, ../scss/components/_controls.scss */
.volume-container {
  display: none;
}

/* line 143, ../scss/components/_controls.scss */
.jp-mute svg,
.jp-unmute svg {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67);
}

/* line 152, ../scss/components/_controls.scss */
#audity-wrapper:not(.expanded) .jp-mute svg,
#audity-wrapper:not(.expanded) .jp-unmute svg {
  overflow: visible;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 161, ../scss/components/_controls.scss */
.start-stop {
  float: left;
  overflow: visible;
}

@media only screen and (min-width: 40.063em) {
  /* line 167, ../scss/components/_controls.scss */
  .no-touch .change-volume {
    display: block;
    margin: 1.55em 4em 1.55em 2em;
    float: right;
    position: relative;
    z-index: 10;
  }
}
/* line 176, ../scss/components/_controls.scss */
.no-touch .volume-container {
  border-radius: 3px;
  display: inline-block;
  height: 2em;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.1s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.2s;
  transition: all 0.1s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.2s;
  width: 2em;
}
/* line 185, ../scss/components/_controls.scss */
.no-touch .volume-container:hover {
  background: #1f2328;
  cursor: pointer;
  height: 8.5em;
}
/* line 191, ../scss/components/_controls.scss */
.no-touch .jp-volume-bar {
  display: none;
  height: 5em;
  margin: 0.5em 0;
  overflow: hidden;
  position: absolute;
  top: 2em;
  width: 2em;
}
/* line 200, ../scss/components/_controls.scss */
.no-touch .jp-volume-bar-value-bg,
.no-touch .jp-volume-bar-value {
  background: #7f95a4;
  border-radius: 1px;
  bottom: 0;
  left: 0.75em;
  position: absolute;
  width: 0.5em;
}
/* line 209, ../scss/components/_controls.scss */
.no-touch .jp-volume-bar-value-bg {
  height: 100%;
  opacity: .35;
}
/* line 213, ../scss/components/_controls.scss */
.no-touch .jp-volume-bar-value {
  -webkit-transition: height 0.1s cubic-bezier(0.17, 0.37, 0.43, 0.67);
  transition: height 0.1s cubic-bezier(0.17, 0.37, 0.43, 0.67);
}

/* line 218, ../scss/components/_controls.scss */
.volume-buttons {
  background: #363d44;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all 0.1s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.2s;
  transition: all 0.1s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.2s;
}
/* line 224, ../scss/components/_controls.scss */
.volume-buttons:hover {
  border-radius: 3px 3px 0 0;
  opacity: 1;
}
/* line 228, ../scss/components/_controls.scss */
.no-touch .volume-container:hover .volume-buttons {
  border-radius: 3px 3px 0 0;
  opacity: 1;
}
/* line 231, ../scss/components/_controls.scss */
.no-touch .volume-container:hover .volume-buttons svg path {
  fill: white;
}

/* line 2, ../scss/components/_songs.scss */
.stream-song-meta-view {
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) {
  /* line 5, ../scss/components/_songs.scss */
  .stream-song-meta-view .song-meta-view-inner {
    border-bottom: 1px solid #4a565f;
    overflow: hidden;
  }
}
/* line 11, ../scss/components/_songs.scss */
.stream-song-meta-view .album-wrapper {
  margin: 1em auto 0;
  max-width: 100px;
  text-align: center;
}
/* line 15, ../scss/components/_songs.scss */
.stream-song-meta-view .album-wrapper img.song-artwork {
  border: 5px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
@media only screen and (min-width: 40.063em) {
  /* line 11, ../scss/components/_songs.scss */
  .stream-song-meta-view .album-wrapper {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 11, ../scss/components/_songs.scss */
  .stream-song-meta-view .album-wrapper {
    margin-left: 0;
  }
}
/* line 31, ../scss/components/_songs.scss */
.stream-song-meta-view .song-info-wrapper {
  overflow: hidden;
  padding: 1em 2%;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 31, ../scss/components/_songs.scss */
  .stream-song-meta-view .song-info-wrapper {
    padding: 1.125em 4% 1.25em 1%;
    text-align: left;
  }
}
/* line 40, ../scss/components/_songs.scss */
.stream-song-meta-view .song-trackname {
  display: block;
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 40.063em) {
  /* line 40, ../scss/components/_songs.scss */
  .stream-song-meta-view .song-trackname {
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
/* line 51, ../scss/components/_songs.scss */
.stream-song-meta-view .song-artistname {
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40.063em) {
  /* line 51, ../scss/components/_songs.scss */
  .stream-song-meta-view .song-artistname {
    font-size: 1.35em;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
/* line 60, ../scss/components/_songs.scss */
.stream-song-meta-view .song-collectionName {
  display: block;
  font-style: italic;
  opacity: .8;
}
@media only screen and (min-width: 40.063em) {
  /* line 60, ../scss/components/_songs.scss */
  .stream-song-meta-view .song-collectionName {
    font-size: 1.1em;
    line-height: 1.4;
  }
}
/* line 69, ../scss/components/_songs.scss */
.stream-song-meta-view span.label,
.stream-song-meta-view ul.song-commerce {
  display: none;
}

/* line 75, ../scss/components/_songs.scss */
.current-content {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  /* line 75, ../scss/components/_songs.scss */
  .current-content {
    display: inline-block;
    float: left;
  }
}

/* line 82, ../scss/components/_songs.scss */
.current.program {
  font-size: 2em;
}

/* line 3, ../scss/components/_streams.scss */
.streams-list {
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin: 0 auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 3, ../scss/components/_streams.scss */
  .streams-list {
    border-top: none;
  }
  /* line 10, ../scss/components/_streams.scss */
  .playing .streams-list, .expanded .streams-list {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* line 17, ../scss/components/_streams.scss */
.streams-list li {
  border-top: 1px solid #4a565f;
  padding: 0 2% .5em;
}
/* line 20, ../scss/components/_streams.scss */
.streams-list li:first-child {
  border-top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 17, ../scss/components/_streams.scss */
  .streams-list li {
    border-top: 0;
    float: left;
    width: 33%;
    padding: 0.75em 2%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 17, ../scss/components/_streams.scss */
  .streams-list li {
    width: 30%;
  }
}
/* line 32, ../scss/components/_streams.scss */
.streams-list li a {
  color: #7f95a4;
  font-size: 100%;
  text-decoration: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 32, ../scss/components/_streams.scss */
  .streams-list li a {
    font-size: 85%;
  }
}
/* line 42, ../scss/components/_streams.scss */
.streams-list li.current.playing a, .streams-list li.current.paused a {
  color: #e4ecf2;
}
/* line 46, ../scss/components/_streams.scss */
.streams-list li.current.playing a {
  cursor: default;
}

/* line 50, ../scss/components/_streams.scss */
a:focus.stream {
  outline: none;
}

/* line 54, ../scss/components/_streams.scss */
.stream-name {
  overflow: hidden;
}
/* line 56, ../scss/components/_streams.scss */
.stream-name .stream-label {
  color: #7f95a4;
  font-size: .85em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 40.063em) {
  /* line 56, ../scss/components/_streams.scss */
  .stream-name .stream-label {
    font-size: .9em;
    margin-top: 0;
  }
}
/* line 64, ../scss/components/_streams.scss */
.playing .current.playing .stream-name .stream-label, .playing .current.paused .stream-name .stream-label, .now-playing .stream-name .stream-label {
  color: #e4ecf2;
}
/* line 70, ../scss/components/_streams.scss */
.stream-name .program-name {
  color: #7f95a4;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 40.063em) {
  /* line 70, ../scss/components/_streams.scss */
  .stream-name .program-name {
    font-weight: 300;
  }
}
/* line 78, ../scss/components/_streams.scss */
.playing .current.playing .stream-name .program-name, .playing .current.paused .stream-name .program-name, .now-playing .stream-name .program-name {
  color: #e4ecf2;
}

/* line 86, ../scss/components/_streams.scss */
.stream-indicator {
  position: relative;
}

/* line 90, ../scss/components/_streams.scss */
.stream-indicator {
  border-radius: 50%;
  float: left;
  height: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.25em;
  width: 2.5em;
}
@media only screen and (min-width: 40.063em) {
  /* line 90, ../scss/components/_streams.scss */
  .stream-indicator {
    margin-top: 0.25em;
    margin-right: 0.5em;
  }
}

/* line 108, ../scss/components/_streams.scss */
.stream-inactive {
  width: 0;
  height: 0;
  border-top: .6em solid transparent;
  border-bottom: .6em solid transparent;
  border-left: 1em solid #7f95a4;
  position: absolute;
  top: .6em;
  left: .8em;
}
/* line 117, ../scss/components/_streams.scss */
.current.playing .stream-inactive, .playing .current.paused .stream-inactive {
  display: none;
}

/* line 124, ../scss/components/_streams.scss */
.stream-active {
  display: none;
}
/* line 126, ../scss/components/_streams.scss */
.current.playing .stream-active, .playing .current.paused .stream-active {
  display: block;
}

/* line 132, ../scss/components/_streams.scss */
.stream-activebar {
  background: #7f95a4;
  bottom: .5em;
  height: .1em;
  position: absolute;
  width: 3px;
  -webkit-animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
}
/* line 140, ../scss/components/_streams.scss */
.jp-state-seeking .stream-activebar {
  height: .2em;
  border: 1px solid #fff;
  top: 50%;
  -webkit-animation: sound-loading 1s cubic-bezier(0.2, 0.2, 0.2, 0.2) infinite alternate;
  animation: sound-loading 1s cubic-bezier(0.2, 0.2, 0.2, 0.2) infinite alternate;
}

@-webkit-keyframes sound {
  /* line 150, ../scss/components/_streams.scss */
  0% {
    opacity: 0.5;
    height: 0.1em;
  }

  /* line 151, ../scss/components/_streams.scss */
  100% {
    opacity: 1.0;
    height: 1.0em;
  }
}
@keyframes sound {
  /* line 154, ../scss/components/_streams.scss */
  0% {
    opacity: 0.5;
    height: 0.1em;
  }

  /* line 155, ../scss/components/_streams.scss */
  100% {
    opacity: 1.0;
    height: 1.0em;
  }
}
@-webkit-keyframes sound-loading {
  /* line 158, ../scss/components/_streams.scss */
  0% {
    opacity: 0.1;
  }

  /* line 159, ../scss/components/_streams.scss */
  100% {
    opacity: 1;
  }
}
@keyframes sound-loading {
  /* line 162, ../scss/components/_streams.scss */
  0% {
    opacity: 0.1;
  }

  /* line 163, ../scss/components/_streams.scss */
  100% {
    opacity: 1;
  }
}
/* line 166, ../scss/components/_streams.scss */
.stream-activebar:nth-child(1) {
  left: .6em;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

/* line 167, ../scss/components/_streams.scss */
.stream-activebar:nth-child(2) {
  left: .9em;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

/* line 168, ../scss/components/_streams.scss */
.stream-activebar:nth-child(3) {
  left: 1.2em;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 169, ../scss/components/_streams.scss */
.stream-activebar:nth-child(4) {
  left: 1.5em;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

/* line 1, ../scss/components/_ads.scss */
#audio-ad-metadata {
  display: block;
  opacity: 0;
  margin: 1em;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

/* line 9, ../scss/components/_ads.scss */
.playing #audio-ad-metadata {
  opacity: 1;
}

/* line 12, ../scss/components/_ads.scss */
.ad-view {
  border: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 62.5em;
}
/* line 18, ../scss/components/_ads.scss */
.ad-view .ad-wrapper.display-ad:not([style]) {
  border-top: 1px solid #4a565f;
  padding: 1em 0;
}
