::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

html, body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0; }

body {
  background-color: #cccccc;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

div.main {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  min-width: 540px;
  min-height: 470px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'FuturaNDBook', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  letter-spacing: 4px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: min-height .5s;
  -moz-transition: min-height .5s;
  transition: min-height .5s; }
  div.main:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    margin-right: -1px; }

div.container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: max-width .5s, height .5s;
  transition: max-width .5s, height .5s; }
  div.container div.slides {
    -webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s; }

/*** Header ***/
div.header {
  cursor: pointer;
  padding-bottom: 45px;
  padding-top: 18px;
  opacity: 0; }
  div.header h1 {
    font-weight: normal;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
    transition: transform 0.25s ease-out !important;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important; }
  div.header span.first-last-name {
    color: #777;
    font-size: 21px;
    display: block;
    height: 0px;
    z-index: 10;
    letter-spacing: 8px;
    margin-top: 6px; }
  div.header span.rep {
    height: 0px;
    opacity: 0;
    display: block;
    padding-top: 2px;
    margin-top: -9px;
    color: #fff;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }
  div.header:hover h1 {
    -webkit-transform: translate3d(0px, -35px, 0);
    -ms-transform: translate3d(0px, -35px, 0);
    transform: translate3d(0px, -35px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out !important;
    transition: transform 0.5s ease-out !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  div.header:hover span.rep {
    color: #FFF;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in !important;
    transition: opacity 0.25s ease-in !important;
    -webkit-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important; }
  div.header.show-rep h1 {
    -webkit-transform: translate3d(0px, -35px, 0);
    -ms-transform: translate3d(0px, -35px, 0);
    transform: translate3d(0px, -35px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out !important;
    transition: transform 0.5s ease-out !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  div.header.show-rep span.rep {
    color: white;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in, color 0.25s ease-in !important;
    transition: opacity 0.25s ease-in, color 0.25s ease-in !important; }
  div.header.show-rep span.rep {
    color: #777; }

/*** Slider ***/
div.slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 540px;
  min-height: 228px;
  margin: auto;
  margin-bottom: 24px;
  opacity: 0; }
  div.slides.on div.slide.shade, div.slides.rep-on div.slide.shade {
    display: block;
    opacity: 0.6 !important; }
  div.slides.rep-on {
    cursor: default; }
    div.slides.rep-on div.rep-info {
      line-height: 27px;
      display: inline-block;
      -webkit-animation: fade 1s;
      animation: fade 1s; }
    div.slides.rep-on.on div.controls {
      opacity: 0; }
  div.slides.on div.controls {
    opacity: 1; }
  div.slides div.rep-info {
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 400;
    left: 0;
    position: absolute; }
    div.slides div.rep-info div.close-button {
      display: block;
      position: absolute;
      right: 25px;
      top: 25px;
      width: 25px;
      height: 25px;
      cursor: pointer;
      background: url(../img/close-button.png) no-repeat;
      background-size: 25px 25px; }
      div.slides div.rep-info div.close-button:hover {
        background: url(../img/close-button_hover.png) no-repeat;
        background-size: 25px 25px; }
    div.slides div.rep-info:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    div.slides div.rep-info div.info {
      vertical-align: middle;
      display: inline-block;
      width: 48%;
      color: #dedddd; }
      div.slides div.rep-info div.info a {
        color: #dedddd;
        text-decoration: none; }
        div.slides div.rep-info div.info a:hover {
          color: #FFF; }
      div.slides div.rep-info div.info h2 {
        font-size: 1em;
        font-weight: 100; }
      div.slides div.rep-info div.info span {
        display: block;
        width: 100%; }
  div.slides div.controls {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 200;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out !important;
    -moz-transition: opacity 0.5s ease-out !important;
    transition: opacity 0.5s ease-out !important; }
    div.slides div.controls span.slide-title {
      vertical-align: middle;
      /* line-height: 100%; */
      display: block;
      position: relative;
      top: 50%;
      width: 100%;
      color: #dedddd;
      margin-top: -8px; }
    div.slides div.controls div.arrow {
      width: 72px;
      height: 100%;
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      div.slides div.controls div.arrow.left {
        background: url(../img/left-arrow.png) no-repeat center;
        background-size: 24px 48px;
        left: 0; }
      div.slides div.controls div.arrow.right {
        background: url(../img/right-arrow.png) no-repeat center;
        background-size: 24px 48px;
        right: 0; }
  div.slides.on div.slide.on {
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity .35s ease-in;
    -moz-transition: opacity .35s ease-in;
    transition: opacity .35s ease-in; }
  div.slides.on div.slide.off {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out; }
  div.slides div.slide {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
    div.slides div.slide.shade {
      -webkit-transition: opacity .8s ease-out;
      transition: opacity .8s ease-out;
      background-color: #000;
      opacity: 0;
      z-index: 20; }
    div.slides div.slide.on {
      -webkit-transition: opacity 2s linear;
      transition: opacity 2s linear;
      opacity: 1;
      z-index: 10; }
    div.slides div.slide.off {
      -webkit-transition: opacity 3s ease-in;
      transition: opacity 3s ease-in;
      opacity: 0;
      z-index: 0; }

audio#audio {
  height: 0; }

/*** Audio Viz ***/
div#audio-viz {
  padding-top: 10px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  opacity: 0; }
  div#audio-viz:hover span.track-title,
  div#audio-viz:hover div.track-arrow {
    opacity: 1; }
  div#audio-viz:hover div.audio-bar:hover, div#audio-viz:hover div.audio-bar.selected {
    background: url(../img/audio-bar_bg_hover.gif) repeat-y center; }
  div#audio-viz.ipad span.track-title {
    bottom: 0;
    position: absolute;
    width: 100%; }
  div#audio-viz.ipad div.track-arrow {
    top: 0 !important;
    height: 36px !important;
    background-size: auto 36px !important; }
  div#audio-viz span.track-title {
    display: block;
    padding-top: 20px;
    margin-left: 4px;
    color: #666;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out !important;
    -moz-transition: opacity 0.5s ease-out !important;
    transition: opacity 0.5s ease-out !important; }
  div#audio-viz div.track-arrow {
    width: 12px;
    height: 24px;
    display: block;
    position: absolute;
    margin-top: 16px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-out !important;
    -moz-transition: opacity 0.5s ease-out !important;
    transition: opacity 0.5s ease-out !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    div#audio-viz div.track-arrow.left {
      left: 0px;
      background: url(../img/left-track-arrow.png) no-repeat;
      background-size: 12px 24px; }
    div#audio-viz div.track-arrow.right {
      right: 0px;
      background: url(../img/right-track-arrow.png) no-repeat;
      background-size: 12px 24px; }
  div#audio-viz div.audio-bar {
    display: inline-block;
    height: 26px;
    width: 13px;
    background: url(../img/audio-bar_bg.gif) repeat-y center;
    cursor: pointer;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }
  div#audio-viz.off div.audio-bar {
    -webkit-transition: -webkit-transform 0.5s ease-out !important;
    -moz-transition: -moz-transform 0.5s ease-out !important;
    transition: transform 0.5s ease-out !important; }
  div#audio-viz.loading div.audio-bar {
    -webkit-transform: scale3d(1, 1, 1) translate3d(5px, 0, 0) !important;
    -moz-transform: scale3d(1, 1, 1) translate3d(5px, 0, 0) !important;
    -ms-transform: scale3d(1, 1, 1) translate3d(5px, 0, 0) !important;
    transform: scale3d(1, 1, 1) translate3d(5px, 0, 0) !important; }
  div#audio-viz.ready div.audio-bar {
    opacity: 1; }
  div#audio-viz.ready.loading div.audio-bar {
    opacity: 0; }

