/* line 5, ../sass/modules/_modules.scss */
[viewer-header] {
  height: 50px;
  background: #261B17;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 0;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
}
/* line 14, ../sass/modules/_modules.scss */
[viewer-header] [back-link] {
  float: left;
  line-height: 50px;
  padding-left: 20px;
  margin-left: 15px;
  position: relative;
  font-weight: bold;
  color: #D24B28;
  z-index: 2;
  height: 100%;
}
/* line 24, ../sass/modules/_modules.scss */
[viewer-header] [back-link]:before {
  content: "\e624";
  font-family: 'icomoon';
  position: absolute;
  display: block;
  left: 0;
}
/* line 31, ../sass/modules/_modules.scss */
[viewer-header] [back-link]:hover {
  color: #e6907a;
}
/* line 35, ../sass/modules/_modules.scss */
[viewer-header] h2 {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 49, ../sass/modules/_modules.scss */
[focused-slider] {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 11%;
  border-right: 1px solid black;
}

/* line 58, ../sass/modules/_modules.scss */
[viewer-content] {
  position: absolute;
  width: 75%;
  top: 50px;
  right: 0;
  bottom: 0px;
}

/* line 68, ../sass/modules/_modules.scss */
[viewer-overlay-header] {
  padding: 10px;
  border-top: 1px solid #4B352F;
  border-bottom: 1px solid #000;
  background: #291C19;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 77, ../sass/modules/_modules.scss */
[viewer-overlay-header] h2 {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 91, ../sass/modules/_modules.scss */
.viewer-overlay {
  position: absolute;
  left: 0px;
  top: -100%;
  right: 0px;
  bottom: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.3;
  text-align: left;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

/* line 105, ../sass/modules/_modules.scss */
.viewer-overlay .inside {
  padding: 0;
}

/* line 109, ../sass/modules/_modules.scss */
.viewer-overlay.open {
  top: 0%;
  bottom: 0%;
  opacity: 1;
  display: block;
}

/* line 118, ../sass/modules/_modules.scss */
[genre-schedule] label button,
[focused-slider] button {
  position: absolute;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  padding: 5px 0px;
  top: 0px;
  right: 5px;
  bottom: 0;
  left: 5%;
  width: 90%;
  text-transform: capitalize;
  text-overflow: hidden;
  text-align: center;
}

/* line 135, ../sass/modules/_modules.scss */
.genre-controls {
  float: right;
  position: relative;
  margin-top: 8px;
  margin-right: 10px;
}

/* line 142, ../sass/modules/_modules.scss */
.genre-controls button {
  float: left;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  border: 1px solid black;
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: #252120;
  background: -moz-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252120), color-stop(100%, #0e0808));
  background: -webkit-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: -o-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: -ms-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: linear-gradient(to bottom, #252120 0%, #0e0808 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$black-gradent-light', endColorstr='$black-gradent-dark',GradientType=0 );
}
/* line 152, ../sass/modules/_modules.scss */
.genre-controls button.active {
  background: #D24B28;
}
/* line 154, ../sass/modules/_modules.scss */
.genre-controls button.active:hover {
  background: #D24B28;
  cursor: default;
}
/* line 159, ../sass/modules/_modules.scss */
.genre-controls button:nth-child(1) {
  border-radius: 3px 0 0 3px;
}
/* line 162, ../sass/modules/_modules.scss */
.genre-controls button:last-child {
  border-radius: 0 3px 3px 0;
}
/* line 165, ../sass/modules/_modules.scss */
.genre-controls button:hover {
  background: #2d2827;
  background: -moz-linear-gradient(top, #2d2827 0%, #180e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2827, color-stop(100%, #180e0e)));
  background: -webkit-linear-gradient(top, #2d2827 0%, #180e0e 100%);
  background: -o-linear-gradient(top, #2d2827 0%, #180e0e 100%);
  background: -ms-linear-gradient(top, #2d2827 0%, #180e0e 100%);
  background: linear-gradient(to bottom, #2d2827 0%, #180e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252120', endColorstr='#0e0808',GradientType=0 );
}

/* line 172, ../sass/modules/_modules.scss */
.ui-slider {
  background: #19110F;
  border: 1px solid #ccc;
  border: 0;
  overflow: visible;
}

/* line 179, ../sass/modules/_modules.scss */
.ui-slider-horizontal {
  height: 10px;
  border-radius: 6px;
}

/* line 184, ../sass/modules/_modules.scss */
.ui-slider-horizontal .ui-slider-range {
  left: 1px;
  top: 1px;
  height: 9px;
  background: #7d7d7d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #393939), color-stop(100%, #7d7d7d));
  background-image: -moz-linear-gradient(#393939, #7d7d7d);
  background-image: -webkit-linear-gradient(#393939, #7d7d7d);
  background-image: linear-gradient(#393939, #7d7d7d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#7d7d7d',GradientType=1 );
  border-radius: 5px;
}

/* line 194, ../sass/modules/_modules.scss */
#Mixer [genre-schedule] .ui-slider-horizontal,
.close-view {
  display: none;
}

/* line 199, ../sass/modules/_modules.scss */
.ui-slider-vertical {
  position: absolute;
  left: 50%;
  top: 40px;
  bottom: 100px;
  height: auto;
  width: 10px;
  margin: 0 0 0 -5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 210, ../sass/modules/_modules.scss */
.ui-slider-vertical:after {
  content: "";
  position: absolute;
  width: 41px;
  top: -27px;
  bottom: -43px;
  left: -16px;
  background: #2A1F1C;
  background: rgba(0, 0, 0, 0.5);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#40000000',GradientType=0 );
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 225, ../sass/modules/_modules.scss */
.number-bar {
  position: absolute;
  top: 40px;
  bottom: 100px;
  left: 50%;
  text-align: center;
  margin-left: -32px;
  background-color: transparent;
}
/* line 235, ../sass/modules/_modules.scss */
.number-bar i {
  display: block;
  position: absolute;
  font-style: normal;
  font-family: 'Rationale', sans-serif;
  font-size: 12px;
  color: black;
  opacity: .5;
}
/* line 243, ../sass/modules/_modules.scss */
.number-bar i:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: black;
  right: -62px;
  top: 50%;
}
/* line 252, ../sass/modules/_modules.scss */
.number-bar i:nth-child(1) {
  top: 0%;
}
/* line 255, ../sass/modules/_modules.scss */
.number-bar i:nth-child(2) {
  top: 10%;
}
/* line 258, ../sass/modules/_modules.scss */
.number-bar i:nth-child(3) {
  top: 20%;
}
/* line 261, ../sass/modules/_modules.scss */
.number-bar i:nth-child(4) {
  top: 30%;
}
/* line 264, ../sass/modules/_modules.scss */
.number-bar i:nth-child(5) {
  top: 40%;
}
/* line 267, ../sass/modules/_modules.scss */
.number-bar i:nth-child(6) {
  top: 50%;
}
/* line 270, ../sass/modules/_modules.scss */
.number-bar i:nth-child(7) {
  top: 60%;
}
/* line 273, ../sass/modules/_modules.scss */
.number-bar i:nth-child(8) {
  top: 70%;
}
/* line 276, ../sass/modules/_modules.scss */
.number-bar i:nth-child(9) {
  top: 80%;
}
/* line 279, ../sass/modules/_modules.scss */
.number-bar i:nth-child(10) {
  top: 90%;
}
/* line 282, ../sass/modules/_modules.scss */
.number-bar i:nth-child(11) {
  top: 100%;
  color: #971000;
}
/* line 286, ../sass/modules/_modules.scss */
.number-bar i:nth-child(1):after {
  right: -59px;
}
/* line 289, ../sass/modules/_modules.scss */
.number-bar i:nth-child(11):after {
  background: #971000;
}

@media (min-height: 605px) and (max-height: 650px) {
  /* line 296, ../sass/modules/_modules.scss */
  .number-bar i {
    visibility: hidden;
  }
}
/* line 301, ../sass/modules/_modules.scss */
.ui-slider-vertical .ui-slider-range {
  left: 1px;
  width: 8px;
  background: transparent;
  border-radius: 3px;
}

/* line 308, ../sass/modules/_modules.scss */
.new-music .ui-slider-vertical .ui-slider-range {
  background: #777;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #444444));
  background-image: -moz-linear-gradient(#777777, #444444);
  background-image: -webkit-linear-gradient(#777777, #444444);
  background-image: linear-gradient(#777777, #444444);
}

/* line 313, ../sass/modules/_modules.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 1px;
}

/* line 317, ../sass/modules/_modules.scss */
.ui-slider .ui-slider-handle {
  top: auto;
  left: -16px;
  width: 42px;
  height: 71px;
  padding-top: 26px;
  margin-bottom: -45px;
  background: url(../img/mixer/slider-handle.png) transparent center center no-repeat;
  border: 0;
  text-align: center;
  color: white;
  text-indent: -60px;
  cursor: pointer;
  font-family: 'Rationale', sans-serif;
  font-size: 12px;
}

/* line 334, ../sass/modules/_modules.scss */
.ui-slider.setZero .ui-slider-handle {
  color: red;
}

/* line 338, ../sass/modules/_modules.scss */
.ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: white;
  right: -13px;
  top: 33px;
}

/* line 348, ../sass/modules/_modules.scss */
.ui-slider.setZero .ui-slider-handle:after {
  background: red;
}

/* line 352, ../sass/modules/_modules.scss */
.add-genre-button {
  color: white;
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d86649), color-stop(100%, #ce3f1a));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#ce3f1a',GradientType=0 );
}
/* line 355, ../sass/modules/_modules.scss */
.add-genre-button:hover {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 358, ../sass/modules/_modules.scss */
.add-genre-button:focus {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 361, ../sass/modules/_modules.scss */
.add-genre-button:active {
  background: #cc5133;
  background: -moz-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc5133), color-stop(100%, #cc5f47));
  background: -webkit-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -o-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -ms-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: linear-gradient(to bottom, #cc5133 0%, #cc5f47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5133', endColorstr='#cc5f47',GradientType=0 );
}

/* line 368, ../sass/modules/_modules.scss */
.ui-slider-vertical.empty {
  opacity: 0.35;
}
/* line 370, ../sass/modules/_modules.scss */
.ui-slider-vertical.empty:before {
  content: "";
  background: url(../img/mixer/slider-handle-disabled.png) transparent no-repeat center center;
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -37px;
  left: -10px;
}

/* line 382, ../sass/modules/_modules.scss */
.ui-slider-vertical.empty .ui-slider-range,
.ui-slider-vertical.empty .ui-slider-handle {
  display: none;
}

/* line 389, ../sass/modules/_modules.scss */
[focused-slider] button {
  position: absolute;
  bottom: 5px;
  width: 76px;
  left: 50%;
  right: 0;
  margin-left: -38px;
}

/* line 402, ../sass/modules/_modules.scss */
[spinner-container] {
  padding: 0px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
/* line 407, ../sass/modules/_modules.scss */
[spinner-container] p {
  margin: 0;
  line-height: 30px;
  padding: 0;
}

/* line 414, ../sass/modules/_modules.scss */
.spinner {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

/* line 423, ../sass/modules/_modules.scss */
.spinner:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 3px #EE875C;
  border-right: solid 3px #EE875C;
  content: "";
  border-radius: 50px;
  -webkit-animation: spinner-1 1s infinite ease;
  -moz-animation: spinner-1 1s infinite ease;
  -ms-animation: spinner-1 1s infinite ease;
  -o-animation: spinner-1 1s infinite ease;
  animation: spinner-1 1s infinite ease;
}

/* line 443, ../sass/modules/_modules.scss */
.spinner:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  border-radius: 5px;
}

@-webkit-keyframes spinner-1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinner-1 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spinner-1 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spinner-1 {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes spinner-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 510, ../sass/modules/_modules.scss */
[data-help] {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: center;
  color: #ff6f2d;
}

/* line 523, ../sass/modules/_modules.scss */
[data-help].active {
  color: #fff;
}

/* help body */
/* line 529, ../sass/modules/_modules.scss */
[data-help].active:before,
[data-help].active:after {
  visibility: visible;
  opacity: 1;
}

/* line 535, ../sass/modules/_modules.scss */
[data-help]:before,
[data-help]:after {
  position: absolute;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -ms-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 552, ../sass/modules/_modules.scss */
[data-help]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 12px solid transparent;
  z-index: 1000001;
}

/* line 560, ../sass/modules/_modules.scss */
[data-help]:after {
  padding: 10px;
  width: 300px;
  content: attr(data-help);
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid #9b9b9b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  text-align: left;
}

/* default colors for help arrows */
/* line 576, ../sass/modules/_modules.scss */
.help-top:before {
  border-top-color: #9b9b9b;
}

/* line 580, ../sass/modules/_modules.scss */
.help-top-left:before {
  border-top-color: #9b9b9b;
}

/* line 584, ../sass/modules/_modules.scss */
.help-bottom:before {
  border-bottom-color: #9b9b9b;
}

/* line 588, ../sass/modules/_modules.scss */
.help-left:before {
  border-left-color: #9b9b9b;
}

/* line 592, ../sass/modules/_modules.scss */
.help-right:before {
  border-right-color: #9b9b9b;
}

/* help-top */
/* line 597, ../sass/modules/_modules.scss */
.help-top:before {
  margin-bottom: -12px;
}

/* line 601, ../sass/modules/_modules.scss */
.help-top:after {
  margin-left: -150px;
}

/* line 605, ../sass/modules/_modules.scss */
.help-top:before,
.help-top:after {
  bottom: 15px;
}

/* line 610, ../sass/modules/_modules.scss */
.help-top:before {
  left: -4px;
}

/* line 614, ../sass/modules/_modules.scss */
.help-top:after {
  left: 50%;
}

/* line 618, ../sass/modules/_modules.scss */
.help-top.active:before,
.help-top.active:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* help-top-left */
/* line 626, ../sass/modules/_modules.scss */
.help-top-left:before {
  margin-bottom: -24px;
}

/* line 630, ../sass/modules/_modules.scss */
.help-top-left:after {
  margin-left: -270px;
}

/* line 634, ../sass/modules/_modules.scss */
.help-top-left:before,
.help-top-left:after {
  bottom: 15px;
}

/* line 639, ../sass/modules/_modules.scss */
.help-top-left:before {
  left: -4px;
}

/* line 643, ../sass/modules/_modules.scss */
.help-top-left:after {
  left: 50%;
}

/* line 647, ../sass/modules/_modules.scss */
.help-top-left.active:before,
.help-top-left.active:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* help-bottom */
/* line 655, ../sass/modules/_modules.scss */
.help-bottom:before {
  margin-top: -12px;
}

/* line 659, ../sass/modules/_modules.scss */
.help-bottom:after {
  margin-left: -150px;
}

/* line 663, ../sass/modules/_modules.scss */
.help-bottom:before,
.help-bottom:after {
  top: 15px;
}

/* line 668, ../sass/modules/_modules.scss */
.help-bottom:before {
  left: 1px;
}

/* line 672, ../sass/modules/_modules.scss */
.help-bottom:after {
  left: 50%;
}

/* line 676, ../sass/modules/_modules.scss */
.help-bottom.active:before,
.help-bottom.active:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/* help-left */
/* line 684, ../sass/modules/_modules.scss */
.help-left:before {
  margin-right: 0px;
  margin-bottom: -6px;
}

/* line 689, ../sass/modules/_modules.scss */
.help-left:after {
  margin-bottom: -14px;
}

/* line 693, ../sass/modules/_modules.scss */
.help-left:before,
.help-left:after {
  right: 15px;
}

/* line 698, ../sass/modules/_modules.scss */
.help-left:before {
  top: 5px;
}

/* line 702, ../sass/modules/_modules.scss */
.help-left:after {
  top: -10px;
}

/* line 706, ../sass/modules/_modules.scss */
.help-left.active:before,
.help-left.active:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* help-right */
/* line 714, ../sass/modules/_modules.scss */
.help-right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

/* line 719, ../sass/modules/_modules.scss */
.help-right:after {
  margin-bottom: -14px;
}

/* line 723, ../sass/modules/_modules.scss */
.help-right:before,
.help-right:after {
  left: 15px;
}

/* line 728, ../sass/modules/_modules.scss */
.help-right:before {
  top: 5px;
}

/* line 732, ../sass/modules/_modules.scss */
.help-right:after {
  top: -10px;
}

/* line 736, ../sass/modules/_modules.scss */
.help-right.active:before,
.help-right.active:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/*-- No Skips Info Help --*/
/* line 744, ../sass/modules/_modules.scss */
#cannotSkip[data-help]:after {
  font-size: 20px;
  line-height: 1.4em;
  width: 700px;
  padding: 12px 20px;
}

/* line 751, ../sass/modules/_modules.scss */
#cannotSkip.help-left:after {
  top: auto;
  bottom: -17px;
}

/* line 756, ../sass/modules/_modules.scss */
#cannotSkip.help-left:before, #cannotSkip.help-left:after {
  right: 36px;
}

/* line 760, ../sass/modules/_modules.scss */
#cannotSkip.help-left:before {
  margin-top: 5px;
}

@media only screen and (min-height: 600px) {
  /* line 765, ../sass/modules/_modules.scss */
  [data-layout="maximized"] #cannotSkip[data-help]:after {
    font-size: 14px;
    width: 300px;
    padding: 20px;
    line-height: 1.5em;
  }

  /* line 771, ../sass/modules/_modules.scss */
  [data-layout="maximized"] #cannotSkip.help-left:after {
    top: auto;
    bottom: 0;
  }
}
/* Album Detail (and defaults) */
/* line 778, ../sass/modules/_modules.scss */
[album-header] {
  font-size: 11px;
  position: relative;
  z-index: 5;
  min-height: 150px;
  padding: 15px 15px 15px 150px;
  overflow: hidden;
  background: #111;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: rgba(255, 255, 255, 0.33);
}

/* line 790, ../sass/modules/_modules.scss */
[album-content] {
  position: relative;
  z-index: 5;
}

/* line 795, ../sass/modules/_modules.scss */
[album-title] {
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

/* line 803, ../sass/modules/_modules.scss */
[album-cover] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.84), inset 0px 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.84), inset 0px 1px 1px rgba(255, 255, 255, 0.1);
}

/* line 808, ../sass/modules/_modules.scss */
[album-cover] img {
  width: 100%;
  height: auto;
}

/* line 813, ../sass/modules/_modules.scss */
[album-release-date] {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.33);
}

/* line 819, ../sass/modules/_modules.scss */
[album-track-count] {
  margin: 4px 0;
}

/* line 823, ../sass/modules/_modules.scss */
[album-header] [album-cover] {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 120px;
  height: 120px;
}

/* line 831, ../sass/modules/_modules.scss */
[album-header] [album-title] {
  font-size: 25px;
  font-weight: 100;
  line-height: 1.25;
  margin: 0 0 5px;
}

/* line 838, ../sass/modules/_modules.scss */
[album-backlight] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background: transparent local no-repeat center;
  -webkit-mask-image: -webkit-linear-gradient(white, rgba(255, 255, 255, 0.333));
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.333)));
  background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0.333));
  background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0.333));
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0.333));
  pointer-events: none;
  background-size: cover;
  background-position: center center;
}

/* Album List */
/* line 854, ../sass/modules/_modules.scss */
[album-list] {
  overflow: hidden;
}
/* line 856, ../sass/modules/_modules.scss */
[album-list] [album-item] {
  float: left;
  box-sizing: content-box;
  position: relative;
  width: 48%;
  padding: 49% 0 0;
  margin: 0 2% 0 0;
}
/* line 863, ../sass/modules/_modules.scss */
[album-list] [album-item]:nth-child(2n) {
  margin: 0;
}
/* line 866, ../sass/modules/_modules.scss */
[album-list] [album-item]:nth-child(1n) {
  width: 23.333333%;
  margin: 0 2% 10px 0;
  padding: 24.5% 0 0;
  box-sizing: border-box;
  height: 210px;
  overflow: hidden;
}
/* line 874, ../sass/modules/_modules.scss */
[album-list] [album-item]:nth-child(4n) {
  margin: 0;
}

/* line 880, ../sass/modules/_modules.scss */
[album-list] [album-cover],
[album-header] [album-cover] {
  background-image: url(../../img/default_album.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.33);
  background-size: cover;
}

/* line 888, ../sass/modules/_modules.scss */
[album-list] [album-cover] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  box-shadow: none;
}

