/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* customize ui variables */
/* import base css */
/* line 17, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@-moz-keyframes rotate {
  /* line 4, ../sass/pres/_pres.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 7, ../sass/pres/_pres.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  /* line 13, ../sass/pres/_pres.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 16, ../sass/pres/_pres.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* line 21, ../sass/pres/_pres.scss */
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 27, ../sass/pres/_pres.scss */
body {
  position: relative;
  -webkit-perspective-origin: center center;
  -moz-perspective-origin: center center;
  -ms-perspective-origin: center center;
  -o-perspective-origin: center center;
  perspective-origin: center center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 33, ../sass/pres/_pres.scss */
aside {
  display: none;
}

/* line 37, ../sass/pres/_pres.scss */
#ground {
  position: fixed;
  pointer-events: none;
}

/* line 42, ../sass/pres/_pres.scss */
#deck {
  position: absolute;
  left: 50%;
  top: -50%;
  width: 100%;
  height: 100%;
  -webkit-perspective-origin: center center;
  -moz-perspective-origin: center center;
  -ms-perspective-origin: center center;
  -o-perspective-origin: center center;
  perspective-origin: center center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 52, ../sass/pres/_pres.scss */
#hud {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #020d17;
}

/* line 60, ../sass/pres/_pres.scss */
#preloader {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-align-items: center;
  -moz-justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

/* line 68, ../sass/pres/_pres.scss */
#progressHolder {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #020d17;
}

/* line 77, ../sass/pres/_pres.scss */
#progressBar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #062846;
}

/* line 85, ../sass/pres/_pres.scss */
.spinner {
  width: 50px;
  height: 50px;
  background: #00816a;
  border-radius: 50px;
  -webkit-animation: rotate 0.5s infinite linear;
  -moz-animation: rotate 0.5s infinite linear;
}

