@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 66, ../scss/test_results.scss */
#test-results {
  font-size: 1em;
  color: #202020;
  position: relative;
  width: 600px;
  height: 490px;
  margin: 0 auto;
}
/* line 74, ../scss/test_results.scss */
#test-results #result-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 425px;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
}
/* line 83, ../scss/test_results.scss */
#test-results #result-image span.copyright {
  position: absolute;
  bottom: 7px;
  right: 20px;
  font-size: 0.6em;
  color: #949aa6;
}
/* line 90, ../scss/test_results.scss */
#test-results #result-image.ca-image {
  right: 50px;
}
/* line 93, ../scss/test_results.scss */
#test-results #result-image.ca-image span.copyright {
  right: -50px;
}
/* line 98, ../scss/test_results.scss */
#test-results .focal-length {
  width: 80%;
  height: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 105, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider {
  top: 40%;
  width: 70%;
  height: .8em;
  position: absolute;
  border: 1px solid #c5c5c5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 15, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider .ui-slider-handle {
  width: 3em;
  height: 1.6em;
  margin-left: -1.5em;
  text-align: center;
  line-height: 1.6em;
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  cursor: default;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 29, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider .ui-slider-handle:hover, #test-results .focal-length #focal-length-slider .ui-slider-handle.ui-state-hover, #test-results .focal-length #focal-length-slider .ui-slider-handle:focus, #test-results .focal-length #focal-length-slider .ui-slider-handle.ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  color: #2b2b2b;
}
/* line 34, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider .ui-slider-handle:active, #test-results .focal-length #focal-length-slider .ui-slider-handle.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  color: #fff;
}
/* line 40, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider.ui-state-disabled .ui-slider-handle {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #949aa6;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
/* line 47, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider.wider .ui-slider-handle {
  margin-left: -2em;
  width: 4em;
}
/* line 111, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider .ui-slider-handle {
  top: 50%;
  margin-top: -.8em;
}
/* line 115, ../scss/test_results.scss */
#test-results .focal-length #focal-length-slider.ui-state-disabled .ui-slider-handle {
  left: 50% !important;
}
/* line 120, ../scss/test_results.scss */
#test-results .focal-length .focal-length-labels .label, #test-results .focal-length .focal-length-labels .value-range {
  width: 105px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
}
/* line 127, ../scss/test_results.scss */
#test-results .focal-length .focal-length-labels .label {
  top: 0;
}
/* line 130, ../scss/test_results.scss */
#test-results .focal-length .focal-length-labels .value-range {
  top: 20px;
}
/* line 133, ../scss/test_results.scss */
#test-results .focal-length .focal-length-labels ul#focal-length-legend {
  width: 70%;
  height: .8em;
  top: 0;
  left: 0;
  list-style-type: none;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
}
/* line 60, ../scss/test_results.scss */
#test-results .focal-length .focal-length-labels ul#focal-length-legend li {
  position: absolute;
  background-color: #cccccc;
}
/* line 140, ../scss/test_results.scss */
#test-results .focal-length .focal-length-labels ul#focal-length-legend li {
  bottom: 0;
  width: 2px;
  height: .5em;
}
/* line 148, ../scss/test_results.scss */
#test-results .aperture {
  width: 100px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 155, ../scss/test_results.scss */
#test-results .aperture #aperture-slider {
  bottom: 0;
  right: 40%;
  height: 85%;
  width: .8em;
  position: absolute;
  border: 1px solid #c5c5c5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 15, ../scss/test_results.scss */
#test-results .aperture #aperture-slider .ui-slider-handle {
  width: 3em;
  height: 1.6em;
  margin-left: -1.5em;
  text-align: center;
  line-height: 1.6em;
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  cursor: default;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 29, ../scss/test_results.scss */
#test-results .aperture #aperture-slider .ui-slider-handle:hover, #test-results .aperture #aperture-slider .ui-slider-handle.ui-state-hover, #test-results .aperture #aperture-slider .ui-slider-handle:focus, #test-results .aperture #aperture-slider .ui-slider-handle.ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  color: #2b2b2b;
}
/* line 34, ../scss/test_results.scss */
#test-results .aperture #aperture-slider .ui-slider-handle:active, #test-results .aperture #aperture-slider .ui-slider-handle.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  color: #fff;
}
/* line 40, ../scss/test_results.scss */
#test-results .aperture #aperture-slider.ui-state-disabled .ui-slider-handle {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #949aa6;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
/* line 47, ../scss/test_results.scss */
#test-results .aperture #aperture-slider.wider .ui-slider-handle {
  margin-left: -2em;
  width: 4em;
}
/* line 162, ../scss/test_results.scss */
#test-results .aperture #aperture-slider .ui-slider-handle {
  margin-bottom: -.8em;
  left: 50%;
}
/* line 166, ../scss/test_results.scss */
#test-results .aperture #aperture-slider.ui-state-disabled .ui-slider-handle {
  top: 50% !important;
}
/* line 169, ../scss/test_results.scss */
#test-results .aperture #aperture-slider.wider .ui-slider-handle {
  margin-left: -2.4em;
}
/* line 175, ../scss/test_results.scss */
#test-results .aperture .aperture-labels .label, #test-results .aperture .aperture-labels .value-range {
  width: 100%;
  text-align: center;
  display: block;
}
/* line 180, ../scss/test_results.scss */
#test-results .aperture .aperture-labels .label {
  margin-top: 5px;
}
/* line 183, ../scss/test_results.scss */
#test-results .aperture .aperture-labels ul#aperture-legend {
  height: 85%;
  width: .8em;
  bottom: 0;
  right: 0;
  list-style-type: none;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
}
/* line 60, ../scss/test_results.scss */
#test-results .aperture .aperture-labels ul#aperture-legend li {
  position: absolute;
  background-color: #cccccc;
}
/* line 190, ../scss/test_results.scss */
#test-results .aperture .aperture-labels ul#aperture-legend li {
  left: 0;
  height: 2px;
  width: .5em;
}

/* line 200, ../scss/test_results.scss */
#overlay {
  z-index: 20;
  display: table;
  position: absolute;
  width: 600px;
  height: 545px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
/* line 212, ../scss/test_results.scss */
#overlay .loader {
  border: 16px solid #ededed;
  border-top: 16px solid #007fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 151px;
  left: 184px;
  animation: spin 2s linear infinite;
}
/* line 223, ../scss/test_results.scss */
#overlay span {
  vertical-align: middle;
  display: table-cell;
  font-size: 2em;
  text-align: center;
}
/* line 229, ../scss/test_results.scss */
#overlay span noscript {
  font-size: 50%;
  width: 130px;
  display: block;
  margin: 5px auto 0;
}

/* line 238, ../scss/test_results.scss */
body {
  font-family: "futura-pt", "Arial", san-serif;
  text-align: center;
  margin: 10px;
  background: #fff;
}

/* line 245, ../scss/test_results.scss */
.vig-image, .gd-image {
  position: relative;
  width: 500px;
  height: 445px;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 253, ../scss/test_results.scss */
.vig-image span.copyright, .gd-image span.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.6em;
  color: #949aa6;
  height: 20px;
}

/* line 265, ../scss/test_results.scss */
* {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
