body {margin: 0px;}
#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 728px;
	height: 90px;
	pointer-events: none;
}
#border{
    border: 1px solid gray;  
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container * {
	position: absolute;
}
#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

/*-------- SPRITEE --------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 238px; height: 172px; background-size: 238px 172px;  } 
.sprite.text1 { background-position: 0 0; width: 205px; height: 48px; } 
.sprite.text2 { background-position: 0 -53px; width: 238px; height: 48px; } 
.sprite.text3 { background-position: 0 -106px; width: 139px; height: 9px; } 
.sprite.text4 { background-position: 0 -120px; width: 154px; height: 18px; } 
.sprite.cta-text { background-position: 0 -143px; width: 98px; height: 11px; } 
.sprite.text5 { background-position: 0 -159px; width: 25px; height: 13px; } 

/*-------- SPRITEE | POSITION --------*/
.text1{top: 21px;left: 14px;}
.text2{top: 20px;left: 13px;}
.text3{top: 5px;left: 14px;}
.text4{top: 44px;left: 14px;}
.text5{top: 47px;left: 236px;}

.cont1, .cont2, .cont3 {background-color: white;top: 0px;left: 0px;width: 270px;height: 90px;}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}

.bg1 {
    width: 550px;
    height: 90px;
    top: 0px;
    left: 205px;
}


.logo-Anim{
	width: 970px;
	height: 78px;
	overflow: hidden;
}
.logo-Mask{
	width: 728px;
	height: 90px;
	overflow: hidden;
	top: 0px;
	left: 437px;
}
.logo1{
    width: 152px;
    height: 47px;
    top: 21px;
    left: 15px;
}

.logo-t1{
    width: 134px;
    height: 46px;
    top: 29px;
    left: 10px;
}
.line1{
    width: 2px;
    height: 40px;
    left: 436px;
    top: 15px;
    background-color:  #A41034;
}
.line2{
    width: 1px;
    height: 28px;
    left: 229px;
    top: 39px;
    background-color:  #a41034;
}
.footer{
    width: 186px;
    height: 90px;
    background-color: white;
    top: 0px;
    right: 0px;
}
/*-------- CTA | POSITION --------*/
#cta {
    width: 145px;
    height: 22px;
    top: 57px;
    left: 20px;
}

.cta-text {
    top: 6px;
    left: 24px;
}

.cta-in {
    width: 100%;
    height: 100%;
    background-color: #A41034;
    border: 1px solid #A41034;
}

.cta-out {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 1px solid #000000;
}

.text3-1Cont {
    background-color: #a41034;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#text3-1Mask {
    width: 100%;
    height: 17px;
    overflow: hidden;
}