/* line 94, ../sass/pres/_pres.scss */
.slide {
  display: none;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
/* line 104, ../sass/pres/_pres.scss */
.slide.visible {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-align-items: center;
  -moz-justify-content: center;
}
/* line 108, ../sass/pres/_pres.scss */
.slide.current {
  pointer-events: auto;
}

/* line 113, ../sass/pres/_pres.scss */
.hud-input {
  position: absolute;
  top: 0;
  height: 5rem;
  width: 100%;
  padding: .5rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  color: #00816a;
  background-color: white;
  z-index: 20;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateZ(0) rotateX(-90deg);
  -moz-transform: translateZ(0) rotateX(-90deg);
  -ms-transform: translateZ(0) rotateX(-90deg);
  -o-transform: translateZ(0) rotateX(-90deg);
  transform: translateZ(0) rotateX(-90deg);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}
/* line 129, ../sass/pres/_pres.scss */
.hud-input.in {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 134, ../sass/pres/_pres.scss */
.hud-list {
  position: relative;
  -webkit-perspective: 10000;
  -moz-perspective: 10000;
  -ms-perspective: 10000;
  -o-perspective: 10000;
  perspective: 10000;
  z-index: 0;
}

/* line 140, ../sass/pres/_pres.scss */
.hud-list-item {
  position: relative;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  font-weight: 100;
  color: white;
  background-color: black;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
/* line 154, ../sass/pres/_pres.scss */
.hud-list-item.prev {
  -webkit-transform: scale(1) rotateX(60deg);
  -moz-transform: scale(1) rotateX(60deg);
  -ms-transform: scale(1) rotateX(60deg);
  -o-transform: scale(1) rotateX(60deg);
  transform: scale(1) rotateX(60deg);
}
/* line 158, ../sass/pres/_pres.scss */
.hud-list-item.next {
  -webkit-transform: scale(1) rotateX(-60deg);
  -moz-transform: scale(1) rotateX(-60deg);
  -ms-transform: scale(1) rotateX(-60deg);
  -o-transform: scale(1) rotateX(-60deg);
  transform: scale(1) rotateX(-60deg);
}
/* line 162, ../sass/pres/_pres.scss */
.hud-list-item.primed {
  background-color: #00352b;
  z-index: 5;
}
/* line 167, ../sass/pres/_pres.scss */
.hud-list-item.selected {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #00816a;
  z-index: 10;
}

/* line 1, ../sass/_buttons.scss */
.button-holder {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-around;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: space-around;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100vw;
}

/* line 15, ../sass/_buttons.scss */
#ui-button-css {
  width: 200px;
  height: 200px;
  cursor: pointer;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
/* line 21, ../sass/_buttons.scss */
#ui-button-css .ui-button-css-side {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 200px;
  height: 200px;
  font-size: 3rem;
  font-weight: 600;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -webkit-transform 1s;
  -o-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
}
/* line 40, ../sass/_buttons.scss */
#ui-button-css .ui-button-css-front {
  background: white;
  color: black;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 46, ../sass/_buttons.scss */
#ui-button-css .ui-button-css-back {
  background: black;
  color: white;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
/* line 53, ../sass/_buttons.scss */
#ui-button-css:hover .ui-button-css-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* line 57, ../sass/_buttons.scss */
#ui-button-css:hover .ui-button-css-back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 63, ../sass/_buttons.scss */
#ui-button-css-mask {
  margin-top: 10px;
  width: 200px;
  height: 200px;
  background-image: url(../assets/images/buttons/yosemite_1.jpg);
  background-size: auto 100%;
  background-position: center center;
  cursor: pointer;
  outline: 0px rgba(255, 255, 255, 0.5) solid;
  -webkit-transition: outline 0.2s ease-out, background-position 1s, background-size 1s, -webkit-filter 1s;
  -moz-transition: outline 0.2s ease-out, background-position 1s, background-size 1s, -webkit-filter 1s;
  -o-transition: outline 0.2s ease-out, background-position 1s, background-size 1s, -webkit-filter 1s;
  transition: outline 0.2s ease-out, background-position 1s, background-size 1s, -webkit-filter 1s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 75, ../sass/_buttons.scss */
#ui-button-css-mask:hover {
  -webkit-filter: sepia(0.5) saturate(1) contrast(1.7);
  -moz-filter: sepia(0.5) saturate(1) contrast(1.7);
  filter: sepia(0.5) saturate(1) contrast(1.7);
  outline: 10px rgba(255, 255, 255, 0.75) solid;
  background-position: 20% center;
  background-size: auto 150%;
}

/* line 83, ../sass/_buttons.scss */
#ui-button-css-blend {
  width: 200px;
  height: 200px;
  background-color: #ed1f24;
  background-image: url(../assets/images/buttons/yosemite_2.jpg);
  background-size: auto 100%;
  background-position: 100% center;
  background-blend-mode: hard-light;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: background-color 1s, background-position 1s;
  -moz-transition: background-color 1s, background-position 1s;
  -o-transition: background-color 1s, background-position 1s;
  transition: background-color 1s, background-position 1s;
}
/* line 95, ../sass/_buttons.scss */
#ui-button-css-blend:hover {
  background-color: #eaeaea;
  background-position: center center;
}

/* line 101, ../sass/_buttons.scss */
#ui-button-svg {
  display: none;
  width: 200px;
  height: 200px;
  cursor: pointer;
}
/* line 107, ../sass/_buttons.scss */
#ui-button-svg .ui-button-svg-bg {
  -webkit-transition: fill 0.6s;
  -moz-transition: fill 0.6s;
  -o-transition: fill 0.6s;
  transition: fill 0.6s;
}
/* line 111, ../sass/_buttons.scss */
#ui-button-svg .ui-button-svg-stroke {
  -webkit-transition: stroke 0.4s, stroke-width 0.4s;
  -moz-transition: stroke 0.4s, stroke-width 0.4s;
  -o-transition: stroke 0.4s, stroke-width 0.4s;
  transition: stroke 0.4s, stroke-width 0.4s;
}
/* line 115, ../sass/_buttons.scss */
#ui-button-svg .ui-button-svg-icon {
  -webkit-transition: fill 0.2s, -webkit-transform 0.2s ease-in;
  -moz-transition: fill 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: fill 0.2s, -webkit-transform 0.2s ease-in;
  transition: fill 0.2s, -webkit-transform 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 122, ../sass/_buttons.scss */
#ui-button-svg:hover .ui-button-svg-bg {
  fill: #939393;
}
/* line 126, ../sass/_buttons.scss */
#ui-button-svg:hover .ui-button-svg-stroke {
  stroke: #E96231;
  stroke-width: 3;
}
/* line 131, ../sass/_buttons.scss */
#ui-button-svg:hover .ui-button-svg-icon {
  fill: white;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

