.banner {
    width:300px;
    height:250px;
    border:1px solid #333;
    background: #fff;
    background-size: cover;
    overflow:hidden;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size {
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
}

.retina {
    background-repeat: no-repeat;
    background-size: contain;
}

#circles {
    width: 500px;
}

#circle_left {
    fill: #f5c131;
    opacity: 0.5;
}

#circle_right {
    fill: #3e8d3c;
    opacity: 0.5;
}

#bg {
    background-image: url(bg.jpg);
}

#text1 {
    background-image: url(text1.png);
    opacity: 0;
}

#text2 {
    background-image: url(text2.png);
    opacity: 0;
}

#maskText {
    width: 100%;
    height: 30px;
    top: 64px;
    left: 0;
    overflow: hidden;
}

#text2_1 {
    background-image: url(text2_1.png);
    top: -7px;
}

#text2_2 {
    background-image: url(text2_2.png);
    top: -7px;
}

#text2_3 {
    background-image: url(text2_3.png);
    top: -7px;
}

#logo {
    background-image: url(logo.png);
    opacity: 0;
    top: 10px;
}

#circle_big {
	background-color: #0caa41;
	/*opacity: 0;*/
	width: 20px;
  	height: 20px;
    top: 4px;
    left: 300px;
    border-radius: 100000000000;
}

#cta {
    opacity: 0;
    top: -20px;
}

#cta_bg {
    background-color: #fff;
    width: 146px;
    height: 36px;
    border-radius: 3px;
    top: 161px;
    left: 76px;
}

#cta_text {
    background-image: url(cta.png);
}

#cta_text_hover {
    background-image: url(cta2.png);
    opacity: 0;
}
