
.banner {
    width:728px;
    height:90px;
    border:1px solid #333;
    background:#38635a;
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size{
    top:-1px;
    left:-1px;
    width:728px;
    height:90px;
}

#number1{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/number1.png);
    background-size:contain;
    opacity:0;
}

#copy-1{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy01.png);
    background-size:contain;
    opacity:0;
}

#copy-2{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy02.png);
    background-size:contain;
    opacity:0;
}

#copy-3{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy03.png);
    background-size:contain;
    opacity:0;
}

#copy-4{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy04.png);
    background-size:contain;
    opacity:0;
}

#copy-5{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy05.png);
    background-size:contain;
    opacity:0;
}

#copy-6{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy06.png);
    background-size:contain;
    opacity:0;
}

#copy-7{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy07.png);
    background-size:contain;
    opacity:0;
}

#copy-8{
    top: 30px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/copy08.png);
    background-size:contain;
    opacity:0;
}

#cta{
    top: 10px;
    left:-1px;
    width:728px;
    height:90px;
    background:url(../img/cta.png);
    background-size:contain;
    opacity:0;
}

#lineCta {
    top: 75px;
    left: 636px;
    height: 3px;
    width: 0px;
    background: #bee7d3;
}

#logo{
    background:url(../img/logo.png);
    background-size:contain;
}