/*** Fullscreen Button ***/
div#fullscreen-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 0px;
  height: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 12px;
  opacity: 0; }
  div#fullscreen-button span {
    color: #666;
    line-height: 30px;
    width: 134px;
    display: block;
    margin-left: -62px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out !important;
    transition: opacity 0.25s ease-out !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important; }
    div#fullscreen-button span::after {
      content: "fullscreen"; }
  div#fullscreen-button div.bracket {
    display: inline-block;
    width: 12px;
    height: 100%;
    border: 1px solid #808080;
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
    transition: transform 0.25s ease-out !important;
    -webkit-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important; }
    div#fullscreen-button div.bracket.left {
      position: absolute;
      top: 0px;
      border-right: 0px;
      -webkit-transform: translate3d(-25px, 0, 0);
      -moz-transform: translate3d(-25px, 0, 0);
      -ms-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0); }
    div#fullscreen-button div.bracket.right {
      position: absolute;
      top: 0px;
      border-left: 0px;
      -webkit-transform: translate3d(12px, 0, 0);
      -moz-transform: translate3d(12px, 0, 0);
      -ms-transform: translate3d(12px, 0, 0);
      transform: translate3d(12px, 0, 0); }
  div#fullscreen-button:hover span {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out !important;
    transition: opacity 0.25s ease-out !important;
    -webkit-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important; }
  div#fullscreen-button:hover div.bracket {
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
    transition: transform 0.25s ease-out !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important; }
    div#fullscreen-button:hover div.bracket.left {
      -webkit-transform: translate3d(-82px, 0, 0);
      -moz-transform: translate3d(-82px, 0, 0);
      -ms-transform: translate3d(-82px, 0, 0);
      transform: translate3d(-82px, 0, 0); }
    div#fullscreen-button:hover div.bracket.right {
      -webkit-transform: translate3d(75px, 0, 0);
      -moz-transform: translate3d(75px, 0, 0);
      -ms-transform: translate3d(75px, 0, 0);
      transform: translate3d(75px, 0, 0); }

div.play-pause {
  position: absolute;
  top: 0;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  background: url("../img/pause_button.png") center center no-repeat;
  background-size: auto 36px; }
  div.play-pause.pause {
    background: url("../img/play_button.png") center center no-repeat;
    background-size: auto 36px; }
  div.play-pause.hide {
    display: none; }

/*** Mute Button ***/
span#mute-button {
  position: absolute;
  display: block;
  right: 30px;
  bottom: 30px;
  width: 100px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  span#mute-button:hover {
    color: #666; }

/*** Intro animation sequence ***/
div.main.animate-in div.header {
  -webkit-animation: fade 1.6s linear forwards;
  -moz-animation: fade 1.6s linear forwards;
  animation: fade 1.6s linear forwards; }
div.main.animate-in div.slides {
  -webkit-animation: fade 1.4s linear .8s forwards;
  -moz-animation: fade 1.4s linear .8s forwards;
  animation: fade 1.4s linear .8s forwards; }
