
#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  font-family: 'AlrightSans-Black';
}

.retina{
  position: absolute;
  top:0px;
  left:0px;
  width: 300px;
  height: 250px;
  
}


#border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.button{
  position: absolute;
  width: 100px;
  height: 25px;
  border-radius: 25px;
  right:10px;
  bottom:10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid black;
  z-index: 9999;
}


/*.button{
  position: absolute;
  width: 970px;
  height: 250px;
  left:0px;
  top:0px;
  cursor: pointer;
  z-index: 9999;
}*/

.ctaActive{
  opacity: 0;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


.cubeContainer{
  position: absolute;
  bottom:0px;
  left:0px; 
}

.cube{
  position: absolute;
  top:0px;
  left:0px;
}


.slide{
  position: absolute;
  background-color: #fff;
  font-size: 40px;
  top:0px;
  left:0px;
  -webkit-box-shadow: 0px 25px 9px -15px rgba(0,0,0,0.3); 
  box-shadow: 0px 25px 9px -15px rgba(0,0,0,0.3);
  overflow: hidden;
/*  background-color: #6ba2ce;
  overflow: hidden;*/


}


.nav{
  position: absolute;
  top:50%;
  height: 25px;
  width: 25px;
  margin-top: -10px;
  line-height: 20px;
  background-image: url("arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
}


#prev{
  transform:scaleX(-1);
  left:10px;
}
#next{
  right:10px;

}



.dragger{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height: 100%;
  z-index: 9998;

}

.cta1, .cta2{
  
  pointer-events: none;
}


.logoWit, .teamnl{
  z-index: 9999;
  pointer-events: none;
}

.progress{
  position: absolute;
  top:0px;
  left:0px;
  width:50%;
  height: 5px;
  background-color: #ff0000;
  z-index: 9997;
  pointer-events: none;
}

.rainbow{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height: 5px;
  background-color: green;
  z-index: 9997;
  pointer-events: none;
}

.color{
  float: left;
  background-color:pink;
  width:12.5%;
  height: 5px;
}

.yellow{
  background-color: #ffdd00;
}

.grey{
  background-color: #2f343e;
}

.green{
  background-color: #00953e;
}

.red{
  background-color: #ff0000;
}

.blue{
  background-color: #009cde;
}