@media (min-width: 1024px) {
	
	/*== == FOLD1 I == ==*/
	
	.animate-on-load .fold1i-content {
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate-on-load.active .fold1i-content {
		opacity: 1;
		transition: all 300ms ease;
	}
	
		/*== == FOLD1 I END == ==*/
	
	/*=== == BREAK FOLDG == =*/
	
	.animate-on-load .break-fold-g-item {
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate-on-load.active .break-fold-g-item {
		opacity: 1;
		transition: all 300ms ease 500ms;
	}
	
		/*=== == BREAK FOLDG END === ==*/
	
	/*=== == CONTENT FOLD C == ==*/
	
	.animate-on-load .fold1a-content {
		transition: all 300ms ease;
		opacity: 0;
	}
	
	.animate-on-load.active .fold1a-content{
		transition: all 300ms ease;
		opacity: 1;		
	}
	
		/*== == CONTENT FOLD C END == ==*/
	
	/*== == CONTENT FOLD B == ==*/
	
	.animate .content-fold-b-img {
		transform: 
			translatex(200%);
		-webkit-transform:
			translatex(200%);
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .content-fold-b-img {
		transform: 
			translatex(0%);
		-webkit-transform:
			translatex(0%);
		opacity: 1;
		transition: all 300ms ease;
	}
	
	
	.animate .content-fold-b-content {
		transform: 
			translatex(-200%);
		-webkit-transform:
			translatex(-200%);
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .content-fold-b-content {
		transform: 
			translatex(0%);
		-webkit-transform:
			translatex(0%);
		opacity: 1;
		transition: all 300ms ease 500ms;
	}
	
		/*== == CONTENT FOLD B END == ==*/
	
	/*== == MODULE FOLD H == ==*/
	
	.animate .module-fold-h-title {
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .module-fold-h-title {
		opacity: 1;
		transition: all 300ms ease;
	}
	
	.animate .module-fold-h-modules {
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .module-fold-h-modules {
		opacity: 1;
		transition: all 300ms ease 500ms;
	}
	
		/*=== ==  MODULE FOLD H END == ==*/
	
	/*== == CONTENT FOLDC === ==*/
	
	.animate .content-fold-c-img {
    transform: 
        translatex(-200%);
    -webkit-transform: 
        translatex(-200%);
    opacity: 0;
    transition: all 300ms ease;
}

.animate.animate-complete .content-fold-c-img {
    transform: 
        translatex(0%);
    -webkit-transform: 
        translatex(0%);
    opacity: 1;
    transition: all 300ms ease;
}

.animate .content-fold-c-content {
    transform: 
        translatex(200%);
    -webkit-transform: 
        translatex(200%);
    opacity: 0;
    transition: all 300ms ease;
}

.animate.animate-complete .content-fold-c-content {
    transform: 
        translatex(0%);
    -webkit-transform: 
        translatex(0%);
    opacity: 1;
    transition: all 300ms ease 500ms;
}
	
		/*=== == CONTENT FOLDC END == ==*/
	
	/*== == FLIPPED CONTENT FOLDC == ==*/
	
		.flipped.animate .content-fold-c-img {
    transform: 
        translatex(200%);
    -webkit-transform: 
        translatex(200%);
    opacity: 0;
    transition: all 300ms ease;
}

.flipped.animate.animate-complete .content-fold-c-img {
    transform: 
        translatex(0%);
    -webkit-transform: 
        translatex(0%);
    opacity: 1;
    transition: all 300ms ease;
}

.flipped.animate .content-fold-c-content {
    transform: 
        translatex(-200%);
    -webkit-transform: 
        translatex(-200%);
    opacity: 0;
    transition: all 300ms ease;
}

.flipped.animate.animate-complete .content-fold-c-content {
    transform: 
        translatex(0%);
    -webkit-transform: 
        translatex(0%);
    opacity: 1;
    transition: all 300ms ease 500ms;
}
	
		/*== == FLIPPED CONTENT FOLDC END == ==*/
	
	
	/*== == CONTENT FOLD I == ==*/
	
	.animate .content-fold-i-img {
		transform: translatex(200%);
		-webkit-transform: translatex(200%);
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .content-fold-i-img {
		transform: 
			translatex(0%);
		-webkit-transform:
			translatex(0%);
		opacity: 1;
		transition: all 300ms ease;
	}
	
	
	.animate .content-fold-i-content {
		transform: translatex(-200%);
		-webkit-transform: translatex(-200%);
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .content-fold-i-content {
		transform: 
			translatex(0%);
		-webkit-transform:
			translatex(0%);
		opacity: 1;
		transition: all 300ms ease 500ms;
	}
	
		/*== == CONTENT FOLD I END == ==*/

	/*== == MODULE FOLD H == ==*/
	
	.animate .module-fold-h-title {
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .module-fold-h-title {
		opacity: 1;
		transition: all 300ms ease;
	}
	
	.animate .module-fold-h-modules {
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .module-fold-h-modules {
		opacity: 1;
		transition: all 300ms ease 500ms;
	}
	
		/*=== ==  MODULE FOLD H END == ==*/
	
	/*=== == CONTENT FOLDA === ==*/
	
.animate .content-fold-a-img {
    transform: 
        translatex(-200%);
    -webkit-transform: 
        translatex(-200%);
    opacity: 0;
    transition: all 300ms ease;
}

.animate.animate-complete .content-fold-a-img {
    transform: 
        translatex(0%);
    -webkit-transform: 
        translatex(0%);
    opacity: 1;
    transition: all 300ms ease;
}

.animate .content-fold-a-content {
    transform: 
        translatex(200%);
    -webkit-transform: 
        translatex(200%);
    opacity: 0;
    transition: all 300ms ease;
}

.animate.animate-complete .content-fold-a-content {
    transform: 
        translatex(0%);
    -webkit-transform: 
        translatex(0%);
    opacity: 1;
    transition: all 300ms ease 500ms;
}
	
		/*== == CONTENT FOLDA END === ==*/
	
	/*== == MODULE FOLDG === ==*/
	
	.animate .module-fold-g-img {
		transform: 
			translatex(-200%);
		-webkit-transform:
			translatex(-200%);
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .module-fold-g-img {
		transform: 
			translatex(0%);
		-webkit-transform:
			translatex(0%);
		opacity: 1;
		transition: all 300ms ease;
	}
	
		.animate .module-fold-g-content {
		transform: 
			translatex(200%);
		-webkit-transform:
			translatex(200%);
		opacity: 0;
		transition: all 300ms ease;
	}
	
	.animate.animate-complete .module-fold-g-content {
		transform: 
			translatex(0%);
		-webkit-transform:
			translatex(0%);
		opacity: 1;
		transition: all 300ms ease 500ms;
	}
	
		/*== == MODULE FOLDG END == ==*/
}