@-webkit-keyframes rotate {
  /* line 139, ../sass/_buttons.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 143, ../sass/_buttons.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 149, ../sass/_buttons.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 153, ../sass/_buttons.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* line 159, ../sass/_buttons.scss */
#ui-button-svg-1 {
  display: none;
  width: 200px;
  height: 200px;
  cursor: pointer;
}
/* line 165, ../sass/_buttons.scss */
#ui-button-svg-1 .ui-button-svg-bg {
  -webkit-transition: fill 2s;
  -moz-transition: fill 2s;
  -o-transition: fill 2s;
  transition: fill 2s;
}
/* line 169, ../sass/_buttons.scss */
#ui-button-svg-1 .ui-button-svg-stroke {
  -webkit-transition: stroke 0.4s, stroke-width 0.4s;
  -moz-transition: stroke 0.4s, stroke-width 0.4s;
  -o-transition: stroke 0.4s, stroke-width 0.4s;
  transition: stroke 0.4s, stroke-width 0.4s;
}
/* line 173, ../sass/_buttons.scss */
#ui-button-svg-1 .ui-button-svg-icon {
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 178, ../sass/_buttons.scss */
#ui-button-svg-1 .ui-button-svg-group {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 183, ../sass/_buttons.scss */
#ui-button-svg-1:hover .ui-button-svg-bg {
  fill: #333;
}
/* line 187, ../sass/_buttons.scss */
#ui-button-svg-1:hover .ui-button-svg-stroke {
  stroke: #E96231;
  stroke-width: 3;
}
/* line 192, ../sass/_buttons.scss */
#ui-button-svg-1:hover .ui-button-svg-icon {
  fill: white;
}

/* line 198, ../sass/_buttons.scss */
#ui-button-svg-2 {
  width: 200px;
  height: 200px;
  cursor: pointer;
}
/* line 203, ../sass/_buttons.scss */
#ui-button-svg-2 svg {
  pointer-events: none;
}
/* line 207, ../sass/_buttons.scss */
#ui-button-svg-2 circle:nth-child(3) {
  -webkit-transition: fill 1s;
  -moz-transition: fill 1s;
  -o-transition: fill 1s;
  transition: fill 1s;
}
/* line 212, ../sass/_buttons.scss */
#ui-button-svg-2:hover circle:nth-child(3) {
  fill: #ccc;
  stroke: none;
}

/* line 219, ../sass/_buttons.scss */
#ui-button-canvas {
  width: 200px;
  height: 200px;
  cursor: pointer;
  opacity: 0;
}

/* line 226, ../sass/_buttons.scss */
#ui-button-canvas-blend {
  width: 200px;
  height: 200px;
  cursor: pointer;
  opacity: 0;
}

/* line 233, ../sass/_buttons.scss */
#ui-button-canvas-video {
  width: 200px;
  height: 200px;
  cursor: pointer;
  opacity: 0;
}

/* line 240, ../sass/_buttons.scss */
#ui-button-webgl {
  width: 200px;
  height: 200px;
  cursor: pointer;
  background: white;
  opacity: 0;
}

/* line 248, ../sass/_buttons.scss */
#ui-button-webgl-light {
  width: 200px;
  height: 200px;
  cursor: pointer;
  background: white;
  opacity: 0;
}

/* line 256, ../sass/_buttons.scss */
#ui-button-webgl-shader {
  background: white;
  width: 200px;
  height: 200px;
  cursor: pointer;
  opacity: 0;
}

/* line 264, ../sass/_buttons.scss */
.button_base {
  margin: 0;
  border: 0;
  font-size: 18px;
  position: relative;
  width: 200px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  cursor: default;
}

/* line 279, ../sass/_buttons.scss */
.button_base:hover {
  cursor: pointer;
}

