body {margin: 0px;}

#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 970px;
	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;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 383px; height: 248px; background-size: 383px 248px;  } 
.sprite.cta-text { background-position: 0 0; width: 75px; height: 13px; } 
.sprite.cta-hover { background-position: 0 -18px; width: 75px; height: 13px; } 
.sprite.header-text { background-position: 0 -36px; width: 155px; height: 9px; } 
.sprite.t1-1 { background-position: 0 -50px; width: 383px; height: 26px; } 
.sprite.t4-1 { background-position: 0 -81px; width: 254px; height: 22px; } 
.sprite.t4-2 { background-position: 0 -108px; width: 100px; height: 22px; } 
.sprite.t4-3 { background-position: 0 -135px; width: 160px; height: 36px; } 
.sprite.t3-1 { background-position: 0 -176px; width: 84px; height: 41px; } 
.sprite.t2-1 { background-position: 0 -222px; width: 305px; height: 26px; } 
/*--------- SPRITE POSITION ---------*/
.t1-1 {
    top: 32px;
    left: 39px;
}
.t2-1 {
    top: 33px;
    left: 38px;
}
.t3-1 {
    top: 24px;
    left: 324px;
}
.t4-1 {
    top: 30px;
    left: 28px;
}
.t4-2 {
    top: 58px;
    left: 30px;
}
.t4-3 {
    top: 2px;
    left: 0px;
}
.header-text {
    top: 6px;
    left: 31px;
}




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

.bg1 {
	width: 970px;
	height: 90px;
}

.bg2 {
	width: 970px;
	height: 90px;
}

.logo{
    top: 13px;
    right: 24px;
    width: 191px;
    height: 59px;
}
header{
    top: 1px;
    height: 21px;
    width: 731px;
    background-color: #a41034;
    position: absolute;
}

/*-------- Mountain --------*/
.mountain{
    top: 6px;
    left: 440px;
    width: 157px;
    height: 87px;
}

.cloud1{
    top: 46px;
    left: 359px;
    width: 168px;
    height: 86px;
}

.cloud2{
    top: 55px;
    left: 440px;
    width: 221px;
    height: 61px;
}

.cloud3{
    top: 17px;
    left: 439px;
    width: 216px;
    height: 100px;
}

.bar{
    background-color: white;
    bottom: 0px;
    left: 0px;
    width: 300px; 
    height: 82px
}



/*-------- CTA --------*/
#cta{width: 128px;height: 38px;top: 35px;left: 555px;}

.cta-text,.cta-hover{top: 12px;left: 24px;}

.cta-in{
    width: 124px;
    height: 36px;
    background-color: #a41034;
    border: 1px solid #a41034;
}
.cta-out{
    width: 124px;
    height: 36px;
    background-color: #000000;
    border: 1px solid #000000;
}


/*-------- IDs --------*/
#redLine {
    top: 32px;
    left: 324px;
    width: 2px;
    height: 46px;
    background-color: #f4f5f6;
}

#goMask{
    top: 37px;
    left: 339px;
    width: 180px;
    height: 39px;
    overflow: hidden;
}