@charset "utf-8";
/*------------------------------------------------------------------------- FONTS 
*/
@font-face {
    font-family: 'sds-font';
    src: url('fonts/sds-font-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'sds-font';
    src: url('fonts/sds-font-medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sds-font';
    src: url('fonts/sds-font-heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

/*------------------------------------------------------------------------- RESET 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
.xdebug-error, .xe-warning {
	font-size: 16px;
	color: #000;
}
.hidden {
	display: none;	
}
/*------------------------------------------------------------------------- CORE COLOURS 
*/
:root {
	--blueGrey: #96b4c5;
	--darkBlue: #002f52;
	--lightBlue: #0088b5;
}

/*------------------------------------------------------------------------- CORE STYLES
*/
body {
	font-family: 'sds-font', sans-serif;
	text-align: center;
	margin: 0;
	color: #fff;
	overflow-x: hidden;
	display: flex;
	flex-flow: column nowrap;
	min-height: 100vh;
	font-size: 16px;
	background-color: var(--blueGrey);
}
#page {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	flex: 1;
}
a {
	text-decoration: none;
}



/*------------------------------------------------------------------------- DEFAULT LAYOUT BEHAVIOURS
*/
.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;	
}
section {
	position: relative;
}

.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	width: 100%;
	padding: 0 0 20px;
}
.column {
	flex: 1;
	padding: 0;
}

@media (max-width: 640px)
{
	.row {
		display: block;
	}
	.column {
		width: 100%;
	}
}

/*------------------------------------------------------------------------- HEADER  
*/
header {
	position: relative;
	padding: 20px;
}
header .logo {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 220px;
	aspect-ratio: 2.2 / 1;
	font-size: 0;
	background: url(../images/sds-jigsaw-logo.svg) center center / 100% no-repeat;
}
header h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 auto 40px;
}
header h1 {
	font-size: 40px;
	font-weight: 300;
}

/*------------------------------------------------------------------------- SECTION: JIGSAW  
*/
#jigsaw-section {
	background: url(../images/binary-bg.png) center center no-repeat;
	padding: 80px;
	background-size: cover;
	transition: all 0.5s ease;
}
#jigsaw-wrapper {
    display: grid;
    grid-template-columns: minmax(145px, 20%) minmax(145px, 20%) minmax(145px, 20%) minmax(145px, 20%) minmax(145px, 20%);
    margin: 0 auto;
    width: 100%;
	max-width: 960px;
}
/*
#jigsaw-wrapper:hover .jigsaw-piece {
opacity: 0.5;	
}
#jigsaw-wrapper:hover .jigsaw-piece:hover {
	opacity: 1;
}*/

