@charset "utf-8";
/* CSS Document */


* {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

html {
	background-color: #FFFFFF;
	height: 100%;
}

body {
	font-size: 20px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	height: 100%;
}

#load {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9999;
	background-color: #000000;
}

	#load img {
		height: 72px;
		width: 576px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -288px;
		margin-top: -200px;
	}


#bg {
	z-index: -100;
	position: fixed;
	left: 50%;
	top: 50%;
    margin-left: -1280px; /* 50% */
	margin-top: -770px; /* 50% */
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

	@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}

	/* Firefox < 16 */
	@-moz-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Internet Explorer */
	@-ms-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Opera < 12.1 */
	@-o-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

/* TEXT STYLES */

h1 {
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
}

h2 {
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
}

h3 {
	font-size: 1em;
	font-weight: 300;
	text-align: center;
}

h4 {
	font-size: 1.5em;
	font-weight: 300;
	text-align: left;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

h4:first-child {
	padding: 0px 0px 0px 0px;
}

h5 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	color: #000000;
	padding-bottom: 10px;
	margin: 20px 0px 45px 0px;
	padding: 0px 50px 0px 50px;
	border-left: 1px solid black;
}

p {
	padding: 10px 0px 10px 0px;
	line-height: 1.4em;
	font-weight: 300;
	color: #000000;
	text-align: left !important;
}

	p:first-child{
		padding: 0px 0px 10px 0px
	}

	strong {
		font-weight: 400;
	}

	p a {
		text-decoration: none;
	}

	p a:hover {
		text-decoration: underline;
	}

	p a:visited {
		color: blue;
	}

span {
	font-weight: 400;
	color: #000000;
	margin-bottom: -10px;
}

.caption{
	font-size: .75em;
	font-style: italic;
	text-align: center !important;
	padding-bottom: 50px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

	p a:hover {
		text-decoration: underline;
	}

li {
	
}

#map ul {
	padding-left: 40px;
}

#map ul li {
	margin-top: 10px;
	cursor: pointer;
}

#map ul li:hover {
	text-decoration: underline;
}


table{
	border: 1px solid black;
	padding: 5px;
	margin: 50px 0px 50px 0px;
}

th {
	border: 1px solid black;
	padding: 10px;
}

td {
	border: 1px solid black;
	padding: 25px;
}

td li {
	list-style: circle;
	margin-left: 25px;
}

sup {
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	
}

/******************

IMAGE STYLES

******************/

.content img {
	padding-top: 50px;
	max-height: 550px;
	display: block;
	margin: auto;
}

.portrait {
	float: right;
	display: inline-block;
	padding: 10px 0px 25px 40px !important;
}

/******************

ACCORDIONS

******************/