/* line 899, ../sass/modules/_modules.scss */
#ArtistDetail [album-list] [album-cover]:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}

/* line 43, ../sass/_base.scss */
.upgrade-your-browser {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #343434;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  text-align: center;
  z-index: 9999999;
}

/* line 56, ../sass/_base.scss */
.upgrade-your-browser p {
  margin: 100px;
  color: white;
  background: #414141;
  padding: 50px;
  border-radius: 5px;
}

/* line 64, ../sass/_base.scss */
*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 71, ../sass/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 81, ../sass/_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* line 97, ../sass/_base.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 110, ../sass/_base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 122, ../sass/_base.scss */
[hidden], template {
  display: none;
}

/* line 135, ../sass/_base.scss */
html {
  color: #cccccc;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 149, ../sass/_base.scss */
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
}

/* line 157, ../sass/_base.scss */
body {
  margin: 0;
  background: #191919;
  color: #ccc;
}

/* line 164, ../sass/_base.scss */
html, input, select, textarea {
  color: #3F3F3F;
}

/* line 168, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

/* line 172, ../sass/_base.scss */
[track-artist-name] {
  text-transform: uppercase;
}

/*----
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #424242;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #7E7E7E;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #939393;
}
---*/
/* line 210, ../sass/_base.scss */
a {
  background: transparent;
}
/* line 214, ../sass/_base.scss */
a:focus {
  outline: thin dotted;
}
/* line 218, ../sass/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 224, ../sass/_base.scss */
a {
  font-weight: 500;
  color: #FF6F2D;
  text-decoration: none;
  outline: 0 !important;
}
/* line 229, ../sass/_base.scss */
a:hover {
  color: #ffb593;
}

/* line 234, ../sass/_base.scss */
a[href],
[ng-click] {
  cursor: pointer;
}

/*
  Google font - Source Sans Pro - Styles Called
  Light 200
  Book 300
  Normal 400
  Semi-Bold 600
  Bold 700
  More available if needed http://www.google.com/webfonts#UsePlace:use/Collection:Source+Sans+Pro

  Google font - Montserrat - Styles Called
  Normal 400
  Bold 700 is available if needed http://www.google.com/webfonts#UsePlace:use/Collection:Montserrat
*/
/* line 260, ../sass/_base.scss */
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
  font-family: 'entypo';
  src: url("fonts/entypo/Entypo-webfont.eot");
  src: url("fonts/entypo/Entypo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/entypo/Entypo-webfont.woff") format("woff"), url("fonts/entypo/Entypo-webfont.ttf") format("truetype"), url("fonts/entypo/Entypo-webfont.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?") format("eot"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype");
}
/* line 283, ../sass/_base.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 296, ../sass/_base.scss */
.icon-music:before {
  content: "\e602";
}

/* line 299, ../sass/_base.scss */
.icon-history:before {
  content: "\e603";
}

/* line 302, ../sass/_base.scss */
.icon-cog:before {
  content: "\e604";
}

/* line 305, ../sass/_base.scss */
.icon-cogs:before {
  content: "\e605";
}

/* line 308, ../sass/_base.scss */
.icon-cog2:before {
  content: "\e606";
}

/* line 311, ../sass/_base.scss */
.icon-info:before {
  content: "\e607";
}

/* line 314, ../sass/_base.scss */
.icon-info2:before {
  content: "\e608";
}

/* line 317, ../sass/_base.scss */
.icon-blocked:before {
  content: "\e610";
}

/* line 320, ../sass/_base.scss */
.icon-cancel-circle:before {
  content: "\e609";
}

/* line 323, ../sass/_base.scss */
.icon-close:before {
  content: "\e600";
}

/* line 326, ../sass/_base.scss */
.icon-plus:before {
  content: "\e601";
}

/* line 329, ../sass/_base.scss */
.icon-volume-high:before {
  content: "\e613";
}

/* line 332, ../sass/_base.scss */
.icon-volume-medium:before {
  content: "\e612";
}

/* line 335, ../sass/_base.scss */
.icon-volume-low:before {
  content: "\e614";
}

/* line 338, ../sass/_base.scss */
.icon-volume-mute:before {
  content: "\e615";
}

/* line 341, ../sass/_base.scss */
.icon-cog3:before {
  content: "\e60b";
}

/* line 344, ../sass/_base.scss */
.icon-megaphone:before {
  content: "\e60c";
}

/* line 347, ../sass/_base.scss */
.icon-clock:before {
  content: "\e60d";
}

/* line 350, ../sass/_base.scss */
.icon-cross:before {
  content: "\e60e";
}

/* line 353, ../sass/_base.scss */
.icon-blocked2:before {
  content: "\e611";
}

/* line 356, ../sass/_base.scss */
.icon-info3:before {
  content: "\e60a";
}

/* line 359, ../sass/_base.scss */
.icon-info32:before {
  content: "\e60f";
}

/* line 362, ../sass/_base.scss */
.icon-arrow-left4:before {
  content: "\e61c";
}

/* line 365, ../sass/_base.scss */
.icon-arrow-down4:before {
  content: "\e61d";
}

/* line 368, ../sass/_base.scss */
.icon-arrow-up4:before {
  content: "\e61e";
}

/* line 371, ../sass/_base.scss */
.icon-arrow-right4:before {
  content: "\e61f";
}

/* line 374, ../sass/_base.scss */
.icon-arrow-left5:before {
  content: "\e620";
}

/* line 377, ../sass/_base.scss */
.icon-arrow-down5:before {
  content: "\e621";
}

/* line 380, ../sass/_base.scss */
.icon-arrow-up5:before {
  content: "\e622";
}

/* line 383, ../sass/_base.scss */
.icon-arrow-right5:before {
  content: "\e623";
}

/* line 386, ../sass/_base.scss */
.icon-arrow-left6:before {
  content: "\e624";
}

/* line 389, ../sass/_base.scss */
.icon-arrow-down6:before {
  content: "\e625";
}

/* line 392, ../sass/_base.scss */
.icon-arrow-up6:before {
  content: "\e626";
}

/* line 395, ../sass/_base.scss */
.icon-uniE627:before {
  content: "\e627";
}

/* line 401, ../sass/_base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 405, ../sass/_base.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 409, ../sass/_base.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 413, ../sass/_base.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 417, ../sass/_base.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 421, ../sass/_base.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* line 429, ../sass/_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 435, ../sass/_base.scss */
b,
strong {
  font-weight: bold;
}

/* line 448, ../sass/_base.scss */
dfn {
  font-style: italic;
}

/* line 454, ../sass/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 470, ../sass/_base.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 483, ../sass/_base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 491, ../sass/_base.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 495, ../sass/_base.scss */
h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin: 20px 0 10px;
  color: #fff;
}

/* line 501, ../sass/_base.scss */
h1, h2 {
  font-weight: 100;
}

/* line 505, ../sass/_base.scss */
::selection,
::-moz-selection {
  color: #fff;
  background: #FFC0D1;
  text-shadow: none;
}

/* line 512, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 533, ../sass/_base.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 541, ../sass/_base.scss */
small {
  font-size: 80%;
}

/* line 548, ../sass/_base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 556, ../sass/_base.scss */
sup {
  top: -0.5em;
}

/* line 560, ../sass/_base.scss */
sub {
  bottom: -0.25em;
}

