@charset "utf-8";
/* CSS Document */

body {}

#Body {
	height: auto;
	width: 100%;
	background-color: black;
	animation: bodyFade  1.2s forwards;
	animation-delay: 3s;
}

#mainBody {
	height: 1000px;
	width: 100%;
	display: none;
	z-index: 1;
}


@keyframes bodyFade {
	from { background-color: black; }
	to { background-color: white; }
}

/* Slideshow container */

.logoAnimationContainer {
	/*--max-width: 500px;--*/
	height: 100%;
	width: 100%;
	position-y: 50%;
	margin: auto;
	padding: 0px;
	float: left;
	overflow: hidden;
	background-color: none;
	z-index: 100;
	animation: logoACResize;
	animation-delay: 4s;
}

@keyframes logoACResize {
	from {height: 100%;}
	to {height: 0%;}
}

.basicLogo {
	height: 80%;
	width: 80%;
	display: none;
}

.basicMoLogo {
	display: none;
}

.mobile-logo-slideshow-container {
	display: none;	
}


/*
#preloader {
    background: #000 url(...Video/IK_Loader.gif) no-repeat center center;
    background-size: 40%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}*/