.jigsaw-piece {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	background: transparent;
	overflow: visible;
	transform-style: preserve-3d;
	transition: opacity 0.5s ease;
}
.jigsaw-piece::before,
.jigsaw-piece::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s ease;
	z-index: -1;
}
.jigsaw-piece.light-blue::before,
.jigsaw-piece.light-blue::after {
	width:  142%;
	transform: translateX(-15%);
}
.jigsaw-piece.dark-blue::before,
.jigsaw-piece.dark-blue::after {
	height:  142%;
	transform: translateY(-15%);
}
.jigsaw-piece.dark-blue::before {
	background-image: url(../images/puzzle-piece-dark-blue.svg);	
}
.jigsaw-piece.light-blue::before {
	background-image: url(../images/puzzle-piece-light-blue.svg);
}
.jigsaw-piece::after {
	background-size: cover;
	opacity: 0.25;
	filter: grayscale(100%);
}
.jigsaw-piece.light-blue::after {
	clip-path: url(#lightBlue);
}
.jigsaw-piece.dark-blue::after {
	clip-path: url(#darkBlue);
}
.jigsaw-piece.born-digital-archives::after {
	background-image: url(../images/puzzle-bg/born-digital-archives.jpg);
}
.jigsaw-piece.dam::after {
	background-image: url(../images/puzzle-bg/dam.jpg);
}
.jigsaw-piece.school-administration::after {
	background-image: url(../images/puzzle-bg/school-administration.jpg);
}
.jigsaw-piece.evault::after {
	background-image: url(../images/puzzle-bg/evault.jpg);
}
.jigsaw-piece.governance::after {
	background-image: url(../images/puzzle-bg/governance.jpg);
}
.jigsaw-piece.school-calendar::after {
	background-image: url(../images/puzzle-bg/school-calendar.jpg);
}
.jigsaw-piece.traditional-archives::after {
	background-image: url(../images/puzzle-bg/traditional-archives.jpg);
}
.jigsaw-piece.mis-socs::after {
	background-image: url(../images/puzzle-bg/mis-socs.jpg);
}
.jigsaw-piece.social-media::after {
	background-image: url(../images/puzzle-bg/social-media.jpg);
}
.jigsaw-piece.school-life::after {
	background-image: url(../images/puzzle-bg/school-life.jpg);
}
.jigsaw-piece.sds-valete::after {
	background-image: url(../images/puzzle-bg/sds-valete.jpg);
}
.jigsaw-piece.sds-themis::after {
	background-image: url(../images/puzzle-bg/sds-themis.jpg);
}
.jigsaw-piece.sds-mercury::after {
	background-image: url(../images/puzzle-bg/sds-mercury.jpg);
}
.jigsaw-piece.curated-history::after {
	background-image: url(../images/puzzle-bg/curated-history.jpg);
}
.jigsaw-piece.property::after {
	background-image: url(../images/puzzle-bg/property-and-estates.jpg);
}
.jigsaw-piece a {
	display: grid;
	align-items: center;	
	position: relative;
	height: 100%;
	width: 100%;
	transition: all 0.25s ease;
}
.jigsaw-title {
	color: #fff;
	font-weight: 900;
	padding: 0 20%;
	position: relative;
	display: block;
	z-index: 2;
	transition: all 0.5s ease;
}
/* jigsaw hover */
.jigsaw-piece:hover {
	z-index: 3;
	cursor: pointer;
}
.jigsaw-piece:hover::before {
	filter: drop-shadow(0 0 24px rgba(0,0,0,0.3));
}
.jigsaw-piece.light-blue:hover::before,
.jigsaw-piece.light-blue:hover::after {
	transform: translateX(-15%) scale(120%);
}
.jigsaw-piece.dark-blue:hover::before,
.jigsaw-piece.dark-blue:hover::after {
	transform: translateY(-15%) scale(120%);
}
.jigsaw-piece:hover::after {
	opacity: 1;
	filter: none;
}
.jigsaw-piece:hover a {
	transform: scale(120%);	
}
.jigsaw-piece:hover .jigsaw-title {
	opacity: 0.5;
	transform: scale(120%);
	z-index: 4;
}

@media (min-width: 1600px)
{
	#jigsaw-section {
		background-size: auto 120%;
	}
}
@media (max-width: 880px)	/* three columns of pieces */
{
	#jigsaw-section {
		background-size: auto;
	}	
	#jigsaw-wrapper {
		grid-template-columns: minmax(140px, 33%) minmax(140px, 33%) minmax(140px, 33%);
		max-width: 540px;
	}
}
@media (max-width: 600px) and (min-width: 370px) /* two pieces per row */
{
	#jigsaw-wrapper {
		grid-template-columns: minmax(140px, 50%) minmax(140px, 50%);
	}	
	.jigsaw-piece:nth-of-type(4n + 1)::before,
	.jigsaw-piece:nth-of-type(4n + 4)::before {	
		background-image: url(../images/puzzle-piece-light-blue.svg);
	}
	.jigsaw-piece:nth-of-type(4n + 1)::after,
	.jigsaw-piece:nth-of-type(4n + 4)::after,
	.jigsaw-piece:nth-of-type(4n + 1)::before,
	.jigsaw-piece:nth-of-type(4n + 4)::before {
		width:  142%;
		height: 100%;
		transform: translateX(-15%);
	}
	.jigsaw-piece:nth-of-type(4n + 2)::before,
	.jigsaw-piece:nth-of-type(4n + 3)::before {
		background-image: url(../images/puzzle-piece-dark-blue.svg);	
	}		
	.jigsaw-piece:nth-of-type(4n + 2)::after,
	.jigsaw-piece:nth-of-type(4n + 3)::after,
	.jigsaw-piece:nth-of-type(4n + 2)::before,
	.jigsaw-piece:nth-of-type(4n + 3)::before {
		height:  142%;
		width: 100%;
		transform: translateY(-15%);
	}
	.jigsaw-piece:nth-of-type(4n + 1):hover::after,
	.jigsaw-piece:nth-of-type(4n + 4):hover::after,
	.jigsaw-piece:nth-of-type(4n + 1):hover::before,
	.jigsaw-piece:nth-of-type(4n + 4):hover::before {
		transform: translateX(-15%) scale(120%);
	}
	.jigsaw-piece:nth-of-type(4n + 2):hover::after,
	.jigsaw-piece:nth-of-type(4n + 3):hover::after,
	.jigsaw-piece:nth-of-type(4n + 2):hover::before,
	.jigsaw-piece:nth-of-type(4n + 3):hover::before {
		transform: translateY(-15%) scale(120%);
	}
	.jigsaw-piece:nth-of-type(4n + 1)::after,
	.jigsaw-piece:nth-of-type(4n + 4)::after {
		clip-path: url(#lightBlue);
	}
	.jigsaw-piece:nth-of-type(4n + 2)::after,
	.jigsaw-piece:nth-of-type(4n + 3)::after {
		clip-path: url(#darkBlue);
	}
}
@media (max-width: 440px) /* single column of pieces */
{
	#jigsaw-section {
		padding: 80px 40px;
	}
}
@media (max-width: 370px)
{	
	#jigsaw-wrapper {
		display: block;
	}
	.jigsaw-piece {
		max-width: 160px;
		margin: 0 auto;
	}
}