/* ### ### ### 10 */
/* from Bartek Drozdz
/* http://codepen.io/bartekd/pen/qFsDf
*/
/* line 289, ../sass/_buttons.scss */
.b10_tveffect div {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 299, ../sass/_buttons.scss */
.b10_tveffect div:nth-child(1) {
  color: #000000;
  background-color: #ffffff;
  -webkit-transition: all 0.1s ease;
  padding: 10px;
  border: #000000 solid 1px;
}

/* line 307, ../sass/_buttons.scss */
.b10_tveffect div:nth-child(2) {
  overflow: hidden;
}

/* line 311, ../sass/_buttons.scss */
.b10_tveffect div:nth-child(2) div {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  border: #000000 hidden 1px;
}

/* line 323, ../sass/_buttons.scss */
.b10_tveffect div:nth-child(2) div:nth-child(1) {
  color: rgba(200, 120, 120, 0.8);
  opacity: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

/* line 329, ../sass/_buttons.scss */
.b10_tveffect div:nth-child(2) div:nth-child(2) {
  color: rgba(120, 200, 120, 0.8);
  opacity: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

/* line 335, ../sass/_buttons.scss */
.b10_tveffect div:nth-child(2) div:nth-child(3) {
  color: rgba(120, 120, 200, 0.8);
  opacity: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

/* line 341, ../sass/_buttons.scss */
.b10_tveffect:hover div:nth-child(1) {
  color: #ffffff;
  background-color: #000000;
  transition: color 0s ease;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: background-color 0.3s ease 0.2s;
  -webkit-transition: background-color 0.3s ease 0.2s;
  -moz-transition: background-color 0.3s ease 0.2s;
}

/* line 352, ../sass/_buttons.scss */
.b10_tveffect:hover div:nth-child(2) div:nth-child(1) {
  animation: b10_tveffect_red 0.25s linear;
  -webkit-animation: b10_tveffect_red 0.25s linear;
  -moz-animation: b10_tveffect_red 0.25s linear;
}

/* line 358, ../sass/_buttons.scss */
.b10_tveffect:hover div:nth-child(2) div:nth-child(2) {
  animation: b10_tveffect_green 0.25s linear;
  -webkit-animation: b10_tveffect_green 0.25s linear;
  -moz-animation: b10_tveffect_green 0.25s linear;
}

/* line 364, ../sass/_buttons.scss */
.b10_tveffect:hover div:nth-child(2) div:nth-child(3) {
  animation: b10_tveffect_blue 0.25s linear;
  -webkit-animation: b10_tveffect_blue 0.25s linear;
  -moz-animation: b10_tveffect_blue 0.25s linear;
}

@-webkit-keyframes b10_tveffect_red {
  /* line 372, ../sass/_buttons.scss */
  from,
  to {
    opacity: 0;
  }

  /* line 375, ../sass/_buttons.scss */
  25% {
    opacity: 1;
    -webkit-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
  }

  /* line 379, ../sass/_buttons.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
  }

  /* line 383, ../sass/_buttons.scss */
  75% {
    opacity: 1;
    -webkit-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
  }
}

@-webkit-keyframes b10_tveffect_green {
  /* line 391, ../sass/_buttons.scss */
  from,
  to {
    opacity: 0;
  }

  /* line 394, ../sass/_buttons.scss */
  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
  }

  /* line 398, ../sass/_buttons.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
  }

  /* line 402, ../sass/_buttons.scss */
  75% {
    opacity: 1;
    -webkit-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
  }
}

@-webkit-keyframes b10_tveffect_blue {
  /* line 410, ../sass/_buttons.scss */
  from,
  to {
    opacity: 0;
  }

  /* line 413, ../sass/_buttons.scss */
  25% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
  }

  /* line 417, ../sass/_buttons.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
  }

  /* line 421, ../sass/_buttons.scss */
  75% {
    opacity: 1;
    -webkit-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
  }
}

@-moz-keyframes b10_tveffect_red {
  /* line 429, ../sass/_buttons.scss */
  from,
  to {
    opacity: 0;
  }

  /* line 432, ../sass/_buttons.scss */
  25% {
    opacity: 1;
    transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
  }

  /* line 436, ../sass/_buttons.scss */
  50% {
    opacity: 1;
    transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
  }

  /* line 440, ../sass/_buttons.scss */
  75% {
    opacity: 1;
    transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
  }
}

@-moz-keyframes b10_tveffect_green {
  /* line 448, ../sass/_buttons.scss */
  from,
  to {
    opacity: 0;
  }

  /* line 451, ../sass/_buttons.scss */
  25% {
    opacity: 1;
    transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
  }

  /* line 455, ../sass/_buttons.scss */
  50% {
    opacity: 1;
    transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
  }

  /* line 459, ../sass/_buttons.scss */
  75% {
    opacity: 1;
    transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
  }
}

@-moz-keyframes b10_tveffect_blue {
  /* line 467, ../sass/_buttons.scss */
  from,
  to {
    opacity: 0;
  }

  /* line 470, ../sass/_buttons.scss */
  25% {
    opacity: 1;
    transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
  }

  /* line 474, ../sass/_buttons.scss */
  50% {
    opacity: 1;
    transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
  }

  /* line 478, ../sass/_buttons.scss */
  75% {
    opacity: 1;
    transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
  }
}

@-webkit-keyframes swivel {
  /* line 2, ../sass/_masking.scss */
  0% {
    -webkit-transform: rotateX(0deg);
  }

  /* line 6, ../sass/_masking.scss */
  25% {
    -webkit-transform: rotateX(10deg);
  }

  /* line 10, ../sass/_masking.scss */
  50% {
    -webkit-transform: rotateX(0deg);
  }

  /* line 14, ../sass/_masking.scss */
  75% {
    -webkit-transform: rotateX(-10deg);
  }

  /* line 18, ../sass/_masking.scss */
  100% {
    -webkit-transform: rotateX(0deg);
  }
}

/* line 23, ../sass/_masking.scss */
.mask-holder {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-perspective: 300;
  -webkit-perspective-origin: center center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  -moz-perspective: 300;
  -moz-perspective-origin: center center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  perspective: 300;
  perspective-origin: center center;
  width: 100vw;
  padding-bottom: 100px;
}

/* line 46, ../sass/_masking.scss */
.mask-item, .clip-item, .mask-dynamic-item {
  position: relative;
  width: 300px;
  height: 200px;
  margin: 1em;
}
/* line 52, ../sass/_masking.scss */
.mask-item:after, .clip-item:after, .mask-dynamic-item:after {
  content: attr(data-label);
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  color: #333;
  top: 120%;
}

/* line 66, ../sass/_masking.scss */
.mask-item--mask {
  background-image: -webkit-radial-gradient(50% 50%, 50% 50%, black 50%, rgba(0, 0, 0, 0));
}

/* line 70, ../sass/_masking.scss */
.mask-item--image {
  background-image: url(../assets/images/masks/nola.jpg);
  background-size: cover;
}

/* line 76, ../sass/_masking.scss */
.mask-item--result:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/masks/nola.jpg);
  background-size: cover;
  -webkit-mask: -webkit-radial-gradient(50% 50%, 50% 50%, black 50%, rgba(0, 0, 0, 0));
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: -webkit-mask-size 1s;
  -moz-transition: -webkit-mask-size 1s;
  -o-transition: -webkit-mask-size 1s;
  transition: -webkit-mask-size 1s;
}
/* line 93, ../sass/_masking.scss */
.mask-item--result:hover:before {
  -webkit-mask-size: 50% 50%;
}

