/*************************************************
* DEMO MODE
*************************************************/
#demomode {
	position: fixed;
	z-index: 40000;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#demonag {
	position: fixed;
	z-index: 40001;	
	left: 0;
	bottom: 0;
	
	padding: 5px 15px;
	border-radius: 0 10px 0 0;
	
	background: #c00d0e;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;	
	
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
			box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	
}