.splash{
	width:100%;
	background-color:rgba(255, 255, 255, .7);
	margin:auto;
	margin-top: 0;
	height:100%;
	top:1px;
	position:fixed;
	z-index:9999;
	text-align:center;
	display:none;
}
.insp{
	/*border: 3px dotted #F68A1E;*/
	width:60%;
	height:200px;
	margin-top:12%;
	text-align:center;
	/*background-color: #fff;*/
	vertical-align:middle;
	color:#800000;
	margin-right: auto;
	margin-left: auto;
	border-radius: 100px;
	-moz border-radius:100px;
	-webkit border-radius:100px;
}