{ 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 */


/************** 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;
}

/************** COUNTER ************/
.text3{ 
  font-size: 11px;
  font-family: 'Avenir-Light';
  color:#ffcc00;
}

.textcounter{ 
  font-size: 38px;
  font-family: 'Avenir-Bold';
  color: #fff;
  text-align: center;
  position: absolute;
  left: 225px;
  top: -14px;
}

.circle {
  height: 160px;
  width: 160px;
  background-color: #ac464d;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: -50px;
}
#line3-1{
  right: 12px;
  top: 2px;
  position: absolute;
}

#line3-2{
  right: 10px;
  top: 58px;
  position: absolute;
  text-align: center;
}

#countdays sup{
  font-size: 25px;
}
/************** TEXT 1************/
.text{ 
  font-size: 20px;
  font-family: 'Avenir-Bold';
  color:#555048;
  left: 22px;
  text-align: left;
}

#line1-1{
  position: absolute;
  top: -14px;
  line-height: 32px;
  color: #fff;
}


#line1-2{
  position: absolute;
  top: 15px;
  line-height: 21px;
}

/************* TEXT 2************/
.subtext{
  position: relative;
  position: relative;
  top: -224px;
  left: -5px;
}
.text2{ 
  font-size: 12px;
  font-family: 'Avenir-Light';
  color:#555048;
  left: 46px;
  letter-spacing: -0.1px;
  text-align: left;

}

#line2-1{
  position: absolute;
  top: 339px;
}

#line2-2{
  position: absolute;
  top: 365px;
}

#line2-3{
  position: absolute;
  top: 358px;
}

#line2-4{
  position: absolute;
  top: 389px;
}


/************* TICK  ************/

#tick, #tick2, #tick3, #tick4{
  left: 20px;
  width: 20px;
  height: 20px;
}
/************* TICK ONE ************/
.drawn + svg .path{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick{
  position: absolute;
  top: 347px;
}

/************* TICK TWO ************/
.drawn2 + svg .path2{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick2{
  position: absolute;
  top: 372px;
}

/************* TICK THREE ************/
.drawn3 + svg .path3{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick3{
  position: absolute;
  top: 367px;
}

/************* TICK FOUR ************/
.drawn4 + svg .path4{
  opacity: 1;
  stroke-dashoffset: 0;
}

#tick4{
  position: absolute;
  top: 397px;
}

/************* CLICKTAG ************/

#clicktag{
  position: absolute;
  width: 300px;
  height: 250px;
  z-index: 9999;
  top: 0;

}


