{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  /* background-color: #000000; */
}

.retina{
  position: absolute;
  width: 336px;
  height: 280px;
}


#border {
  position: absolute;
  width: 336px;
  height: 280px;
  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: 26px;
  font-family: 'Avenir-Bold';
  color:#555048;
  left: 16px;
}

/************** BUTTON ************/
.button {
  position: absolute;
    bottom: -4px;
  left: 8px;
  font-size: 13px;
  font-family: 'Avenir-Light';
  color:#fff;
  letter-spacing: 0.25px;
}

#button-styling {
  color:#fff;
  background-color: #C33E4E;
  display:inline-block;
  padding: 7px 9px;
}

#banner:hover #button-styling{
  background-color:#1CB66B;
}

/************** FRAME 1 ************/
#line1-1{
  position: absolute;
}

#line1-2{
  position: absolute;
  top:28px;
}

#line1-3{
  position: absolute;
  top:59px;
  line-height: 24px;
}


/************* FRAME 2************/
#line2-1{
  position: absolute;
  color:#fff;
  top: -3px;
}

#line2-2{
  position: absolute;
  top:24px;
}

#line2-3{
  position: absolute;
  top: 48px;
}

#line2-4{
  position: absolute;
  top: 74px;
}

#line2-5{
  position: absolute;
  top: 100px;
}


#line4-1{
  position: absolute;
  top: 30px;
  line-height: 17px;
}

#line4-2{
  position: absolute;
  top: 50px;
}

#line4-3{
  position: absolute;
  top:76px;
}
/************* FRAME 2- DISCLAIMER TEXT ************/
.text2{ 
  font-size: 13px;
  font-family: 'Avenir-Light';
  color:#555048;
  left: 16px;
  letter-spacing: -0.1px;
}

#line3-1{
  position: absolute;
  top: 158px;
}

#line3-2{
  position: absolute;
  top: 165px;
}

.text-color{
  color: #000;
  padding: 0 3px;
}

#text-bg {
  position: absolute;
  background-color:#555048;
  width: 31px;
  height: 17px;
  top: 170px;
  left: 44px;
}

/************* 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: 170px;
  top: 17px;
  width: 55px;
  height: 55px;
}
/************* 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: 170px;
  top: 48px;
  width: 55px;
  height: 55px;
}

/************* 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: 170px;
  top: 79px;
  width: 55px;
  height: 55px;
}

#clicktag{
  position: absolute;
  width: 336px;
  height:280px;
  z-index: 9999;
}
