body {
        margin:0;
        padding:0;
}

#messages {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
    overflow: hidden;
    text-overflow: clip;
}

#logo {
  position: absolute;
}

#wrap {
  width: 100%;
  height: 100%;
    overflow: hidden;
    text-overflow: clip;
}

#sky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.santa {
  width: 70px;
  height: 70px;
  position: absolute;
}

#santa_front {
  background-image: url('images/santa_front.gif');
}
#santa_side {
  background-image: url('images/santa_side.gif');
}

#santa {
  width: 70px;
  height: 70px;
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}

#bg {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

#info {
  top: 3vh;
  position: absolute;

  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#info_hor {
  margin-top:10px;
  position: absolute;

  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#info_ver {
  position: absolute;

  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.fixBG {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
/*  background-size: 120%;
  width: 100%;
  height: 100%;*/
}

.label {
  position: absolute;
  width: 630px;
  height: 210px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
}

#greeting {
  position: absolute;
  width: 818px;
  height: 818px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


#adArea {
  position: absolute;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
    width: 900px;
    height: 900px;
}

#startCover {
  /*background-color: rgba(0, 0, 0, 0.85);*/
  background: radial-gradient(circle at center, rgba(9, 45, 81, 0.85) 50%, rgba(9, 45, 81, 0.0)) 100%;
}

#output {
  color: white;
}

#over {
  /*background-color: #000000;*/
  opacity: 1;
}
/*
canvas {
  background: #000000;
}*/

#resScore {
  color: #fff200;
  /*color: white;*/
  margin-left: 20px;
  margin-top: 10px;
  height: 10%;
  width: 100%;
  position: relative;
  font-size: 15pt;
  font-family: "Arial";
  font-weight: bold;
}

#resultsCont {
  /*background-color: black;*/
  width: 80%;
}

#nameForm {
  position: relative;
  top: 15px;
}

#nameTitle {
  top: 30px;
  color: #fff200;
  font-family: "Arial";
}

#scoreText {
  color: white;
  font-family: "Arial";
  font-size: 32px;
  margin-top:10px;
}

#scoreField {
  font-weight: bold;
  color: #fff200;
}

#textField {
  /*background-color: black;*/
  border-radius: 10px;
  height: 38px;
  width: 200px;
  color: white;
  padding-left: 7px;
  font-size: 17px;
  margin-top:15px;
  text-align: center;
}

#nameBtn {
  margin-top:15px;
  background-color: #fff200;
  color: black;
  border: 0px;
  border-radius: 10px;
  width: 120px;
  height: 40px;
  font-family: "Arial";
  font-size:16px;
  font-weight: bold;
}

#nameCont {
  /*background-color: black;*/
  width: 77%;
}

#nameBox {
  position: absolute;
  left: 20px;
  top: 8px;
}

#results {
  position: relative;
  margin-left: 20px;
  margin-top: 8px;
}

.res {

  width: 40%;
  height: 4%;
  color: white;
  font-size: 8pt;
  margin-top: 8px;
  float: left;
  font-family: "Arial";
    overflow: hidden;
    text-overflow: clip;

}

.tn {
  font-weight: bold;
}



#dragEl {
  background-color: red;
  opacity: 0;
}



.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.abs {
    position: absolute;
}
.rct {
    width:900px;
    height:900px;
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zi1 { z-index: 800; }
.zi2 { z-index: 900; }
.zi5 { z-index: 5000; }
.zi6 { z-index: 6000; }
.zi7 { z-index: 7000; }
.zi9 { z-index: 9000; }
.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}

