#header {
-moz-animation-duration: 1s;
-webkit-animation-duration: 1s;
-o-animation-duration: 1s;
-ms-animation-duration: 1s;
-moz-animation-name: header;
-webkit-animation-name: header;
-o-animation-name: header;
-ms-animation-name: header;
-moz-animation-iteration-count:1;
-webkit-animation-iteration-count:1;
-o-animation-iteration-count:1;
-ma-animation-iteration-count:1;
-moz-animation-timing-function:liner;
-webkit-animation-timing-function:liner;
-o-animation-timing-function:liner;
-ms-animation-timing-function:liner;
-moz-animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;
filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

@-moz-keyframes header {
	0% {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

	100% {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
}

@-webkit-keyframes header {
	0% {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

	100% {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
}

@keyframes header {
	0% {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

	100% {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
}

/* Animation settings
-----------------------------------------------*/
.inviewfadeInLeft {
filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.inviewfadeInRight {
filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.inview_d01 {
-moz-animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
}
.inview_d02 {
-moz-animation-delay: 0.4s;
-webkit-animation-delay: 0.4s;
-o-animation-delay: 0.4s;
-ms-animation-delay: 0.4s;
}
.inview_d03 {
-moz-animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
-ms-animation-delay: 0.6s;
}
.inview_d04 {
-moz-animation-delay: 0.8s;
-webkit-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
-ms-animation-delay: 0.8s;
}