/* line 100, ../sass/_masking.scss */
.clip-item--clip:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-clip-path: ellipse(150px, 100px, 150px, 100px);
}

/* line 111, ../sass/_masking.scss */
.clip-item--image {
  background-image: url(../assets/images/masks/nola.jpg);
  background-size: cover;
}

/* line 118, ../sass/_masking.scss */
.clip-item--result:hover:before {
  -webkit-clip-path: ellipse(55%, 45%, 20%, 10%);
}
/* line 124, ../sass/_masking.scss */
.clip-item--result:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/masks/nola.jpg);
  background-size: cover;
  -webkit-clip-path: ellipse(150px, 100px, 150px, 100px);
  -webkit-transition: -webkit-clip-path 1s;
  -moz-transition: -webkit-clip-path 1s;
  -o-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
}

/* line 138, ../sass/_masking.scss */
.mask-dynamic-item--image {
  background-image: url(../assets/images/masks/nola.jpg);
  background-size: cover;
}

/* line 144, ../sass/_masking.scss */
.mask-dynamic-item--result:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/masks/nola.jpg);
  background-size: cover;
  -webkit-mask-image: -webkit-canvas(dynamic-canvas-mask);
}

/* line 2, ../sass/_filter.scss */
#filter-list-container {
  text-align: center;
  color: #333333;
}
/* line 6, ../sass/_filter.scss */
#filter-list-container img {
  cursor: pointer;
  display: block;
  margin: .5rem auto;
  width: 500px;
}
/* line 13, ../sass/_filter.scss */
#filter-list-container #filter-list {
  margin: 1em auto;
  width: 70vw;
  font-size: 2rem;
}
/* line 18, ../sass/_filter.scss */
#filter-list-container #filter-list .filter-item {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.3em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  background: #333333;
  color: #ffffc7;
  border-radius: .2em;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* line 30, ../sass/_filter.scss */
