<style>


@font-face {
    font-family: 'Noa';
    src: url('../fonts/NoaLTStd-Light.woff'); /* IE9 Compat Modes */
    src: 
        local('Noa'),
        local('Noa'), /* Duplicated name with hyphen */
        url('../fonts/NoaLTStd-Light.woff') 
        format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Noa';
    src: url('../fonts/NoaLTStd-Bold.woff'); 
    src: 
        local('Noa'),
        local('Noa'),
        url('../fonts/NoaLTStd-Bold.woff') 
        format('woff');
    font-weight: 900;
}


@font-face {
    font-family: 'Noa';
    src: url('../fonts/NoaLTStd-Light.woff'); /* IE9 Compat Modes */
    src: 
        local('Noa'),
        local('Noa'), /* Duplicated name with hyphen */
        url('../fonts/NoaLTStd-Light.woff') 
        format('woff');
    font-weight: 300;
}


body {
  background:#ccc;
  padding:0;
  margin:0;
}

.link{
  width:320px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}
#link-1, #link-2, #link-3, #link-4{
  display: none
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:50px;
  display:box;
  border:1px solid #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}


  #banner{
    background-color: #eee
  }


  
  .blue{
    background-color: #0095DB;
    display:block;
    width:320px;
    height:50px;
    position: absolute;
    opacity:0;
    bottom:0;

  }
  .dark_blue{
    background-color: #003568;
    width:320px;
    height:22px;
    position: absolute;
    top:28px;
    left:0;
    opacity:0;
  }

  #white{
    position: absolute;
    top:0px;
    left:250px;
    opacity:0;

  }

  #logo{
    position: absolute;
    left:270px;
    top:24px;
    opacity:0;

  }

  #text-1{
    position: absolute;
    top:6px;
    left:9px;
    opacity:0;
    font-size: 16px;
    line-height: 23px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color:white;
  }

  #text-2{
    position: absolute;
    top:4px;
    left:22px;
    opacity:0;
    width:206px;
    font-size: 12px;
    line-height: 11px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color:white;
    /*text-align: justify*/
  }

  #text-2 .row-2{

    display:block;
    position:relative;
    top:5px;
    left:0px;
    
    font-size: 9px;
    line-height: 8px;
  }

  #text-3{
    position: absolute;
    top:134px;
    left:80px;
    opacity:0;
  }

   #text-RDA{
    position: absolute;
    top:34px;
    left:9px;
    opacity:0;


    font-size: 12px;
    line-height: 12px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    color:white;

  }

  #text-name-1, #text-name-2, #text-name-3, #text-name-3{
    position: absolute;
    top:2px;
    left:8px;
    opacity:0;
    font-size: 17px;
    line-height: 13px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    color:white;

  }
  .name > small{
    font-size: 12px;
    line-height: 14px,
    font-weight: 300;
    clear: both;
    display: block;
  }

  #text-from{
    position: absolute;
    top:1px;
    left:90px;
    opacity:0;

    font-size: 11px;
    line-height: 14px;
    font-family:"Noa";
    font-weight: 300;
    color:white;
  }

  #text-price-1, #text-price-2, #text-price-3, #text-price-4{
    position: absolute;
    top:12px;
    left:90px;
    opacity:0;
    font-size: 16px;
    line-height:16px;
    font-family:"Noa";
    font-weight: 900;
    color:white;
  }

  .price > small{
    font-size: 14px;
    font-weight: 300;
  }
   
  #text-all-in{
    position: absolute;
    top:34px;
    left:9px;
    opacity:0;


    font-size: 12px;
    line-height: 12px;
    font-family:"Noa";
    font-weight: 300;
    color:white;
  }

  #CTA{
    position: absolute;
    top:4px;
    left:182px;
    opacity:0;

    font-size: 11px;
    line-height: 20px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: 900;
    color:white;
    padding:1px 6px 0px 6px;

    background-color: #FD9541;
    border-radius: 4px
  }

  #bg-1, #bg-2,#bg-3, #bg-4{
    opacity:0;
    position: absolute;
  }

  #btn{
    opacity:0;
     width:12px;
    height:auto;
  }

  #btn-link{
  position:absolute;
  top:4px;
  left:6px;
  display: block;
  width:10px;
  height:10px;
  z-index: 1000;
  display: none;
  
}

</style>