.pitch-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }
  .pitch-slider:hover {
    opacity: 1; }
  .pitch-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #111;
    cursor: pointer; }
  .pitch-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #111;
    cursor: pointer; }

.pitcher {
  height: 200px;
  width: 200px;
  background: #111;
  border-radius: 2px;
  margin: 0 auto;
  position: relative; }
  .pitcher .notes {
    margin: auto;
    width: 200px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center; }
  .pitcher .note {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    padding-left: 10px;
    -webkit-tap-highlight-color: transparent; }
    .pitcher .note.active {
      color: #fff; }
    .pitcher .note span {
      position: absolute;
      left: 35px;
      font-size: 40%;
      font-weight: normal; }
  .pitcher .notes-list {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
    -ms-overflow-style: none; }
    .pitcher .notes-list::-webkit-scrollbar {
      display: none; }
  .pitcher .note-sharp {
    top: 0.3em; }
  .pitcher .note-octave {
    bottom: 0.3em; }
  .pitcher .frequency {
    font-size: 20px;
    color: #fff; }
  .pitcher .meter {
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    width: 200px;
    height: 80px;
    margin: 0 auto;
    background: #111; }
  .pitcher .meter-pointer {
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: bottom;
    transition: transform 0.5s;
    position: absolute;
    right: 50%; }
  .pitcher .meter-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: 50%;
    margin-right: -4px; }
  .pitcher .meter-scale {
    width: 1px;
    height: 100%;
    transform-origin: bottom;
    transition: transform 0.2s;
    box-sizing: border-box;
    border-top: 10px solid;
    position: absolute;
    right: 50%; }
  .pitcher .meter-scale-strong {
    width: 2px;
    border-top-width: 20px; }
  .pitcher .frequency-bars {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; }

.vocal-range-finder {
  margin: 0 auto;
  width: 400px;
  height: 450px;
  position: relative;
  text-align: center;
  overflow-x: hidden; }
  .vocal-range-finder .pitcher {
    position: absolute;
    left: 200px;
    top: 0;
    background: transparent;
    opacity: 0; }
    .vocal-range-finder .pitcher[active="yes"] {
      opacity: 1; }
    .vocal-range-finder .pitcher .notes {
      top: 50px;
      left: 46px;
      text-align: left; }
      .vocal-range-finder .pitcher .notes .frequency {
        font-size: 13px;
        color: #fff; }
        .vocal-range-finder .pitcher .notes .frequency small {
          font-size: 11px;
          color: #fff;
          opacity: .6; }
    .vocal-range-finder .pitcher .frequency-bars {
      width: 46px;
      left: 46px;
      top: 6px; }
    .vocal-range-finder .pitcher .meter, .vocal-range-finder .pitcher .notes-list {
      display: none; }
  .vocal-range-finder .vocal-range-lip {
    position: absolute;
    left: 155px;
    width: 90px;
    transition: top .2s, height .2s; }
    .vocal-range-finder .vocal-range-lip[pos="0"] {
      top: 19px;
      height: 70px; }
    .vocal-range-finder .vocal-range-lip[pos="1"] {
      top: 13px;
      height: 80px; }
    .vocal-range-finder .vocal-range-lip[pos="2"] {
      top: 8px;
      height: 90px; }
    .vocal-range-finder .vocal-range-lip[pos="3"] {
      top: 2px;
      height: 100px; }
  .vocal-range-finder .vocal-range-notes {
    position: absolute;
    left: 150px;
    height: 320px;
    bottom: 0;
    margin-left: 5px;
    text-align: left;
    width: 90px; }
    .vocal-range-finder .vocal-range-notes .note {
      height: 6px;
      position: relative; }
      .vocal-range-finder .vocal-range-notes .note .name {
        position: absolute;
        color: #fff1e2;
        font-size: 11px;
        padding-left: 36px;
        vertical-align: top;
        line-height: 0; }
      .vocal-range-finder .vocal-range-notes .note .line {
        position: absolute;
        height: 1px;
        background: #fff1e2;
        width: 80px;
        left: 5px; }
      .vocal-range-finder .vocal-range-notes .note[note-type="1"] .name {
        color: #8C293C;
        font-size: 14px;
        left: -60px; }
      .vocal-range-finder .vocal-range-notes .note[note-type="1"] .line {
        background: #8C293C; }
      .vocal-range-finder .vocal-range-notes .note[note-type="2"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="4"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="7"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="9"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="11"] .name {
        color: #666;
        font-size: 10px;
        left: 65px;
        opacity: 0; }
      .vocal-range-finder .vocal-range-notes .note[note-type="2"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="4"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="7"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="9"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="11"] .line {
        width: 50px;
        left: 20px;
        background: #666; }
      .vocal-range-finder .vocal-range-notes .note[note-type="3"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="5"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="6"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="8"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="10"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="12"] .name {
        color: #fff8f2;
        font-size: 10px;
        left: 45px; }
      .vocal-range-finder .vocal-range-notes .note[note-type="3"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="5"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="6"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="8"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="10"] .line, .vocal-range-finder .vocal-range-notes .note[note-type="12"] .line {
        width: 60px;
        left: 15px;
        background: #fff8f2; }
      .vocal-range-finder .vocal-range-notes .note[note-type="5"] .name, .vocal-range-finder .vocal-range-notes .note[note-type="10"] .name {
        left: -40px; }
      .vocal-range-finder .vocal-range-notes .note[note-type="12"] .name {
        opacity: 0; }
  .vocal-range-finder .vocal-range-indicator {
    position: absolute;
    left: 180px;
    height: 320px;
    bottom: 0;
    text-align: center;
    width: 40px;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
    .vocal-range-finder .vocal-range-indicator[active="yes"] {
      display: block; }
    .vocal-range-finder .vocal-range-indicator .vocal-range-indicator-relative {
      position: relative;
      height: 100%;
      width: 100%; }
      .vocal-range-finder .vocal-range-indicator .vocal-range-indicator-relative .voice-line {
        position: absolute;
        right: 0;
        width: 100%;
        background: #661A2C;
        opacity: 1;
        box-shadow: inset 0 1px 0 #000, inset 0 -1px 0 #000;
        transition: top .3s, bottom .3s;
        top: 100px;
        bottom: 150px; }
        .vocal-range-finder .vocal-range-indicator .vocal-range-indicator-relative .voice-line .voice-line-relative {
          position: relative;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          .vocal-range-finder .vocal-range-indicator .vocal-range-indicator-relative .voice-line .voice-line-relative .voice-value {
            position: absolute;
            left: 0;
            width: 100%;
            color: #ffd3dd;
            text-align: center;
            font-size: 16px;
            line-height: 0;
            text-shadow: 0 0 2px #000; }
            .vocal-range-finder .vocal-range-indicator .vocal-range-indicator-relative .voice-line .voice-line-relative .voice-value.voice-value-high {
              top: 12px; }
            .vocal-range-finder .vocal-range-indicator .vocal-range-indicator-relative .voice-line .voice-line-relative .voice-value.voice-value-low {
              bottom: 12px; }

@keyframes getready {
  from {
    background-color: #333; }
  to {
    background-color: #111; } }
@keyframes recording {
  from {
    background-color: #cc5569; }
  to {
    background-color: #591424; } }

/*# sourceMappingURL=pitcher.css.map */