/*------------------------------------------------------------------------- SECTION: QUESTIONS & QUOTES
*/
#questions-and-quotes {
	padding: 40px;	
}
.quotes-wrapper {
	position: relative;
	min-height: 100px;
}
.quotes-wrapper .quote {
	font-size: 28px;
	font-weight: 300;
	max-width: 800px;
	margin: auto;
	line-height: 1.1em;
	transition: 2s ease-out opacity;
	position: absolute;
	opacity: 0;
	z-index: 1;	
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.quotes-wrapper .quote.active {
	z-index: 9;
	opacity: 1;	
}

/*------------------------------------------------------------------------- SECTION: T.S.ELIOT QUOTE
*/
#eliot-quote {
	padding: 0 40px 80px;
}
#eliot-quote h4 {
	font-size: 40px;
	font-weight: 300;
	margin: 20px auto 0;
}

#ts-eliot-quote {
	font-size: 0;
	width: 100%;
	max-width: 240px;
	aspect-ratio: 0.67 / 1;
	background: url(../images/ts-eliot-quote.svg) center center / 100% no-repeat;
	margin: 0 auto;
}

/*------------------------------------------------------------------------- RANDOM WORDS
*/
#word-salad {
	position: absolute;
	font-size: 16px;
	letter-spacing: 4px;
	font-weight: 300;
	z-index: 99;
	pointer-events: none;
	opacity: 0;
	white-space: nowrap;
	transition: opacity 1s ease-out, transform 0s 1s ease-out;
	transform: scale(0%);
	padding: 10px;
}
#word-salad.animate {
	opacity: 0.7;
	transform: scale(140%);
	transition: opacity 3s ease-out, transform 3s ease-out;
}



/*------------------------------------------------------------------------- FOOTER
*/
footer {
	text-align: center;
	padding: 20px;
}
footer .sds-group {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 100px;
	aspect-ratio: 1.1 / 1;
	font-size: 0;
	background: url(../images/sds-group-logo.svg) center center / 100% no-repeat;
}
footer .sds-30-years {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 120px;
	aspect-ratio: 1.85 / 1;
	font-size: 0;
	background: url(../images/30-years.svg) center center / 100% no-repeat;	
}
footer h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;	
	max-width: 240px;
	margin: 0 auto 10px;
	line-height: 1.1em;
}

footer .row {
	display: block;	
	padding: 0;
}
footer .logo {
	margin: 0 auto 20px;
}
footer .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
footer p {
	font-size: 14px;
	margin: 0 auto 10px;
}
.footer-links {
	position: relative;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 20px 0 10px;
}
.footer-links::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}
.footer-links li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size: 16px;
}
.footer-links li:not(:first-of-type)::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	margin: 0 10px;
}
.footer-links a {
	position: relative;
	white-space: nowrap;
	transition: all 0.25s ease;
	color: #191919;
}
.footer-links a:hover {
	color: #35459b;
}
.footer-links a::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #35459b;
	transition: inherit;
	opacity: 0;
}
.footer-links a:hover::after {
	left: 0;
	width: 100%;
	opacity: 1;
}

