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: 600px;
	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: 352px; height: 456px; background-size: 352px 456px;  } 
.sprite.icon { background-position: 0 0; width: 29px; height: 28px; } 
.sprite.logo1 { background-position: 0 -33px; width: 17px; height: 17px; } 
.sprite.logo2-arm1 { background-position: 0 -55px; width: 29px; height: 28px; } 
.sprite.logo2-arm2 { background-position: 0 -88px; width: 29px; height: 28px; } 
.sprite.logo2-body { background-position: 0 -121px; width: 29px; height: 28px; } 
.sprite.logo2-head { background-position: 0 -154px; width: 29px; height: 28px; } 
.sprite.logo2-leg { background-position: 0 -187px; width: 29px; height: 28px; } 
.sprite.t1 { background-position: 0 -220px; width: 300px; height: 45px; } 
.sprite.t2 { background-position: 0 -270px; width: 155px; height: 24px; } 
.sprite.t3 { background-position: 0 -299px; width: 49px; height: 24px; } 
.sprite.t4 { background-position: 0 -328px; width: 300px; height: 51px; } 
.sprite.t5 { background-position: 0 -384px; width: 110px; height: 24px; } 
.sprite.t6 { background-position: 0 -413px; width: 352px; height: 43px; } 

/*--------- SPRITE POSITION ---------*/
.logo1 {top: 12px;left: 14px;}
.logo2{top: 6px;left: 67px;}
.t1 {top: 79px;left: -1px;}
.t2 {top: 13px;left: 37px;}
.t3 {top: 13px;left: 96px;}
.t4 {top: 229px;left: -1px;}
.t5 {top: 12px;left: 34px;}
.t6 {top: 210px;left: -25px;}



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

.bg{
	width: 300px;
	height: 600px;
}
#logoG{
	width: 38px;
	height: 38px;
	top: 166px;
	left: 129px;
}
#logo3,.logo3a{
	width: 17px;
	height: 14px;
	top: 13px;
	left: 11px;
}

.t2-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 203px;
	height: 41px;
	top: 127px;
	left: 47px;
	overflow: hidden;
}
.t3-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 162px;
	height: 40px;
	top: 182px;
	left: 68px;
	overflow: hidden;
}
.t5-cont{
	background-color:#ffffff;
	border-radius: 5px;
	width: 151px;
	height: 40px;
	top: 278px;
	left: 73px;
	overflow: hidden;
}

.shape1{
	background-color:#a1bdf5;
	border-radius: 25px;
	opacity: 0.5;
	width: 38px;
	height: 16px;
	top: 12px;
	left: 19px;
}

.shape2{
	background-color:#4285f4;
	border-radius: 25px;
	width: 22px;
	height: 22px;
	top: 9px;
	left: 38px;
}

.circ {
	background-color: white;
	width: 45px;
	height: 45px;
	top: 162px;
	left: 126px;
	border-radius: 50%;
}