
.black {
  color: black; }

body, html {
  font-family: "Anonymous Pro";
  font-size: 16px; }

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, button:hover {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.icon-right {
  margin-left: 5px; }

.icon-left {
  margin-right: 5px; }

.content-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  min-height: 100%; }
  .content-wrap.home {
    min-height: initial; }
  .content-wrap .sub-container {
    overflow: scroll;
    background: white;
    height: 100%;
    padding: 20px; }
    .content-wrap .sub-container .section {
      margin: 20px 0; }


.loading-area h1 {
  text-align: center;
  padding-top: 200px; }

.map-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #e6e6e6; }
  .map-container .leaflet-container {
    width: 100%;
    height: 100%; }
    .map-container .leaflet-container .marker-multi-icon {
      min-height: 30px;
      width: auto !important;
      font-family: "Anonymous Pro";
      font-size: 16px;
      background-image: url("../../imgs/map-icon.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      box-sizing: border-box;
      padding: 0 10px 0 40px;
      line-height: 30px;
      background-color: rgba(255, 255, 255, 0.9); }
    .map-container .leaflet-container .leaflet-popup-content-wrapper, .map-container .leaflet-container .leaflet-popup-tip {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
    .map-container .leaflet-container .leaflet-popup-content-wrapper {
      border-radius: 0px; }

.top-nav {
  position: relative;
  text-align: center;
  padding: 20px; }
  .top-nav h1 {
    display: block;
    padding: 0;
    margin: 0; }
  .top-nav .make-mix-btn {
    background: #5fcae3;
    padding: 10px;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px; }
    .top-nav .make-mix-btn:hover {
      background: rgba(95, 202, 227, 0.7); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .map-container .leaflet-container .marker-multi-icon {
    background-image: url("../../imgs/map-icon@2x.png"); } }

.main-audio-player {
  position: fixed;
  bottom: 0;
  background: #b3d236; }

#song-queue li.active-playing {
  background: #5fcae3; }

#seekbar {
  width: 400px; }

#hidemap {
  display: none; }

.mix-art-container ul {
  list-style: none;
  width: 200px;
  height: 200px;
  margin: 0;
  padding: 0; }
  .mix-art-container ul li {
    overflow: hidden;
    position: relative; }
  .mix-art-container ul.one li {
    width: 100%;
    height: 100%; }
    .mix-art-container ul.one li img {
      width: auto;
      height: 100%; }
  .mix-art-container ul.two li {
    width: 50%;
    height: 100%;
    display: inline-block; }
    .mix-art-container ul.two li img {
      width: auto;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .mix-art-container ul.three li {
    width: 50%;
    height: 50%;
    display: inline-block; }
    .mix-art-container ul.three li img {
      width: auto;
      height: 200%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .mix-art-container ul.three li:first-child {
      width: 100%; }
  .mix-art-container ul.more li {
    width: 50%;
    height: 50%;
    display: inline-block; }
    .mix-art-container ul.more li img {
      width: 200%;
      height: 200%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .mix-art-container ul.more li:nth-child(n+5) {
      display: none; }

.make-mix {
  position: relative;
  background: white; }
  .make-mix input, .make-mix select {
    width: 100%;
    min-height: 60px;
    font-size: 24px;
    padding: 10px;
    border: 1px #e6e6e6 solid; }
  .make-mix .geosuggest {
    background-color: #b3d236; }
    .make-mix .geosuggest ul {
      height: 0;
      transform: all 0.3s ease-out;
      padding: 0;
      margin: 0;
      opacity: 0;
      display: none; }
    .make-mix .geosuggest.open ul {
      display: block;
      opacity: 1.0;
      height: auto;
      transform: all 0.3s ease-out;
      list-style: none; }
      .make-mix .geosuggest.open ul li {
        padding: 19px 10px;
        border-bottom: 1px solid #6d6d6d; }
        .make-mix .geosuggest.open ul li:last-child {
          border-bottom: none; }
  .make-mix ul.mix-area {
    list-style: none;
    padding: 0;
    margin: 0; }
    .make-mix ul.mix-area li.list-item {
      padding: 20px 0; }
      .make-mix ul.mix-area li.list-item .delete {
        float: right;
        cursor: pointer; }
  .make-mix .song-area .input-area {
    position: relative; }
    .make-mix .song-area .input-area .clear-input {
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      cursor: pointer;
      opacity: 1.0;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .make-mix .song-area .input-area .clear-input:hover {
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0.7; }
      .make-mix .song-area .input-area .clear-input.hide-clear-btn {
        display: none; }
  .make-mix .song-area .results-area {
    max-height: 400px;
    overflow: scroll; }
    .make-mix .song-area .results-area.hide-results {
      display: none; }
    .make-mix .song-area .results-area .search-result {
      display: flex;
      align-items: center;
      margin: 5px 0;
      background-color: white;
      border: 1px #e6e6e6 solid;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .make-mix .song-area .results-area .search-result:hover {
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        background-color: #e6e6e6; }
      .make-mix .song-area .results-area .search-result .song-preview {
        width: 100px;
        height: 100px;
        position: relative;
        cursor: pointer;
        overflow: hidden; }
        .make-mix .song-area .results-area .search-result .song-preview img {
          height: 100%;
          width: 100%; }
        .make-mix .song-area .results-area .search-result .song-preview .audio-buttons {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: white; }
          .make-mix .song-area .results-area .search-result .song-preview .audio-buttons .playButton {
            display: block; }
          .make-mix .song-area .results-area .search-result .song-preview .audio-buttons .pauseButton {
            display: none; }
        .make-mix .song-area .results-area .search-result .song-preview.nowplaying .audio-buttons .playButton {
          display: none; }
        .make-mix .song-area .results-area .search-result .song-preview.nowplaying .audio-buttons .pauseButton {
          display: block; }
      .make-mix .song-area .results-area .search-result .song-meta {
        padding: 10px;
        cursor: pointer; }

.error-state {
  display: none; }
  .error-state.show-error {
    display: block; }

.view-mix .mix-art-container {
  background-color: black; }
  .view-mix .mix-art-container ul {
    width: 400px;
    height: 400px;
    margin: 0 auto; }

.view-mix ul.hashtags {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .view-mix ul.hashtags li {
    display: inline-block;
    margin: 10px 20px 0 0; }

.view-mix ol.mixSongList {
  list-style: none;
  padding: 0;
  margin: 0; }
  .view-mix ol.mixSongList li {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6; }
    .view-mix ol.mixSongList li:last-child {
      border-bottom: none; }
    .view-mix ol.mixSongList li img {
      margin-right: 20px;
      float: left; }

.location-mixes ul.mix-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .location-mixes ul.mix-list li.mix-list-item {
    border-bottom: 1px solid #e6e6e6;
    min-height: 110px;
    margin-bottom: 10px; }

.location-mixes .mix-art-container {
  float: left; }
  .location-mixes .mix-art-container ul {
    width: 100px;
    height: 100px; }

.location-mixes .mix-info-container {
  float: left;
  position: relative;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px); }
  .location-mixes .mix-info-container ul.mix-artists, .location-mixes .mix-info-container ul.mix-tags {
    padding: 0 0 10px 0; }
    .location-mixes .mix-info-container ul.mix-artists li, .location-mixes .mix-info-container ul.mix-tags li {
      display: inline-block;
      padding: 0 20px; }
  .location-mixes .mix-info-container a {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px; }
  .location-mixes .mix-info-container .publish-date {
    padding: 0 20px 10px; }
