{ padding:0, margin:0, list-style-type:none;}

#container{
  position: absolute;
  width: 120px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  background-color: #f2fcfe;
}

#illu_1, #illu_2 {
  position: absolute;
}

.retina{
  position: absolute;
  width: 120px;
  height: 600px;
}

#bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 373px;
  height: 250px;
}

#border {
  position: absolute;
  width: 118px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #c6c6c6;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  cursor: pointer;
  top:0;
  left:0;
}



/* ///////////////////// TXTVLAKKEN /////////////////////////////// */

#logo{
  position:absolute;
  top:0px;
  right:0px;
}

#txtvlak{
  position:absolute;
  top:12px;
  left:15px;
  width:220px;
  height:98px;
  background:#fff;
  opacity:0.7;
}

#txt1{
  position:absolute;
  top:0px;
  left:0px;

}

#txt2{
  position:absolute;
  top:0px;
  left:0px;

}

/* ///////////////////// CTA /////////////////////////////// */

.btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#btn {
    position: absolute;
    bottom: 64px;
    left: 9px;
    width: 103px;
    height: 24px;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  background: #ed6b01;
}