div.main.animate-in div#audio-viz {
  -webkit-animation: fade .8s linear 1.6s forwards;
  -moz-animation: fade .8s linear 1.6s forwards;
  animation: fade .8s linear 1.6s forwards; }
div.main.animate-in #fullscreen-button, div.main.animate-in #mute-button {
  -webkit-animation: fade .8s linear 2.4s forwards;
  -moz-animation: fade .8s linear 2.4s forwards;
  animation: fade .8s linear 2.4s forwards; }

@-webkit-keyframes slide-build {
  0% {
    -webkit-transform: scale3d(2, 2, 0);
    opacity: 0; }

  70% {
    opacity: .5; }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes slide-build {
  0% {
    transform: scale3d(2, 2, 0);
    -ms-transform: scale3d(2, 2, 0);
    opacity: 0; }

  100% {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    opacity: 1; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }

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

  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes bg-cycle {
  0% {
    background-color: #ccc; }

  25% {
    background-color: #bbb; }

  75% {
    background-color: #ddd; }

  100% {
    background-color: #ccc; } }
@-moz-keyframes bg-cycle {
  0% {
    background-color: #ccc; }

  25% {
    background-color: #bbb; }

  75% {
    background-color: #ddd; }

  100% {
    background-color: #ccc; } }
@keyframes bg-cycle {
  0% {
    background-color: #ccc; }

  25% {
    background-color: #bbb; }

  75% {
    background-color: #ddd; }

  100% {
    background-color: #ccc; } }
@media only screen and (max-height: 750px) {
  div.main div#fullscreen-button {
    bottom: 20px; }
  div.main span#mute-button {
    right: 20px;
    bottom: 20px; } }
div.main:-webkit-full-screen {
  background-color: black !important;
  color: #333; }
  div.main:-webkit-full-screen div.header h1 span.first-last-name {
    color: #333; }
  div.main:-webkit-full-screen div.header span.rep {
    color: #333; }
  div.main:-webkit-full-screen div#fullscreen-button {
    bottom: 20px; }
    div.main:-webkit-full-screen div#fullscreen-button div.bracket {
      border-color: #333; }
    div.main:-webkit-full-screen div#fullscreen-button:hover div.bracket.left {
      -webkit-transform: translate3d(-39px, 0, 0);
      -moz-transform: translate3d(-39px, 0, 0);
      -ms-transform: translate3d(-39px, 0, 0);
      transform: translate3d(-39px, 0, 0); }
    div.main:-webkit-full-screen div#fullscreen-button:hover div.bracket.right {
      -webkit-transform: translate3d(32px, 0, 0);
      -moz-transform: translate3d(32px, 0, 0);
      -ms-transform: translate3d(32px, 0, 0);
      transform: translate3d(32px, 0, 0); }
    div.main:-webkit-full-screen div#fullscreen-button span {
      color: #333; }
      div.main:-webkit-full-screen div#fullscreen-button span::after {
        content: "exit" !important; }
  div.main:-webkit-full-screen span#mute-button {
    right: 20px;
    bottom: 20px;
    color: #262626; }
  div.main:-webkit-full-screen div#audio-viz div.track-arrow.left {
    left: 20px; }
  div.main:-webkit-full-screen div#audio-viz div.track-arrow.right {
    right: 20px; }
  div.main:-webkit-full-screen div#audio-viz div.audio-bar {
    background-image: url(../img/audio-bar_bg_fullscreen.gif); }
  div.main:-webkit-full-screen div#audio-viz span.track-title {
    color: #333; }
  div.main:-webkit-full-screen.mouse-active {
    color: #999; }
    div.main:-webkit-full-screen.mouse-active div.header h1 span.first-last-name {
      color: #999; }
    div.main:-webkit-full-screen.mouse-active div.header span.rep {
      color: #999; }
    div.main:-webkit-full-screen.mouse-active div#audio-viz div.audio-bar {
      background-image: url(../img/audio-bar_bg_fullscreen_active.gif); }
      div.main:-webkit-full-screen.mouse-active div#audio-viz div.audio-bar:hover, div.main:-webkit-full-screen.mouse-active div#audio-viz div.audio-bar.selected {
        background: url(../img/audio-bar_bg_hover.gif) repeat-y center; }
    div.main:-webkit-full-screen.mouse-active div#audio-viz span.track-title {
      color: #999; }
    div.main:-webkit-full-screen.mouse-active div#fullscreen-button div.bracket {
      border-color: #999; }
    div.main:-webkit-full-screen.mouse-active div#fullscreen-button span {
      color: #999; }
    div.main:-webkit-full-screen.mouse-active span#mute-button {
      color: #999; }
div.main:-moz-full-screen {
  background-color: black !important;
  color: #333; }
  div.main:-moz-full-screen div.header h1 span.first-last-name {
    color: #333; }
  div.main:-moz-full-screen div.header span.rep {
    color: #333; }
  div.main:-moz-full-screen div#fullscreen-button {
    bottom: 20px; }
    div.main:-moz-full-screen div#fullscreen-button div.bracket {
      border-color: #333; }
    div.main:-moz-full-screen div#fullscreen-button:hover div.bracket.left {
      -webkit-transform: translate3d(-39px, 0, 0);
      -moz-transform: translate3d(-39px, 0, 0);
      -ms-transform: translate3d(-39px, 0, 0);
      transform: translate3d(-39px, 0, 0); }
    div.main:-moz-full-screen div#fullscreen-button:hover div.bracket.right {
      -webkit-transform: translate3d(32px, 0, 0);
      -moz-transform: translate3d(32px, 0, 0);
      -ms-transform: translate3d(32px, 0, 0);
      transform: translate3d(32px, 0, 0); }
    div.main:-moz-full-screen div#fullscreen-button span {
      color: #333; }
      div.main:-moz-full-screen div#fullscreen-button span::after {
        content: "exit" !important; }
  div.main:-moz-full-screen span#mute-button {
    right: 20px;
    bottom: 20px;
    color: #262626; }
  div.main:-moz-full-screen div#audio-viz div.track-arrow.left {
    left: 20px; }
  div.main:-moz-full-screen div#audio-viz div.track-arrow.right {
    right: 20px; }
  div.main:-moz-full-screen div#audio-viz div.audio-bar {
    background-image: url(../img/audio-bar_bg_fullscreen.gif); }
  div.main:-moz-full-screen div#audio-viz span.track-title {
    color: #333; }
  div.main:-moz-full-screen.mouse-active {
    color: #999; }
    div.main:-moz-full-screen.mouse-active div.header h1 span.first-last-name {
      color: #999; }
    div.main:-moz-full-screen.mouse-active div.header span.rep {
      color: #999; }
    div.main:-moz-full-screen.mouse-active div#audio-viz div.audio-bar {
      background-image: url(../img/audio-bar_bg_fullscreen_active.gif); }
      div.main:-moz-full-screen.mouse-active div#audio-viz div.audio-bar:hover, div.main:-moz-full-screen.mouse-active div#audio-viz div.audio-bar.selected {
        background: url(../img/audio-bar_bg_hover.gif) repeat-y center; }
    div.main:-moz-full-screen.mouse-active div#audio-viz span.track-title {
      color: #999; }
    div.main:-moz-full-screen.mouse-active div#fullscreen-button div.bracket {
      border-color: #999; }
    div.main:-moz-full-screen.mouse-active div#fullscreen-button span {
      color: #999; }
    div.main:-moz-full-screen.mouse-active span#mute-button {
      color: #999; }
div.main:-ms-full-screen {
  background-color: black !important;
  color: #333; }
  div.main:-ms-full-screen div.header h1 span.first-last-name {
    color: #333; }
  div.main:-ms-full-screen div.header span.rep {
    color: #333; }
  div.main:-ms-full-screen div#fullscreen-button {
    bottom: 20px; }
    div.main:-ms-full-screen div#fullscreen-button div.bracket {
      border-color: #333; }
    div.main:-ms-full-screen div#fullscreen-button:hover div.bracket.left {
      -webkit-transform: translate3d(-39px, 0, 0);
      -moz-transform: translate3d(-39px, 0, 0);
      -ms-transform: translate3d(-39px, 0, 0);
      transform: translate3d(-39px, 0, 0); }
    div.main:-ms-full-screen div#fullscreen-button:hover div.bracket.right {
      -webkit-transform: translate3d(32px, 0, 0);
      -moz-transform: translate3d(32px, 0, 0);
      -ms-transform: translate3d(32px, 0, 0);
      transform: translate3d(32px, 0, 0); }
    div.main:-ms-full-screen div#fullscreen-button span {
      color: #333; }
      div.main:-ms-full-screen div#fullscreen-button span::after {
        content: "exit" !important; }
  div.main:-ms-full-screen span#mute-button {
    right: 20px;
    bottom: 20px;
    color: #262626; }
  div.main:-ms-full-screen div#audio-viz div.track-arrow.left {
    left: 20px; }
  div.main:-ms-full-screen div#audio-viz div.track-arrow.right {
    right: 20px; }
  div.main:-ms-full-screen div#audio-viz div.audio-bar {
    background-image: url(../img/audio-bar_bg_fullscreen.gif); }
  div.main:-ms-full-screen div#audio-viz span.track-title {
    color: #333; }
  div.main:-ms-full-screen.mouse-active {
    color: #999; }
    div.main:-ms-full-screen.mouse-active div.header h1 span.first-last-name {
      color: #999; }
    div.main:-ms-full-screen.mouse-active div.header span.rep {
      color: #999; }
    div.main:-ms-full-screen.mouse-active div#audio-viz div.audio-bar {
      background-image: url(../img/audio-bar_bg_fullscreen_active.gif); }
      div.main:-ms-full-screen.mouse-active div#audio-viz div.audio-bar:hover, div.main:-ms-full-screen.mouse-active div#audio-viz div.audio-bar.selected {
        background: url(../img/audio-bar_bg_hover.gif) repeat-y center; }
    div.main:-ms-full-screen.mouse-active div#audio-viz span.track-title {
      color: #999; }
    div.main:-ms-full-screen.mouse-active div#fullscreen-button div.bracket {
      border-color: #999; }
    div.main:-ms-full-screen.mouse-active div#fullscreen-button span {
      color: #999; }
    div.main:-ms-full-screen.mouse-active span#mute-button {
      color: #999; }
div.main:full-screen {
  background-color: black !important;
  color: #333; }
  div.main:full-screen div.header h1 span.first-last-name {
    color: #333; }
  div.main:full-screen div.header span.rep {
    color: #333; }
  div.main:full-screen div#fullscreen-button {
    bottom: 20px; }
    div.main:full-screen div#fullscreen-button div.bracket {
      border-color: #333; }
    div.main:full-screen div#fullscreen-button:hover div.bracket.left {
      -webkit-transform: translate3d(-39px, 0, 0);
      -moz-transform: translate3d(-39px, 0, 0);
      -ms-transform: translate3d(-39px, 0, 0);
      transform: translate3d(-39px, 0, 0); }
    div.main:full-screen div#fullscreen-button:hover div.bracket.right {
      -webkit-transform: translate3d(32px, 0, 0);
      -moz-transform: translate3d(32px, 0, 0);
      -ms-transform: translate3d(32px, 0, 0);
      transform: translate3d(32px, 0, 0); }
    div.main:full-screen div#fullscreen-button span {
      color: #333; }
      div.main:full-screen div#fullscreen-button span::after {
        content: "exit" !important; }
  div.main:full-screen span#mute-button {
    right: 20px;
    bottom: 20px;
    color: #262626; }
  div.main:full-screen div#audio-viz div.track-arrow.left {
    left: 20px; }
  div.main:full-screen div#audio-viz div.track-arrow.right {
    right: 20px; }
  div.main:full-screen div#audio-viz div.audio-bar {
    background-image: url(../img/audio-bar_bg_fullscreen.gif); }
  div.main:full-screen div#audio-viz span.track-title {
    color: #333; }
  div.main:full-screen.mouse-active {
    color: #999; }
    div.main:full-screen.mouse-active div.header h1 span.first-last-name {
      color: #999; }
    div.main:full-screen.mouse-active div.header span.rep {
      color: #999; }
    div.main:full-screen.mouse-active div#audio-viz div.audio-bar {
      background-image: url(../img/audio-bar_bg_fullscreen_active.gif); }
      div.main:full-screen.mouse-active div#audio-viz div.audio-bar:hover, div.main:full-screen.mouse-active div#audio-viz div.audio-bar.selected {
        background: url(../img/audio-bar_bg_hover.gif) repeat-y center; }
    div.main:full-screen.mouse-active div#audio-viz span.track-title {
      color: #999; }
    div.main:full-screen.mouse-active div#fullscreen-button div.bracket {
      border-color: #999; }
    div.main:full-screen.mouse-active div#fullscreen-button span {
      color: #999; }
    div.main:full-screen.mouse-active span#mute-button {
      color: #999; }

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
  html {
    font-size: 50%; }

  div.body {
    overflow: hidden;
    background-color: #000; }

  div.main.mobile {
    top: 0px;
    bottom: 0px;
    background-color: #000;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block; }
    div.main.mobile div.container {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      min-width: 100%;
      min-height: 100%;
      display: block;
      -webkit-transition: none;
      transition: none;
      position: absolute;
      letter-spacing: 0.2em !important;
      top: 0px;
      left: 0px; }
      div.main.mobile div.container div.slides {
        display: block;
        height: 70%;
        -webkit-transition: none;
        transition: none;
        opacity: 1; }
      div.main.mobile div.container div.header {
        padding-bottom: 0px;
        padding-top: 0px;
        display: inline-block;
        height: 11%;
        opacity: 1; }
        div.main.mobile div.container div.header h1 {
          -webkit-transition: -webkit-transform 0.25s ease-out !important;
          transition: transform 0.25s ease-out, -ms-transform 0.25s ease-out !important;
          -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
          font-weight: normal;
          z-index: 0;
          display: block;
          height: 7%; }
          div.main.mobile div.container div.header h1 span.first-last-name {
            color: #777;
            font-size: 1.4rem;
            display: block;
            height: 0px;
            z-index: 10;
            letter-spacing: .4em;
            margin-top: -2%; }
        div.main.mobile div.container div.header span.rep {
          height: 16px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          display: none;
          padding-top: 2px;
          color: #666666;
          font-size: 1.2rem;
          border-bottom: solid #666666 1px; }
        div.main.mobile div.container div.header:hover h1 {
          transform: none;
          -webkit-transform: none; }
        div.main.mobile div.container div.header:hover span.rep {
          color: #666666;
          opacity: 1; }
      div.main.mobile div.container div.slides {
        width: 100%;
        min-width: 0;
        min-height: 0;
        position: relative;
        margin-bottom: 0px;
        display: inline-block;
        background: none;
        background-size: 18% auto; }
        div.main.mobile div.container div.slides::after {
          bottom: -48px;
          left: 12px;
          position: absolute;
          display: block;
          width: 15%;
          text-align: left;
          color: #666666;
          font-size: 1rem;
          content: "rotate \a device for representation"; }
        div.main.mobile div.container div.slides div.rep-info {
          text-align: center;
          display: none;
          width: 100%;
          height: 100%;
          z-index: 400;
          left: 0;
          position: absolute;
          margin: 0px; }
          div.main.mobile div.container div.slides div.rep-info div.close-button {
            display: none; }
          div.main.mobile div.container div.slides div.rep-info:before {
            content: none;
            display: none; }
          div.main.mobile div.container div.slides div.rep-info div.info {
            vertical-align: middle;
            display: inline-block;
            position: absolute;
            top: 0px;
            width: 49%;
            color: #666666; }
            div.main.mobile div.container div.slides div.rep-info div.info.left-col {
              left: 0px;
              width: 50%;
              border-right: solid #666666 1px; }
            div.main.mobile div.container div.slides div.rep-info div.info.right-col {
              left: 50%; }
            div.main.mobile div.container div.slides div.rep-info div.info a {
              color: #666666;
              text-decoration: none; }
            div.main.mobile div.container div.slides div.rep-info div.info h2 {
              color: #666666;
              font-size: 1.2rem;
              font-weight: 100; }
            div.main.mobile div.container div.slides div.rep-info div.info span {
              display: block;
              font-size: 1.2rem;
              width: 100%; }
        div.main.mobile div.container div.slides div.controls {
          left: 0;
          -webkit-transition: opacity 0.25s ease-out !important;
          -moz-transition: opacity 0.25s ease-out !important;
          transition: opacity 0.25s ease-out !important; }
          div.main.mobile div.container div.slides div.controls span.slide-title {
            color: #777;
            font-size: 1.4rem; }
          div.main.mobile div.container div.slides div.controls div.arrow.left {
            width: 48px;
            background-image: url(../img/left-arrow_mobile.png);
            background-size: 16px 32px;
            left: 0px; }
          div.main.mobile div.container div.slides div.controls div.arrow.right {
            width: 48px;
            background-image: url(../img/right-arrow_mobile.png);
            background-size: 16px 32px;
            right: 0px; }
        div.main.mobile div.container div.slides div.slide {
          display: block; }
    div.main.mobile div#fullscreen-button {
      display: none; }
    div.main.mobile span#mute-button {
      opacity: 1;
      color: #666666;
      font-size: 1rem;
      text-align: right;
      width: 60px;
      display: block;
      position: absolute;
      right: 12px;
      bottom: 20px;
      top: auto;
      line-height: 18px;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    div.main.mobile div#audio-viz {
      opacity: 1 !important;
      position: absolute !important;
      padding-top: 11px;
      padding-right: 5px;
      bottom: 19px;
      left: 144px;
      right: 116px;
      width: auto;
      height: 20px;
      text-align: center;
      cursor: pointer;
      background: url(../img/play_button.png) center 6px no-repeat;
      background-size: auto 28px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      div.main.mobile div#audio-viz div.audio-bar {
        opacity: 0; }
      div.main.mobile div#audio-viz:hover span.track-title, div.main.mobile div#audio-viz:hover div.track-arrow {
        opacity: 1; }
      div.main.mobile div#audio-viz:hover div.audio-bar.selected {
        background: url(../img/audio-bar_bg_mobile_landscape.gif) center !important;
        background-repeat: repeat-y !important; }
      div.main.mobile div#audio-viz.show-title span.track-title {
        display: block !important; }
      div.main.mobile div#audio-viz.show-title div.audio-bar {
        display: none !important; }
      div.main.mobile div#audio-viz br {
        display: none; }
      div.main.mobile div#audio-viz span.track-title {
        display: none;
        position: absolute;
        left: 36px;
        right: 36px;
        top: 50%;
        padding-top: 0px;
        color: #a6a6a6 !important;
        font-size: 1rem;
        opacity: 1 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity 0.5s ease-out !important;
        transition: opacity 0.5s ease-out !important; }
      div.main.mobile div#audio-viz div.track-arrow {
        -webkit-transition: opacity 0.5s ease-out !important;
        transition: opacity 0.5s ease-out !important;
        width: 12px;
        height: 24px;
        display: none !important;
        position: absolute;
        margin-top: 8px;
        background: url(../img/left-track-arrow_mobile.png) no-repeat !important;
        background-size: 12px 24px !important;
        top: 0px;
        opacity: 1 !important;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        div.main.mobile div#audio-viz div.track-arrow.left {
          left: 10px !important; }
        div.main.mobile div#audio-viz div.track-arrow.right {
          right: 10px !important;
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
      div.main.mobile div#audio-viz div.audio-bar {
        height: 16px;
        background: url(../img/audio-bar_bg_mobile_landscape.gif) center !important;
        background-repeat: repeat-y !important;
        width: 8px;
        display: inline-block; }
        div.main.mobile div#audio-viz div.audio-bar:hover {
          background: url(../img/audio-bar_bg_mobile.gif) center !important;
          background-repeat: repeat-y !important; }
      div.main.mobile div#audio-viz.ready {
        background: none;
        display: inline-block; }
        div.main.mobile div#audio-viz.ready div.track-arrow {
          display: block !important; }
      div.main.mobile div#audio-viz div.audio-bar.selected {
        background: url(../img/audio-bar_bg_mobile_landscape.gif) center !important;
        background-repeat: repeat-y !important; }
      div.main.mobile div#audio-viz.off div.audio-bar {
        -webkit-transition: -webkit-transform 0.5s ease-out !important;
        transition: transform 0.5s ease-out, -ms-transform 0.5s ease-out !important; } }
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
  html {
    font-size: 50%; }

  .mobile-hide {
    display: inline;
    opacity: 0; }

  div.main {
    -webkit-transition: none;
    transition: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 420px;
    max-height: none;
    display: block; }
    div.main div.container {
      padding: 0 0 40px;
      letter-spacing: 0.2em !important; }
      div.main div.container div.slides {
        display: none;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        width: 100%;
        height: 100%;
        min-width: 100%; }
        div.main div.container div.slides div.slide.shade {
          display: none; }
        div.main div.container div.slides:hover div.slide.shade, div.main div.container div.slides.rep-on div.slide.shade {
          display: none; }
      div.main div.container div.header {
        display: inline-block;
        padding-bottom: 22px;
        padding-top: 0px;
        opacity: 1; }
        div.main div.container div.header h1 {
          -webkit-transition: -webkit-transform 0.25s ease-out !important;
          transition: transform 0.25s ease-out, -ms-transform 0.25s ease-out !important;
          -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
          font-weight: normal;
          z-index: 0;
          display: block; }
          div.main div.container div.header h1 span.first-last-name {
            display: block;
            padding-left: 5px;
            height: 0px;
            z-index: 10;
            letter-spacing: 5px;
            font-size: 15px; }
        div.main div.container div.header span.rep {
          height: 16px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          display: inline-block;
          padding-top: 38px;
          padding-bottom: 2px;
          color: #666666;
          font-size: 10px; }
        div.main div.container div.header:hover h1 {
          transform: none;
          -webkit-transform: none; }
        div.main div.container div.header:hover span.rep {
          color: #666666;
          opacity: 1; }
      div.main div.container div.slides {
        opacity: 1;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 184px;
        position: relative;
        margin-bottom: 22px;
        display: inline-block;
        background: url(../img/rotate_icon.svg) center 86% no-repeat;
        background-size: auto 34px; }
        div.main div.container div.slides::after {
          bottom: 0px;
          left: 0px;
          position: absolute;
          display: inline-block;
          width: 100%;
          text-align: center;
          color: #777;
          font-size: 10px;
          content: "rotate device for images"; }
        div.main div.container div.slides div.rep-info {
          text-align: center;
          display: inline-block;
          width: 100%;
          height: 100%;
          z-index: 400;
          left: 0;
          position: absolute;
          margin: 0px; }
          div.main div.container div.slides div.rep-info div.close-button {
            display: none; }
          div.main div.container div.slides div.rep-info:before {
            content: none;
            display: none; }
          div.main div.container div.slides div.rep-info div.info {
            vertical-align: middle;
            display: inline-block;
            position: absolute;
            top: 0px;
            width: 49%;
            color: #666666; }
            div.main div.container div.slides div.rep-info div.info.left-col {
              left: 0px;
              width: 50%;
              border-right: solid #A6A6A6 1px; }
            div.main div.container div.slides div.rep-info div.info.right-col {
              left: 50%; }
            div.main div.container div.slides div.rep-info div.info a {
              color: #666666;
              text-decoration: none; }
            div.main div.container div.slides div.rep-info div.info h2 {
              color: #666666;
              font-size: 10px;
              font-weight: 100; }
            div.main div.container div.slides div.rep-info div.info span {
              display: block;
              font-size: 10px;
              width: 100%; }
        div.main div.container div.slides div.controls {
          display: none; }
        div.main div.container div.slides div.slide {
          display: none; }
    div.main div#fullscreen-button {
      display: none; }
    div.main span#mute-button {
      opacity: 1;
      color: #A6A6A6;
      font-size: 9px;
      text-align: center;
      width: 100px;
      margin-right: -50px;
      display: block;
      position: absolute;
      right: 50%;
      bottom: 10px;
      line-height: 18px;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    div.main div#audio-viz {
      opacity: 1 !important;
      padding-top: 10px;
      position: relative;
      width: 100%;
      height: 20%;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      background-color: red;
      background: url(../img/play_button.png) center 4px no-repeat;
      background-size: auto 30px; }
      div.main div#audio-viz div.audio-bar {
        opacity: 0; }
      div.main div#audio-viz:hover span.track-title, div.main div#audio-viz:hover div.track-arrow {
        opacity: 1; }
      div.main div#audio-viz:hover div.audio-bar.selected {
        background: url(../img/audio-bar_bg_mobile.gif) center !important;
        background-repeat: repeat-y !important; }
      div.main div#audio-viz span.track-title {
        display: block;
        padding-top: 14px;
        margin-left: 4px;
        color: #a6a6a6 !important;
        font-size: 9px;
        opacity: 1 !important;
        -webkit-transition: opacity 0.5s ease-out !important;
        transition: opacity 0.5s ease-out !important; }
      div.main div#audio-viz div.track-arrow {
        -webkit-transition: opacity 0.5s ease-out !important;
        transition: opacity 0.5s ease-out !important;
        width: 12px;
        height: 24px;
        display: none !important;
        position: absolute;
        margin-top: 8px;
        background: url(../img/left-track-arrow_mobile.png) no-repeat !important;
        background-size: 12px 24px !important;
        top: 0px;
        opacity: 1 !important;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        div.main div#audio-viz div.track-arrow.left {
          left: 10px !important; }
        div.main div#audio-viz div.track-arrow.right {
          right: 10px !important;
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
      div.main div#audio-viz div.audio-bar {
        height: 16px;
        background: url(../img/audio-bar_bg_mobile.gif) center !important;
        background-repeat: repeat-y !important;
        width: 10px;
        display: inline-block; }
        div.main div#audio-viz div.audio-bar:hover {
          background: url(../img/audio-bar_bg_mobile.gif) center !important;
          background-repeat: repeat-y !important; }
      div.main div#audio-viz.ready {
        background: none;
        display: inline-block; }
        div.main div#audio-viz.ready div.audio-bar {
          opacity: 1; }
        div.main div#audio-viz.ready div.track-arrow {
          display: block !important; }
      div.main div#audio-viz div.audio-bar.selected {
        background: url(../img/audio-bar_bg_mobile.gif) center !important;
        background-repeat: repeat-y !important; }
      div.main div#audio-viz.off div.audio-bar {
        -webkit-transition: -webkit-transform 0.5s ease-out !important;
        transition: transform 0.5s ease-out, -ms-transform 0.5s ease-out !important; } }
