body {margin: 0px;}

#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 728px;
	height: 90px;
}

#container * {
	position: absolute;
}

#border{
    border: 1px solid gray;
	box-sizing: border-box;
    width:100%;
    height:100%;
}

#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

.sprite { background: url('sprite.png') no-repeat top left; width: 253px; height: 258px; background-size: 253px 258px;  } 
.sprite.cta-text { background-position: 0 0; width: 71px; height: 13px; } 
.sprite.logo { background-position: 0 -18px; width: 172px; height: 54px; } 
.sprite.t1-1 { background-position: 0 -77px; width: 253px; height: 18px; } 
.sprite.t1-2 { background-position: 0 -100px; width: 93px; height: 18px; } 
.sprite.t1-3 { background-position: 0 -123px; width: 90px; height: 18px; } 
.sprite.t2 { background-position: 0 -146px; width: 188px; height: 19px; } 
.sprite.t3-1 { background-position: 0 -170px; width: 143px; height: 10px; } 
.sprite.t3-2 { background-position: 0 -185px; width: 142px; height: 18px; } 
.sprite.t3-3 { background-position: 0 -208px; width: 202px; height: 18px; } 
.sprite.t4 { background-position: 0 -231px; width: 135px; height: 27px; } 

.bg {
	width: 728px;
	height: 90px;
    background-color: #e3e4e5;
}

img    {
    width:100%;
    height:100%;
}

.bag{
    top: 68px;
    left: 161px;
    width:124px;
    height:160px;
}

.shadow{
    width:118px;
    height:29px;
    top: 200px;
    left: 140px;
}

#redLine{
    top: 41px;
    left: 243px;
    width: 2px;
    height: 31px;
    background-color: #f4f5f6;
}

#goMask{
    top: 42px;
    left: 250px;
    width: 156px;
    height: 29px;
    overflow: hidden;
}

/*CTA*/
#cta{width: 101px;height: 31px;top: 39px;left: 416px;}

.cta-text,.cta-hover{top: 9px;left: 16px;}

.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;
}

/*SPRITE POSITION*/
.t1-1   {top: 23px;left: 15px;}
.t1-2   {top: 48px;left: 15px;}
.t1-3   {top: 48px;left: 113px;}
.t2     {top: 24px;left: 15px;}
.t3-1   {top: 5px;left: 17px;}
.t3-2   {top: 33px;left: 17px;}
.t3-3   {top: 59px;left: 16px;}
.t4     {top: 1px;left: 0;}
.t3     {background: #a41034;width: 649px;height: 22px;}


.logo{
    top: 18px;
    left: 8px;
}

.footer {
    background-color: white;
    height: 100%;
    width: 188px;
    right: 0px;
}

.dot1{
    top: 8px;
    left: 91px;
    width: 452px;
    height: 7.5px;
}
.dot2{
    top: 0;
    left: 199px;
    width: 728px;
    height: 90px;
}
.dot3 {
    top: 45px;
    left: 475px;
    width: 7.5px;
    height: 7.5px;
}
.dot4 {
    top: 7px;
    left: 437px;
    width: 7.5px;
    height: 7.5px;
}

#svgLines1  {
    top: 0px;
    left: 0;
    width: 728px;
    height: 90px;
}

#svgLines2  {
    top: 1px;
    left: 1px;
    width: 728px;
    height: 90px;
}

#line2  {
    top: 0px;
    left: 23px;
}