@media (max-width: 480px)
{
	.footer-links  {
		flex-flow: column nowrap;
	}	
	.footer-links li {
		display: block;
	}
	.footer-links li:not(:first-of-type)::before {
		display: none;
	}
}

/*------------------------------------------------------------------------- JIGSAW GENERIC POP-UP
*/
#jigsaw-popup {
	display: block;
	opacity: 0;
	width: 80%;
	height: 80%;

	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #000;
	margin: auto;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.5);
	padding: 20px;
	transition: all 0.3s ease;
	pointer-events: none;
	transform: scale(0%);
	text-align: left;
	overflow: hidden;
}
#jigsaw-popup.active {
	opacity: 1;	
	z-index: 99;		
	pointer-events: auto;
	transform: scale(100%);
}
#jigsaw-popup h4 {
	font-size: 24px;
	font-weight: 900;
	margin: 10px 0 20px;
}
#jigsaw-popup ul {
	font-size: 14px;
	list-style: square;
	columns: 2;
	line-height: 1.3em;
}
#jigsaw-popup ul li {
	margin: 0 0 5px 20px;
}
@media (max-width: 720px)
{
#jigsaw-popup ul {
	columns: 1;
}	
}

/*------------------------------------------------------------------------- GENERIC CLOSE POP UP BUTTON
*/
.close-popup {
	display: grid;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	color: #999;
	transition: all 0.25s ease;
	z-index: 102;
	text-align: center;
}
.close-popup:hover {
	color: #000;
	border-color: #000;
	transform: rotate(90deg);
}
/*------------------------------------------------------------------------- BUILDING CROSS-SECTION
*/
#cross-section {
	background: #f8f8f8;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 850px;
	width: 90%;
	max-width: 1440px;
	overflow: hidden;
	opacity: 0;
	z-index:100;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.5);
	border-radius: 10px;
	margin: auto;
	transition: opacity 0.3s ease, transform 0.3s ease;	
	transform: scale(0%);
}
#cross-section.active {
	opacity: 1;
	transform: scale(100%);
}
#cross-section-wrap  {
	width: 1280px;
	height: 850px;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);	
	margin: auto;
	transition: 0.5s ease-out;
	background: url(../images/cross-section/sky-bg.png) center top no-repeat;
	z-index: 2;
}
#cross-section-wrap::before {
	content: '';
	position: absolute;
	left: calc((1280px - 100vw) / 2);
	right: 0;
	width: 100vw;
	height: 542px;
	background: linear-gradient(0deg, rgba(168,73,94) 0%, rgba(168,73,94,1) 25%, rgba(168,73,94,0) 25%), 
				url(../images/cross-section/underground-bg.png) center center repeat-x;
	z-index: -1;
	bottom: 0
}
#cross-section .cross-section-title {
	position: relative;
	top: 30px;
	width: calc(100% - 40px);	
	max-width: 1280px;
	text-align: left;
	margin: 0 auto;
	z-index: 101;
}
#cross-section .cross-section-title h4 {
	color: #000;
	font-weight: 900;
	font-size: 24px;
	position: relative;
	margin: 0 0 20px;
}
#cross-section .cross-section-title p {
	color: #000;
	position: relative;
	max-width: 480px;
}
#cross-section-image {
	display: block;
	position: relative;
	z-index: 10;
}
#cross-section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: 0.4s ease-out;
	z-index: 98;
	pointer-events: none;
}
#cross-section-overlay.hidden {
	opacity: 0;
}

/*------------------------------------------------------------------------- CROSS-SECTION ROOM LABELS
*/
.room-label {
	background: rgba(45,45,45,0.80);
	color: #fff;
	border: 1px solid #2d2d2d;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	font-size: 9px;
	padding: 3px 5px;
	opacity: 1;
	pointer-events: none;
	transition: 0.2s linear;
	z-index: 99;
}
.room-label.hide {
	opacity: 0;
}
.room-label.expanded {
	transform: scale(1.5);
	background: rgba(45,45,45,1);
}

