<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Created by ertaserdi on 05.07.2015.
 *
 * * Versiyon: 1.0.1
 *
 * Contact for support. / KatkÄ± saÄŸlamak iÃ§in iletiÅŸime geÃ§ebilirsiniz.
 * Email: ertaserdi@gmail.com
 * Download: https://github.com/ertaserdi/jQuery-PageLoading
 *
 * KullandÄ±ÄŸÄ±nÄ±z iÃ§in teÅŸekkÃ¼rler... / Thank you for using...
 *
 * LICENSE: https://github.com/ertaserdi/jQuery-PageLoading/blob/master/LICENSE
 */
 .pageLoadingid14,.pageLoadingid11,.pageLoadingid13,.pageLoadingid15,.pageLoadingid16,.pageLoadingid17{
	
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
}

.pageLoadingid16 {
    width: 100%;
    height: 100%;
	/* background-color: #000; */ 
	opacity: 0.8;
	box-sizing: border-box;
    z-index: 1001;
}


.pageLoadingid17 {
}


.pageLoadingid14{
    width: 100%;
    height: 100%;

	background-image: url(../images/projectIn.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
    z-index: 1000;

}

/* base */
.pageLoadingid11{
	display: none;
    /* background-color: #dfe8ea; */
    width: 100%;
    height: 5px;
    z-index: 99999998;
}

/* line */
.pageLoadingid13{
	display: none;
    /* background-color: #79c4df; */
    height: 5px;
    width: 10%;
    z-index: 99999999;
}

.pageLoadingid12{
    position: fixed;
    top: 50px;
    right: 2%;
    color: #333;
    font-size: 16px;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    padding: 5px;
    /* background-color: #FFFFFF; */
    visibility: visible;
    z-index: 99999999;
}



.onLoading{
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;

	transform: translateY(0px) translateX(0px) scale(6) translate3d(0, 0, 0);
	-webkit-transform: -webkit-translateY(0px) -webkit-translateX(0px) -webkit-scale(6) -webkit-translate3d(0, 0, 0);
	-moz-transform: -moz-translateY(0px) -moz-translateX(0px) -moz-scale(6) -moz-translate3d(0, 0, 0);
	-o-transform: -o-translateY(0px) -o-translateX(0px) -o-scale(6) -o-translate3d(0, 0, 0);
}



@media (max-width: 1023px){ 

	.pageLoadingid14{
		width: 100%;
		height: 100%;

		background-image: url(../images/mobile_window.png);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		box-sizing: border-box;
		z-index: 1000;

	}
}</pre></body></html>