{ 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 */

.text{ 
  font-size: 17px;
  font-family: 'Avenir-Bold';
  color:#555048;
  left: 7px;
}

/************** 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 14px;
}

#banner:hover #button-styling{
  background-color:#1CB66B;
}


/************** FRAME 1************/
#line1-1{
  position: absolute;
  top: 19px;
}

#line1-2{
  position: absolute;
  top: 40px;
}

#line1-3{
  position: absolute;
  top: 62px;
  line-height: 16px;
}


/************* FRAME 2************/
#line2-1{
  position: absolute;
  color:#fff;
  top: 6px;
}

#line2-2{
  position: absolute;
  top:26px;
}

#line2-3{
  position: absolute;
  top: 64px;
}

#line2-4{
  position: absolute;
  top:83px;
}

#line2-5{
  position: absolute;
  top:110px;
}



#line4-1{
  position: absolute;
  top: 28px;
  line-height: 17px;
}

#line4-2{
  position: absolute;
  top: 63px;
}

#line4-3{
  position: absolute;
  top:81px;
}
/************* FRAME 2- DISCLAIMER TEXT ************/
.text2{ 
  font-size: 12px;
  font-family: 'Avenir-Light';
  color: #555048;
  left: 16px;
  line-height: 14px;
  letter-spacing: -0.1px;
}

#line3-1{
  position: absolute;
  top: 144px;
  left: 8px;
}

#line3-2{
  position: absolute;
  top: 165px;
}

.text-color{
  color: #000;
  padding: 0 3px;
}

#text-bg {
  position: absolute;
  background-color:#555048;
  width: 32px;
  height: 16px;
  top: 155px;
  left: 33px;
}

#clicktag{
  position: absolute;
  width: 120px;
  height:600px;
  z-index: 9999;
}
