@font-face {
  font-family: 'Proxima_Nova';
  src: url("../shared/fonts/proxima_nova.woff2") format("woff2"), url("../shared/fonts/proxima_nova.woff") format("woff"); }

@font-face {
  font-family: 'Proxima_Nova_Bold';
  font-weight: bold;
  src: url("../shared/fonts/proxima_nova_bold.woff2") format("woff2"), url("../shared/fonts/proxima_nova_bold.woff") format("woff"), url("../shared/fonts/proxima_nova_bold.ttf") format("ttf"); }

header {
  max-width: 500px;
  margin: auto;
  height: 80px;
  background-color: #000;
  width: 100%;
  padding-top: 0px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 300px) {
    header {
      height: 60px; } }

.header .logo {
  flex: 0 1;
  flex-basis: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }
  .header .logo.soundbreaking img {
    max-height: 50px; }
  .header .logo img {
    max-width: 80%;
    max-height: 50px; }

.header .widget-title {
  background: #000;
  flex: 1;
  position: relative;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 200px;
  max-width: 300px;
  border-left: 1px dotted #505050;
  border-right: 1px dotted #505050; }
  .header .widget-title.dropdown {
    cursor: pointer; }
    .header .widget-title.dropdown:hover {
      background-color: #222; }
  .header .widget-title h1 {
    height: 25px;
    padding: 6px 0;
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    background-color: #000;
    border-bottom: 1px dotted #505050; }
    .header .widget-title h1 img {
      height: 100%;
      display: block;
      margin: 0 auto; }
  .header .widget-title h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 800px;
    margin: 0;
    color: #fff;
    line-height: 14.5px; }
    @media (max-width: 300px) {
      .header .widget-title h2 {
        font-size: 10px;
        line-height: 11px; } }

.header .widget-menu {
  position: absolute;
  z-index: 200;
  background: black;
  top: 78px;
  left: calc(50% - 252px);
  border: 2px solid white;
  padding: 0px;
  width: 504px; }
  @media (max-width: 500px) {
    .header .widget-menu {
      left: 0px;
      width: 100%; } }
  .header .widget-menu ul {
    list-style: none; }
  .header .widget-menu li {
    margin-left: 0px;
    border-bottom: 1px solid darkgray;
    height: 48px; }
  .header .widget-menu li.active > a {
    background-color: #03aded !important;
    background-image: none !important; }
  .header .widget-menu img {
    width: 48px;
    background: #03aded;
    margin-right: 10px;
    height: 48px;
    border-bottom: 1px solid white;
    border-right: 1px solid white; }
  .header .widget-menu a {
    color: white;
    padding: 0px; }

.footer {
  max-width: 500px;
  margin: auto;
  height: 50px;
  background-color: #000;
  align-content: center;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 10px;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.footerimg {
  position: relative;
  min-width: 200px;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px; }

#widget {
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

@media (max-width: 300px) {
  main.container#widget {
    padding: 0px; }
  main.container {
    padding: 0px; } }

.instructions-container .instructions {
  background-color: #03b6f3;
  margin: auto;
  padding: 15px;
  font-size: 1.0em;
  text-align: center; }

@media (max-width: 500px) {
  .instructions-container .instructions-container, .instructions-container .instructions {
    font-size: 1.0em; } }

@media (max-width: 300px) {
  .instructions-container .instructions-container, .instructions-container .instructions {
    font-size: 0.8em; } }

.screen {
  height: 333.33334px;
  background-color: #ffffff;
  padding: 15px; }
  .screen canvas, .screen video {
    width: 100%;
    height: 100%; }
  .screen video {
    display: none; }

.title {
  background-color: #f5f5f5;
  border-bottom: 1px dotted lightgray;
  border-top: 1px dotted lightgray;
  margin: 0px auto;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 5px; }
  .title > * {
    padding: 5px; }

@media (max-height: 750px) {
  .screen {
    height: 250px; } }

@media (max-height: 650px) {
  .screen {
    height: 225px; } }

.play-pause {
  width: 100px;
  height: 100px;
  margin: auto;
  background: url("../shared/img/icon-play-128.png") no-repeat;
  background-color: #8cefbf;
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
  cursor: pointer; }

.play-pause.playing {
  background: url("../shared/img/icon-pause-128.png") no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #ff2979; }

nav.controls {
  width: 100%;
  margin: 0px 0;
  padding: 20px;
  position: relative;
  background-color: white; }
  nav.controls .controls--label {
    width: 100%;
    text-align: center;
    text-transform: uppercase; }

li {
  position: relative; }

li .circle {
  border-radius: 50%;
  background-color: #ddd;
  width: 80px;
  height: 80px;
  margin: auto;
  position: relative;
  cursor: pointer; }

li .circle.selected {
  background-color: #03b6f3; }

li .circle * {
  cursor: pointer; }

.controls ul li div {
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.circle__label {
  text-align: center;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

@media (max-width: 500px) {
  li .circle {
    width: 100px;
    height: 100px; } }

@media (max-width: 300px) {
  li .circle {
    width: 75px;
    height: 75px; } }

@media (max-height: 850px) {
  li .circle {
    width: 70px;
    height: 70px; }
  .play-pause {
    width: 90px;
    height: 90px; } }

@media (max-height: 750px) {
  li .circle {
    width: 65px;
    height: 65px; }
  .play-pause {
    width: 80px;
    height: 80px; } }

@media (max-height: 650px) {
  li .circle {
    width: 50px;
    height: 50px; }
  .play-pause {
    width: 65px;
    height: 65px; } }

.knob {
  display: flex;
  width: 100%; }
  .knob__range, .knob input[type=range] {
    display: none; }
  .knob__image {
    background-image: url("../shared/img/knob-1.png");
    flex: 2;
    flex-basis: 120px;
    padding: 20px;
    min-height: 120px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: row-resize;
    margin: auto; }

.loading {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 300ms, opacity 300ms;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  display: block;
  z-index: 1000;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.8);
  background-image: url("../shared/img/ripple.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; }
  .loading--active {
    visibility: visible;
    opacity: 1; }
  .loading h1 {
    width: 100%;
    text-align: center;
    height: 100%;
    box-siding: border-box;
    padding: 5% 0px;
    color: #dbf0fc; }

@media (max-width: 500px) {
  #loader {
    width: 480px; } }

@media (max-width: 300px) {
  #loader {
    width: 320px; } }

html {
  width: 1px;
  min-width: 100%; }

html, body {
  height: 100%; }

body.body {
  background-color: #ecf4f7;
  overflow-x: hidden;
  font-size: 14px; }
  @media (max-height: 649px) {
    body.body {
      overflow-x: scroll; } }

* {
  user-select: none; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.header .widget-title h2 {
  word-spacing: normal;
  font-size: 24px; }

.screen {
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 0; }
  .screen canvas {
    border-radius: 20px;
    border: 1px solid #C8CCCC; }
  .screen .top .left {
    padding-left: 30px;
    padding-top: 26px;
    padding-bottom: 26px; }
  .screen .top .right {
    padding-top: 26px;
    padding-bottom: 26px; }
  .screen .center .left {
    padding: 0 20px; }
  .screen .right {
    border-left: 1px solid #C8CCCC; }

.slider {
  height: 100%;
  width: 72px;
  margin: 0 auto;
  position: relative; }
  .slider .noUi-target {
    /*      margin:  auto; */
    height: 100%;
    border: 0;
    background: transparent;
    box-shadow: none; }
    .slider .noUi-target .noUi-base {
      background: #16a5a1;
      border-radius: 15px;
      width: 72px;
      overflow: hidden;
      -webkit-box-shadow: 0px 24px 162px -20px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0px 24px 162px -20px rgba(0, 0, 0, 0.45);
      box-shadow: 0px 24px 162px -20px rgba(0, 0, 0, 0.45); }
      .slider .noUi-target .noUi-base .noUi-connect {
        width: 72px;
        background: #79c6c4;
        box-shadow: none;
        border-radius: 6px 6px 0 0; }
      .slider .noUi-target .noUi-base .noUi-handle {
        border: 0;
        background: transparent;
        cursor: default;
        box-shadow: none;
        margin-left: 5px;
        background-repeat: no-repeat; }
  .slider .noUi-vertical .noUi-handle:after,
  .slider .noUi-vertical .noUi-handle:before {
    width: 0;
    height: 0; }
  .slider span {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 15px;
    z-index: 20; }
    .slider span.plus {
      top: 5px; }
    .slider span.minus {
      bottom: 5px; }

.fuzz-title {
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-family: 'Proxima_Nova_Bold'; }
  .fuzz-title.align-center {
    text-align: center; }
  .fuzz-title.align-left {
    text-align: left; }

.oscilloscope-container {
  flex: 1; }

.control_title {
  width: 100%;
  margin-bottom: 0px;
  height: auto;
  padding: 5px;
  border-radius: 0px 0px 15px 15px; }

.slider__label {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  flex: 0.2;
  font-family: 'Proxima_Nova_Bold'; }

.toggle {
  width: 100%;
  text-align: center;
  flex: 0.4;
  margin: auto;
  padding-top: 30px; }
  .toggle .circle {
    border: 5px solid black;
    width: 30px;
    height: 30px; }
  .toggle .circle.selected {
    background-color: #ff2979; }

#slider-fuzz-wrapper {
  position: relative;
  height: 100%;
  display: flex; }
  #slider-fuzz-wrapper span {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 15px; }
    #slider-fuzz-wrapper span.plus {
      /*top: -58px;
			left: 7px;*/ }
    #slider-fuzz-wrapper span.minus {
      bottom: 5px; }

.fuzz-container {
  display: flex;
  flex: 1;
  flex-direction: row; }
  .fuzz-container .left {
    width: 70%; }
  .fuzz-container .right {
    width: 30%; }

.instructions {
  font-family: 'Proxima_Nova'; }

@media (max-width: 450px) {
  .slider {
    width: 55px; }
    .slider .noUi-target .noUi-base {
      width: 55px; }
      .slider .noUi-target .noUi-base .noUi-connect {
        width: 55px; } }

@media (max-width: 350px) {
  .slider {
    width: 42px; }
    .slider .noUi-target .noUi-base {
      width: 42px; }
      .slider .noUi-target .noUi-base .noUi-connect {
        width: 42px; } }
