section#artists {
  position: relative;
  padding-top: 116px;
  z-index: 2;
}

section#artists .instrument-selector {
  position: relative;
  z-index: 2;
}

section#artists .instrument-selector h1 {
  line-height: 55px;
  font-family: "HelveticaNeue";
  font-weight: 300;
  font-weight: normal;
  font-size: 48px;
  margin: 0;
  padding: 40px 50px;
  cursor: pointer;
}

section#artists .instrument-selector h1 span {
  font-family: "HelveticaNeue";
  font-weight: bold;
  color: #0080fb;
  padding-right: 25px;
  background: url("../images/layout/drop-double-blue.svg") no-repeat right top 25px;
}

section#artists .instrument-selector h1:hover span {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

section#artists .instrument-selector ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin: 0;
  list-style: none;
  padding: 0 50px;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  -webkit-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}

section#artists .instrument-selector ul li {
  opacity: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: "HelveticaNeue";
  font-weight: 300;
  padding: 10px 0 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

section#artists .instrument-selector ul li:hover {
  color: #0080fb;
}

section#artists .instrument-selector ul.active li {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out 0.25s, color 0.1s ease-out;
  transition: opacity 0.25s ease-out 0.25s, color 0.1s ease-out;
}

section#artists .artists {
  position: relative;
  margin-left: -1px;
  border-bottom: solid 1px #fff;
}

section#artists .artist {
  position: relative;
  padding: 0;
  padding-bottom: 25%;
  text-align: center;
  overflow: hidden;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

section#artists .artist:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

section#artists .artist .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section#artists .artist .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section#artists .artist .btn-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section#artists .artist h2 {
  font-family: "HelveticaNeue-Light";
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  text-align: left;
  margin: 0;
  padding: 10px 20px 0;
  color: #fff;
}

section#artists .artist h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  padding: 0 20px;
  font-style: italic;
  color: #939498;
}

/* Responsive ----------------------------------------------------------*/
@media (max-width: 1200px) {
  section#artists {
    padding-top: 106px;
  }
}
@media (max-width: 1039px) {
  section#artists {
    padding-top: 70px;
  }

  section#artists .instrument-selector h1,
section#artists .artist h2 {
    font-size: 44px;
    line-height: 45px;
  }

  section#artists .instrument-selector h1 span {
    background-position: right top 22px;
  }

  section#artists .instrument-selector ul li {
    font-size: 36px;
  }

  section#artists .artist h3 {
    padding-top: 10px;
  }
}
@media (max-width: 800px) {
  section#artists .instrument-selector h1 {
    font-size: 38px;
  }

  section#artists .artist h2 {
    font-size: 38px;
    line-height: 42px;
  }

  section#artists .instrument-selector h1 span {
    background-position: right top 17px;
  }

  section#artists .instrument-selector ul li {
    font-size: 34px;
  }
}
@media (max-width: 655px) {
  section#artists .artist {
    padding-bottom: 50%;
  }

  section#artists .artist:last-child {
    padding-bottom: 80px;
  }

  section#artists .instrument-selector h1 {
    font-size: 32px;
  }

  section#artists .artist h2 {
    font-size: 36px;
    line-height: 40px;
  }

  section#artists .instrument-selector h1 span {
    background-position: right top 13px;
  }

  section#artists .instrument-selector ul li {
    font-size: 30px;
  }

  section#artists .instrument-selector {
    text-align: center;
  }
}

/*# sourceMappingURL=artists.css.map */