/* List Utilities */
/* line 605, ../sass/_base.scss */
[list-item-label] {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 6px 13px;
  background: #464646;
  background-image: -webkit-linear-gradient(#a4836d, #68483d);
  background-image: -moz-linear-gradient(#a4836d, #68483d);
  background-image: linear-gradient(#a4836d, #68483d);
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.66);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

/* line 622, ../sass/_base.scss */
[list-item-label] span {
  display: block;
  font-weight: 100;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 13px;
  opacity: 0.4;
  letter-spacing: 1px;
}

/* line 641, ../sass/_base.scss */
img {
  border: 0;
}

/* line 652, ../sass/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 662, ../sass/_base.scss */
figure {
  margin: 0;
}

/* line 679, ../sass/_base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 690, ../sass/_base.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 708, ../sass/_base.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/* line 728, ../sass/_base.scss */
button,
input {
  line-height: normal;
}
/* line 731, ../sass/_base.scss */
button:focus,
input:focus {
  outline: none;
}

/* line 741, ../sass/_base.scss */
button,
select {
  text-transform: none;
}

/* line 754, ../sass/_base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 773, ../sass/_base.scss */
.select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 31px;
  background: #464a4f;
  border: 1px solid #111;
  border-bottom-color: black;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(inverse-side(top), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 787, ../sass/_base.scss */
.select:hover {
  background-color: #4d5159;
}
/* line 790, ../sass/_base.scss */
.select > select {
  display: block;
  position: relative;
  width: 112%;
  height: 30px;
  line-height: 18px;
  margin: 0;
  padding: 2px 7px 6px 10px;
  color: #ddd;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
  background: transparent;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 808, ../sass/_base.scss */
.select > select:focus {
  z-index: 2;
  width: 100%;
  outline: 1px solid #236eab;
  outline-offset: -1px;
}
/* line 814, ../sass/_base.scss */
.select > select::-ms-expand {
  display: none;
}
/* line 818, ../sass/_base.scss */
.select > select option {
  color: black;
}
/* line 823, ../sass/_base.scss */
.select option {
  text-shadow: none;
}
/* line 826, ../sass/_base.scss */
.select:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 12px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ddd;
  pointer-events: none;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}

/* line 843, ../sass/_base.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 848, ../sass/_base.scss */
button,
[role="button"] {
  background: #57504f;
  background: -moz-linear-gradient(top, #57504f 0%, #4d4645 1%, #2d2624 99%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57504f), color-stop(1%, #4d4645), color-stop(99%, #2d2624), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #57504f 0%, #4d4645 1%, #2d2624 99%, black 100%);
  background: -o-linear-gradient(top, #57504f 0%, #4d4645 1%, #2d2624 99%, black 100%);
  background: -ms-linear-gradient(top, #57504f 0%, #4d4645 1%, #2d2624 99%, black 100%);
  background: linear-gradient(to bottom, #57504f 0%, #4d4645 1%, #2d2624 99%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57504f', endColorstr='#000000',GradientType=0 );
  color: #fffff7;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
/* line 862, ../sass/_base.scss */
button:hover, button:focus,
[role="button"]:hover,
[role="button"]:focus {
  background: #777070;
  background: -moz-linear-gradient(top, #777070 0%, #595251 1%, #2d2929 99%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777070), color-stop(1%, #595251), color-stop(99%, #2d2929), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #777070 0%, #595251 1%, #2d2929 99%, black 100%);
  background: -o-linear-gradient(top, #777070 0%, #595251 1%, #2d2929 99%, black 100%);
  background: -ms-linear-gradient(top, #777070 0%, #595251 1%, #2d2929 99%, black 100%);
  background: linear-gradient(to bottom, #777070 0%, #595251 1%, #2d2929 99%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777070', endColorstr='#000000',GradientType=0 );
}
/* line 873, ../sass/_base.scss */
button:active,
[role="button"]:active {
  background: #342d2b;
  background: -moz-linear-gradient(top, #342d2b 0%, #3a3230 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #342d2b), color-stop(100%, #3a3230));
  background: -webkit-linear-gradient(top, #342d2b 0%, #3a3230 100%);
  background: -o-linear-gradient(top, #342d2b 0%, #3a3230 100%);
  background: -ms-linear-gradient(top, #342d2b 0%, #3a3230 100%);
  background: linear-gradient(to bottom, #342d2b 0%, #3a3230 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#342d2b', endColorstr='#3a3230',GradientType=0 );
}

/* line 885, ../sass/_base.scss */
button.orange-btn,
[role="button"].ornge-btn {
  color: white;
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d86649), color-stop(100%, #ce3f1a));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#ce3f1a',GradientType=0 );
}
/* line 889, ../sass/_base.scss */
button.orange-btn:hover,
[role="button"].ornge-btn:hover {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 892, ../sass/_base.scss */
button.orange-btn:focus,
[role="button"].ornge-btn:focus {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 895, ../sass/_base.scss */
button.orange-btn:active,
[role="button"].ornge-btn:active {
  background: #cc5133;
  background: -moz-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc5133), color-stop(100%, #cc5f47));
  background: -webkit-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -o-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -ms-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: linear-gradient(to bottom, #cc5133 0%, #cc5f47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5133', endColorstr='#cc5f47',GradientType=0 );
}

/* line 900, ../sass/_base.scss */
button:disabled,
[role="button"]:disabled {
  color: #999;
}

/* line 910, ../sass/_base.scss */
input[type=text],
input[type=phone],
input[type=email],
input[type=url],
textarea {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  height: 29px;
  color: #b9b9b9;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  background: #333;
  border: 1px solid #111;
  border-top-color: black;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.08);
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}
/* line 929, ../sass/_base.scss */
input[type=text]:focus,
input[type=phone]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  color: #dfdfdf;
  background: #3d3d3d;
  outline: none;
}

/* line 936, ../sass/_base.scss */
textarea {
  padding: 4px 7px;
  height: 67px;
  line-height: 19px;
  overflow: auto;
  resize: none;
}

/* line 944, ../sass/_base.scss */
:-moz-placeholder {
  color: #808080 !important;
}

/* line 945, ../sass/_base.scss */
::-moz-placeholder {
  color: #808080 !important;
  opacity: 1;
}

/* line 946, ../sass/_base.scss */
::-webkit-input-placeholder {
  color: #808080;
}

/* line 947, ../sass/_base.scss */
:-ms-input-placeholder {
  color: #808080;
}

/* line 963, ../sass/_base.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 985, ../sass/_base.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 994, ../sass/_base.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 1003, ../sass/_base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* Scrollbar Emulation */
/* line 1012, ../sass/_base.scss */
::-webkit-scrollbar,
::-moz-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
/* line 1020, ../sass/_base.scss */
::-webkit-scrollbar-track,
::-moz-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Handle */
/* line 1029, ../sass/_base.scss */
::-webkit-scrollbar-thumb,
::-moz-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
/* line 1037, ../sass/_base.scss */
img {
  vertical-align: middle;
}

/* Remove default fieldset styles.*/
/* line 1042, ../sass/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas.*/
/* line 1049, ../sass/_base.scss */
textarea {
  resize: vertical;
}

/* Chrome Frame prompt */
/* line 1054, ../sass/_base.scss */
.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

/* Generic boxes */
/* line 1063, ../sass/_base.scss */
[box-density="medium"],
[track-secondary-info],
[rotation-control-set] {
  padding: 11px 13px;
}

/* line 1075, ../sass/_base.scss */
table {
  font-size: 14px;
  line-height: normal;
  width: 100%;
  margin: 0 0 1.25em;
  border-spacing: 1px;
  border-collapse: separate;
}

/* line 1084, ../sass/_base.scss */
table thead, table tbody, tr.even, tr.odd, table th, table td {
  background: transparent;
  border: 0;
}

/* line 1089, ../sass/_base.scss */
th, td {
  padding: 8px 12px;
  text-align: left;
}

/* line 1094, ../sass/_base.scss */
thead th {
  font-size: 15px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 1101, ../sass/_base.scss */
table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  vertical-align: top;
}

/* line 1106, ../sass/_base.scss */
tr:nth-child(2n-1) td {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1113, ../sass/_base.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2, ../sass/_layout.scss */
[radio-controller] {
  overflow: hidden !important;
}

/* line 6, ../sass/_layout.scss */
[album-cover] {
  position: absolute;
}

/* line 12, ../sass/_layout.scss */
body {
  margin: 0px;
  background: #0c0c0c;
  color: #CCC;
}

/* line 19, ../sass/_layout.scss */
div#App {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

/* line 28, ../sass/_layout.scss */
section[radio-controller],
section[radio-scheduler] {
  min-width: 768px;
  width: 100%;
}

/* line 34, ../sass/_layout.scss */
#Logo {
  display: none;
}

/* line 38, ../sass/_layout.scss */
#Request,
#Mixer {
  overflow: hidden;
}

/* line 44, ../sass/_layout.scss */
.inside {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 768px;
  margin: 0 0 0 0;
  padding: 0;
}

/* line 55, ../sass/_layout.scss */
[radio-controller] {
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  background: #0b0b0b;
  background-size: cover;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

/* line 67, ../sass/_layout.scss */
[radio-controller] > header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 45px;
  background: transparent;
}

/* line 77, ../sass/_layout.scss */
[radio-scheduler] {
  position: absolute;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMTQxMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c1412), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#1c1412, #000000);
  background-image: -webkit-linear-gradient(#1c1412, #000000);
  background-image: linear-gradient(#1c1412, #000000);
}

/* line 86, ../sass/_layout.scss */
[radio-app] [radio-scheduler] > nav {
  position: absolute;
  min-width: 768px;
}

/* line 91, ../sass/_layout.scss */
[radio-scheduler] > section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 101, ../sass/_layout.scss */
[radio-scheduler] > nav {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 50px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

@media only screen and (min-height: 605px) {
  /* line 115, ../sass/_layout.scss */
  [data-layout="maximized"] #Logo {
    display: block;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    padding: 10px 0 0;
    text-align: center;
  }

  /* line 123, ../sass/_layout.scss */
  [data-layout="maximized"] [radio-controller] {
    height: 300px;
  }

  /* line 126, ../sass/_layout.scss */
  [data-layout="maximized"] [radio-scheduler] {
    top: 300px;
  }
}
@media (min-width: 768px) {
  /* line 133, ../sass/_layout.scss */
  html {
    min-width: 768px;
    overflow: auto;
  }

  /* line 137, ../sass/_layout.scss */
  .inside {
    left: 50%;
    margin: 0 0 0 -384px;
  }
}
@media (min-width: 1023px) {
  /* line 145, ../sass/_layout.scss */
  .inside {
    width: 1024px;
    margin: 0 0 0 -512px;
  }
}
/*Track info headPlayer parent
===============================================*/
/* line 4, ../sass/_headPlayer.scss */
.background-art {
  position: absolute;
  width: 100%;
  height: 67%;
  opacity: .10;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

@media only screen and (max-height: 604px) {
  /* line 18, ../sass/_headPlayer.scss */
  .background-art {
    display: none;
  }
}
/* line 24, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] {
  position: relative;
}
@media only screen and (max-height: 604px) {
  /* line 24, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] {
    margin-top: 10px;
    height: 120px;
  }
}
@media only screen and (min-height: 605px) {
  /* line 24, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] {
    height: 300px;
  }
}

/* line 36, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .inside {
  padding: 0;
}

/*Album Cover
===============================================*/
/* line 57, ../sass/_headPlayer.scss */
[data-layout="maximized"] [track-detail] [album-cover] {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404040), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#404040 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#404040 0%, #000000 100%);
  background-image: linear-gradient(#404040 0%, #000000 100%);
}
@media only screen and (max-height: 604px) {
  /* line 57, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [track-detail] [album-cover] {
    width: 100px;
    height: 100px;
    padding: 7px;
  }
}
@media only screen and (min-height: 605px) {
  /* line 57, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [track-detail] [album-cover] {
    width: 248px;
    height: 248px;
    padding: 7px;
    margin-top: 33px;
    margin-left: 10px;
  }
}

/* Debug Panel on Top of Album Art
===============================================*/
/* line 80, ../sass/_headPlayer.scss */
[album-cover] [debug-panel] {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
}

/* line 92, ../sass/_headPlayer.scss */
[debug-panel] p {
  margin: 1em;
}

/* line 96, ../sass/_headPlayer.scss */
[debug-panel] label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #e25223;
}

/*Orange Girl Logo
===============================================*/
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 106, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] .girlLogo {
    display: none;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 106, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] .girlLogo {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 35.5%;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 106, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] .girlLogo {
    display: none;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 106, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] .girlLogo {
    display: block;
    position: absolute;
    right: 10px;
    top: 70px;
    width: 30%;
  }
}

/*Track Infromation / Description
===============================================*/
/* line 134, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] {
  width: 300px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 134, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] {
    width: 235px;
    margin-left: 111px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 134, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] {
    margin-left: 280px;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 134, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] {
    width: 235px;
    margin-left: 110px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 134, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] {
    margin-left: 270px;
    padding: 20px 0 0 0;
  }
}
/* line 158, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] {
  position: relative;
  display: inline-block;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 167, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title]:hover {
  color: #D24B28;
}
/* line 170, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title]:after {
  content: "\e627";
  font-size: .75em;
  font-family: 'icomoon';
  position: absolute;
  display: block;
  right: -4px;
  bottom: 5px;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 158, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] {
    font-size: 0.9em;
    max-width: 225px;
    padding: 0px 10px 0 0;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 158, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] {
    font-size: 1.5em;
    max-width: 400px;
    padding: 10px 15px 0 0;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 158, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] {
    font-size: 0.9em;
    max-width: 225px;
    padding: 0px 10px 0 0;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 158, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] {
    font-size: 1.5em;
    max-width: 350px;
    padding: 10px 15px 0 0;
  }
}
/* line 203, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] img {
  position: absolute;
  right: 0;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 203, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] img {
    top: 5px;
    width: 5px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 203, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] img {
    top: 19px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 203, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] img {
    top: 5px;
    width: 5px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 203, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-title] img {
    top: 19px;
  }
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 228, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] {
    margin-top: -3px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 228, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] {
    margin-top: -3px;
  }
}
/* line 237, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] span {
  color: #868586;
  display: block;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 237, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] span {
    font-size: 0.8em;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 237, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] span {
    font-size: 0.8em;
  }
}
/* line 256, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] .track-year {
  display: inline-block;
}
@media only screen and (max-height: 604px) {
  /* line 256, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] .track-year {
    margin: 2px 0 0 0;
    display: inline-block;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 256, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] .track-year {
    margin: 4px 0 0 0;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 256, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-album-info] .track-year {
    margin: 4px 0 0 0;
  }
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 272, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] {
    margin-top: 17px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 272, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] {
    margin-top: 17px;
  }
}
/* line 281, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1) {
  color: #FFF;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 281, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1) {
    padding-top: 0px;
    font-size: 0.8em;
    font-weight: normal;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 281, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1) {
    padding-top: 40px;
    font-weight: bold;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 281, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1) {
    padding-top: 0px;
    font-size: 0.8em;
    font-weight: normal;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 281, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1) {
    padding-top: 40px;
    font-weight: bold;
  }
}
/* line 305, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span {
  color: #868586;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 305, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span {
    display: block;
    font-size: 0.8em;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 305, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span {
    display: block;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 305, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span {
    display: block;
    font-size: 0.8em;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 305, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span {
    display: block;
  }
}
/* line 328, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span .by-name {
  color: #868586;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 328, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span .by-name {
    font-size: 1em;
    font-weight: normal;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 328, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span .by-name {
    font-weight: normal;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 328, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span .by-name {
    font-size: 1em;
    font-weight: normal;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 328, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span .by-name {
    font-weight: normal;
  }
}
/* line 349, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span span.by-name {
  display: inline-block;
  margin-bottom: -4px;
  padding-top: 0;
}
/* line 354, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-sources] span span.by-name {
  display: inline-block;
  margin-bottom: -4px;
  padding-top: 0;
}
/* line 359, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-artist-name]:hover {
  color: #D24B28 !important;
}
/* line 363, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] span.new-track {
  margin-left: 15px;
  display: inline-block;
  background: #f15822;
  color: #000;
  padding: 0 3px;
  font-size: 0.8em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 373, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-identity] [track-artist-name]:after {
  content: "\e627";
  font-size: .75em;
  font-family: 'icomoon';
  display: inline;
  padding-left: 3px;
}

/*Timer Progress
===============================================*/
/* line 387, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] {
  position: absolute;
  font-size: 0.8em;
  z-index: 2;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 387, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-timer] {
    top: 76px;
    right: 260px;
    text-align: right;
    width: 80px;
    margin: 0px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 387, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-timer] {
    top: 115px;
    left: 320px;
    right: 22%;
    text-align: right;
    width: 200px;
    margin: 0px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 387, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-timer] {
    display: none;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 387, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [track-detail] [track-timer] {
    top: 115px;
    left: 310px;
    right: 22%;
    text-align: right;
    width: 150px;
    margin: 0px;
  }
}
/* line 421, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] .timeElapsed {
  display: inline;
  position: absolute;
  z-index: 2;
  left: -40px;
  top: 0px;
}
/* line 428, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] .timeDuration {
  display: inline;
  position: absolute;
  z-index: 2;
  right: -40px;
  top: 0px;
}
/* line 435, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] .progressbar {
  background-color: transparent;
  height: 3px;
  display: block;
  width: 100%;
  position: relative;
  top: 2px;
}
/* line 443, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] .elapsed {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0px;
  z-index: 4;
  height: 3px;
  background-color: #aca7ad;
  border-radius: 2px;
}
/* line 453, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] .seekable {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0px;
  z-index: 3;
  height: 3px;
  background-color: #000;
}
/* line 462, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [track-detail] [track-timer] .bufferMessage {
  position: absolute;
  display: block;
  left: 0px;
  top: 13px;
  width: 200px;
  font-size: 11px;
  line-height: 14px;
  height: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: left;
}

/*Ratings Toggle & Ratings Controler Parent
===============================================*/
/* line 479, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls {
  position: absolute;
  z-index: 3;
  bottom: 0px;
}
/* line 483, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls.highlight-artist-rating .rating-toggle input.off.artistBtn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMmUxMTA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(80%, #2e1109));
  background-image: -moz-linear-gradient(#000000 0%, #2e1109 80%);
  background-image: -webkit-linear-gradient(#000000 0%, #2e1109 80%);
  background-image: linear-gradient(#000000 0%, #2e1109 80%);
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 479, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls {
    width: 1024px;
    height: 50px;
    bottom: 10px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 479, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls {
    width: 1024px;
    height: 99px;
    padding-left: 255px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 479, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls {
    width: 768px;
    height: 50px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 479, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls {
    width: 768px;
    height: 99px;
    padding-left: 255px;
  }
}
/* line 510, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .rating-toggle {
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 510, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .rating-toggle {
    width: 200px;
    height: 32px;
    margin: 0;
    position: absolute;
    top: -50px;
    left: 350px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 510, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .rating-toggle {
    width: 250px;
    height: 32px;
    margin: 10px 10px 0 24px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 510, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .rating-toggle {
    width: 200px;
    height: 32px;
    margin: 0;
    position: absolute;
    top: -50px;
    left: 350px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 510, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .rating-toggle {
    width: 200px;
    height: 25px;
    margin: 13px 10px 0 15px;
  }
}
/* line 546, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .rating-toggle input {
  width: 49.95%;
  height: 100%;
  position: absolute;
  top: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 556, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .rating-toggle input.on {
  border: 1px solid #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTk1OTU5Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMyYTJhMmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #969696), color-stop(13%, #595959), color-stop(80%, #2a2a2a));
  background-image: -moz-linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
  background-image: -webkit-linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
  background-image: linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
}
/* line 560, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .rating-toggle input.off {
  border: 1px solid #282728;
  background: #000;
}
/* line 565, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .rating-toggle .trackBtn {
  left: 0px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 569, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .rating-toggle .artistBtn {
  right: 0px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 575, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .infoBtn {
  position: absolute;
  cursor: pointer;
}
/* line 578, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .infoBtn .info-icon {
  display: block;
  width: 23px;
  height: 23px;
  border: 0px solid transparent;
  position: relative;
  text-align: left;
  border-radius: 23px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}
/* line 587, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .infoBtn .info-icon:before {
  content: "\e60f";
  font-family: "icomoon";
  font-weight: normal;
  color: #ccc;
  text-align: center;
  text-indent: 0;
  position: relative;
  display: block;
  font-size: 24px;
  width: 25px;
  height: 25px;
  line-height: 1em;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 575, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .infoBtn {
    display: none;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 575, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .infoBtn {
    top: 15px;
    left: 544px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 575, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .infoBtn {
    display: none;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 575, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .infoBtn {
    top: 15px;
    left: 480px;
  }
  /* line 618, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .infoBtn img {
    width: 20px;
  }
}
/* line 623, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls.highlight-artist-rating .infoBtn .info-icon:before {
  color: #D24B28;
  background: -webkit-linear-gradient(#fd8f73, #D24B28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 630, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls .buttonDivider {
  position: absolute;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 630, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .buttonDivider {
    display: none;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 630, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .buttonDivider {
    top: 8px;
    left: 582px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 630, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .buttonDivider {
    display: none;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 630, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls .buttonDivider {
    display: none;
  }
}

/* line 654, ../sass/_headPlayer.scss */
[data-layout="maximized"] .rating-controls-background {
  position: absolute;
  z-index: 0;
  bottom: 0px;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 654, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls-background {
    background: url(../img/headPlayer/playerBG.png) 0 0 repeat-x;
    width: 1024px;
    height: 50px;
    bottom: 10px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 654, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls-background {
    background: url(../img/headPlayer/playerBG.png) 0 0 repeat-x;
    width: 1024px;
    height: 99px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 654, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls-background {
    background: url(../img/headPlayer/playerBG.png) 0 0 repeat-x;
    width: 768px;
    height: 50px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 654, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .rating-controls-background {
    background: url(../img/headPlayer/playerBG.png) 0 0 repeat-x;
    width: 768px;
    height: 99px;
  }
}

/* Player Options for Time Machine and Guily Pleasures
===============================================*/
/* line 687, ../sass/_headPlayer.scss */
[data-layout="maximized"] .playerOptions {
  position: absolute;
  width: 100%;
  max-width: 10%;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 687, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .playerOptions {
    top: -49px;
    left: 595px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 687, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .playerOptions {
    top: 11px;
    left: 600px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 687, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .playerOptions {
    top: -49px;
    left: 594px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 687, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .playerOptions {
    display: none;
  }
}
/* line 710, ../sass/_headPlayer.scss */
[data-layout="maximized"] .playerOptions input {
  width: 50%;
  height: 30px;
  border: 2px solid #000;
  margin: 0;
  float: left;
  display: block;
}
/* line 718, ../sass/_headPlayer.scss */
[data-layout="maximized"] .playerOptions input:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url(../img/headPlayer/timeMachineIcon.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2NWJlMCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNGIxOTYxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: url(../img/headPlayer/timeMachineIcon.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b65be0), color-stop(80%, #4b1961));
  background-image: url(../img/headPlayer/timeMachineIcon.png), -moz-linear-gradient(#b65be0 0%, #4b1961 80%);
  background-image: url(../img/headPlayer/timeMachineIcon.png), -webkit-linear-gradient(#b65be0 0%, #4b1961 80%);
  background-image: url(../img/headPlayer/timeMachineIcon.png), linear-gradient(#b65be0 0%, #4b1961 80%);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-right: none;
}
/* line 728, ../sass/_headPlayer.scss */
[data-layout="maximized"] .playerOptions input:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3NmM1MSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjODgxZTA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f76c51), color-stop(80%, #881e09));
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), -moz-linear-gradient(#f76c51 0%, #881e09 80%);
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), -webkit-linear-gradient(#f76c51 0%, #881e09 80%);
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), linear-gradient(#f76c51 0%, #881e09 80%);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Feedback Button
===============================================*/
/* line 743, ../sass/_headPlayer.scss */
[data-layout="maximized"] [report-issue] {
  position: absolute;
  z-index: 5;
  width: 75px;
  padding: 0;
  background: #282627;
  color: #838386;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  top: 10px;
  right: 10px;
}

/* line 755, ../sass/_headPlayer.scss */
[ng-model="description"] {
  width: 80%;
}

/* Artist / Track Rating Buttons
===============================================*/
/* line 762, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .track-schedule,
[data-layout="maximized"] #track-info .artist-schedule {
  width: 100%;
  font-size: 1em;
}
@media only screen and (max-height: 604px) {
  /* line 767, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info .track-schedule label,
  [data-layout="maximized"] #track-info .artist-schedule label {
    display: none;
  }
  /* line 770, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info .track-schedule .description,
  [data-layout="maximized"] #track-info .artist-schedule .description {
    display: none;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 776, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info .track-schedule label,
  [data-layout="maximized"] #track-info .artist-schedule label {
    display: none;
  }
  /* line 779, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info .track-schedule .description,
  [data-layout="maximized"] #track-info .artist-schedule .description {
    display: none;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 785, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info .track-schedule label,
  [data-layout="maximized"] #track-info .artist-schedule label {
    position: absolute;
    top: -2px;
    right: -195px;
    width: 185px;
    font-size: 0.8em;
    color: #666;
  }
  /* line 793, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info .track-schedule .description,
  [data-layout="maximized"] #track-info .artist-schedule .description {
    position: absolute;
    top: 14px;
    right: -195px;
    width: 185px;
    font-size: 1em;
  }
}

/* line 805, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [artist-reference],
[data-layout="maximized"] #track-rate-wrapper {
  position: absolute;
  top: 58px;
  left: 270px;
  width: 30%;
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 805, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [artist-reference],
  [data-layout="maximized"] #track-rate-wrapper {
    left: 280px;
  }
}
@media only screen and (max-height: 604px) {
  /* line 805, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #track-info [artist-reference],
  [data-layout="maximized"] #track-rate-wrapper {
    top: 8px;
    left: 350px;
    width: 26.5%;
  }
}

/* line 824, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-rate-wrapper {
  z-index: 4;
}

/* line 828, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info [artist-reference] {
  z-index: 3;
}

/* line 832, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options {
  padding: 0;
  margin: 0;
}

/* line 837, ../sass/_headPlayer.scss */
.highlight-artist-rating .artist-schedule ul {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #D24B28;
  box-shadow: 0 0 3px 2px #D24B28;
}
/* line 841, ../sass/_headPlayer.scss */
.highlight-artist-rating .artist-schedule ul li {
  border-color: rgba(0, 0, 0, 0.5);
}

/* line 846, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options li {
  display: block;
  font-size: 15px;
  line-height: 1;
  float: left;
  margin: 0;
  width: 16.666666667%;
  padding: 8px 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiM1OTU5NTkiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzJhMmEyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #969696), color-stop(5%, #595959), color-stop(80%, #2a2a2a));
  background-image: -moz-linear-gradient(#969696 0%, #595959 5%, #2a2a2a 80%);
  background-image: -webkit-linear-gradient(#969696 0%, #595959 5%, #2a2a2a 80%);
  background-image: linear-gradient(#969696 0%, #595959 5%, #2a2a2a 80%);
}

/* line 861, ../sass/_headPlayer.scss */
li.rating0 {
  text-indent: -20em;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
/* line 866, ../sass/_headPlayer.scss */
li.rating0:before {
  content: "\e610";
  display: block;
  font-family: 'icomoon';
  color: #d8d8d8;
  font-size: 1em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 16px;
  line-height: 1em;
  margin: -7px 0 0 -8px;
}

/* line 884, ../sass/_headPlayer.scss */
[radio-scheduler] .track-schedule li.rating0.lit:before,
[radio-scheduler] [track-list] li.rating0.lit:before {
  color: #5D2424;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
}

/* line 890, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options li:first-child {
  padding: 7px 1px 9px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 895, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options li:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 899, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options li.rated {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwYjBiMCIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiM4NDg0ODQiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b0b0b0), color-stop(5%, #848484), color-stop(80%, #494949));
  background-image: -moz-linear-gradient(#b0b0b0 0%, #848484 5%, #494949 80%);
  background-image: -webkit-linear-gradient(#b0b0b0 0%, #848484 5%, #494949 80%);
  background-image: linear-gradient(#b0b0b0 0%, #848484 5%, #494949 80%);
  color: white;
}

/* line 904, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options li:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMWYyMCIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTk1OTU5Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMxZjFmMjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f1f20), color-stop(13%, #595959), color-stop(80%, #1f1f20));
  background-image: -moz-linear-gradient(#1f1f20 0%, #595959 13%, #1f1f20 80%);
  background-image: -webkit-linear-gradient(#1f1f20 0%, #595959 13%, #1f1f20 80%);
  background-image: linear-gradient(#1f1f20 0%, #595959 13%, #1f1f20 80%);
}

/* line 908, ../sass/_headPlayer.scss */
[data-layout="maximized"] ul.segmented-options li.lit {
  color: #000;
}

/* line 912, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info li.rating0.lit,
[radio-scheduler] [track-list] li.rating0.lit,
[radio-scheduler] .artist-schedule li.rating0.lit,
[radio-scheduler] .track-schedule li.rating0.lit {
  background: url(../img/headPlayer/rating-light-x.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px red;
}

/* line 920, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .rated li.rating1.lit,
[track-list] .rated li.rating1.lit,
.artist-schedule .segmented-options li.rating1.lit,
.track-schedule .segmented-options li.rating1.lit {
  background: url(../img/headPlayer/rating-light-1.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #ff6a00;
}

/* line 928, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .rated li.rating2.lit,
[track-list] .rated li.rating2.lit,
.artist-schedule .segmented-options li.rating2.lit,
.track-schedule .segmented-options li.rating2.lit {
  background: url(../img/headPlayer/rating-light-2.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #ffd400;
}

/* line 936, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .rated li.rating3.lit,
[track-list] .rated li.rating3.lit,
.artist-schedule .segmented-options li.rating3.lit,
.track-schedule .segmented-options li.rating3.lit {
  background: url(../img/headPlayer/rating-light-3.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #bfff00;
}

/* line 944, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .rated li.rating4.lit,
[track-list] .rated li.rating4.lit,
.artist-schedule .segmented-options li.rating4.lit,
.track-schedule .segmented-options li.rating4.lit {
  background: url(../img/headPlayer/rating-light-4.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #55ff00;
}

/* line 952, ../sass/_headPlayer.scss */
[data-layout="maximized"] #track-info .rated li.rating5.lit,
[track-list] .rated li.rating5.lit,
.artist-schedule .segmented-options li.rating5.lit,
.track-schedule .segmented-options li.rating5.lit {
  background: url(../img/headPlayer/rating-light-5.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #00ff80;
}

/* line 960, ../sass/_headPlayer.scss */
.track-learn-more {
  display: none;
  z-index: 5;
  position: absolute;
  top: 60px;
  left: 270px;
  height: 35px;
  width: 30%;
  background: orange;
  border: 2px solid #000;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  padding-top: 6px;
  cursor: pointer;
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d86649), color-stop(100%, #ce3f1a));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#ce3f1a',GradientType=0 );
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 960, ../sass/_headPlayer.scss */
  .track-learn-more {
    left: 280px;
  }
}
@media only screen and (max-height: 604px) {
  /* line 960, ../sass/_headPlayer.scss */
  .track-learn-more {
    top: 8px;
    left: 350px;
    width: 26.5%;
  }
}
/* line 987, ../sass/_headPlayer.scss */
.track-learn-more:hover {
  color: #000;
}

/* Volume Control
===============================================*/
/* line 996, ../sass/_headPlayer.scss */
.volume {
  position: relative;
}

/* line 1000, ../sass/_headPlayer.scss */
.volume-control {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 25px 10px 25px;
  border-radius: 5px;
  border: 2px solid #9B9B9B;
  z-index: 9;
  position: absolute;
  left: -50%;
  top: 5px;
  width: 200px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
/* line 1018, ../sass/_headPlayer.scss */
.volume-control:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -17px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #9B9B9B;
}
/* line 1031, ../sass/_headPlayer.scss */
.volume-control .ui-slider .ui-slider-handle {
  background: #cecece;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px solid #1c1c1c;
  margin: -7px 0 0 -10px;
  padding: 0;
}
/* line 1039, ../sass/_headPlayer.scss */
.volume-control .ui-slider .ui-slider-handle:after {
  content: none;
}
/* line 1043, ../sass/_headPlayer.scss */
.volume-control .ui-slider {
  background: #4f4f4f;
}
/* line 1046, ../sass/_headPlayer.scss */
.volume-control .ui-slider-horizontal {
  height: 10px;
  border-radius: 3px;
  background: transparent;
}
/* line 1053, ../sass/_headPlayer.scss */
.volume-control .ui-slider-horizontal:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #4f4f4f;
  display: block;
  border-radius: 3px;
}
/* line 1062, ../sass/_headPlayer.scss */
.volume-control .ui-slider-horizontal .ui-slider-range-min {
  background: #D24B28;
  height: 5px;
  border-radius: 3px;
}

/* line 1069, ../sass/_headPlayer.scss */
.active .volume-control {
  opacity: 1;
  pointer-events: all;
}

/* line 1074, ../sass/_headPlayer.scss */
[data-layout="maximized"] .volume-control {
  left: -50%;
  top: -5px;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 1074, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-control {
    top: -39px;
    left: inherit;
    right: 86px;
    width: 190px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 1074, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-control {
    left: -50%;
    top: -5px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 1074, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-control {
    top: -40px;
    left: inherit;
    right: 86px;
    width: 190px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 1074, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-control {
    display: none;
  }
}

/* line 1101, ../sass/_headPlayer.scss */
[data-layout="minimized"] .volume-control {
  top: -32px;
  left: inherit;
  right: 86px;
  width: 190px;
}

/* line 1110, ../sass/_headPlayer.scss */
.volume-trigger {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 168px;
  text-align: center;
  cursor: pointer;
}
/* line 1119, ../sass/_headPlayer.scss */
.volume-trigger span {
  display: block;
  width: 30px;
  height: 30px;
  color: #898989;
  font-size: 1.4em;
  line-height: 1.4em;
}

/* line 1129, ../sass/_headPlayer.scss */
[data-layout="maximized"] .volume-trigger {
  top: 42px;
  left: -44px;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 1129, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-trigger {
    top: 10px;
    left: inherit;
    right: 167px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 1129, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-trigger {
    top: 42px;
    left: -44px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 1129, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-trigger {
    top: 10px;
    left: inherit;
    right: 167px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 1129, ../sass/_headPlayer.scss */
  [data-layout="maximized"] .volume-trigger {
    display: none;
  }
}

/* line 1153, ../sass/_headPlayer.scss */
[data-layout="minimized"] .volume-trigger {
  top: 10px;
  left: inherit;
  right: 167px;
}

/* Play / Playback Buttons
===============================================*/
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 1163, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-control-set] {
    position: absolute;
    top: -31px;
    right: 0px;
    background: url(../img/headPlayer/playControlBG.png) no-repeat;
    width: 260px;
    height: 131px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 1163, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-control-set] {
    position: absolute;
    top: -31px;
    right: 0px;
    background: url(../img/headPlayer/playControlBG.png) no-repeat;
    width: 260px;
    height: 131px;
  }
}

/* line 1185, ../sass/_headPlayer.scss */
[data-layout="maximized"] #cannotSkip {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  color: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwcHgiIGN5PSIxMHB4IiByPSIxNSUiPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYzNjM2M4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWQxZDFlIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(10px 10px, #c3c3c8 9px, #1d1d1e 15px);
  background-image: -webkit-radial-gradient(10px 10px, #c3c3c8 9px, #1d1d1e 15px);
  background-image: radial-gradient(10px 10px, #c3c3c8 9px, #1d1d1e 15px);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media only screen and (min-height: 605px) {
  /* line 1197, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] {
    height: 131px;
    position: relative;
  }
  /* line 1201, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] a,
  [data-layout="maximized"] [playback-buttons] span {
    display: block;
    font: 0/0;
    position: absolute;
    float: left;
    margin: 0;
    color: transparent;
    background: none;
    border: none;
    box-shadow: none;
    top: 19px;
    left: 20px;
  }
  /* line 1215, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] #PlayButton {
    width: 125px;
    height: 115px;
    background: url(../img/headPlayer/playIcon.png) center center no-repeat;
  }
  /* line 1220, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] #PauseButton {
    width: 125px;
    height: 115px;
    background: url(../img/headPlayer/pauseIcon.png) center center no-repeat;
  }
  /* line 1225, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] #SkipButton {
    width: 75px;
    height: 100px;
    top: 29px;
    left: 170px;
    background: url(../img/headPlayer/fastForwardIcon.png) 15px center no-repeat;
  }
  /* line 1232, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] {
    position: absolute;
    top: 13px;
    left: 120px;
    height: 102px;
    width: 55px;
    overflow: hidden;
  }
  /* line 1239, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li {
    list-style: none;
    width: 18px;
    height: 26px;
    position: absolute;
    background: url(../img/headPlayer/indicatorOff.png) no-repeat;
  }
  /* line 1246, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li:nth-child(1) {
    top: -8px;
    left: 23px;
    -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg);
  }
  /* line 1251, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li:nth-child(2) {
    top: 10px;
    left: 31px;
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  /* line 1256, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li:nth-child(3) {
    top: 29px;
    left: 35px;
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  /* line 1261, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li:nth-child(4) {
    top: 49px;
    left: 35px;
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  /* line 1266, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li:nth-child(5) {
    top: 68px;
    left: 30px;
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
  }
  /* line 1271, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li:nth-child(6) {
    top: 85px;
    left: 21px;
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -webkit-transform: rotate(39deg);
    transform: rotate(39deg);
  }
  /* line 1276, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li.on {
    background: url(../img/headPlayer/indicatorOn.png) no-repeat;
  }
  /* line 1280, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #cannotSkip {
    top: 65px;
    right: -180px;
    margin: 0px;
  }
}
@media only screen and (max-height: 604px) {
  /* line 1294, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] {
    position: absolute;
    right: 35px;
    top: 50%;
    width: 120px;
    height: 40px;
    margin: -20px 0 0 -60px;
  }
  /* line 1302, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] a,
  [data-layout="maximized"] [playback-buttons] span {
    display: block;
    font: 0/0 a;
    position: relative;
    float: left;
    width: 60px;
    height: 40px;
    margin: 0;
    color: transparent;
  }
  /* line 1313, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] a:after,
  [data-layout="maximized"] [playback-buttons] span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 18px;
    margin: -8px 0 0 -15px;
    background: url(../img/headPlayer/control-sprite.png) no-repeat 0 0;
  }
  /* line 1325, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-buttons] a[disabled]:after,
  [data-layout="maximized"] [playback-buttons] span[disabled]:after {
    opacity: 0.4;
  }
  /* line 1329, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #PlayButton,
  [data-layout="maximized"] #PauseButton,
  [data-layout="maximized"] #PlayPauseButton {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 1335, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #PlayButton:after,
  [data-layout="maximized"] #PlayPauseButton.play:after {
    background-position: -6px -12px;
  }
  /* line 1339, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #PauseButton:after,
  [data-layout="maximized"] #PlayPauseButton.pause:after {
    background-position: -45px -12px;
  }
  /* line 1343, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #SkipButton {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 1348, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #SkipButton:after {
    background-position: -86px -12px;
  }
  /* line 1351, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] {
    padding: 1px 1px 2px 1px;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 7px;
  }
  /* line 1357, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li {
    float: left;
    clear: both;
    list-style: none;
    width: 19px;
    height: 6px;
    margin: 0;
    padding: 0;
    background: url(../img/headPlayer/indicatorOffSmall.png) no-repeat;
  }
  /* line 1367, ../sass/_headPlayer.scss */
  [data-layout="maximized"] [playback-skip-capacity] li.on {
    background: url(../img/headPlayer/indicatorOnSmall.png) no-repeat;
  }
  /* line 1371, ../sass/_headPlayer.scss */
  [data-layout="maximized"] #cannotSkip {
    top: 5px;
    right: -20px;
    margin: 0px;
    padding-top: 1px;
    border: 1px solid #000;
  }
}
/*Track info headPlayer parent
===============================================*/
/* line 3, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] {
  position: relative;
  margin-top: 10px;
  height: 120px;
}

/* line 9, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .inside {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 9, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] #track-info .inside {
    background: url(../img/headPlayer/headPlayerBG_small.jpg);
  }
}
@media (min-width: 1023px) {
  /* line 9, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] #track-info .inside {
    background: url(../img/headPlayer/headPlayerBG.jpg);
  }
}

/*Album Cover
===============================================*/
/* line 22, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [track-detail] [album-cover] {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100px;
  height: 100px;
  padding: 7px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404040), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#404040 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#404040 0%, #000000 100%);
  background-image: linear-gradient(#404040 0%, #000000 100%);
}

/* line 33, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .background-art {
  display: none;
}

/*Orange Girl Logo
===============================================*/
/* line 39, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] .girlLogo {
  display: none;
}

/*Track Infromation / Description
===============================================*/
/* line 45, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] {
  width: 400px;
  position: relative;
  z-index: 2;
  width: 235px;
  margin-left: 110px;
}
/* line 51, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-title] {
  position: relative;
  display: inline-block;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9em;
  max-width: 225px;
  padding: 0px 10px 0 0;
}
/* line 63, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-title] img {
  position: absolute;
  right: 0;
  top: 5px;
  width: 5px;
}
/* line 69, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-title]:hover {
  color: #D24B28;
}
/* line 77, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-album-info] span {
  color: #868586;
  display: block;
  line-height: 1.2em;
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 86, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-album-info] .track-year {
  display: block;
  margin: 2px 0 0 0;
  display: block;
}
/* line 93, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1) {
  color: #FFF;
  padding-top: 0px;
  font-size: 0.8em;
  font-weight: normal;
}
/* line 98, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-sources] span:nth-child(1):hover {
  color: #D24B28;
}
/* line 102, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-sources] span {
  color: #868586;
  display: block;
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 110, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-identity] [track-sources] span .by-name {
  display: inline-block;
  color: #868586;
  margin-bottom: -4px;
  font-size: 1em;
  font-weight: normal;
}

/* line 120, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] span.new-track {
  float: left;
  margin: -15px 0 0 100px;
  background: #f15822 !important;
  color: #000 !important;
  padding: 0 3px;
  border-radius: 2px;
}

/* line 131, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [track-album-info] {
  margin-top: -3px;
}

/* line 135, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [track-sources] {
  margin-top: 17px;
}

/*Timer Progress
===============================================*/
/* line 142, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] {
  position: absolute;
  font-size: 0.8em;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 142, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] #track-info [track-detail] [track-timer] {
    top: 76px;
    right: 250px;
    text-align: right;
    width: 100px;
    margin: 0px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 142, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] #track-info [track-detail] [track-timer] {
    top: 76px;
    right: 250px;
    text-align: right;
    width: 100px;
    margin: 0px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 142, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] #track-info [track-detail] [track-timer] {
    display: none;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 142, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] #track-info [track-detail] [track-timer] {
    display: none;
  }
}
/* line 169, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] .timeElapsed {
  display: inline;
  position: absolute;
  z-index: 2;
  left: -40px;
  top: 0px;
}
/* line 176, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] .timeDuration {
  display: inline;
  position: absolute;
  z-index: 2;
  right: -40px;
  top: 0px;
}
/* line 183, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] .progressbar {
  background-color: transparent;
  height: 3px;
  display: block;
  width: 100%;
  position: relative;
  top: 2px;
}
/* line 191, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] .elapsed {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0px;
  z-index: 4;
  height: 3px;
  background-color: #aca7ad;
  border-radius: 2px;
}
/* line 201, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] .seekable {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0px;
  z-index: 3;
  height: 3px;
  background-color: #000;
}
/* line 210, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [track-detail] [track-timer] .bufferMessage {
  position: absolute;
  display: block;
  left: 0px;
  top: 13px;
  width: 200px;
  font-size: 11px;
  line-height: 14px;
  height: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: left;
}

/*Ratings Toggle & Ratings Controler Parent
===============================================*/
/* line 227, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls {
  background: url(../img/headPlayer/playerBG.png) 0 0 repeat-x;
  position: absolute;
  z-index: 1;
  bottom: 0px;
}
@media (min-width: 1023px) and (max-height: 604px) {
  /* line 227, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] .rating-controls {
    width: 1024px;
    height: 50px;
    bottom: 10px;
  }
}
@media (min-width: 1023px) and (min-height: 605px) {
  /* line 227, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] .rating-controls {
    width: 1024px;
    height: 50px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) and (max-height: 604px) {
  /* line 227, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] .rating-controls {
    width: 768px;
    height: 50px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) and (min-height: 605px) {
  /* line 227, ../sass/_headPlayer_override.scss */
  [data-layout="minimized"] .rating-controls {
    width: 768px;
    height: 50px;
    bottom: 10px;
  }
}
/* line 256, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .rating-toggle {
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  width: 200px;
  height: 32px;
  margin: 0;
  position: absolute;
  top: -50px;
  left: 350px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 268, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .rating-toggle input {
  width: 49.95%;
  height: 100%;
  position: absolute;
  top: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 278, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .rating-toggle input.on {
  border: 1px solid #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTk1OTU5Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMyYTJhMmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #969696), color-stop(13%, #595959), color-stop(80%, #2a2a2a));
  background-image: -moz-linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
  background-image: -webkit-linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
  background-image: linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
}
/* line 282, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .rating-toggle input.off {
  border: 1px solid #282728;
  background: #000;
}
/* line 287, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .rating-toggle .trackBtn {
  left: 0px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 291, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .rating-toggle .artistBtn {
  right: 0px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 297, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .infoBtn {
  display: none;
}
/* line 301, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .rating-controls .buttonDivider {
  display: none;
}

/* Player Options for Time Machine and Guily Pleasures
===============================================*/
/* line 311, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .playerOptions {
  position: absolute;
  width: 100%;
  max-width: 10%;
  top: -49px;
  left: 595px;
}
/* line 317, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .playerOptions input {
  width: 50%;
  height: 30px;
  border: 2px solid #000;
  margin: 0;
  float: left;
  display: block;
}
/* line 325, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .playerOptions input:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url(../img/headPlayer/timeMachineIcon.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2NWJlMCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNGIxOTYxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: url(../img/headPlayer/timeMachineIcon.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b65be0), color-stop(80%, #4b1961));
  background-image: url(../img/headPlayer/timeMachineIcon.png), -moz-linear-gradient(#b65be0 0%, #4b1961 80%);
  background-image: url(../img/headPlayer/timeMachineIcon.png), -webkit-linear-gradient(#b65be0 0%, #4b1961 80%);
  background-image: url(../img/headPlayer/timeMachineIcon.png), linear-gradient(#b65be0 0%, #4b1961 80%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  border-right: none;
}
/* line 335, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] .playerOptions input:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3NmM1MSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjODgxZTA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f76c51), color-stop(80%, #881e09));
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), -moz-linear-gradient(#f76c51 0%, #881e09 80%);
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), -webkit-linear-gradient(#f76c51 0%, #881e09 80%);
  background-image: url(../img/headPlayer/guiltyPleasuresIcon.png), linear-gradient(#f76c51 0%, #881e09 80%);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Feedback Button
===============================================*/
/* line 350, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [report-issue] {
  position: absolute;
  z-index: 5;
  width: 75px;
  padding: 0;
  background: #282627;
  color: #838386;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  top: 10px;
  right: 10px;
}

/* Artist / Track Rating Buttons
===============================================*/
/* line 366, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .track-schedule,
[data-layout="minimized"] #track-info .artist-schedule {
  width: 100%;
  font-size: 1em;
}
/* line 370, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .track-schedule label,
[data-layout="minimized"] #track-info .artist-schedule label {
  display: none;
}
/* line 373, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .track-schedule .description,
[data-layout="minimized"] #track-info .artist-schedule .description {
  display: none;
}

/* line 380, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [artist-reference],
[data-layout="minimized"] #track-rate-wrapper {
  position: absolute;
  top: 60px;
  left: 270px;
  width: 30%;
  top: 8px;
  left: 350px;
  width: 26.5%;
}

/* line 393, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-rate-wrapper {
  z-index: 4;
}

/* line 397, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info [artist-reference] {
  z-index: 3;
}

/* line 401, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] ul.segmented-options {
  padding: 0;
  margin: 0;
}

/* line 406, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] ul.segmented-options li {
  display: block;
  font-size: 15px;
  line-height: 1;
  float: left;
  margin: 0;
  width: 16.6%;
  padding: 8px 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTk1OTU5Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMyYTJhMmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #969696), color-stop(13%, #595959), color-stop(80%, #2a2a2a));
  background-image: -moz-linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
  background-image: -webkit-linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
  background-image: linear-gradient(#969696 0%, #595959 13%, #2a2a2a 80%);
}

/* line 421, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] ul.segmented-options li:first-child {
  padding: 7px 1px 9px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 426, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] ul.segmented-options li:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 434, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] ul.segmented-options li:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMWYyMCIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTk1OTU5Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMxZjFmMjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f1f20), color-stop(13%, #595959), color-stop(80%, #1f1f20));
  background-image: -moz-linear-gradient(#1f1f20 0%, #595959 13%, #1f1f20 80%);
  background-image: -webkit-linear-gradient(#1f1f20 0%, #595959 13%, #1f1f20 80%);
  background-image: linear-gradient(#1f1f20 0%, #595959 13%, #1f1f20 80%);
}

/* line 438, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] ul.segmented-options li.lit {
  color: #000;
}

/* line 442, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info li.rating0.lit,
[radio-scheduler] [track-list] li.rating0.lit,
[radio-scheduler] .artist-schedule li.rating0.lit,
[radio-scheduler] .track-schedule li.rating0.lit {
  background: url(../img/headPlayer/rating-light-x.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px red;
  color: white;
}

/* line 451, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .rated li.rating1.lit,
[track-list] .rated li.rating1.lit,
.artist-schedule .segmented-options li.rating1.lit,
.track-schedule .segmented-options li.rating1.lit {
  background: url(../img/headPlayer/rating-light-1.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #ff6a00;
}

/* line 459, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .rated li.rating2.lit,
[track-list] .rated li.rating2.lit,
.artist-schedule .segmented-options li.rating2.lit,
.track-schedule .segmented-options li.rating2.lit {
  background: url(../img/headPlayer/rating-light-2.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #ffd400;
}

/* line 467, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .rated li.rating3.lit,
[track-list] .rated li.rating3.lit,
.artist-schedule .segmented-options li.rating3.lit,
.track-schedule .segmented-options li.rating3.lit {
  background: url(../img/headPlayer/rating-light-3.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #bfff00;
}

/* line 475, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .rated li.rating4.lit,
[track-list] .rated li.rating4.lit,
.artist-schedule .segmented-options li.rating4.lit,
.track-schedule .segmented-options li.rating4.lit {
  background: url(../img/headPlayer/rating-light-4.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #55ff00;
}

/* line 483, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #track-info .rated li.rating5.lit,
[track-list] .rated li.rating5.lit,
.artist-schedule .segmented-options li.rating5.lit,
.track-schedule .segmented-options li.rating5.lit {
  background: url(../img/headPlayer/rating-light-5.png);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75), 0px -1px 6px 0px #00ff80;
}

/* Play / Playback Buttons
===============================================*/
/* line 494, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #cannotSkip {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  color: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwcHgiIGN5PSIxMHB4IiByPSIxNSUiPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYzNjM2M4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWQxZDFlIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(10px 10px, #c3c3c8 9px, #1d1d1e 15px);
  background-image: -webkit-radial-gradient(10px 10px, #c3c3c8 9px, #1d1d1e 15px);
  background-image: radial-gradient(10px 10px, #c3c3c8 9px, #1d1d1e 15px);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 505, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-buttons] {
  position: absolute;
  right: 35px;
  top: 50%;
  width: 120px;
  height: 40px;
  margin: -20px 0 0 -60px;
}
/* line 513, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-buttons] a,
[data-layout="minimized"] [playback-buttons] span {
  display: block;
  font: 0/0 a;
  position: relative;
  float: left;
  width: 60px;
  height: 40px;
  margin: 0;
  color: transparent;
}
/* line 524, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-buttons] a:after,
[data-layout="minimized"] [playback-buttons] span:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 18px;
  margin: -8px 0 0 -15px;
  background: url(../img/headPlayer/control-sprite.png) no-repeat 0 0;
}
/* line 536, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-buttons] a[disabled]:after,
[data-layout="minimized"] [playback-buttons] span[disabled]:after {
  opacity: 0.4;
}
/* line 540, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #PlayButton,
[data-layout="minimized"] #PauseButton,
[data-layout="minimized"] #PlayPauseButton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 546, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #PlayButton:after,
[data-layout="minimized"] #PlayPauseButton.play:after {
  background-position: -6px -12px;
}
/* line 550, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #PauseButton:after,
[data-layout="minimized"] #PlayPauseButton.pause:after {
  background-position: -45px -12px;
}
/* line 554, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #SkipButton {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 559, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #SkipButton:after {
  background-position: -86px -12px;
}
/* line 562, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-skip-capacity] {
  padding: 1px 1px 2px 1px;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 7px;
}
/* line 568, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-skip-capacity] li {
  float: left;
  clear: both;
  list-style: none;
  width: 19px;
  height: 6px;
  margin: 0;
  padding: 0;
  background: url(../img/headPlayer/indicatorOffSmall.png) no-repeat;
}
/* line 578, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] [playback-skip-capacity] li.on {
  background: url(../img/headPlayer/indicatorOnSmall.png) no-repeat;
}
/* line 582, ../sass/_headPlayer_override.scss */
[data-layout="minimized"] #cannotSkip {
  top: 5px;
  right: -20px;
  margin: 0px;
  padding-top: 1px;
  border: 1px solid #000;
}

/* line 4, ../sass/_mixer.scss */
#Mixer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMjIxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5MjcyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31221e), color-stop(100%, #392722));
  background-image: -moz-linear-gradient(#31221e, #392722);
  background-image: -webkit-linear-gradient(#31221e, #392722);
  background-image: linear-gradient(#31221e, #392722);
  box-shadow: inset 0px 50px 100px rgba(0, 0, 0, 0.25), inset 0px 2px 5px rgba(0, 0, 0, 0.5), inset 0px -2px 5px rgba(0, 0, 0, 0.5), inset 0px 200px 200px rgba(0, 0, 0, 0.5);
}

/* line 10, ../sass/_mixer.scss */
[viewer-header].viewer-header-sliders h2 {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 10px;
  border-radius: 3px;
}

/* line 29, ../sass/_mixer.scss */
[genre-first-run] {
  padding: 2em 2em;
  text-align: center;
  color: #D9BAB1;
  font-size: .9em;
}
/* line 34, ../sass/_mixer.scss */
[genre-first-run] h3 {
  color: #D24B28;
  font-size: 2.5em;
  margin-top: 0;
}
/* line 39, ../sass/_mixer.scss */
[genre-first-run] p {
  font-size: 1.2em;
}
/* line 42, ../sass/_mixer.scss */
[genre-first-run] button {
  padding: 10px 40px;
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d86649), color-stop(100%, #ce3f1a));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#ce3f1a',GradientType=0 );
}
/* line 45, ../sass/_mixer.scss */
[genre-first-run] button:hover {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 48, ../sass/_mixer.scss */
[genre-first-run] button:active {
  background: #cc5133;
  background: -moz-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc5133), color-stop(100%, #cc5f47));
  background: -webkit-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -o-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -ms-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: linear-gradient(to bottom, #cc5133 0%, #cc5f47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5133', endColorstr='#cc5f47',GradientType=0 );
}

/* line 55, ../sass/_mixer.scss */
.presets {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #291C19;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

/* line 69, ../sass/_mixer.scss */
.preset-title {
  padding: 9px;
  float: right;
  width: 50%;
}
/* line 74, ../sass/_mixer.scss */
.preset-title input {
  width: 250px;
}

/* line 79, ../sass/_mixer.scss */
.preset-switches {
  padding: 8px;
  float: left;
  width: 50%;
}

/* line 85, ../sass/_mixer.scss */
.preset-switches button {
  border-radius: 0;
  margin: 0;
  float: left;
  width: 20%;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
/* line 98, ../sass/_mixer.scss */
.preset-switches button.active {
  background: #DA3507;
  box-shadow: inset 0px 0px 15px #FFBC8C;
}

/* line 103, ../sass/_mixer.scss */
.preset-switches button:nth-child(1) {
  border-radius: 3px 0 0 3px;
}

/* line 107, ../sass/_mixer.scss */
.preset-switches button:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 111, ../sass/_mixer.scss */
[spinner-container].rating-spinner.artist-spinner {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 255px;
  height: 30px;
  z-index: 2;
}

/* line 122, ../sass/_mixer.scss */
[genre-schedule-control-set] {
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0;
  background: #392722;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.48);
}

/* line 133, ../sass/_mixer.scss */
[genre-first-run] {
  float: left;
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 0px #4B2920;
  width: 55.5%;
}

/* line 142, ../sass/_mixer.scss */
[genre-schedule] {
  float: left;
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 0px #4B2920;
  width: 11.111%;
}

/* line 151, ../sass/_mixer.scss */
[genre-schedule].playing,
[requests-switch].playing {
  background-color: #A14A13;
  background-image: radial-gradient(circle at bottom center, #a14913, #482a20 20%);
  -webkit-box-shadow: inset 0px 0px 15px 0px #A14A13;
  -moz-box-shadow: inset 0px 0px 15px 0px #A14A13;
  -o-box-shadow: inset 0px 0px 15px 0px #A14A13;
  -ms-box-shadow: inset 0px 0px 15px 0px #A14A13;
  box-shadow: inset 0px 0px 15px 0px #A14A13;
}
/* line 160, ../sass/_mixer.scss */
[genre-schedule].playing button,
[requests-switch].playing button {
  background: #DA3507;
  box-shadow: inset 0px 0px 15px #FFBC8C;
}
/* line 162, ../sass/_mixer.scss */
[genre-schedule].playing button:hover,
[requests-switch].playing button:hover {
  background: #e84a1f;
  box-shadow: inset 0px 0px 15px #ffcaa4;
}

/* line 168, ../sass/_mixer.scss */
.all-genres {
  cursor: pointer;
  background: url(../img/mixer/genres.png) top center no-repeat;
  background-image: url(../img/mixer/genres.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMTExMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMDcwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url(../img/mixer/genres.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e1112), color-stop(100%, #1c0708));
  background-image: url(../img/mixer/genres.png), -moz-linear-gradient(top, #3e1112, #1c0708);
  background-image: url(../img/mixer/genres.png), -webkit-linear-gradient(top, #3e1112, #1c0708);
  background-image: url(../img/mixer/genres.png), linear-gradient(to bottom, #3e1112, #1c0708);
  background-position: top center;
  background-size: cover;
}

/* line 176, ../sass/_mixer.scss */
[genre-schedule] label,
[focused-slider] label {
  display: block;
  font: 12px Arial,Helvetica,sans-serif;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

/* line 190, ../sass/_mixer.scss */
[genre-schedule] label span {
  display: block;
  height: 100%;
  color: #999;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 198, ../sass/_mixer.scss */
[genre-schedule] label span:hover {
  color: #fff;
}

/* line 204, ../sass/_mixer.scss */
[contemporaneity-scale],
[requests-switch] {
  float: left;
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.1);
  width: 11.111%;
  background: #3c3b3c;
  background: -moz-linear-gradient(top, #3c3b3c 0%, #1c1a1b 50%, #110f10 50%, #110f10 50%, #110f10 99%, #110f10 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3b3c), color-stop(50%, #1c1a1b), color-stop(50%, #110f10), color-stop(50%, #110f10), color-stop(99%, #110f10), color-stop(100%, #110f10));
  background: -webkit-linear-gradient(top, #3c3b3c 0%, #1c1a1b 50%, #110f10 50%, #110f10 50%, #110f10 99%, #110f10 100%);
  background: -o-linear-gradient(top, #3c3b3c 0%, #1c1a1b 50%, #110f10 50%, #110f10 50%, #110f10 99%, #110f10 100%);
  background: -ms-linear-gradient(top, #3c3b3c 0%, #1c1a1b 50%, #110f10 50%, #110f10 50%, #110f10 99%, #110f10 100%);
  background: linear-gradient(to bottom, #3c3b3c 0%, #1c1a1b 50%, #110f10 50%, #110f10 50%, #110f10 99%, #110f10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3b3c', endColorstr='#110f10',GradientType=0 );
}
/* line 220, ../sass/_mixer.scss */
[contemporaneity-scale] .help,
[requests-switch] .help {
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -8px;
  opacity: .75;
  z-index: 9;
}

/* line 230, ../sass/_mixer.scss */
[contemporaneity-scale] label,
[requests-switch] label {
  font: bold 11px Arial,Helvetica,sans-serif;
  position: absolute;
  left: 0px;
  bottom: 21px;
  right: 0;
  text-align: center;
}

/* line 240, ../sass/_mixer.scss */
[contemporaneity-scale] .ui-slider .ui-slider-handle,
[requests-switch] .ui-slider .ui-slider-handle {
  background: url(../img/mixer/slider-handle-dark.png) transparent center center no-repeat;
}

@media (min-width: 1023px) {
  /* line 246, ../sass/_mixer.scss */
  [genre-schedule] label button {
    font-size: 11px;
    font-weight: bold;
  }
}
/* line 1, ../sass/_sliderEditor.scss */
[slider-editor] {
  z-index: 10;
  position: relative;
  height: 100%;
  background: #372722;
}

/* line 10, ../sass/_sliderEditor.scss */
.genre-categories-wrap {
  position: absolute;
  width: 25%;
  top: 50px;
  left: 0;
  bottom: 0;
  background: black;
}

/* line 19, ../sass/_sliderEditor.scss */
.genre-categories {
  height: 100%;
  width: 100%;
  overflow: auto;
}
/* line 23, ../sass/_sliderEditor.scss */
.genre-categories ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #272727;
}
/* line 28, ../sass/_sliderEditor.scss */
.genre-categories li {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #1A1A1A;
  border-top: 1px solid #272727;
  border-bottom: 1px solid black;
  box-shadow: inset 0px -5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: background .1s ease-in-out;
  -moz-transition: background .1s ease-in-out;
  -ms-transition: background .1s ease-in-out;
  -o-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
}
/* line 45, ../sass/_sliderEditor.scss */
.genre-categories li:hover {
  background: #1f1f1f;
}
/* line 48, ../sass/_sliderEditor.scss */
.genre-categories li:active {
  background: #151515;
}
/* line 51, ../sass/_sliderEditor.scss */
.genre-categories li.selected {
  background: #272727;
  cursor: default;
  color: white;
}
/* line 55, ../sass/_sliderEditor.scss */
.genre-categories li.selected .description {
  padding: 5px 10px 0 0;
  font-size: .8em;
  color: #a7a7a7;
}
/* line 60, ../sass/_sliderEditor.scss */
.genre-categories li.selected:after {
  content: "\e623";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
}
/* line 83, ../sass/_sliderEditor.scss */
.genre-categories ul.primary-menu {
  border-bottom: 5px solid #343434;
}
/* line 87, ../sass/_sliderEditor.scss */
.genre-categories ul.primary-menu li {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.18)), color-stop(50%, rgba(255, 255, 255, 0.08)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}
/* line 90, ../sass/_sliderEditor.scss */
.genre-categories ul.primary-menu li:hover {
  background-color: #1d1d1d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.18)), color-stop(55%, rgba(255, 255, 255, 0.08)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
}
/* line 96, ../sass/_sliderEditor.scss */
.genre-categories .time-machine:after {
  content: "\e603";
  font-family: 'icomoon';
  font-weight: normal;
  speak: none;
  display: inline;
  margin-left: 10px;
  margin-top: -16px;
}

/* line 108, ../sass/_sliderEditor.scss */
.popular-list-container {
  overflow: auto;
  height: 100%;
  width: 100%;
}
/* line 112, ../sass/_sliderEditor.scss */
.popular-list-container ul {
  padding: 0;
  margin: 0;
  height: 100%;
}
/* line 116, ../sass/_sliderEditor.scss */
.popular-list-container ul li {
  float: left;
  height: 100%;
  width: 245px;
  margin: 0 0px 0 0;
  padding: 10px;
  list-style: none;
}
/* line 124, ../sass/_sliderEditor.scss */
.popular-list-container ul article {
  height: 100%;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
}
/* line 131, ../sass/_sliderEditor.scss */
.popular-list-container ul article header {
  padding: 20px 5px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.65);
}
/* line 139, ../sass/_sliderEditor.scss */
.popular-list-container ul article h2 {
  margin: 0;
  padding: 5px 20px;
  font-weight: 400;
  color: #D24B28;
  text-shadow: none;
  line-height: 1.1em;
}
/* line 146, ../sass/_sliderEditor.scss */
.popular-list-container ul article h2:before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 156, ../sass/_sliderEditor.scss */
.popular-list-container ul article h2:after {
  content: "\e627";
  font-family: 'icomoon';
  color: #D24B28;
  font-size: 24px;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 45%;
  right: 7px;
  height: 18px;
  margin-top: -9px;
}
/* line 171, ../sass/_sliderEditor.scss */
.popular-list-container ul article .curator-title,
.popular-list-container ul article .curator-name {
  margin: 0;
  font-size: .75em;
  font-weight: normal;
  padding: 0;
  opacity: .8;
  line-height: 1.1em;
}
/* line 180, ../sass/_sliderEditor.scss */
.popular-list-container ul article button {
  position: absolute;
  bottom: 10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  border: 1px solid black;
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: #252120;
  background: -moz-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252120), color-stop(100%, #0e0808));
  background: -webkit-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: -o-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: -ms-linear-gradient(top, #252120 0%, #0e0808 100%);
  background: linear-gradient(to bottom, #252120 0%, #0e0808 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$black-gradent-light', endColorstr='$black-gradent-dark',GradientType=0 );
}

/* line 193, ../sass/_sliderEditor.scss */
.timemachine {
  background: #160e2e;
  background: url(../img/mixer/timemachine-bg.jpg) no-repeat #160e2e center center;
  background-size: cover;
}
/* line 197, ../sass/_sliderEditor.scss */
.timemachine h1 {
  margin-top: 0;
}
/* line 200, ../sass/_sliderEditor.scss */
.timemachine header h2 .trackset-icon {
  display: inline-block;
  margin-right: 5px;
}
/* line 203, ../sass/_sliderEditor.scss */
.timemachine header h2 .trackset-icon:before {
  content: "\e603";
  font-family: 'icomoon';
  font-size: 18px;
  font-weight: normal;
  speak: none;
  display: inline-block;
  top: 0;
  left: 8px;
  line-height: 33px;
}

/* line 218, ../sass/_sliderEditor.scss */
.genre-controls button.timemachine {
  padding-left: 32px;
}
/* line 221, ../sass/_sliderEditor.scss */
.genre-controls button.timemachine:before {
  content: "\e603";
  font-family: 'icomoon';
  font-size: 18px;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: 8px;
  line-height: 33px;
}

/* line 234, ../sass/_sliderEditor.scss */
.timemachine-view {
  padding: 20px 150px 20px 20px;
}

/* line 238, ../sass/_sliderEditor.scss */
.timemachine-action-btn {
  margin-top: 20px;
}
/* line 240, ../sass/_sliderEditor.scss */
.timemachine-action-btn button {
  padding: 10px 40px;
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d86649), color-stop(100%, #ce3f1a));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#ce3f1a',GradientType=0 );
}
/* line 243, ../sass/_sliderEditor.scss */
.timemachine-action-btn button:hover {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 246, ../sass/_sliderEditor.scss */
.timemachine-action-btn button:active {
  background: #cc5133;
  background: -moz-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc5133), color-stop(100%, #cc5f47));
  background: -webkit-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -o-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -ms-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: linear-gradient(to bottom, #cc5133 0%, #cc5f47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5133', endColorstr='#cc5f47',GradientType=0 );
}

@media (min-height: 605px) and (max-height: 650px) {
  /* line 253, ../sass/_sliderEditor.scss */
  .timemachine-view {
    padding-top: 10px;
  }

  /* line 256, ../sass/_sliderEditor.scss */
  .timemachine article p {
    margin-top: 0;
  }

  /* line 259, ../sass/_sliderEditor.scss */
  .timemachine-action-btn {
    margin-top: 10px;
  }
}
/* line 265, ../sass/_sliderEditor.scss */
.allgenres-list-container {
  height: 100%;
  width: 100%;
  overflow: auto;
}

/* line 272, ../sass/_sliderEditor.scss */
.allgenres-list-container ul {
  padding: 0;
  margin: 0;
}
/* line 276, ../sass/_sliderEditor.scss */
.allgenres-list-container li {
  position: relative;
  list-style: none;
  width: 33.33333%;
  float: left;
  padding: 10px;
  height: 70px;
  border-top: 1px solid #472820;
  border-left: 1px solid #472820;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
/* line 287, ../sass/_sliderEditor.scss */
.allgenres-list-container li:nth-child(6n-2), .allgenres-list-container li:nth-child(6n-1), .allgenres-list-container li:nth-child(6n-0) {
  background-color: #34201A;
}
/* line 292, ../sass/_sliderEditor.scss */
.allgenres-list-container li h2 {
  margin: 0 0 5px 0;
  padding: 0 15px 0 0;
  font-size: 1em;
  font-weight: 400;
  color: #E1C3BA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 301, ../sass/_sliderEditor.scss */
.allgenres-list-container li h2:hover {
  color: #D24B28;
}
/* line 305, ../sass/_sliderEditor.scss */
.allgenres-list-container li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .8em;
  color: #62453D;
  padding: 0;
  margin: 0;
}

/* line 317, ../sass/_sliderEditor.scss */
.genre-art {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  background-size: cover;
  opacity: .75;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
/* line 329, ../sass/_sliderEditor.scss */
.genre-art:hover {
  opacity: 1;
}

/* line 334, ../sass/_sliderEditor.scss */
.add-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: right;
  color: #D24B28;
}
/* line 345, ../sass/_sliderEditor.scss */
.add-btn:hover {
  color: white;
}

/* line 352, ../sass/_sliderEditor.scss */
.inside.detail {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3MTcxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303030), color-stop(100%, #171717));
  background-image: -moz-linear-gradient(#303030, #171717);
  background-image: -webkit-linear-gradient(#303030, #171717);
  background-image: linear-gradient(#303030, #171717);
}
/* line 354, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] {
  width: 75%;
}
/* line 356, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] h1 {
  font-size: 1.6em;
  margin: 0 0 10px 0;
}
/* line 360, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] ul {
  padding: 0 0 15px 0;
  margin: 0;
}
/* line 363, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] ul li {
  width: 50%;
  float: left;
  list-style: none;
  font-size: .9em;
  line-height: 1.5em;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
@media (min-width: 1023px) {
  /* line 363, ../sass/_sliderEditor.scss */
  .inside.detail [viewer-content] ul li {
    width: 33.33333%;
  }
}
/* line 379, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] button {
  padding: 10px 20px;
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d86649), color-stop(100%, #ce3f1a));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d86649 1%, #ce3f1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#ce3f1a',GradientType=0 );
}
/* line 382, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] button:hover {
  background: #d67d66;
  background: -moz-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d67d66), color-stop(1%, #d3765f), color-stop(100%, #cc5133));
  background: -webkit-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -o-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: -ms-linear-gradient(top, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  background: linear-gradient(to bottom, #d67d66 0%, #d3765f 1%, #cc5133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d67d66', endColorstr='#cc5133',GradientType=0 );
}
/* line 385, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] button:active {
  background: #cc5133;
  background: -moz-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc5133), color-stop(100%, #cc5f47));
  background: -webkit-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -o-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: -ms-linear-gradient(top, #cc5133 0%, #cc5f47 100%);
  background: linear-gradient(to bottom, #cc5133 0%, #cc5f47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5133', endColorstr='#cc5f47',GradientType=0 );
}
/* line 389, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] .detail-timemachine {
  position: relative;
  /*&:before {  //double line on top
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    @include background-image(linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)));
  }
  &:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 1px;
    @include background-image(linear-gradient(left, rgba(225, 225, 225, 0), rgba(225, 225, 225, 0.1), rgba(225, 225, 225, 0)));
  }*/
}
/* line 408, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] .detail-timemachine h3 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
/* line 415, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] .detail-timemachine h3:before {
  content: "\e603";
  font-family: 'icomoon';
  font-size: 16px;
  font-weight: normal;
  speak: none;
  display: inline-block;
  line-height: 30px;
  padding-right: 5px;
}
/* line 426, ../sass/_sliderEditor.scss */
.inside.detail [viewer-content] .detail-timemachine select {
  font-size: 14px;
  line-height: 1em;
}

/* line 434, ../sass/_sliderEditor.scss */
.detail-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 9;
  padding: 10px 20px;
}

/* line 445, ../sass/_sliderEditor.scss */
.who-playing,
.genre-description {
  width: 50%;
  float: left;
}

/* line 451, ../sass/_sliderEditor.scss */
.genre-description {
  padding-left: 30px;
}

/* line 455, ../sass/_sliderEditor.scss */
.genre-timeachine {
  width: 50%;
  float: left;
}

/* line 460, ../sass/_sliderEditor.scss */
.genre-add-button {
  clear: both;
  width: 100%;
}

/* line 465, ../sass/_sliderEditor.scss */
.genre-detail-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: .1;
  background-size: cover;
  background-position: center;
}

/* line 4, ../sass/_guiltyPleasures.scss */
.guilty-pleasures .inside {
  padding: 0;
  background-color: #372722;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  background: #ab3900 url(../img/guilty-pleasures-bg.jpg) no-repeat;
}

/* line 12, ../sass/_guiltyPleasures.scss */
[viewer-header].guilty-pleasures-header {
  border-bottom: none;
}

/* line 16, ../sass/_guiltyPleasures.scss */
.gp-list-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: .9em;
  margin: 0;
  padding: 10px 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #393939), color-stop(100%, #202020));
  background-image: -moz-linear-gradient(#393939, #202020);
  background-image: -webkit-linear-gradient(#393939, #202020);
  background-image: linear-gradient(#393939, #202020);
}

/* line 25, ../sass/_guiltyPleasures.scss */
[track-list-item].gp-track-list-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}
/* line 30, ../sass/_guiltyPleasures.scss */
[track-list-item].gp-track-list-item [box-density="medium"] {
  width: 45%;
  float: left;
  padding: 5px;
}
/* line 34, ../sass/_guiltyPleasures.scss */
[track-list-item].gp-track-list-item [box-density="medium"] [track-title] {
  font-weight: normal;
  font-size: 1em;
}
/* line 39, ../sass/_guiltyPleasures.scss */
[track-list-item].gp-track-list-item .track-rating {
  width: 55%;
  float: right;
}

/* line 46, ../sass/_guiltyPleasures.scss */
.guilty-pleasures .content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 50%;
  padding: 20px;
}
/* line 53, ../sass/_guiltyPleasures.scss */
.guilty-pleasures [track-list] {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  overflow: auto;
}

/* line 64, ../sass/_guiltyPleasures.scss */
[spinner-container].guilty-pleasures-spinner {
  width: 105px;
  margin: 10px auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
}
/* line 70, ../sass/_guiltyPleasures.scss */
[spinner-container].guilty-pleasures-spinner .spinner {
  top: 3px;
  right: 5px;
}

/* line 4, ../sass/_request.scss */
.request-viewer .inside {
  background-color: #372722;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MjcyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3MTEwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #372722), color-stop(100%, #17110f));
  background-image: -moz-linear-gradient(#372722, #17110f);
  background-image: -webkit-linear-gradient(#372722, #17110f);
  background-image: linear-gradient(#372722, #17110f);
}

/* ------------------------------------------------------------------------ */
/**
 *	Search Viewport
 */
/* line 16, ../sass/_request.scss */
[search-welcome] {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 0;
  color: white;
  font-size: 1.8em;
  font-weight: 300;
}
/* line 23, ../sass/_request.scss */
[search-welcome] h2 {
  margin-top: 0;
}

/* line 28, ../sass/_request.scss */
[search-screen],
[search-suggestions-screen] {
  opacity: 0;
  -webkit-transform: translateY(120px);
  -webkit-transition: 0.2s all linear;
  pointer-events: none;
}

/* line 36, ../sass/_request.scss */
[search-view-mode="none"] [search-screen],
[search-view-mode="prelim"] [search-screen],
[search-view-mode="prelim"] [search-suggestions-screen] {
  opacity: 1;
  -webkit-transform: translateY(0);
  pointer-events: auto;
}

/* line 44, ../sass/_request.scss */
[search-view-mode="prelim"] [search-screen] {
  top: 35px;
  z-index: 5;
  margin-top: 0;
}

/* line 50, ../sass/_request.scss */
[search-view-mode="list"] [search-screen],
[search-view-mode="detail"] [search-screen],
[search-view-mode="list"] [search-suggestions-screen],
[search-view-mode="detail"] [search-suggestions-screen] {
  display: none;
}

/* line 57, ../sass/_request.scss */
[search-screen][search-in-progress="true"] {
  top: 10%;
}

/*[search-view-mode="prelim"] [search-query] {
  width: 100%;
}*/
/* line 64, ../sass/_request.scss */
[search-screen] {
  position: absolute;
  left: 0;
  top: 10%;
  right: 0;
  margin: 0;
  text-align: center;
}

/* line 73, ../sass/_request.scss */
[search-control-set] {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

/* line 79, ../sass/_request.scss */
[search-control-set] [search-spinner] {
  position: absolute;
  left: 0;
  top: 115px;
  right: 0;
  color: rgba(255, 255, 255, 0.33);
  text-align: center;
}

/* line 88, ../sass/_request.scss */
[search-control-set] [search-spinner-indicator] {
  display: block;
  font: 0/0 a;
  position: relative;
  width: 60px;
  height: 35px;
  margin: 20px auto 0;
  color: transparent;
  text-align: center;
}

@-webkit-keyframes vpulse {
  0%, 100% {
    -webkit-transform: translateY(10px);
    background-color: #db1f5c;
  }
  50% {
    -webkit-transform: translateY(-10px);
    background-color: #ff5b33;
  }
}
@-moz-keyframes vpulse {
  0%, 100% {
    -moz-transform: translateY(10px);
    background-color: #db1f5c;
  }
  50% {
    -moz-transform: translateY(-10px);
    background-color: #ff5b33;
  }
}
@keyframes vpulse {
  0%, 100% {
    transform: translateY(10px);
    background-color: #db1f5c;
  }
  50% {
    transform: translateY(-10px);
    background-color: #ff5b33;
  }
}
/* line 136, ../sass/_request.scss */
[search-spinner-indicator] > i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-animation: vpulse 1s ease-in-out infinite;
  -moz-animation: vpulse 1s ease-in-out infinite;
  animation: vpulse 1s ease-in-out infinite;
}

/* line 148, ../sass/_request.scss */
[search-spinner-indicator] > i:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 154, ../sass/_request.scss */
[search-spinner-indicator] > i:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 160, ../sass/_request.scss */
[search-spinner-indicator] > i:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 166, ../sass/_request.scss */
[search-spinner-indicator] > i:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 172, ../sass/_request.scss */
[search-control-set] label {
  display: none;
}

/* line 176, ../sass/_request.scss */
[search-query] {
  width: 100%;
  font-family: inherit;
  font-weight: 100;
  font-size: 30px;
  padding: 15px 20px;
  color: #000;
  outline: 0;
  border: 1px solid #372722;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d2d2d2));
  background-image: -moz-linear-gradient(#ffffff, #d2d2d2);
  background-image: -webkit-linear-gradient(#ffffff, #d2d2d2);
  background-image: linear-gradient(#ffffff, #d2d2d2);
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.1);
}

/* line 193, ../sass/_request.scss */
.request-note {
  opacity: .75;
  font-size: 1.2em;
}

/* line 198, ../sass/_request.scss */
[search-control-set] input::-webkit-input-placeholder {
  color: #000 !important;
}

/* line 202, ../sass/_request.scss */
[search-control-set] input:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}

/* line 207, ../sass/_request.scss */
[search-control-set] input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}

/* line 212, ../sass/_request.scss */
[search-control-set] input:-ms-input-placeholder {
  color: #000 !important;
}

/* line 216, ../sass/_request.scss */
[search-in-progress="true"] [search-query] {
  opacity: 0.5;
}

/* line 220, ../sass/_request.scss */
[search-control-set] ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.27);
}

/* line 224, ../sass/_request.scss */
button[search-submit] {
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: inherit;
  font-weight: 300;
  font-size: 28px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
}

/* line 236, ../sass/_request.scss */
[search-control-set] button[search-clear] {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: 23px;
  right: 70px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  text-align: center;
  text-shadow: none;
}

/* line 254, ../sass/_request.scss */
[track-results-list] {
  position: absolute;
  top: 60px;
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 262, ../sass/_request.scss */
[artist-results-list] {
  position: absolute;
  top: 86px;
  bottom: 10px;
  right: 0;
  width: 28%;
}

/* line 270, ../sass/_request.scss */
[track-results-list] .list,
[artist-results-list] .list,
[history-list] .list {
  position: absolute;
  top: 41px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: #18110F;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.45);
}

/* line 283, ../sass/_request.scss */
[artist-results-list] [navigation-list] {
  width: 80%;
  margin: 15px auto;
}

/* Search Results */
/* line 289, ../sass/_request.scss */
[search-suggestions-screen] {
  position: absolute;
  top: 160px;
  bottom: 10px;
  left: 80px;
  right: 80px;
}

/* line 297, ../sass/_request.scss */
[search-results-header] {
  position: relative;
}

/* line 301, ../sass/_request.scss */
[search-results-header] h1 {
  font-weight: 100;
  font-size: 40px;
}

/* line 306, ../sass/_request.scss */
[search-results-header] h1 {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 20px 0 0;
}

/* line 313, ../sass/_request.scss */
[search-results-header] menu {
  position: absolute;
  top: 55%;
  right: 0;
  margin: -16px 0 0;
}

/*--Artist loading--*/
/* line 322, ../sass/_request.scss */
.artist-detail-loading {
  top: 30%;
  position: absolute;
  left: 50%;
  margin-left: -118px;
}

/* Artist Screen Layout */
/* line 5, ../sass/_artistDetail.scss */
.artist-controller {
  background-color: #372722;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MjcyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3MTEwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #372722), color-stop(100%, #17110f));
  background-image: -moz-linear-gradient(#372722, #17110f);
  background-image: -webkit-linear-gradient(#372722, #17110f);
  background-image: linear-gradient(#372722, #17110f);
}

/* line 10, ../sass/_artistDetail.scss */
[artist-screen] {
  z-index: 10;
}
/* line 12, ../sass/_artistDetail.scss */
[artist-screen] h2 {
  margin: 0;
}
/* line 15, ../sass/_artistDetail.scss */
[artist-screen] [track-rotation-panel] {
  position: absolute;
  left: 20px;
  top: 100px;
  right: 68%;
  bottom: 20px;
  overflow: auto;
}
/* line 23, ../sass/_artistDetail.scss */
[artist-screen] [albums-panel] {
  position: absolute;
  left: 35%;
  top: 100px;
  right: 0;
  bottom: 20px;
  overflow: auto;
}

/* Artist Header */
/* line 34, ../sass/_artistDetail.scss */
[artist-header] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background: #291C19;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid black;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
/* line 45, ../sass/_artistDetail.scss */
[artist-header] [artist-rating] {
  display: inline-block;
  margin-top: 9px;
  width: 250px;
}
/* line 49, ../sass/_artistDetail.scss */
[artist-header] [artist-rating] .artist-schedule {
  width: 100%;
}
/* line 51, ../sass/_artistDetail.scss */
[artist-header] [artist-rating] .artist-schedule label, [artist-header] [artist-rating] .artist-schedule .description {
  display: none;
}
/* line 56, ../sass/_artistDetail.scss */
[artist-header] menu {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
/* line 62, ../sass/_artistDetail.scss */
[artist-header] h1 {
  font-weight: 100;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 0px 20px 0px 0;
  max-width: 405px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 76, ../sass/_artistDetail.scss */
#HowRatingsWorkText button {
  position: absolute;
  right: 20px;
  bottom: -28px;
  color: #B04E22;
  font-size: 16px;
  background: transparent;
  border: none;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 27px 3px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
/* line 90, ../sass/_artistDetail.scss */
#HowRatingsWorkText button:after {
  content: "\e60f";
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 1.2em;
  speak: none;
}
/* line 101, ../sass/_artistDetail.scss */
#HowRatingsWorkText button:hover {
  color: #ff6f2d;
}

/* Track List (track-rotation-panel) */
/* line 108, ../sass/_artistDetail.scss */
[track-rotation-panel] [track-list] {
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #181818;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.45), 0 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 121, ../sass/_artistDetail.scss */
[track-rotation-panel] .track-rating {
  position: static;
  padding: 0 13px 11px;
  text-align: center;
}
/* line 126, ../sass/_artistDetail.scss */
[track-rotation-panel] .empty-result {
  font-size: 11px;
  padding: 125px 15px 0;
  opacity: 0.25;
  text-align: center;
}
/* line 132, ../sass/_artistDetail.scss */
[track-rotation-panel] .empty-result h3 {
  font-size: 17px;
}

/* line 137, ../sass/_artistDetail.scss */
[track-list-item]:before,
[track-list-item]:after {
  content: " ";
  display: table;
}

/* line 144, ../sass/_artistDetail.scss */
[track-list-item]:after {
  clear: both;
}

/* line 149, ../sass/_artistDetail.scss */
[track-list-item] {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkMGQwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #0d0d0d));
  background-image: -moz-linear-gradient(#262626, #0d0d0d);
  background-image: -webkit-linear-gradient(#262626, #0d0d0d);
  background-image: linear-gradient(#262626, #0d0d0d);
  position: relative;
}
/* line 154, ../sass/_artistDetail.scss */
[track-list-item] [track-title] {
  margin: 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

/* line 162, ../sass/_artistDetail.scss */
[track-rating]:before,
[track-rating]:after {
  content: " ";
  display: table;
}

/* line 169, ../sass/_artistDetail.scss */
[track-rating]:after {
  clear: both;
}

/* line 175, ../sass/_artistDetail.scss */
[track-list-item] [track-rating] .track-schedule label,
[track-list-item] [track-rating] .track-schedule .description {
  display: none;
}

/*  Albums Panel  */
/* line 183, ../sass/_artistDetail.scss */
[albums-panel] [album-list],
[albums-panel] [album-view] {
  position: absolute;
  left: 0;
  top: 35px;
  right: 20px;
  bottom: 0;
  overflow: auto;
}

/* line 193, ../sass/_artistDetail.scss */
[artist-screen] > section > header h2 {
  font-size: 19px;
  font-weight: 100;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

/* line 202, ../sass/_artistDetail.scss */
[albums-panel] header h2 .icon-arrow-left2 {
  font-size: 0.7em;
}
/* line 206, ../sass/_artistDetail.scss */
[albums-panel] [album-list] {
  padding: 0 3px;
}

/* line 211, ../sass/_artistDetail.scss */
[albums-panel] [album-view] {
  background: #181818;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 216, ../sass/_artistDetail.scss */
[albums-panel] .albumBackBtn {
  color: #f26525;
}

/* line 220, ../sass/_artistDetail.scss */
[count-badge] {
  display: inline-block;
  width: 2em;
  height: 2em;
  padding: .5em;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 2em;
}

/* line 237, ../sass/_artistDetail.scss */
.albumBackBtn:hover [count-badge] {
  background: rgba(255, 255, 255, 0.8);
  background: white;
  color: rgba(0, 0, 0, 0.9);
}

/* Album Detail (album-view) */
/* line 245, ../sass/_artistDetail.scss */
[album-detail] [box-density="medium"] {
  padding: 0;
}
/* line 248, ../sass/_artistDetail.scss */
[album-detail] [track-title] {
  display: block;
  width: 90%;
  float: right;
  padding-left: 10px;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: normal;
}
/* line 257, ../sass/_artistDetail.scss */
[album-detail] [track-position] {
  display: block;
  width: 10%;
  float: left;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 85px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.31);
  box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.31);
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 269, ../sass/_artistDetail.scss */
[album-detail] [track-album-info] {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: .2;
}
/* line 275, ../sass/_artistDetail.scss */
[album-detail] .track-rating {
  width: 90%;
  float: right;
  padding: 0 10px 10px 10px;
}

/**
 *	History Viewport
 */
/* line 7, ../sass/_history.scss */
.history-controller {
  background-color: #372722;
  border-top: 5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MjcyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3MTEwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #372722), color-stop(100%, #17110f));
  background-image: -moz-linear-gradient(#372722, #17110f);
  background-image: -webkit-linear-gradient(#372722, #17110f);
  background-image: linear-gradient(#372722, #17110f);
}

/* line 14, ../sass/_history.scss */
[history-nav] {
  margin-top: 15px;
}

/* line 18, ../sass/_history.scss */
[search-sort-history] {
  padding-top: 0;
  width: 80%;
  margin: 0 auto 10px auto;
}
/* line 22, ../sass/_history.scss */
[search-sort-history]:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 27, ../sass/_history.scss */
[search-sort-history] label {
  display: none;
}

/* line 32, ../sass/_history.scss */
[search-history] {
  float: left;
  display: block;
  width: 58%;
  height: auto;
  padding-right: 10px;
  position: static;
  text-align: right;
}

/* line 42, ../sass/_history.scss */
[sort-history] {
  float: left;
  display: block;
  width: 42%;
  height: auto;
  padding-left: 10px;
  position: static;
  text-align: left;
}

/* line 53, ../sass/_history.scss */
[history-nav] ul {
  list-style: none;
  margin: 0 4px 20px 0;
  padding-left: 0;
  text-align: center;
}
/* line 59, ../sass/_history.scss */
[history-nav] li {
  -webkit-appearance: none;
  display: inline-block;
  font: 300 12px Arial,Helvetica,sans-serif;
  line-height: 1;
  padding: 10px 16px 9px;
  margin-left: -4px;
  background: #ececec;
  background: -webkit-linear-gradient(#e8e8e8, #c3c3c3);
  color: #656565;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.33);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

/* line 79, ../sass/_history.scss */
[history-list] {
  position: absolute;
  top: 70px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

/* line 87, ../sass/_history.scss */
section[history-list] {
  min-width: inherit;
}

/* line 91, ../sass/_history.scss */
[history-nav] li.active {
  background: #fff;
  color: #000;
}

/* line 97, ../sass/_history.scss */
li.listener:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.33);
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 106, ../sass/_history.scss */
li.listener:last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 117, ../sass/_history.scss */
[search-history] [search-control-set] {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 122, ../sass/_history.scss */
[search-history] [search-query] {
  font-size: 15px;
  margin: 0;
  width: 100%;
  padding: 8px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 131, ../sass/_history.scss */
[search-history] button[search-submit] {
  background: transparent;
  border: none;
  color: #332C2A;
  font-size: 25px;
  text-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 1em;
  height: 1em;
  top: 5px;
  right: 5px;
}
/* line 145, ../sass/_history.scss */
[search-history] [search-control-set] button[search-clear] {
  display: none;
}
/* line 148, ../sass/_history.scss */
[search-history] [search-control-set] [search-spinner] {
  top: 6px;
  right: 85px;
}

/* Listening History List */
/* line 156, ../sass/_history.scss */
#Listen [track-list-item] {
  width: 100%;
}
/* line 158, ../sass/_history.scss */
#Listen [track-list-item]:after {
  content: "";
  display: table;
  clear: both;
}

/* line 165, ../sass/_history.scss */
#Listen [box-density="medium"],
#Listen [track-secondary-info],
#Listen [track-list] .list-item-rating {
  position: static;
  float: left;
  width: 33.333%;
  min-height: 68px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.03);
}

/*Rated Artists and Tracks */
/* line 181, ../sass/_history.scss */
#HistoryRatedArtist,
#HistoryRatedTrack {
  text-align: center;
  width: 100%;
  font-size: 14px;
}
/* line 186, ../sass/_history.scss */
#HistoryRatedArtist [list-item-label],
#HistoryRatedTrack [list-item-label] {
  top: 19px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
/* line 191, ../sass/_history.scss */
#HistoryRatedArtist article,
#HistoryRatedTrack article {
  width: 50%;
  float: left;
  padding: 0 20px 20px 20px;
  border-right: 1px solid black;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
/* line 198, ../sass/_history.scss */
#HistoryRatedArtist [box-density="medium"],
#HistoryRatedTrack [box-density="medium"] {
  padding: 10px 10px 0px 10px;
}
/* line 201, ../sass/_history.scss */
#HistoryRatedArtist [track-album-info],
#HistoryRatedTrack [track-album-info] {
  margin-bottom: 5px;
}

/* line 206, ../sass/_history.scss */
#HistoryRatedArtistHeader,
#HistoryRatedArtistHeader {
  top: 20px !important;
}

/* line 211, ../sass/_history.scss */
#Track [history-list] .list,
#Artist [history-list] .list {
  top: 140px;
}

/**
 *  Main navigation bar
 */
/* line 4, ../sass/_navBar.scss */
[radio-scheduler] > nav .inside {
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 12, ../sass/_navBar.scss */
[radio-scheduler-menu],
[radio-scheduler-menu] li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 20, ../sass/_navBar.scss */
[radio-scheduler-menu] {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  width: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
/* line 27, ../sass/_navBar.scss */
[radio-scheduler-menu] li {
  position: relative;
  padding: 16px 30px 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
/* line 35, ../sass/_navBar.scss */
[radio-scheduler-menu] li a {
  font-weight: 300;
}
/* line 38, ../sass/_navBar.scss */
[radio-scheduler-menu] li.popup-nav {
  padding: 0;
}
/* line 40, ../sass/_navBar.scss */
[radio-scheduler-menu] li.popup-nav label {
  display: block;
  padding: 16px 30px 14px;
  cursor: pointer;
}
/* line 46, ../sass/_navBar.scss */
[radio-scheduler-menu] li:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/* line 51, ../sass/_navBar.scss */
[radio-scheduler-menu] li.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  box-shadow: inset 0px 2px 7px rgba(0, 0, 0, 0.5);
}

/* line 61, ../sass/_navBar.scss */
.box {
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: 45px;
  z-index: 100;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid #434343;
  opacity: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 20px black;
  box-shadow: inset 0 0 20px black;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform ease-out .15s, opacity ease-out .2s;
  -moz-transition: -moz-transform ease-out .15s, opacity ease-out .2s;
  -ms-transition: -ms-transform ease-out .15s, opacity ease-out .2s;
  -o-transition: -o-transform ease-out .15s, opacity ease-out .2s;
  -webkit-backface-visibility: hidden;
}
/* line 81, ../sass/_navBar.scss */
.box:before {
  position: absolute;
  bottom: -12px;
  margin-left: -9px;
  left: 50%;
  display: inline-block;
  border-right: 12px solid transparent;
  border-top: 12px solid #eee;
  border-left: 12px solid transparent;
  border-top-color: #434343;
  content: '';
}
/* line 93, ../sass/_navBar.scss */
.box:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  content: '';
}
/* line 104, ../sass/_navBar.scss */
.box ul {
  margin: 0;
  padding: 0;
}
/* line 108, ../sass/_navBar.scss */
.box li {
  border: none;
  margin: 10px 0;
  padding: 0;
  display: block;
  float: none;
  width: auto;
}

/* line 118, ../sass/_navBar.scss */
.popUpControl {
  display: none;
}

/* line 122, ../sass/_navBar.scss */
.popup-nav label.active > .box {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 127, ../sass/_navBar.scss */
button.explicit.on {
  height: 20px;
  width: 30px;
  background: red;
  font-size: 50%;
}

/* line 133, ../sass/_navBar.scss */
button.explicit.off {
  height: 20px;
  width: 30px;
  background: green;
  font-size: 50%;
}

/* line 140, ../sass/_navBar.scss */
[radio-version] {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -6px 0 0;
  opacity: 0.66;
}

/* line 151, ../sass/_navBar.scss */
.social {
  height: 20px;
  width: 20px;
  border: solid #3f3f3f 1px;
}

/* @end */
/* line 1, ../sass/_login.scss */
.login {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 50px 25px 25px 25px;
  background: transparent url(../../../img/login-background.jpg) no-repeat center center;
  background-size: cover;
}

/* line 15, ../sass/_login.scss */
.login form {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 50px auto;
  padding: 20px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: linear-gradient(inverse-side(top), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

/* line 28, ../sass/_login.scss */
.login form[login-failed="true"] {
  -webkit-animation: login-failed 400ms 1 ease-out;
}

@-webkit-keyframes login-failed {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    -webkit-transform: translate3d(-15%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(20%, 0, 0);
  }
}
/* line 44, ../sass/_login.scss */
.login label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  display: none;
}

/* line 51, ../sass/_login.scss */
.welcome {
  color: #A7A7A7;
  position: absolute;
  top: 35px;
  bottom: 30px;
  width: 100%;
  padding: 0px 0px 0px 20px;
}

/* line 60, ../sass/_login.scss */
.welcome h2 {
  text-decoration: underline;
}

/* line 64, ../sass/_login.scss */
.welcome ol,
.welcome ul {
  padding: 0 0 0 20px;
}

/* line 69, ../sass/_login.scss */
.horizontal-or {
  text-align: center;
  position: relative;
  margin: 40px 0;
  width: 100%;
  height: 2px;
}
/* line 75, ../sass/_login.scss */
.horizontal-or span {
  font-family: serif;
  font-style: italic;
  font-size: 20px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -11px;
  display: block;
  width: 30px;
  text-align: center;
  text-shadow: 0px 0px 5px black;
}
/* line 88, ../sass/_login.scss */
.horizontal-or:after {
  content: "";
  border-top: 1px solid black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 2px;
  display: block;
  width: 40%;
  position: absolute;
  right: 0;
}
/* line 98, ../sass/_login.scss */
.horizontal-or:before {
  content: "";
  border-top: 1px solid black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 2px;
  display: block;
  width: 40%;
  position: absolute;
  left: 0;
}

/**
 *  Sign In
 */
/* line 114, ../sass/_login.scss */
#signin-logo a {
  width: 100%;
  max-width: 551px;
  height: 0;
  padding-top: 16%;
  margin: 0 auto;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../../../img/mgr-login-logo.png) no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 600px) {
  /* line 130, ../sass/_login.scss */
  #signin-logo a {
    width: 551px;
    height: 89px;
    padding: 0;
  }
}
/* line 137, ../sass/_login.scss */
#signup {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

/* line 151, ../sass/_login.scss */
#signup button {
  float: left;
  margin: 0;
  margin-left: 25px;
}

/* line 157, ../sass/_login.scss */
button.btn-gold {
  padding: 8px 15px;
  font-size: 15px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #CF9128;
}

/* line 167, ../sass/_login.scss */
#LoginForm h2 {
  margin: -10px 0 24px;
  text-align: center;
}

/* line 174, ../sass/_login.scss */
.login button[type="submit"],
.login input[type="submit"],
.login .button {
  padding: 10px;
  width: 100%;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #FC6719;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, transparent 51%, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(inverse-side(top), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px 3px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px 3px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 196, ../sass/_login.scss */
.login button[type="submit"]:hover, .login button[type="submit"]:focus,
.login input[type="submit"]:hover,
.login input[type="submit"]:focus,
.login .button:hover,
.login .button:focus {
  background-color: #fc7832;
  outline: none;
}
/* line 202, ../sass/_login.scss */
.login button[type="submit"]:active,
.login input[type="submit"]:active,
.login .button:active {
  color: #ccc;
  background-color: #df4f03;
  border-color: black #111 #111;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: linear-gradient(inverse-side(top), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.07));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

/* line 214, ../sass/_login.scss */
.login .button-secondary {
  background-color: #313131;
  font-size: 16px;
  color: #C4C4C4;
  font-weight: normal;
  display: block;
  width: 75%;
  margin: 0 auto;
  border-radius: 3px;
}
/* line 223, ../sass/_login.scss */
.login .button-secondary:hover, .login .button-secondary:focus {
  background-color: #393939;
}
/* line 227, ../sass/_login.scss */
.login .button-secondary:active {
  color: #ccc;
  background-color: #313131;
  border-color: black #111 #111;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: linear-gradient(inverse-side(top), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.07));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

/* line 239, ../sass/_login.scss */
.login p.button-concealer {
  padding: 10px;
  width: 100%;
  border: 0;
  cursor: pointer;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 249, ../sass/_login.scss */
.login p.button-concealer span {
  padding-left: 25px;
  background: url("../../img/login-spinner.gif") left 50% no-repeat;
}

/* login form */
/* line 257, ../sass/_login.scss */
.login input.fancyform[type="checkbox"],
.login input.fancyform[type="radio"] {
  display: none;
}

/* line 262, ../sass/_login.scss */
.login input.fancyform[type="radio"] + label span.fancyradio {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: transparent url(../../../img/check_radio.png) left top no-repeat;
  cursor: pointer;
}

/* line 271, ../sass/_login.scss */
.login input.fancyform[type="radio"]:checked + label span.fancyradio {
  background: transparent url(../../../img/check_radio.png) -32px top no-repeat;
}

/* line 275, ../sass/_login.scss */
.login input.fancyform[type="radio"] + label span {
  font-size: 13px;
  color: #999;
}

/* line 280, ../sass/_login.scss */
.login input.fancyform[type="checkbox"] + label span.fancyradio {
  display: inline-block;
  margin: -4px 5px 0 0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(../../../img/check_radio.png) transparent -64px top no-repeat;
  cursor: pointer;
}

/* line 290, ../sass/_login.scss */
.login input.fancyform[type="checkbox"]:checked + label span.fancyradio {
  background: url(../../../img/check_radio.png) transparent -96px top no-repeat;
}

/* line 294, ../sass/_login.scss */
.login input.fancyform[type="checkbox"] + label span {
  font-size: 0.8125em;
  color: #999;
}

/* line 299, ../sass/_login.scss */
.login-error {
  display: block;
  font-size: 13px;
  margin: 0 0 10px 0;
  color: #b60c1a;
  text-align: center;
}

/* line 307, ../sass/_login.scss */
.form-actions {
  text-align: center;
  margin: 10px 0;
}

/* line 312, ../sass/_login.scss */
.form-remember-me {
  margin-top: 15px;
}

/* line 316, ../sass/_login.scss */
.form-remember-me label {
  display: inline-block;
  font-size: 16px;
}

/* line 321, ../sass/_login.scss */
.form-links {
  text-align: center;
  margin: 10px 0;
  color: #b60c1a;
}

/* line 327, ../sass/_login.scss */
.form-links a {
  font-weight: normal;
}

/* line 331, ../sass/_login.scss */
.form-links output {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

/* line 337, ../sass/_login.scss */
a.ios, a.android {
  display: inline-block;
  width: 165px;
  background-size: contain;
}

/* line 343, ../sass/_login.scss */
a.ios {
  margin: 0 10px 0 0;
}

/* line 347, ../sass/_login.scss */
a.ios img, a.android img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 699px) {
  /* line 353, ../sass/_login.scss */
  .login {
    position: relative;
  }
}
/* line 369, ../sass/_login.scss */
.login input[type=text],
.login input[type=email],
.login input[type=url],
.login input[type=search],
.login input[type=password],
.login textarea {
  display: inline-block;
  font-size: 20px;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px;
  height: auto;
  color: #cba273;
  margin: 10px 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  background: #000;
  border: 1px solid #111;
  border-top-color: black;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.08);
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}
/* line 392, ../sass/_login.scss */
.login input[type=text]:focus,
.login input[type=email]:focus,
.login input[type=url]:focus,
.login input[type=search]:focus,
.login input[type=password]:focus,
.login textarea:focus {
  color: #e0c7ab;
  background: #1c1c1c;
  outline: none;
}

/* line 399, ../sass/_login.scss */
.login textarea {
  padding: 4px 7px;
  height: 67px;
  line-height: 19px;
  overflow: auto;
  resize: none;
}

/* line 409, ../sass/_login.scss */
.lt-ie9 input {
  line-height: 27px;
}

/* line 5, ../sass/_help.scss */
[feature-tour] {
  width: 690px;
  margin: 0 auto;
  line-height: 1.8em;
}
/* line 9, ../sass/_help.scss */
[feature-tour] h1 {
  font-size: 3em;
  line-height: 1.1em;
}
/* line 13, ../sass/_help.scss */
[feature-tour] h2 {
  font-size: 2em;
  line-height: 1.1em;
}
/* line 17, ../sass/_help.scss */
[feature-tour] h3 {
  clear: both;
  font-weight: bold;
  color: #BD5521;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 25, ../sass/_help.scss */
[feature-tour] p {
  width: 500px;
}
/* line 28, ../sass/_help.scss */
[feature-tour] img {
  float: right;
  padding: 0 0 20px 20px;
  margin-top: -20px;
}

/* line 35, ../sass/_help.scss */
[feature-tour] > section {
  padding: 10px 0;
  clear: both;
}

/* line 40, ../sass/_help.scss */
[feature-tour-intro] h1 {
  text-align: center;
}

/**
 *  Modal Window
 */
/* line 5, ../sass/_modal.scss */
.ng-modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

/* line 15, ../sass/_modal.scss */
.ng-modal-dialog {
  position: fixed;
  z-index: 10000;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 35px);
  -webkit-transform: translate(-50%, 35px);
  -moz-transform: translate(-50%, 35px);
  width: 40%;
}

/* line 25, ../sass/_modal.scss */
.ng-modal-dialog-content {
  padding: 20px;
  text-align: left;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #372722;
  background-image: -webkit-linear-gradient(#372722, #17110f);
  background-image: -moz-linear-gradient(#372722, #17110f);
  background-image: -o-linear-gradient(#372722, #17110f);
  background-image: linear-gradient(#372722, #17110f);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
/* line 40, ../sass/_modal.scss */
.ng-modal-dialog-content h1, .ng-modal-dialog-content h2, .ng-modal-dialog-content h3 {
  float: none;
  margin: 0 0 1rem;
  display: block;
  max-width: auto !important;
  font-weight: normal !important;
  font-size: 1.17rem;
  text-overflow: inherit;
  white-space: normal;
  overflow: visible;
  line-height: 100%;
}
/* line 52, ../sass/_modal.scss */
.ng-modal-dialog-content h1 {
  font-size: 2.17rem;
}
/* line 55, ../sass/_modal.scss */
.ng-modal-dialog-content h2 {
  font-size: 1.67rem;
}
/* line 58, ../sass/_modal.scss */
.ng-modal-dialog-content h3 {
  font-size: 1.17rem;
}
/* line 61, ../sass/_modal.scss */
.ng-modal-dialog-content p,
.ng-modal-dialog-content pre {
  margin: 0 0 0.75rem 0;
}

/* line 66, ../sass/_modal.scss */
.ng-modal-close {
  display: none;
  position: absolute;
  top: -33px;
  right: 0;
  padding: 5px;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  color: rgba(255, 255, 255, 0.25);
}
/* line 79, ../sass/_modal.scss */
.ng-modal-close span {
  font-weight: bold;
}

/* line 83, ../sass/_modal.scss */
.ng-modal-close:hover {
  color: #ccc;
  color: rgba(255, 255, 255, 0.75);
}

/* line 87, ../sass/_modal.scss */
.ng-modal-footer {
  margin: 20px 0 5px;
  text-align: right;
}