#filter-list-container #filter-list .filter-item.out {
  color: #333333;
  background: transparent;
}
/* line 35, ../sass/_filter.scss */
#filter-list-container #filter-list .filter-item span {
  pointer-events: none;
}

/* line 42, ../sass/_filter.scss */
#filter-list-image {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* custom styles */
/* line 50, ../sass/screen.scss */
body {
  font-family: "futura-pt", "open-sans", sans-serif;
  font-size: 1.5rem;
}

/* line 55, ../sass/screen.scss */
h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  color: #005064;
}
/* line 65, ../sass/screen.scss */
h2 a {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}

/* line 73, ../sass/screen.scss */
h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  color: #f1bc04;
}
/* line 84, ../sass/screen.scss */
h3.navy {
  color: #005064;
}

/* line 89, ../sass/screen.scss */
a {
  color: #d77604;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
}
/* line 95, ../sass/screen.scss */
a:hover {
  color: #ccc;
}

/* line 100, ../sass/screen.scss */
ol {
  font-size: 3rem;
  text-transform: uppercase;
  color: #ffffc7;
  list-style-type: decimal;
}

/* line 107, ../sass/screen.scss */
li {
  line-height: 1.5;
}

/* line 111, ../sass/screen.scss */
header {
  position: absolute;
  top: 5vh;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #005064;
}
/* line 123, ../sass/screen.scss */
header small {
  font-size: .8rem;
}
/* line 127, ../sass/screen.scss */
header a {
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 133, ../sass/screen.scss */
footer {
  position: absolute;
  margin-bottom: 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #005064;
}

/* line 147, ../sass/screen.scss */
iframe {
  width: 90vw;
  height: 90vh;
  z-index: 0;
  background: white;
  outline: 0em solid rgba(0, 0, 0, 0);
  -webkit-transition: outline 1s;
  -moz-transition: outline 1s;
  -o-transition: outline 1s;
  transition: outline 1s;
}
/* line 155, ../sass/screen.scss */
iframe.focus {
  outline: 100px solid rgba(0, 0, 0, 0.75);
}

/* line 160, ../sass/screen.scss */
code {
  font-family: source-code-pro, monospace;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0.5em 0;
}

/* line 167, ../sass/screen.scss */
b {
  font-weight: 600;
}

/* line 171, ../sass/screen.scss */
.iframe-clickarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 179, ../sass/screen.scss */
.iframe-clickarea.focus {
  pointer-events: none;
  cursor: auto;
}

/* line 185, ../sass/screen.scss */
.slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
}

/* line 190, ../sass/screen.scss */
.slide--iframe {
  background: #f2f2f2;
}
/* line 193, ../sass/screen.scss */
.slide--iframe h2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100px;
  color: white;
  z-index: 2;
}
/* line 205, ../sass/screen.scss */
.slide--iframe header {
  color: black;
}
/* line 209, ../sass/screen.scss */
.slide--iframe a {
  color: #00816a;
}
/* line 211, ../sass/screen.scss */
.slide--iframe a:hover {
  color: black;
}

/* line 217, ../sass/screen.scss */
.slide--green {
  color: white;
  background: #00816a;
}
/* line 221, ../sass/screen.scss */
.slide--green header, .slide--green footer {
  color: #ffffc7;
}
/* line 225, ../sass/screen.scss */
.slide--green a {
  color: white;
}
/* line 227, ../sass/screen.scss */
.slide--green a:hover {
  color: #d77604;
}
/* line 232, ../sass/screen.scss */
.slide--green h2 {
  color: #ffffc7;
}

/* line 237, ../sass/screen.scss */
.slide--yellow {
  color: black;
  background: #ffffc7;
}
/* line 241, ../sass/screen.scss */
.slide--yellow header, .slide--yellow footer {
  color: black;
}
/* line 245, ../sass/screen.scss */
.slide--yellow a {
  color: #00816a;
}
/* line 247, ../sass/screen.scss */
.slide--yellow a:hover {
  color: black;
}
/* line 252, ../sass/screen.scss */
.slide--yellow h2, .slide--yellow h3 {
  color: #00816a;
}

