/*---------------------------------------------------------bosstalkingmqs-----*/


/*----------------------------------------speechboxmqs-----*/


@media only screen and (max-width:1200px) {

.speechboxcontainer {

	position:relative;
	padding:0px;
	height:150px;
	width:100%;
	background-color:rgba(0,0,0,0.0);

}


.speechbox{
	
	position:absolute;
	margin:20px;
	height:auto;
	width:90%;
	min-width:800px;
	display:none;	
	
}



.bosstalktext {

	position:relative;
	margin:0;
	padding:0;
	font-family:courier new, courier, monospace, arial;
	height:50px;
	width:80%;
	top:20%;
	left:4%;
	display:none;

}
}

/*----------------------------------------endspeechboxmqs-----*/



/*----------------------------------------bosstalktextmqs-----*/

@media only screen and (max-width:1000px) {

.bosstalktext {

	position:relative;
	margin:0;
	padding:0;
	font-family:courier new, courier, monospace, arial;
	font-size:14px;
	height:50px;
	width:84%;
	top:20%;
	left:4%;
	display:none;

}

}

@media only screen and (max-width:900px) {

.bosstalktext {

	position:relative;
	margin:0;
	padding:0;
	font-family:courier new, courier, monospace, arial;
	font-size:12px;
	height:50px;
	width:84%;
	top:20%;
	left:4%;
	display:none;

}

}


@media only screen and (max-width:800px) {

.bosstalktext {

	position:relative;
	margin:0;
	padding:0;
	font-family:courier new, courier, monospace, arial;
	font-size:12px;
	height:50px;
	width:85%;
	min-width:780px;
	top:16%;
	left:4%;
	display:none;

}

}

/*----------------------------------------endbosstalktextmqs-----*/


/*---kidtalking---*/

@media only screen and (max-width:1200px) {

#questionkid{

	position:relative;
	height:160px;
	width:100%;
	background-color:rgba(0,0,0,0.0);

}


.questionerbox{

	position:absolute;
	width:90%;
	min-width:800px;
	margin:20px;
	right:0;	
	display:none;
}

.questionertext{

	position:absolute;
	margin:0;
	font-family:courier new, courier, monospace, arial;
	height:50px;
	width:85%;
	min-width:800px;
	top:40px;
	right:4%;
	display:none;
}
}
