* {
  margin:0;
  padding:0;
}


#banner {
  width: 970px;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 970px;
  height: 250px;
  border: 1px solid #000000;
  position: absolute;
  pointer-events: none;
  z-index:2;
}

#canvas {
  position: absolute;
}

#exit {
  position: absolute;
  width:100%;
  height:100%;
  cursor:pointer;
}

#loader {
  position: absolute;
  width: 970px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #000;
  z-index:1;
  pointer-events: none;
}

#glinterwrapper {
  position: absolute;
  top: 266px;
  left: 83px;
  width: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  /* background: #f0f; */
  overflow: hidden;
  border-radius: 4px;
}

#glinter {
  position: absolute;
  top: 0px;
  left: -970px;
  width: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

#glinterwrapper, #glinter {
  height: 28px;
}

#video {
  position: absolute;
}

#spectrum {
  width:100%;
  height:auto;
  position: absolute;
  top:0;
  left:0;
  z-index:2;
}

#bgloader {
  width:970px;
  height:250px;
  position: absolute;
  top:0;
  left:0;
  z-index:1;
  background:#fff;
}

#legalstext {
  width: 970px;
  height: 250px;
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 1;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: auto;
  bottom: 0;
  border:1px solid #000;
}

#legalstextinner {
  line-height: 1.3;
  font-family: "sky-text-regular", sans-serif;
  font-size: 10px;
  color: #575756;
  text-align: left;
  margin-right: 10px;
  padding: 10px 20px 20px 10px;
}

#legalsbtnshow {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 5px;
  border: 0;
  z-index: 0;
  font-size: 10px;
  line-height: 1.3;
  font-family: "sky-text-regular", sans-serif;
  opacity:0;
}

#legalsbtnhide {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background:#fff;
  border: 0;
  z-index: 0;
  font-size: 10px;
  line-height: 1.3;
  font-family: "sky-text-regular", sans-serif;
  width: 960px;
  height: 250px;
}

#closelegals {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: auto;
  pointer-events: none;
  opacity:0;
  z-index:11;
}

