{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000000;
}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
}


#border {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#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;
}

@font-face {
  font-family: 'Avenir-Bold';
  src: url('AvenirNextLTProWebfont-Bold.woff') format('woff'), /* Pretty Modern Browsers */
      url('AvenirNextLTProWebfont-Bold.otf') format('otf'); 
}

@font-face {
  font-family: 'Avenir-Light';
  src: url('AvenirNextLTProWebfont-Light.woff') format('woff'), /* Pretty Modern Browsers */
      url('AvenirNextLTProWebfont-Light.otf') format('otf'); 
}

/* USER */

.text{ 
  font-size: 33px;
  font-family: 'Avenir-Bold';
  color:#555048;
  left: 16px;
}

/************** BUTTON ************/
.button {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  font-family: 'Avenir-Light';
  color:#fff;
  letter-spacing: 0.25px;
}

#button-styling {
  color:#fff;
  background-color: #C33E4E;
  display:inline-block;
  padding: 13px 11px;
}

#banner:hover #button-styling{
  background-color:#1CB66B;
}

/************** FRAME 1************/
#line1-1{
  position: absolute;

}

#line1-2{
  position: absolute;
  top:36px;
}

#line1-3{
  position: absolute;
  top:76px;
  line-height: 30px;
}


/************* FRAME 2************/
#line2-1{
  position: absolute;
  color:#fff;
}

#line2-2{
  position: absolute;
  top:33px;
}

#line2-3{
  position: absolute;
  top: 66px;
}

#line2-4{
  position: absolute;
  top:101px;
}




#line4-1{
  position: absolute;
  top:34px;
}

#line4-2{
  position: absolute;
  top: 69px;
}

#line4-3{
  position: absolute;
  top:101px;
}

/************* FRAME 2- DISCLAIMER TEXT ************/
.text2{ 
  font-size: 15px;
  font-family: 'Avenir-Light';
  color:#555048;
  left: 16px;
  letter-spacing: -0.1px;
}

#line3-1{
  position: absolute;
  top: 185px;
}

#line3-2{
  position: absolute;
  top: 165px;
}

.text-color{
  color: #000;
  padding: 0 3px;
}

#text-bg {
  position: absolute;
  background-color:#555048;
  width: 41px;
  height: 22px;
  top: 198px;
  left: 46px;
}

/************* TICK ONE ************/

/* .tick{
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
} */
.drawn + svg .path{
  opacity: 1;
  stroke-dashoffset: 0;
}


#tick{
  position: absolute;
  left: 240px;
  top: 35px;
  width: 45px;
  height: 45px;
}
/************* TICK TWO ************/

/* .tick2{
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
} */
.drawn2 + svg .path2{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick2{
  position: absolute;
  left: 240px;
  top: 69px;
  width: 45px;
  height: 45px;
}

/************* TICK THREE ************/

/* .tick3{
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
} */
.drawn3 + svg .path3{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick3{
  position: absolute;
  left: 240px;
  top: 102px;
  width: 45px;
  height: 45px;
}

#clicktag{
  position: absolute;
  width: 300px;
  height:600px;
  z-index: 9999;
}

