
/*
* ===========================================================
* Slatkaristika - Balkanistika Custom CSS - v.1.0.0
* ===========================================================
* Author: Voislav Avramovski (Vision7Studio.com)
* =========================================================== 
*/

@media (max-width:767px) {

	#preloader {
		display:none !important;
	}

}

@media (min-width:768px) {

	/* Preloader */
	#preloader {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:repeat #fff;
		z-index:1111; /* makes sure it stays on top */
		transition: all 0.40s ease-in-out;
		-moz-transition: all 0.40s ease-in-out;
	    -webkit-transition: all 0.40s ease-in-out;
		-o-transition: all 0.40s ease-in-out;
		-ms-transition: all 0.40s ease-in-out;
		transform-origin: center;
		-moz-transform-origin:center;
		-webkit-transform-origin:center;
		-o-transform-origin: center;
		-ms-transform-origin: center;
		background:#ccc;
	}

	#preloader.preloader-fade {
		
		-moz-transform: scale(0.9, 0.9);
		-webkit-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);

		opacity:0;
		filter:alpha(opacity=00);

	}

	#status {
		width:220px;
		position:absolute;
		left:50%;  /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		/* background-image:url(../img/preload.gif);  path to your loading animation */
		background-repeat:no-repeat;
		background-position:center;
		margin:-38px 0 0 -110px; /* is width and height divided by two */
	}

	#status .preloader-logo {
		margin-bottom:15px;
	}

}