/* setup */
/* base */
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit;
  user-select: none; }

body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

#banner {
  position: relative;
  width: 970px;
  height: 250px;
  border: solid 1px #000;
  overflow: hidden;
  background-color: #000; }
  #banner .bannerClick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

@font-face {
  font-family: 'AdihausDIN Bold';
  src: url("../fonts/AdihausDIN-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'AdihausDIN';
  src: url("../fonts/AdihausDIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Banner Styles */
.close {
  display: none; }

#banner {
  background-color: #FFF; }
  #banner #container {
    width: 970px;
    height: 250px;
    margin: 0; }
  #banner #pixiContainer {
    position: absolute;
    width: 970px;
    height: 250px;
    margin: 0;
    top: 0;
    left: 0; }
  #banner #stage {
    position: absolute;
    visibility: visible;
    width: 970px;
    height: 250px;
    left: -1px;
    top: -1px; }
  #banner #overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0; }
  #banner #logo {
    position: absolute;
    top: 15px;
    right: 170px;
    width: calc(135px/1.3);
    pointer-events: none;
    height: auto;
    z-index: 999; }
  #banner #cta {
    position: absolute;
    width: 258px;
    height: 44px;
    background: black;
    bottom: 30px;
    right: 93px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-family: "AdihausDIN Bold";
    font-size: 16px;
    letter-spacing: 4px;
    border: 1px solid #000;
    z-index: 999; }
  #banner #copy {
    position: absolute;
    bottom: 85px;
    right: 93px;
    width: 250px;
    font-family: "AdihausDIN Bold";
    font-size: 12px;
    letter-spacing: 2px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    line-height: 16px; }
  #banner canvas {
    background-color: transparent;
    cursor: pointer; }
  #banner .bannerClickIntro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    z-index: 11; }
