body {margin: 0px;}
#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 250px;
	pointer-events: none;
}

#container * {
	position: absolute;
}

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

.border {
	width: 100%;
	height: 100%;
	border: 1px solid gray;
	box-shadow: inset 0 0 0 1px gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 101px; height: 197px; background-size: 101px 197px;  } 
.sprite.cta-arrow1 { background-position: 0 0; width: 12px; height: 12px; } 
.sprite.cta-arrow2 { background-position: 0 -17px; width: 12px; height: 12px; } 
.sprite.cta-text { background-position: 0 -34px; width: 82px; height: 11px; } 
.sprite.logo-name { background-position: 0 -50px; width: 87px; height: 26px; } 
.sprite.logo { background-position: 0 -81px; width: 43px; height: 100px; } 
.sprite.text-header-1 { background-position: 0 -186px; width: 101px; height: 11px; } 

/*--------- SPRITE POSITION ---------*/
.cta-arrow1,.cta-arrow2 {top: 6px;left: 93px;}
.cta-arrow2 {opacity:0; }
.cta-text {top: 6px;left: 10px;}
.logo {top: 8px;left: 7px;}
.logo-name {bottom: 7px;left: 8px;}
.text-header-1 {top: 9px;left: 60px;}

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

.cta{
    background-color:#ed2227;
    width: 108px;
    height: 24px;
    bottom: 9px;
    right: 9px;
    overflow: hidden;
}

.banner {
	width: 165px;
	height: 45px;
	top: 51px;
	right: 60px;
	overflow: hidden;
}

.banner img {
	width: 165px;
	height: 45px;
	right: 0px;
}

.balloon1 {
	width: 34px;
	height: 45px;
	top: 51px;
	left: 206px;
}

#svgColored, #svgShadow {
	width: 242px;
	height: 71px;
}

#svgColored {
	top: 8px;
	left: 38px;
}

#svgShadow {
	top: 10px;
	left: 40px;
}

.dash {
	width: 19px;
	height: 10px;
	overflow: hidden;
}

.dash img {
	width: 19px;
	height: 10px;
}

.et-dash-ds {
	top: 28px;
	left: 167px;
}

.et-dash {
	top: 26px;
	left: 164px;
}

.dot {
	width: 6px;
	height: 6px;
}

.et-dot-ds {
	top: 17px;
	left: 213px;
}

.et-dot {
	top: 15px;
	left: 210px;
}

/*-------- SEQUENCES | PEOPLE | CAR --------*/
.car1 {
	width: 300px;
	height: 119px;
	top: 140px;
	left: 90px;
}

.car2 {
	width: 300px;
	height: 119px;
	top: 140px;
	left: 578px;
}

.bystanders {
	width: 57px;
	height: 100px;
	top: 146px;
	left: -8px;
}

.seq-boy{
	top: 153px;
	right: -35px;
	width: 40px;
	height: 70px;
	background: url('seq-boy.png');
}

.seq-girl-bag{
	top: 143px;
	left: 75px;
	width: 40px;
	height: 90px;
	background: url('seq-girl-bag.png');
}

.seq-father-son-walking{
	top: 152px;
	left: 299px;
	width: 66px;
	height: 90px;
	background: url('seq-father-son-walking.png');
}

.seq-father-son{
	top: 145px;
	left: 148px;
	width: 64px;
	height: 84px;
	background: url('seq-father-son.png');
}

.seq-couple{
	top: 155px;
	left: 132px;
	width: 100px;
	height: 70px;
	background: url('seq-couple.png');
}

.seq-cyclist-boy{
	top: 160px;
	left: -110px;
	width: 92px;
	height: 85px;
	background: url('seq-cyclist-boy.png');
}

.seq-cyclist-girl{
	top: 157px;
	left: -106px;
	width: 84px;
	height: 80px;
	background: url('seq-cyclist-girl.png');
}

.seq-skater-boy{
	top: 154px;
	left: 100px;
	width: 50px;
	height: 70px;
	background: url('seq-skater-boy.png');
}

.seq-skater-girl{
	top: 155px;
	left: 81px;
	width: 60px;
	height: 70px;
	background: url('seq-skater-girl.png');
}