/*------------------------------------------------------------------------- CROSS-SECTION POPUP
*/
#cross-section-popup {
	max-width: 480px;
	width: 100%;
	min-height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	margin: auto;
	background: rgba(45,45,45,0.9);
	border: 1px solid #000;
	opacity: 0;
	transition: 0.3s ease-in opacity;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;	
	pointer-events: none;
	z-index: 99999;
}
#cross-section-popup.visible {
	opacity: 1;
}
#popup-image-strip {
	width: 60px;
	padding: 10px;
}
#popup-image-strip img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
#popup-text-area {
	padding: 20px 20px 0;
	width: calc(100% - 60px);
}
#cross-section-popup h4 {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	display: block;
	font-weight: bold;
}
#cross-section-popup #popup-list {
	list-style: square;
	columns: 2;
	margin: 20px 0;
	text-align: left;
}
#cross-section-popup #popup-list li {
	margin: 0 0 8px;
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
}

@media (max-width: 520px)
{
	#cross-section-popup {
		width: calc(100% - 40px);
	}
}

/*------------------------------------------------------------------------- CAMPUS MAP CLOUDS
*/
div.cloud {
	position:				absolute;
	z-index:				11;
	display:				block;
	background:				center center / auto no-repeat;
	opacity:				0;
}
#cross-section-wrap div.cloud {
	opacity:				0.5;
}

div#cloud_1 {
	background-image:		url(../images/clouds/cloud-01.svg);	
	width:					145px;
	height:					60px;
	top:					15%;
}
div#cloud_2 {
	background-image:		url(../images/clouds/cloud-02.svg);
	width:					130px;
	height:					60px;
	top:					35%;
}
div#cloud_3 {
	background-image:		url(../images/clouds/cloud-03.svg);
	width:					100px;
	height:					65px;
	top:					50%;	
}
div#cloud_4 {
	background-image:		url(../images/clouds/cloud-04.svg);
	width:					175px;
	height:					75px;
	top:					66%;	
}
div#cloud_5 {
	background-image:		url(../images/clouds/cloud-05.svg);
	width:					180px;
	height:					100px;
	top:					80%;	
}
div#cloud_6 {
	background-image:		url(../images/clouds/cloud-06.svg);
	width:					200px;
	height:					100px;
	top:					3%;	
}
div#cloud_7 {
	background-image:		url(../images/clouds/cloud-07.svg);
	width:					200px;
	height:					80px;
	top:					15%;	
}
div#cloud_8 {
	background-image:		url(../images/clouds/cloud-08.svg);
	width:					180px;
	height:					80px;
	top:					30%;	
}

.cloud-wrap {
    bottom: 				0;
	left: 					0;
	position: 				absolute;
	right: 					0;
	top: 					0;
	z-index: 				1;
	pointer-events: 		none;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: 		-200px;
		opacity:			1;
    }
    100% {
        margin-left: 		100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: 		-200px;
		opacity:			1;
    }
    100% {
        margin-left: 		100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: 		-200px;
		opacity:1;
    }
    100% {
        margin-left: 		100%;
    }
}

/* ANIMATIONS */
#cloud_6,
#cloud_1 {
	-webkit-animation: 		animateCloud 35s linear infinite;
	-moz-animation: 		animateCloud 35s linear infinite;
	animation: 				animateCloud 35s linear infinite;
}
#cloud_7,
#cloud_2 {
	-webkit-animation: 		animateCloud 20s linear infinite;
	-moz-animation: 		animateCloud 20s linear infinite;
	animation: 				animateCloud 20s linear infinite;
	animation-delay: 		1s;
}

#cloud_3 {
	-webkit-animation: 		animateCloud 30s linear infinite;
	-moz-animation: 		animateCloud 30s linear infinite;
	animation: 				animateCloud 30s linear infinite;
	animation-delay: 		2s;
}

#cloud_4 {
	-webkit-animation: 		animateCloud 18s linear infinite;
	-moz-animation: 		animateCloud 18s linear infinite;
	animation: 				animateCloud 18s linear infinite;
	animation-delay: 		3s;
}
#cloud_8,
#cloud_5 {
	-webkit-animation: 		animateCloud 25s linear infinite;
	-moz-animation: 		animateCloud 25s linear infinite;
	animation: 				animateCloud 25s linear infinite;
	animation-delay: 		4s;
}