@media only screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  div.main {
    position: relative;
    bottom: auto;
    max-height: 100%;
    padding-top: 0px !important; }

  div.container {
    font-size: 12px !important; }

  /*** Header ***/
  div.header {
    padding-bottom: 38px !important;
    padding-top: 20px !important; }
    div.header h1 {
      -webkit-transition: none !important;
      transition: none !important;
      -webkit-transform: translate3d(0, -35px, 0);
      -moz-transform: translate3d(0, -35px, 0);
      -ms-transform: translate3d(0, -35px, 0);
      transform: translate3d(0, -35px, 0);
      -webkit-transition-delay: 0s !important;
      transition-delay: 0s !important; }
      div.header h1 span.first-last-name {
        display: block;
        font-size: 18px;
        height: 0px;
        z-index: 10;
        letter-spacing: 5px;
        margin-top: 6px; }
    div.header span.rep {
      margin-top: -16px;
      color: #A6A6A6;
      opacity: 1;
      -webkit-transition: none;
      transition: none; }
    div.header:hover span.rep {
      color: #777; }

  /*** Slides ***/
  div.slides {
    margin-bottom: 0;
    opacity: 0; }
    div.slides div.controls {
      -webkit-transition: opacity 0.25s ease-out !important;
      -moz-transition: opacity 0.25s ease-out !important;
      transition: opacity 0.25s ease-out !important; }

  /*** Fullscreen Button ***/
  div#fullscreen-button {
    display: none !important; }

  /*** Mute Button ***/
  span#mute-button {
    font-size: 12px;
    opacity: 0;
    color: #A6A6A6;
    text-align: right;
    width: 84px;
    display: block;
    position: absolute;
    right: 14px !important;
    bottom: 14px !important;
    line-height: 18px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    span#mute-button:hover {
      color: #A6A6A6; }

  /*** Audio Visualization ***/
  div#audio-viz {
    opacity: 0 !important;
    padding-top: 0 !important;
    margin-top: 24px !important;
    position: relative;
    width: 100%;
    height: 66px !important;
    display: block;
    text-align: center;
    cursor: pointer;
    background: url(../img/play_button.png) center 0 no-repeat;
    background-size: auto 36px; }
    div#audio-viz div.audio-bar {
      opacity: 0; }
    div#audio-viz:hover span.track-title, div#audio-viz:hover div.track-arrow {
      opacity: 1; }
    div#audio-viz:hover div.audio-bar.selected {
      background: url(../img/audio-bar_bg_mobile.gif) center !important;
      background-repeat: repeat-y !important; }
    div#audio-viz span.track-title {
      display: block;
      padding-top: 20px;
      margin-left: 4px;
      color: #a6a6a6 !important;
      opacity: 1 !important;
      -webkit-transition: opacity 0.5s ease-out !important;
      transition: opacity 0.5s ease-out !important; }
    div#audio-viz div.track-arrow {
      width: 24px !important;
      height: 48px !important;
      display: block !important;
      position: absolute;
      margin-top: 0px !important;
      background: url(../img/left-track-arrow_mobile.png) no-repeat !important;
      background-size: auto 48px !important;
      top: 10px !important;
      opacity: 0 !important;
      cursor: pointer;
      -webkit-transition: opacity 0.5s ease-out !important;
      -moz-transition: opacity 0.5s ease-out !important;
      transition: opacity 0.5s ease-out !important;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      div#audio-viz div.track-arrow.left {
        left: 30px !important; }
      div#audio-viz div.track-arrow.right {
        right: 30px !important;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    div#audio-viz div.audio-bar {
      height: 24px;
      background: url(../img/audio-bar_bg_mobile.gif) center !important;
      background-repeat: repeat-y !important;
      width: 13px; }
      div#audio-viz div.audio-bar:hover {
        background: url(../img/audio-bar_bg_mobile.gif) center !important;
        background-repeat: repeat-y !important; }
    div#audio-viz.ready {
      background: none; }
      div#audio-viz.ready div.audio-bar {
        opacity: 1; }
      div#audio-viz.ready div.track-arrow {
        display: block !important;
        opacity: 1 !important; }
    div#audio-viz div.audio-bar.selected {
      background: url(../img/audio-bar_bg_mobile.gif) center !important;
      background-repeat: repeat-y !important; }
    div#audio-viz.off div.audio-bar {
      -webkit-transition: -webkit-transform 0.5s ease-out !important;
      transition: transform 0.5s ease-out, -ms-transform 0.5s ease-out !important; } }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  div.header {
    padding-bottom: 112px !important; }
    div.header span.rep {
      margin-top: 24px; }

  div#audio-viz {
    margin-top: 78px !important;
    height: 116px !important; }

  span#mute-button {
    right: 50% !important;
    bottom: 24px !important;
    margin-right: -42px;
    text-align: center; } }
