/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */

#se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	background: url(https://vita.turia.at/system/preloader/Geduld.gif) center no-repeat #fff;
	background-size:50px 50px;
}

