/*********************** WEBSITE NAME  / START *****************************************/
.website-text1 {
	opacity: 0;
	transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.website-text2 {
	opacity: 0;
	transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: all 1s ease .25s;
	transition: all 1s ease .25s;
}
.tagline {
	opacity: 0;
	margin-top: 30px;
	transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: all .5s ease .50s;
	transition: all .5s ease .50s;
}
.website-name {
	opacity: 0;
	padding: 0px 0px 0px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.website-name-active {
	opacity: 1;
	padding: 19px 0px 40px;
}
.animated {
	margin-top: 0px;
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
/*********************** TOP  / START *****************************************/
.top-bg {
	box-sizing: border-box;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
.top-bg-active {
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
/*********************** HEADER  / START **************************************/
.header {
	box-sizing: border-box;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.header-active {
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
/*********************** TILT SLIDER / START *****************************************/
.menu-bg {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.menu-bg-active {
	visibility: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 1;
	height: 60px;
}
/*********************** MENU TOP / START *****************************************/
.tilt-slider {
	visibility: hidden;
	opacity: 0;
	margin-top: 1500px;
	margin-bottom: -1500px;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.tilt-active {
	visibility: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 1;
	height:0px;
	margin-bottom: 450px;
}
