body {margin: 0px;}
#container {
	background-color: black;
	border: 1px solid gray;
	box-shadow: inset 0 0 0 1px gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 301px; height: 335px; background-size: 301px 335px;  } 
.sprite.logo1 { background-position: 0 0; width: 12px; height: 12px; } 
.sprite.logo2-arm1 { background-position: 0 -17px; width: 21px; height: 20px; } 
.sprite.logo2-arm2 { background-position: 0 -42px; width: 21px; height: 20px; } 
.sprite.logo2-body { background-position: 0 -67px; width: 21px; height: 20px; } 
.sprite.logo2-head { background-position: 0 -92px; width: 21px; height: 20px; } 
.sprite.logo2-leg { background-position: 0 -117px; width: 21px; height: 20px; } 
.sprite.t1 { background-position: 0 -167px; width: 300px; height: 32px; } 
.sprite.t2 { background-position: 0 -204px; width: 112px; height: 17px; } 
.sprite.t3 { background-position: 0 -226px; width: 35px; height: 17px; } 
.sprite.t4 { background-position: 0 -248px; width: 301px; height: 37px; } 
.sprite.t5 { background-position: 0 -290px; width: 91px; height: 17px; } 
.sprite.t6 { background-position: 0 -312px; width: 184px; height: 23px; } 

/*--------- SPRITE POSITION ---------*/
.logo1 {top: 8px;left: 9px;}
.logo2{top: 4px;left: 48px;}
.t1 {top: 32px;left: -1px;}
.t2 {top: 8px;left: 26px;}
.t3 {top: 9px;left: 69px;}
.t4 {top: 141px;left: -1px;}
.t5 {top: 8px;left: 24px;}
.t6 {top: 140px;left: 57px;}



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

.bg{
	width: 300px;
	height: 250px;
}
#logoG{
	width: 33px;
	height: 33px;
	top: 90px;
	left: 133px;
}
#logo3,.logo3a{
	width: 12px;
	height: 10px;
	top: 9px;
	left: 7px;
}

.t2-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 147px;
	height: 29px;
	top: 68px;
	left: 76px;
	overflow: hidden;
}
.t3-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 117px;
	height: 29px;
	top: 107px;
	left: 91px;
	overflow: hidden;
}
.t5-cont{
	background-color:#ffffff;
	border-radius: 5px;
	width: 108px;
	height: 29px;
	top: 177px;
	left: 95px;
	overflow: hidden;
}

.shape1{
	background-color:#a1bdf5;
	border-radius: 25px;
	opacity: 0.5;
	width: 31px;
	height: 13px;
	top: 8px;
	left: 13px;
}

.shape2{
	background-color:#4285f4;
	border-radius: 25px;
	width: 17px;
	height: 17px;
	top: 6px;
	left: 27px;
}

.circ {
	background-color: white;
	width: 39px;
	height: 39px;
	top: 86px;
	left: 130px;
	border-radius: 50%;
}