.QOverlay {
	background-color: #000;
	z-index: 9999;
	-webkit-transform: translateZ(0);
}

.QLoader {
	background-color: #000;
	height: 1px;
	z-index: -1;
	-webkit-transform: translateZ(0);
}

.QAmt {
	color:#333333;
	font-family:Helvetica,sans-serif;
	font-size:17px;
	text-align: center;
	line-height:50px;
	height:50px;
	width:100px;
	margin:0px 0 0 -50px;
	-webkit-transform: translateZ(0);
}

/* .QOverlay - NEW DESIGN GOES HERE FFC736 9E006F*/
.QOverlay { background: #000; }
.QLoader { background: #fbfe01; margin: 0px auto; display: block; }
.QAmt { margin-top:0px; font-size:17px; text-align:center; color: rgb(110, 106, 32); font-weight:300; bottom:10px; position: absolute; }

.splash {
	height: 300px; width:300px; display: block; position: absolute; top:50%; left:50%; margin-left:-150px; margin-top:-150px;
	padding: 35px; z-index: 999;
}

.splash_logo {
	/*background: url('../img/matrix_logo_full.svg') center center no-repeat rgba(255,0,0,.0);*/
	background: url('../img/logo.png') center center no-repeat rgba(255,0,0,.0);
	background-size:contain; width: 80%; height: 80%; display: block; margin: 0px auto;
	position: absolute; z-index: 2; top: 10%; left: 0px; right: 0px; }

.splash_background{
	width: 100%; height: 100%; position: absolute; box-shadow: 0px 0px 10px #000; top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: #fbfe01; border-radius: 50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%;
}

.splash_circle {
	width: 106%;
	height: 106%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #fbfe01;
	margin-left: -53%;
	margin-top: -53%;
	border-radius: 50%;
	background: aliceblue;
	z-index: -1;
	box-shadow: 0px 0px 50px #fbfe01;
	animation: pulse .3s linear 0s infinite alternate;
	-moz-animation: pulse .3s linear 0s infinite alternate;
	-webkit-animation: pulse .3s linear 0s infinite alternate;
}

@-webkit-keyframes pulse{
	0% { box-shadow: 0px 0px 0px #fbfe01; }
	100% { box-shadow: 0px 0px 70px #fbfe01; }
}
@-moz-keyframes pulse{
	0% { box-shadow: 0px 0px 0px #fbfe01; }
	100% { box-shadow: 0px 0px 70px #fbfe01; }
}
@keyframes pulse{
	0% { box-shadow: 0px 0px 0px #fbfe01; }
	100% { box-shadow: 0px 0px 70px #fbfe01; }
}
