@import url("http://fonts.googleapis.com/css?family=Dosis:600|Roboto+Slab:100,300,400,700");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas, {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: yellow;
  color: black;
}

code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}


input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}


input {
  line-height: normal;
}


input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}


input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}


input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


::selection {
  text-shadow: none;
  background: black;
  color: white;
}

::-moz-selection {
  text-shadow: none;
  background: black;
  color: white;
}




.accelerate {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.center {
  max-width: 400px;
  margin: 0 auto;
  width: 88%;
}



.toggle {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  margin: -24px;
  position: absolute;
  bottom: 11.6%;
  left: 50%;
}
.toggle.i .cross {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.toggle.i .cross .x {
  margin-left: -2px;
  width: 4px;
  margin-top: -12px;
}
.toggle.i .cross .y {
  margin-top: -4px;
  height: 16px;
}

.cross {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.cross .x, .cross .y {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #1d1f27;
  height: 4px;
  width: 4px;
  margin: -2px;
  position: absolute;
  left: 0;
  top: 0;
}
.cross .x {
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
}
.cross .y {
  margin-top: -12px;
  height: 24px;
}

.prompt.hide {
  visibility: hidden;
}
.prompt.hide .panel {
  -webkit-transform: translate3d(0,250%,0) rotateY(360deg);
  -moz-transform: translate3d(0,250%,0) rotateY(360deg);
  transform: translate3d(0,250%,0) rotateY(360deg);
  opacity: 0;
}
.prompt .cell {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.prompt .dismiss {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  background-color: transparent;
  position: absolute;
  right: 4px;
  top: 4px;
}
.prompt .x, .prompt .y {
  background: white;
}
.prompt .center {
  max-width: 300px;
  width: 82%;
}
.prompt .panel {
  -webkit-perspective: none;
  -moz-perspective: none;
  perspective: none;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  transform-style: flat;
  -webkit-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.2em 0 1.8em;
}
.prompt .panel img {
  margin: 0.6em auto;
  width: 100px;
}
.prompt .panel h2 {
  margin: 0 0 0.4em;
}
.prompt .panel p {
  font-size: 1.25em;
  margin: 0 10% 1.25em;
  line-height: 1.25em;
  color: #999999;
}
.prompt .tilt-scene {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate3d(0,0,100px);
  -moz-transform: translate3d(0,0,100px);
  transform: translate3d(0,0,100px);
  margin: 0 auto;
  width: 60%;
}
.prompt .tilt {
  -webkit-animation: tilt 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: tilt 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: tilt 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}






.layer {
  position: absolute;
}
.layer div {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.title {
  font-size: 3em;
  text-shadow: 0 8px 6px rgba(0, 0, 0, 0.6);
  margin-top: -0.7em;
  position: absolute;
  width: 100%;
  top: 42%;
}

.pittsburghbg {
	position:absolute;
	width:100%;
	height:100%;

}



@media all and (min-width: 300px) {

  .toggle {
    bottom: 12%;
  }
  .wrapper {
  min-height: 100px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
  .wave {
  position: absolute;
  width: 250%;
  left: -75%;
  background:none;
}
.wave:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
}
.wave.depth-10 {
    bottom: 20%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-10:after {
    height: auto;
  }
.wave.depth-20 {
    bottom: 15%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-20:after {
    height: auto;
  }
.wave.depth-30 {
    bottom: 15%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-30:after {
    height: auto;
  }
.wave.depth-40 {
    bottom: 15%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-40:after {
    height: auto;
  }
.wave.depth-50 {
    bottom: 15%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-50:after {
    height: auto;
  }
.wave.depth-60 {
    bottom: 15%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-60:after {
    height: auto;
  }

}
@media all and (min-width: 450px) {

  .toggle {
    bottom: 12%;
  }
.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 460px;
  position: relative;
  overflow: hidden;
}
.wave {
  position: absolute;
  width: 120%;
  left: -10%;
  background:none;
}
.wave:after {
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}
.wave.depth-10 {
    bottom: 25%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-10:after {
    height: 168px;
  }
.wave.depth-20 {
    bottom: 20%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-20:after {
    height: 168px;
  }
.wave.depth-30 {
    bottom: 20%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-30:after {
    height: 168px;
  }
.wave.depth-40 {
    bottom: 20%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-40:after {
    height: 168px;
  }
.wave.depth-50 {
    bottom: 20%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-50:after {
    height: 168px;
  }
.wave.depth-60 {
    bottom: 20%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-60:after {
    height: 168px;
  }

}
@media all and (min-width: 650px) {
.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 460px;
  position: relative;
  overflow: hidden;
}
.wave {
  position: absolute;
  width: 120%;
  left: -10%;
  background:none;
}
.wave:after {
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}
.wave.depth-10 {
    bottom: 30%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-10:after {
    height: 168px;
  }
.wave.depth-20 {
    bottom: 25%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-20:after {
    height: 168px;
  }
.wave.depth-30 {
    bottom: 25%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-30:after {
    height: 168px;
  }
.wave.depth-40 {
    bottom: 25%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-40:after {
    height: 168px;
  }
.wave.depth-50 {
    bottom: 25%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-50:after {
    height: 168px;
  }
.wave.depth-60 {
    bottom: 25%;
    margin: 0px 0px;
    background-size: 180px 72px;
    height: 25%;
  }
  .wave.depth-60:after {
    height: 168px;
  }

  .center {
    max-width: 440px;
  }


  .prompt {
    overflow: visible;
    display: block;
    width: 0;
  }


  .toggle {
    margin: -28px;
    bottom: 15%;
  }

  .title {
    font-size: 3.46667em;
  }

  .background {
    bottom: 96px;
  }

}
@media all and (min-width: 850px) {

  .center {
    max-width: 560px;
  }
.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

  .toggle {
    margin: -28px;
    bottom: 12%;
  }

.wave {
  position: absolute;
  width: 120%;
  left: -10%;
  background:none;
}
.wave:after {
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}
  .background {
    bottom: 160px;
  }

  .wave.depth-10 {
    bottom: 35%;
    margin: 0px 0px;
    background-size: 204px 81.6px;
    height: 25%;
  }
  .wave.depth-10:after {
    height: 190.4px;
  }
  .wave.depth-20 {
    bottom: 30%;
    margin: 0px 0px;
    background-size: 204px 81.6px;
    height: 25%;
  }
  .wave.depth-20:after {
    height: 190.4px;
  }
  .wave.depth-30 {
    bottom: 30%;
    margin: 0px 0px;
    background-size: 204px 81.6px;
    height: 25%;
  }
  .wave.depth-30:after {
    height: 190.4px;
  }
  .wave.depth-40 {
    bottom: 30%;
    margin: 0px 0px;
    background-size: 204px 81.6px;
    height: 25%;
  }
  .wave.depth-40:after {
    height: 190.4px;
  }
  .wave.depth-50 {
    bottom: 30%;
    margin: 0px 0px;
    background-size: 204px 81.6px;
    height: 25%;
  }
  .wave.depth-50:after {
    height: 190.4px;
  }
  .wave.depth-60 {
    bottom: 30%;
    margin: 0px 0px;
    background-size: 204px 81.6px;
    height: 25%;
  }
  .wave.depth-60:after {
    height: 190.4px;
  }

}
@media all and (min-width: 1300px) {

  .center {
    max-width: 620px;
  }
.wrapper {
  min-height:100%;
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.wave {
  position: absolute;
  width: 120%;
  left: -10%;
  background:none;
}
.wave:after {
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}
 

  .wave.depth-10 {
    bottom: 43%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-10:after {
    height: 201.6px;
  }
.wave.depth-20 {
    bottom: 35%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-20:after {
    height: 201.6px;
  }
.wave.depth-30 {
    bottom: 35%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-30:after {
    height: 201.6px;
  }
.wave.depth-40 {
    bottom: 35%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-40:after {
    height: 201.6px;
  }
.wave.depth-50 {
    bottom: 35%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-50:after {
    height: 201.6px;
  }
.wave.depth-60 {
    bottom: 35%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-60:after {
    height: 201.6px;
  }

}
@media all and (min-width: 2000px) {

  .center {
    max-width: 620px;
  }
.wrapper {
  min-height:100%;
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.wave {
  position: absolute;
  width: 120%;
  left: -10%;
  background:none;
}
.wave:after {
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}
 

  .wave.depth-10 {
    bottom: 48%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-10:after {
    height: 201.6px;
  }
.wave.depth-20 {
    bottom: 40%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-20:after {
    height: 201.6px;
  }
.wave.depth-30 {
    bottom: 40%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-30:after {
    height: 201.6px;
  }
.wave.depth-40 {
    bottom: 40%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-40:after {
    height: 201.6px;
  }
.wave.depth-50 {
    bottom: 40%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-50:after {
    height: 201.6px;
  }
.wave.depth-60 {
    bottom: 40%;
    margin: 0px 0px;
	background:none;
    background-size: 216px 86.4px;
    height: 25%;
  }
  .wave.depth-60:after {
    height: 201.6px;
  }

}


.cross, .x, .y {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about .panel,
.about .cables {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg);
  }

  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg);
  }
}

@-moz-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg);
  }

  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg);
  }
}

@-ms-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg);
  }

  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg);
  }
}

@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg);
  }

  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg);
  }
}



html.mouse a:hover, html.mouse button:hover {
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.mouse a:hover {
}
html.mouse button:hover {
  background-color: #d92400;
  color: white;
}
html.mouse .toggle:hover .x, html.mouse .toggle:hover .y {
  background-color: white;
}
html.mouse .links a:hover {
  background-color: #d92400;
  color: white;
}

html.touch a.tap, html.touch button.tap {
  -webkit-transition: color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.touch a.tap {
  color: #ff755a;
}
html.touch button.tap {
  background-color: #d92400;
  color: white;
}
html.touch .toggle.tap .x, html.touch .toggle.tap .y {
  background-color: white;
}
html.touch .links a.tap {
  background-color: #d92400;
  color: white;
}
