{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000000;
}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
}


#border {
  position: absolute;
  width: 300px;
  height: 250px;
  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: 23px;
  font-family: 'Avenir-Bold';
  color:#555048;
  left: 16px;
}

/************** BUTTON ************/
.button {
  position: absolute;
  bottom: -6px;
  left: 6px;
  font-size: 12px;
  font-family: 'Avenir-Light';
  color:#fff;
  letter-spacing: 0.25px;
}

#button-styling {
  color:#fff;
  background-color: #C33E4E;
  display:inline-block;
  padding: 8px 9px;
}

#banner:hover #button-styling{
  background-color:#1CB66B;
}



/************** FRAME 1************/
#line1-1{
  position: absolute;

}

#line1-2{
  position: absolute;
  top:26px;
}

#line1-3{
  position: absolute;
  top:55px;
  line-height: 20px;
}


/************* FRAME 2************/
#line2-1{
  position: absolute;
  color:#fff;
  top:-10px;
}

#line2-2{
  position: absolute;
  top:14px;
}

#line2-3{
  position: absolute;
  top: 37px;
}

#line2-4{
  position: absolute;
  top:59px;
}

#line2-5{
  position: absolute;
  top:83px;
}


#line4-1{
  position: absolute;
  top: 20px;
  line-height: 17px;
}

#line4-2{
  position: absolute;
  top: 38px;
}

#line4-3{
  position: absolute;
  top:62px;
}
/************* FRAME 2- DISCLAIMER TEXT ************/
.text2{ 
  font-size: 12px;
  font-family: 'Avenir-Light';
  color:#555048;
  left: 16px;
  letter-spacing: -0.1px;
}

#line3-1{
  position: absolute;
  top: 137px;
}

.text-color{
  color: #000;
  padding: 0 3px;
}

#text-bg {
  position: absolute;
  background-color:#555048;
  width: 32px;
  height: 17px;
  top: 147px;
  left: 41px;
}


/************* 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: 150px;
  top: 12px;
  width: 40px;
  height: 40px;
}
/************* 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: 150px;
  top: 38px;
  width: 40px;
  height: 40px;
}

/************* 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: 150px;
  top: 65px;
  width: 40px;
  height: 40px;
}

#clicktag{
  position: absolute;
  width: 300px;
  height:250px;
  z-index: 9999;
}
