{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 120px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000000;
}

.retina{
  position: absolute;
  width: 120px;
  height: 600px;
}


#border {
  position: absolute;
  width: 120px;
  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 */


/************** BUTTON ************/
.button {
  position: absolute;
  bottom: 47px;
  left: 7px;
  font-size: 9px;
  font-family: 'Avenir-Light';
  color:#fff;
  letter-spacing: 0.25px;
}

#button-styling {
  color:#fff;
  background-color: #C33E4E;
  display:inline-block;
  padding: 12px 12px;
}

#banner:hover #button-styling{
  background-color:#1CB66B;
}

/************** COUNTER ************/
.text3{ 
  font-size: 12px;
  font-family: 'Avenir-Light';
  color:#ffcc00;
}

.textcounter{ 
  font-size: 60px;
  font-family: 'Avenir-Bold';
  color:#fff;
  text-align: center;
  position: absolute;
  left: 26px;
  top: -34px;
}

.circle {
  height: 190px;
  width: 190px;
  background-color: #ac464d;
  border-radius: 50%;
  position: absolute;
  right: -36px;
  top: -60px;
}
#line3-1{
  right: 21px;
  top: 5px;
  position: absolute;
}

#line3-2{
  right: 22px;
  top: 80px;
  position: absolute;
  text-align: center;
}

#countdays sup{
  font-size: 25px;
}
/************** TEXT 1************/
.text{ 
  font-size: 17px;
  font-family: 'Avenir-Bold';
  color:#555048;
  left: 11px;
  text-align: left;
}

#line1-1{
  position: absolute;
  top: 145px;
  color: #fff;
}


#line1-2{
  position: absolute;
  top: 168px;
  line-height: 16px;
}

/************* TEXT 2************/
.subtext{
  position: relative;
  position: relative;
  top: -72px;
  left: -49px;
  width: 160px;
}
.text2{ 
  font-size: 12px;
  font-family: 'Avenir-Light';
  color:#555048;
  left: 60px;
  letter-spacing: -0.1px;
  text-align: left;

}

#line2-1{
  position: absolute;
  top: 367px;
}

#line2-2{
  position: absolute;
  top: 390px;
}

#line2-3{
  position: absolute;
  top: 407px;
}

#line2-4{
  position: absolute;
  top: 463px;
}


/************* TICK  ************/

#tick, #tick2, #tick3, #tick4{
  left: 20px;
  width: 35px;
  height: 35px;
}
/************* TICK ONE ************/
.drawn + svg .path{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick{
  position: absolute;
  top: 329px;
}

/************* TICK TWO ************/
.drawn2 + svg .path2{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick2{
  position: absolute;
  top: 358px;
}

/************* TICK THREE ************/
.drawn3 + svg .path3{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick3{
  position: absolute;
  top: 389px;
}

/************* TICK FOUR ************/
.drawn4 + svg .path4{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick4{
  position: absolute;
  top: 427px;
}

/************* CLICKTAG ************/

#clicktag{
  position: absolute;
  width: 120px;
  height: 600px;
  z-index: 9999;
  top: 0;
}