.accordion_header {
	text-align: center;
	border: 1px solid #000000;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}

.accordion {
	margin-bottom: 50px;
}

.references_link {
	cursor: pointer;
	color: blue;
}

.references {
	border: 1px solid #000000;
	padding: 25px;
}

.further_link {
	cursor: pointer;
	color: blue;
}

.further {
	border: 1px solid #000000;
	padding: 25px;
}


/******************

BRANDING

******************/

.more-info-button {
	cursor: pointer;
	z-index: 9990;
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 50px;
	right: -50px;
	
	-webkit-animation-name: more-info-button;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
			animation-name: more-info-button;
			animation-delay: 1s;
			animation-duration: 1s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes more-info-button {
		
		0% {right: -50px;}
		100% {right: 25px}
	}
	
	@keyframes more-info-button {
		
		0% {right: -50px;}
		100% {right: 25px}
	}

	.more-info-button span {
		color: #FFFFFF;
		font-size: 1.5em;
		font-weight: bold;
		width: 100%;
		line-height: 50px;
	}

.more-info {
	z-index: 9989;
	width: 275px;
	background: #FFFFFF;
	position: absolute;
	top: 100px;
	right: 25px;
	border-radius: 10px;
}

.menu-overlay {
	z-index: 9988;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

	.more-info a {
		display: block;
		text-decoration: none;
		color: #000000;
		font-size: 16px;
		margin: 15px 20px 15px 20px;
		text-align: right;
	}

		.more-info a:hover{
			text-decoration: underline;
		}

#watermark {
	position: absolute !important;
	bottom: 15px;
	right: -75px;
	z-index: 9990;
	
	-webkit-animation-name: watermark;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
			animation-name: watermark;
			animation-delay: 1s;
			animation-duration: 1.25s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes watermark {
		
		0% {right: -50px;}
		100% {right: 25px}
	}
	
	@keyframes watermark {
		
		0% {right: -50px;}
		100% {right: 25px}
	}

.aip-logo {
	display: none;
}

/* MAIN CONTENT */

.slide {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 100%;
}

.slide h1 {
	width: 100%;
	height: 15%;
	position: absolute;
	top: 5%;
}

.overlay {
	width: 100%;
	height: 75%;
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	position: absolute;
	top: 20%;
	
}

.menu {
	width: 90%;
	height: 96%;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 20px;
	margin: 0px 5% 0px 5%;
	text-align: center;
	position: relative;
}

.content {
	width: 60%;
	height: 90%;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 75px;
	margin: 0px 20% 0px 20%;
	position: absolute;
	top: 5%;
}

	::-webkit-scrollbar {
		width: 6px;
		float: right;
		position: absolute;
		right: 50px;
	}
	 
	::-webkit-scrollbar-track {
		background-color:  rgba(0, 0, 0, .15);
	}
	 
::-webkit-scrollbar-thumb {
		background-color: rgba(255, 255, 255, 1.0);
	}

.index-box {
	width: 300px;
	height: 400px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	padding: 30px;
	margin: 10px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	color: white;
	overflow: hidden;
	line-height:350px;
	
}

	.index-box h2 {
		display:inline-block;
    	white-space: normal;
		margin: -30px 0px 0px 0px;
		vertical-align: middle;
		line-height: 1.25em;
	}

	.index-box h3 {
		line-height: 2em;
    	white-space: normal;
	}

.index-box:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.modelling {
	display: inline-block;
	width: 20%;
	padding-bottom: 25px;
}

.back {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 25px;
	top: 50px;
	z-index: 5000;
	text-align: center;
	cursor: pointer;
}

	.back span {
		color: #FFFFFF;
		font-size: 1.5em;
		font-weight: bold;
		width: 100%;
		line-height: 50px;
		margin-left: -4px;
	}

svg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

svg polygon {
	position: absolute;
}

#poly1 {
	transform-origin: 50% 50%;
	transform: translate(50%, 50%);
}

#poly1 polygon {
	fill: #000000;
}

#poly2 {
	transform: translate(200px, 200px);
	fill: #666666;
	position: abosolute;
}

	#poly2:hover {fill: #FFFFFF;}

#poly3 {
	transform: translate(200px, 200px);
	fill: #666666;
	position: absolute;
}

	#poly3:hover {fill: #FFFFFF;}


/******************************

LIGHTBOX GALLERY (SEPERATE FROM OTHER IMAGES)

*****************************/

.gallery {
	margin-bottom: 50px;
	color: #FFFFFF;
}

.gallery a{
	display: inline-block;
}

.lightbox span{
	color: #FFFFFF !important;
}


/******************************

LOAD ANIMATION

*****************************/

.preloader {
	position: absolute;
	margin-left: -55px;
	margin-top: 0px;
	height: 110px;
	width: 110px;
	left: 50%;
	top: 50%;
}

svg {
  width: 110px;
  height: 110px;
}

path {
  stroke: #FFFFFF;
  stroke-width: 0.2;
  fill: #FFFFFF;
}

#cloud {
  position: relative;
  z-index: 2;
}

#cloud path {
  fill: #000000;
}

/* Rain */
.rain {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -30px;
  margin-left: 10px;
}

.drop {
  opacity: 1;
  background: #FFFFFF;
  display: block;
  float: left;
  width: 3px;
  height: 10px;
  margin-left: 14px;
  border-radius: 6px 6px 6px 6px;
  
  animation-name: drop;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
}

.drop:nth-child(1) {
  animation-delay: 0ms;
}

.drop:nth-child(2) {
  animation-delay: -1300ms;
}

.drop:nth-child(3) {
  animation-delay: -600ms;
}

.drop:nth-child(4) {
  animation-delay: -1000ms;
}


@keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  100% {
    height: 1px;
    opacity: 0;
  }
}