/* line 257, ../sass/screen.scss */
.slide--orange {
  color: white;
  background: #e96233;
}
/* line 261, ../sass/screen.scss */
.slide--orange header {
  color: #ffffc7;
}
/* line 265, ../sass/screen.scss */
.slide--orange a {
  color: white;
}
/* line 267, ../sass/screen.scss */
.slide--orange a:hover {
  color: #00816a;
}
/* line 272, ../sass/screen.scss */
.slide--orange h2, .slide--orange h3 {
  color: white;
}

/* line 277, ../sass/screen.scss */
.slide--white {
  color: #ccc;
  background: black;
}
/* line 281, ../sass/screen.scss */
.slide--white h2 {
  color: white;
}
/* line 285, ../sass/screen.scss */
.slide--white header {
  color: white;
}

/* line 291, ../sass/screen.scss */
.slide--black header {
  color: black;
}

/* line 297, ../sass/screen.scss */
.header--white header {
  color: white;
}

/* line 302, ../sass/screen.scss */
#nextBtn {
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 30px;
  opacity: 0.05;
  cursor: pointer;
}
/* line 313, ../sass/screen.scss */
#nextBtn:hover {
  background: white;
}

/* line 318, ../sass/screen.scss */
#whitepanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
}

/* line 327, ../sass/screen.scss */
#myst {
  background-image: url(../assets/images/myst.jpeg);
  background-size: cover;
}

/* line 332, ../sass/screen.scss */
.source-svg {
  display: none;
}

/* line 336, ../sass/screen.scss */
#layering {
  background-image: -webkit-radial-gradient(center, white 10%, transparent 70%);
}
/* line 339, ../sass/screen.scss */
#layering ul {
  position: relative;
  display: block;
  width: 100vw;
  height: 300px;
  top: 50px;
}
/* line 347, ../sass/screen.scss */
#layering li {
  position: absolute;
  left: 50%;
  margin-left: -300px;
}
/* line 352, ../sass/screen.scss */
#layering li svg {
  position: absolute;
}
/* line 356, ../sass/screen.scss */
#layering li:nth-child(3) {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 1;
}
/* line 360, ../sass/screen.scss */
#layering li:nth-child(2) {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 2;
}
/* line 364, ../sass/screen.scss */
#layering li:nth-child(1) {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  z-index: 3;
}

/* line 372, ../sass/screen.scss */
#thanks a {
  font-size: 3rem;
}

/* line 377, ../sass/screen.scss */
#resources {
  background-image: -webkit-radial-gradient(center, white 30%, transparent 70%);
}
/* line 380, ../sass/screen.scss */
#resources a {
  display: inline-block;
  color: black;
  padding-top: .5em;
}
/* line 385, ../sass/screen.scss */
#resources a:hover {
  color: #005064;
}

/* line 392, ../sass/screen.scss */
#warning {
  display: none;
}

/* line 397, ../sass/screen.scss */
.no-flexbox #warning {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  text-align: center;
  z-index: 10000;
}
/* line 409, ../sass/screen.scss */
.no-flexbox #warning p {
  display: block;
  margin: 100px auto;
  width: 70%;
  line-height: 1.5;
}

/* line 419, ../sass/screen.scss */
.touch #preloader {
  display: none;
}
/* line 423, ../sass/screen.scss */
.touch #deck {
  position: static;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 429, ../sass/screen.scss */
.touch .slide {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-align-items: center;
  -moz-justify-content: center;
  left: 0;
  top: 0;
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
/* line 438, ../sass/screen.scss */
.touch .slide--iframe {
  display: none;
}
/* line 442, ../sass/screen.scss */
.touch #ui-button-css .ui-button-css-side, .touch #ui-button-css, .touch #ui-button-css-mask, .touch #ui-button-css-blend {
  width: 100px;
  height: 100px;
}
/* line 447, ../sass/screen.scss */
.touch #filter-list-image {
  width: 200px;
}
/* line 451, ../sass/screen.scss */
.touch .mask-item, .touch .mask-dynamic-item {
  height: 100px;
}

@media screen and (max-width: 600px) {
  /* line 457, ../sass/screen.scss */
  html {
    font-size: .3em;
  }
}
