#ns-page-loading-screen {
background: #666666;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.ns-ls-spinner {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: -60px;
}
.ns-ls-spinner-color,
.ns-ls-spinner-before-color:before {
background-color: #ffffff;
}