/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=- ANIMATION RANDOM BOXES FADE-IN =-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
@keyframes animation-opacity-fade-in {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

#background-random-boxes div {
	animation: animation-opacity-fade-in 1s backwards;
}

#background-random-boxes div:nth-of-type(01) {animation-delay: 0.19s;}
#background-random-boxes div:nth-of-type(02) {animation-delay: 0.29s;}
#background-random-boxes div:nth-of-type(03) {animation-delay: 0.38s;}
#background-random-boxes div:nth-of-type(04) {animation-delay: 0.48s;}
#background-random-boxes div:nth-of-type(05) {animation-delay: 0.57s;}
#background-random-boxes div:nth-of-type(06) {animation-delay: 0.67s;}
#background-random-boxes div:nth-of-type(07) {animation-delay: 0.76s;}
#background-random-boxes div:nth-of-type(08) {animation-delay: 0.86s;}
#background-random-boxes div:nth-of-type(09) {animation-delay: 0.95s;}
#background-random-boxes div:nth-of-type(10) {animation-delay: 1.05s;}
#background-random-boxes div:nth-of-type(11) {animation-delay: 1.14s;}
#background-random-boxes div:nth-of-type(12) {animation-delay: 1.24s;}
#background-random-boxes div:nth-of-type(13) {animation-delay: 1.33s;}
#background-random-boxes div:nth-of-type(14) {animation-delay: 1.43s;}
#background-random-boxes div:nth-of-type(15) {animation-delay: 1.52s;}
#background-random-boxes div:nth-of-type(16) {animation-delay: 1.62s;}
#background-random-boxes div:nth-of-type(17) {animation-delay: 1.71s;}
#background-random-boxes div:nth-of-type(18) {animation-delay: 1.81s;}
#background-random-boxes div:nth-of-type(19) {animation-delay: 1.90s;}
#background-random-boxes div:nth-of-type(20) {animation-delay: 2.00s;}
#background-random-boxes div:nth-of-type(21) {animation-delay: 2.09s;}
#background-random-boxes div:nth-of-type(22) {animation-delay: 2.19s;}
#background-random-boxes div:nth-of-type(23) {animation-delay: 2.28s;}
#background-random-boxes div:nth-of-type(24) {animation-delay: 2.38s;}
#background-random-boxes div:nth-of-type(25) {animation-delay: 2.47s;}
#background-random-boxes div:nth-of-type(26) {animation-delay: 2.57s;}
#background-random-boxes div:nth-of-type(27) {animation-delay: 2.66s;}
#background-random-boxes div:nth-of-type(28) {animation-delay: 2.76s;}
#background-random-boxes div:nth-of-type(29) {animation-delay: 2.85s;}
#background-random-boxes div:nth-of-type(30) {animation-delay: 2.95s;}
#background-random-boxes div:nth-of-type(31) {animation-delay: 3.04s;}
#background-random-boxes div:nth-of-type(32) {animation-delay: 3.14s;}
#background-random-boxes div:nth-of-type(33) {animation-delay: 3.23s;}
#background-random-boxes div:nth-of-type(34) {animation-delay: 3.33s;}
#background-random-boxes div:nth-of-type(35) {animation-delay: 3.42s;}
#background-random-boxes div:nth-of-type(36) {animation-delay: 3.52s;}
#background-random-boxes div:nth-of-type(37) {animation-delay: 3.61s;}
#background-random-boxes div:nth-of-type(38) {animation-delay: 3.71s;}
#background-random-boxes div:nth-of-type(39) {animation-delay: 3.80s;}
#background-random-boxes div:nth-of-type(40) {animation-delay: 3.90s;}
#background-random-boxes div:nth-of-type(41) {animation-delay: 3.99s;}
#background-random-boxes div:nth-of-type(42) {animation-delay: 4.09s;}
#background-random-boxes div:nth-of-type(43) {animation-delay: 4.18s;}
#background-random-boxes div:nth-of-type(44) {animation-delay: 4.28s;}
#background-random-boxes div:nth-of-type(45) {animation-delay: 4.37s;}
#background-random-boxes div:nth-of-type(46) {animation-delay: 4.47s;}
#background-random-boxes div:nth-of-type(47) {animation-delay: 4.56s;}
#background-random-boxes div:nth-of-type(48) {animation-delay: 4.66s;}
#background-random-boxes div:nth-of-type(49) {animation-delay: 4.75s;}
#background-random-boxes div:nth-of-type(50) {animation-delay: 4.85s;}
#background-random-boxes div:nth-of-type(51) {animation-delay: 4.94s;}
#background-random-boxes div:nth-of-type(52) {animation-delay: 5.04s;}
#background-random-boxes div:nth-of-type(53) {animation-delay: 5.13s;}
#background-random-boxes div:nth-of-type(54) {animation-delay: 5.23s;}
#background-random-boxes div:nth-of-type(55) {animation-delay: 5.32s;}
#background-random-boxes div:nth-of-type(56) {animation-delay: 5.42s;}
#background-random-boxes div:nth-of-type(57) {animation-delay: 5.51s;}
#background-random-boxes div:nth-of-type(58) {animation-delay: 5.61s;}
#background-random-boxes div:nth-of-type(59) {animation-delay: 5.70s;}
#background-random-boxes div:nth-of-type(60) {animation-delay: 5.80s;}