/*keep this same for all*/
#SoundLab2
{
	position: relative;
	width:100%;
	height:100%;
	/*border:1px solid red;	*/
	top:0%;
	left:0%;
	
	/*change only this*/
	background-image: url("../../bg.png");
}

/*SoundLab2topic*/
#SoundLab2topic
{
	position: absolute;
	top:0%;
	left:20%;
	font-size: 2em;
	color: #FF0072;
}

/*materialNeed div*/
#materialNeed
{	
	/*display: none;*/
	position: absolute;
	width:50%;
	left:25%;
	top:15%;
	
	text-align: left;
	font-size: 1.3em;
	line-height: 2em;
	/*border:1px solid red;*/
}

#materialNeed > h3
{	
	display: none;
	color:#B3195C;
	font-size: 1.5em;
	text-decoration: underline;
}

#materialNeed > ul  li
{	
	display: none;
	list-style: disc;
}

#materialNeed > ul  li  p
{
	color:#6B2A48;
}

#materialNeed > ul  li  img
{   
	width:15%;
}

/*preparation method*/
#prepMethod
{
	display: none;
	position: absolute;
	width:60%;
	left:20%;
	top:10%;
	text-align: left;
	font-size: 1.3em;
	line-height: 1em;
	/*border:1px solid red;*/
}

#prepMethod >h3
{
	display: none;
	color:#B3195C;
	font-size: 1.5em;
	text-decoration: underline;
}

#prepMethod > ul > li
{
	display: none;
	list-style: disc;
}

#prepMethod > ul  li  p
{
	color:#6B2A48;
}

#prepMethod > ul  li  img
{   
	width:15%;
}


/*telephone div*/
#telephone
{
	display: none;
	position: absolute;
	top:23%;
	left: 0%;
	width: 100%;
	height: 75%;
	
	/*border: 1px solid red*/
}

#kids
{	
	position: absolute;
	top:0%;
	left:15%;
	width:70%;
}

#eye 
{	
	display: none;
	position: absolute;
	width:2%; /*important*/
	top:22%;
	left: 75.4%;
}

#mouth
{
	display: none;
	position: absolute;
	width:2%; /*important*/
	top: 51.2%;
	left:25.55%;
}

/*button*/
#Italk
{
	position: absolute;
	top:88%;
	left:70%;
	width: 10%;
	height: 7%;
}

#teleConclusion1 , #teleConclusion2
{
	display: none;
	position: absolute;
	top:0%;
	left:16%;
	width:60%;
	font-size: 2.3rem;
	
	color:white;
	/*border: 1px solid red;*/
}

#teleConclusion1 > h3, #teleConclusion2 > h3
{
	font-size: 2.5rem;
	color:yellow;
}

#teleConclusion2
{
	width: 50%;
	top:50%;
	left:35%;
	
}

#teleConclusion2 > button
{
	display: none;
	color:black;
}

#teleConclusion2 > button:hover
{
	background-color: white;
	border: none;
}
#teleConclusion3
{
	display: none;
	position: absolute;
	top:1%;
	left:15.5%;
	width:69%;
	height:94%;
	padding: 1%;
	
	font-size: 1.2em;
	background-color: #C5CCD9;
	box-shadow: 0px 0px 2px 2px #96A4C1;

}

#teleConclusion3 > h5
{
	color:#8C0335;
	font-size: 2.5rem;
}

#teleConclusion3 > p
{
	color:#000700;
}

#teleConclusion3 > img
{
	position: relative;
	top:-1%;
	left:25%;
	width:40%;

	border-radius: 50%;
}
/*next and previous buttons*/
#prev 
{	
	display: none;
	z-index: 500; /*keep it to always visible top*/
	position: absolute;
	top:85%;
	left:1%;
	font-size:2.7em;
	cursor: pointer;
	color:darkgreen;
	width: 8%;
}

#prev:hover{
	
}

#next
{	
	display: none;
	z-index: 500; /*keep it to always visible top*/
	position: absolute;
	top:85%;
	right:1%;
	font-size:2.7em;
	cursor: pointer;
	color:darkgreen;
	width: 8%;
}

#next:hover  #activityNextHoverBtn,
#prev:hover  #activityPrevHoverBtn{
	display:block;
}

#next:hover  #activityNextBtn,
#prev:hover  #activityPrevBtn{
	display:none;
}






