@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'Inconsolata', sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000;
	overflow: scroll-y;
}

main {
	display: block; 
}

a {
	color: rgba(255, 255, 255, .67);
	outline: none;
	text-decoration: underline;
	
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
	a:hover {
		color:  rgba(255, 255, 255, 1);
	}
	a img {
		outline: none;
	}
	
a.button {
	background: rgba(255, 255, 255, .67);
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: .75em;
	
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
}
	a.button:hover {
		background: rgba(255, 255, 255, 1);
	}
	
p.share {
	margin-top: 2em;
	border-top: 0.1em solid rgba(255, 255, 255, 0.67);
	padding-top: 0.5em; 
}
	p.share span.label { 
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 0.75em;
		color: rgba(255,255,255,0.67);
	}

	p.share a { 
		font-size: 1.5em;
		margin: 1em 0.2em 0;
	}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 b, h1 strong, 
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong,
h5 b, h5 strong,
h6 b, h6 strong { font-weight: bold; }
h1 { font-size: 3em; line-height: 1em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1em; }

hr {
	background: rgba(255, 255, 255, .33);
	width: 100%;
	height: 1px;
	outline: none;
	border: none;
}

.content ul {
	padding: 0;
	margin: 1.4em 0; 
	overflow: auto; 
	zoom: 1; 
}
	.content li,
	.content ul li {
		margin: 0 0 0.5em 1.75em; 
		padding: 0 0 0 0.25em; 
	}
	
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
	
.clr {
	clear: both;
}
	.clr.left {
		clear: left;
	}
	.clr.right {
		clear: right;
	}

.hidden {
	display: none;
	overflow: hidden;
	height: 0;
	width: 0;
	padding: 0;
	visibility: hidden;
	z-index: 0;
}

#gai-wrapper {
	position: relative;
}

/*	##############
	GAI-BACKGROUND
	##############  */
#gai-bg-wrapper {
	position: fixed;
	background: url('../images/gAI_background.jpg') center center;
	background-size: cover;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

#gai-bg,
#gai-bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

#gai-bg {
	/*background: url('../images/gai-bg-logo.png') center center no-repeat;
	background-size: contain;*/
}

#gai-bg-overlay {
	/*background: url('../images/gAI_background.jpg') center center;
	background-size: cover;*/
}

#gai-header > .wrapper,
#gai-main > .wrapper,
#gai-footer > .wrapper {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 2.5%;
}

#gai-header > .wrapper > .inner-wrapper,
#gai-main > .wrapper > .inner-wrapper,
#gai-footer > .wrapper > .inner-wrapper {
	position: relative;	/* for absolute positioned elements */
}

/*	##########
	GAI-HEADER
	##########  */
#gai-header {
	position: fixed;
	background: rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, .67);
	height: 15em;
	width: 100%;
	top: 0;
	border-color: rgba(255, 255, 255, 0);
	padding: 1em 0;
	z-index: 1000000;
	
	-webkit-transition: top .25s, background-color .25s, padding-top .25s, border-color .25s;
	-moz-transition: top .25s, background-color .25s, padding-top .25s, border-color .25s;
	-o-transition: top .25s, background-color .25s, padding-top .25s, border-color .25s;
	transition: top .25s, background-color .25s, padding-top .25s, border-color .25s;
}
	#gai-header.small {
		background: rgba(0, 0, 0, .67);
		top: -10em;
		border-bottom: .1em solid rgba(255, 255, 255, 1);
		padding-top: 0;
	}

/* Logo */
#gai-logo {
	position: absolute;
	height: 9em;
	width: 9em;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 100;
	opacity: .67;
}

#gai-logo img {
	display: block;
	height: 100%;
	width: 100%;
}
#gai-logo img {
	display: block;
}

/* Slogan */
#gai-slogan {
	position: relative;
	color: rgba(255, 255, 255, .66);
	font-size: 2em;
	line-height: 4.5em;
	text-transform: uppercase;
	height: 5em;
	padding: 0 8em 0 4.6em;
	opacity: 1;
}

/* Utility */
#gai-utility {
	position: absolute;
	height: 10em;
	top: 0;
	right: 0;
	z-index: 100;
}

#gai-utility .menu .item {
	float: left;
}

#gai-utility .menu .item > .wrapper {
	margin: 4.2em 0;
	border-left: .1em solid;
	border-color: rgba(255, 255, 255, .67);
}
	#gai-utility .menu .item:first-child > .wrapper {
		border: none;
	}

#gai-utility .menu .item a,
#gai-utility .menu .item .separator {
	color: rgba(255, 255, 255, .67);
	display: block;
	font-size: 2em;
	line-height: .8em;
	text-decoration: none;
	margin: 0 .5em;
	
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
	#gai-utility .menu .item a:hover {
		color: rgba(255, 255, 255, 1);
	}
	#gai-utility .menu .item a.current,
	#gai-utility .menu .item a.active  {
		color: rgba(255, 255, 255, 1);
		text-decoration: underline;
	}
	#gai-utility .menu .item:first-child a {
		margin-left: 0;
	}
	#gai-utility .menu .item:last-child a {
		margin-right: 0;
	}
/* single language fix */
#gai-utility .menu .item:last-child .separator {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

/* Main Menu */
#gai-main-menu {
	position: relative;
	color: rgba(255, 255, 255, 1);
	height: 4em;
	margin: 1em auto 0 auto;
	padding: 0 2em;
}

#gai-main-menu .item {
	position: relative;
	float: left;
	width: 20%;
	
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}
	#gai-main-menu .item.item-774 {
		width: 20%;
	}
	#gai-main-menu .item.item-775 {
		width: 30%;
	}
	#gai-main-menu .item.item-776 {
		width: 30%;
	}
	#gai-main-menu .item.item-777 {
		width: 20%;
	}

#gai-main-menu .item > .wrapper {
	position: relative;
	margin-left: .5em;
}
	#gai-main-menu .item:first-child > .wrapper {
		margin-left: 0;
	}

#gai-main-menu .item > .wrapper a {
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	display: block;
	font-size: 1.8em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 2em;
	padding: 0 1em;
	
	-webkit-transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	transition: background .25s, color .25s;
}
	#gai-main-menu .item.current > .wrapper a,
	#gai-main-menu .item.active > .wrapper a,
	#gai-main-menu .item > .wrapper a:hover {
		background: rgba(255, 255, 255, 1);
		color: rgba(0, 0, 0, 1);
	}
	#gai-main-menu .item:first-child > .wrapper a:before {
		content: "";
		position: absolute;
		background: inherit;
		top: 0;
		left: -1em;
		bottom: 0;
		width: 50%;
		z-index: -1;
		
		-webkit-transform: skew(-45deg);
		-moz-transform: skew(-45deg);
		-ms-transform: skew(-45deg);
		transform: skew(-45deg);
	}
	
#gai-main-menu .item > .wrapper a span {
	display: block;
	
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

#datasheet-container {
	position: relative;
	font-size: .6667em;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
#datasheet-container img {
	display: block;
	min-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
#datasheet-container .ps-scrollbar-x-rail {
	background: rgba(255, 255, 255, .17);
	bottom: 0;
	opacity: 1;
}
#datasheet-container .ps-scrollbar-y-rail {
	background: rgba(255, 255, 255, .17);
	right: 0;
	opacity: 1;
}
	#datasheet-container .ps-scrollbar-x-rail:hover,
	#datasheet-container .ps-scrollbar-y-rail:hover {
		background: rgba(255, 255, 255, .33);
	}
#datasheet-container .ps-scrollbar-x,
#datasheet-container .ps-scrollbar-y {
	background: rgba(255, 255, 255, .33);
}
	#datasheet-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
	#datasheet-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
		background: rgba(255, 255, 255, .67);
	}

/*	###############
	GAI-MAIN + GRID
	###############  */
#gai-main {
	position: relative;
	padding: 16.5em 0 0 0;
}

/* Article Content */
#gai-grid > .wrapper > .heading {
	background: rgba(0, 0, 0, .89);
	color: #fff;
	font-size: 3em;
	padding: 1.3333em 1.3333em 0 1.3333em;
}

#gai-grid > .wrapper > .content {
	background: rgba(0, 0, 0, .89);
	color: #fff;
	font-size: 1.5em;
	padding: 0 2.6667em 2.6667em 2.6667em;
}
	#gai-grid > .wrapper > .content > *:first-child {
		margin-top: 0;
	}

/* Massage */
#gai-massage {
	position: absolute;
	top: 0;
	left: 0;
}

/* Grid */
#gai-grid {
	position: relative;
}
	#gai-grid.init {
		padding-bottom: 4.5em;
	}

#gai-grid > .item {
	position: absolute;
	padding: .5em .5em 0 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#gai-grid > .item.unpublished {
		opacity: .5;
	
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
	}
	#gai-grid > .item.unpublished:hover {
		opacity: 1;
	}
#gai-grid > .item  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-grid > .item > .wrapper {
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 1;
	
	-webkit-transition: opacity 1.25s, top .25s;
	-moz-transition: opacity 1.25s, top .25s;
	-o-transition: opacity 1.25s, top .25s;
	transition: opacity 1.25s, top .25s;	
}

	/* zusaetze abstaende */
	#gai-grid > .item.large > .wrapper h1 {
		margin-bottom: 0.5em; 
	}
	#gai-grid > .item.large > .wrapper h4 , #gai-grid > .item.large > .wrapper p {
		margin-bottom: 1em; 
	}
	
	#gai-grid > .item.unset > .wrapper {
		top: 100%;
		opacity: 0;
	}
	#gai-grid > .item.enlarge > .wrapper {
		cursor: pointer;
	}
	#gai-grid > .item.blank > .wrapper {
		padding: 4em; 
	}
	
#gai-grid > .item > .wrapper > .link-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10000;
}

/* show all */
#gai-grid > .show-all {
	position: absolute;
	background: rgba(255, 255, 255, .67);
	cursor: pointer;
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	text-transform: uppercase;
	bottom: 0;
	left: 0;
	height: 2em;
	width: 100%;
	
	-webkit-transition: background .25s;
	-moz-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s;
}
	#gai-grid > .show-all:hover {
		background: rgba(255, 255, 255, 1);
	}

/* item background */
#gai-grid > .item .item-bg {
	position: absolute;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
	#gai-grid > .item.red .item-bg { background-color: #fc615d; }
	#gai-grid > .item.blue .item-bg { background-color: #34609d; }
	#gai-grid > .item.turquoise .item-bg { background-color: #5cfad3; }
	#gai-grid > .item.violet .item-bg { background-color: #5c6afa; }
	#gai-grid > .item.orange .item-bg { background-color: #fa865c; }
	#gai-grid > .item.green .item-bg { background-color: #a6fa5c; }
	#gai-grid > .item.gray .item-bg { background-color: #787d7b; }
	#gai-grid > .item.yellow .item-bg { background-color: #facd5c; }
	#gai-grid > .item.anthracite .item-bg { background-color: #222; }
	
#gai-grid > .item .item-bg-overlay {
	position: absolute;
	color: rgba(0, 0, 0, .67);
	height: 150%;
	width: 150%;
	top: -25%;
	left: -25%;
	border-radius: 100%;
	z-index: 250;
	
	-webkit-box-shadow: 0 0 10em 5em inset;
	-moz-box-shadow: 0 0 10em 5em inset;
	box-shadow: 0 0 10em 5em inset;
}
	
#gai-grid > .item .item-icon {
	position: absolute;
	background: url(../images/icon_bg.png) center center;
	background-size: 100% 100%;
	text-align: center;
	width: 8em;
	height: 8em;
	top: 50%;
	left: 50%;
	margin: -8em 0 0 -8em;
	padding: 4em;
	z-index: 750;
}
	#gai-grid > .item .item-icon i {
		color: #fff;
		font-size: 8em;
	}
	
/* item borders */
#gai-grid .item .item-borders {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	border: 1em solid rgba(0, 0, 0, .33);
	
	-webkit-transition: border .25s;
	-moz-transition: border .25s;
	-o-transition: border .25s;
	transition: border .25s;
}
	#gai-grid .item > .wrapper:hover .item-borders {
		border-width: 0;
	}
#gai-grid .item .item-borders > * {
	opacity: 1;
	
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
	#gai-grid .item > .wrapper:hover .item-borders > * {
		opacity: 0;
	}
	
/* funktion-icons */
#gai-grid > .item .function-icon {
	position: absolute;
	overflow: hidden;
	top: 0em;
	right: 0em;
	width: 6em;
	height: 6em;
	z-index: 750;
}
#gai-grid > .item .function-icon i {
	position: absolute;
	color: rgb(255, 255, 255);
	font-size: 1.5em;
	line-height: 2;
	text-align: center;
	height: 2em;
	width: 2em;
	top: 0;
	right: 0;
}
	#gai-grid > .item .function-icon i:after {
		content: '';
		position: absolute;
		width: 0; 
		height: 0; 
		top: -4em;
		right: 0;
		border-top: 4em solid transparent;
		border-bottom: 4em solid transparent; 
		border-right: 4em solid rgba(0, 0, 0, .84);
		z-index: -1;
	}
	#gai-grid > .item.featured .function-icon {
		display: none;
	}
	
/* item heading */
#gai-grid .item .heading-preview {
	position: absolute;
	background-color: rgba(0, 0, 0, .84);
	width: 100%;
	height: 3.5em;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 750;
}
#gai-grid .item .heading-preview .heading {
	position: relative;
	color: rgb(255, 255, 255);
	background-color: transparent;
	font-size: 1.75em;
	line-height: 2em;
	width: 100%;
	height: 2em;
	top: 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 2em;
}

#gai-grid .item .heading-full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 1em;
	z-index: 750;
	opacity: 0;
}
	#gai-grid .item > .wrapper:hover .heading-full {
		opacity: 1;
	}
#gai-grid .item .heading-full > .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
#gai-grid .item .heading-full .heading-bg {
	position: absolute;
	background-color: rgba(0, 0, 0, .84);
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	z-index: 1;
	
	-webkit-transition: width 0.25s ease 0s, height 0.25s ease 0s, top 0.25s ease 0s, left 0.25s ease 0s;
	-moz-transition: width 0.25s ease 0s, height 0.25s ease 0s, top 0.25s ease 0s, left 0.25s ease 0s;
	-o-transition: width 0.25s ease 0s, height 0.25s ease 0s, top 0.25s ease 0s, left 0.25s ease 0s;
	transition: width 0.25s ease 0s, height 0.25s ease 0s, top 0.25s ease 0s, left 0.25s ease 0s;
}
	#gai-grid .item > .wrapper:hover .heading-full .heading-bg {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
#gai-grid .item .heading-full .heading-content {
	position: relative;
	color: rgb(255, 255, 255);
	height: 100%;
	width: 100%;
	z-index: 1000;
	opacity: 0;
	
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
	#gai-grid .item > .wrapper:hover .heading-full .heading-content {
		opacity: 1;
	}
#gai-grid .item .heading-full .heading {
	position: relative;
	font-size: 1.75em;
	line-height: 2em;
	text-align: center;
	height: auto;
	width: auto;
	padding: 1em;
}

/* item content */
#gai-grid > .item .content {
	font-size: 1.5em;
}

/* hover items */
#gai-grid > .item.hover .hover {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	padding: 1em;
	z-index: 1000;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
	-moz-transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
	-o-transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
	transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
}
	#gai-grid > .item.hover > .wrapper:hover .hover {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 1;
	}

#gai-grid > .item.hover .hover > .wrapper {
	position: relative;
	background: rgba(0, 0, 0, .67);
	color: #fff;
	height: 100%;
	width: 100%;
	border: .1em solid #fff;
	padding: 2em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-grid > .item.hover .hover > .wrapper .inner-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#gai-grid > .item.hover .hover .content {
	position: absolute;
	top: 100%;
	
	-webkit-transition: top .25s .25s;
	-moz-transition: top .25s .25s;
	-o-transition: top .25s .25s;
	transition: top .25s .25s;
}
	#gai-grid > .item.hover > .wrapper:hover .hover .content {
		top: 0;
	}
	#gai-grid > .item.hover .hover .content * {
		line-height: 1.2;
	}
	
/* slide items */
#gai-grid > .item.slide .slide {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	padding: 1em;
	z-index: 1000;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
	-moz-transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
	-o-transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
	transition: opacity .25s, top .25s, left .25s, height .25s, width .25s;
}
	#gai-grid > .item.slide > .wrapper:hover .slide {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 1;
	}

#gai-grid > .item.slide .slide > .wrapper {
	position: relative;
	background: rgba(0, 0, 0, .67);
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border: .1em solid rgba(255, 255, 255, 0);
	padding: 2em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: border-color .25s;
	-moz-transition: border-color .25s;
	-o-transition: border-color .25s;
	transition: border-color .25s;
}
	#gai-grid > .item.slide > .wrapper:hover .slide > .wrapper {
		border-color: rgba(255, 255, 255, 1);
	}

#gai-grid > .item.slide > .wrapper .next,
#gai-grid > .item.slide > .wrapper .prev {
	position: absolute;
	background: rgba(255, 255, 255, .67);
	cursor: pointer;
	height: 4em;
	width: 4em;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: opacity .25s .25s;
	-moz-transition: opacity .25s .25s;
	-o-transition: opacity .25s .25s;
	transition: opacity .25s .25s;
}
	#gai-grid > .item.slide > .wrapper .next {
		right: 0;
	}
	#gai-grid > .item.slide > .wrapper .prev {
		left: 0;
	}
	#gai-grid > .item.slide > .wrapper:hover .next,
	#gai-grid > .item.slide > .wrapper:hover .prev {
		opacity: .67;
		
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
	}
		#gai-grid > .item.slide > .wrapper:hover .next:hover,
		#gai-grid > .item.slide > .wrapper:hover .prev:hover {
			opacity: 1;
		}

#gai-grid > .item.slide > .wrapper .next i,
#gai-grid > .item.slide > .wrapper .prev i {
	position: absolute;
	color: rgba(0, 0, 0, 1);
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
	height: 2em;
	top: 0;
	left: 0;
}

#gai-grid > .item.slide .slide-menu {
	position: absolute;
	width: 100%;
	height: .5em;
	bottom: 0;
	left: 0;
	padding: 0 4.1em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-grid > .item.slide .slide-menu > .item {
	position: relative;
	float: left;
	padding: 0 .1em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-grid > .item.slide .slide-menu > .item > .wrapper {
	position: relative;
	background: rgba(255, 255, 255, .33);
	height: .5em;
		
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
}
	#gai-grid > .item.slide .slide-menu > .item.current > .wrapper {
		background: rgba(255, 255, 255, .67);
	}

#gai-grid > .item.slide .slide .slides {
	position: absolute;
	height: 100%;
	left: 0;
	top: 100%;
	
	-webkit-transition: left .25s, top .25s .25s;
	-moz-transition: left .25s, top .25s .25s;
	-o-transition: left .25s, top .25s .25s;
	transition: left .25s, top .25s .25s;
}
	#gai-grid > .item.slide > .wrapper:hover .slide .slides {
		top: 0;
	}

#gai-grid > .item.slide .slide .slide-item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: .5em 1em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-grid > .item.slide .slide .content * {
	line-height: 1.2;
}

/* slide featured items */
#gai-grid > .item.slide.featured > .wrapper .heading {
	opacity: 1;
}

#gai-grid > .item.slide.featured .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	opacity: 1;
}

#gai-grid > .item.slide.featured .slide > .wrapper {
	color: inherit;
	background: inherit;
	padding: 4em;
	border: none;
}

#gai-grid > .item.slide.featured .content {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}

#gai-grid > .item.slide.featured .content > .left {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	max-height: 100%;
}

#gai-grid > .item.slide.featured .content > .right {
	position: relative;
	float: right;
	overflow: hidden;
	width: 50%;
	max-height: 100%;
}

#gai-grid > .item.slide.featured .content img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#gai-grid > .item.slide.featured .slide .slides {
	top: 0;
}

#gai-grid > .item.slide.featured .slide .slides .slide-item {
	padding: 4em 4em 3.75em 4em;
}

#gai-grid > .item.slide.featured > .wrapper .next,
#gai-grid > .item.slide.featured > .wrapper .prev {
	background: transparent;
	opacity: .33;
	top: 0;
	bottom: auto;
	border-bottom: .1em solid rgba(0, 0, 0, 1);
}
	#gai-grid > .item.slide.featured > .wrapper .next {
		border-left: .1em solid rgba(0, 0, 0, 1);
	}
	#gai-grid > .item.slide.featured > .wrapper .prev {
		border-right: .1em solid rgba(0, 0, 0, 1);
	}
	#gai-grid > .item.slide.featured > .wrapper:hover .next,
	#gai-grid > .item.slide.featured > .wrapper:hover .prev {
		opacity: .67;
	}
		#gai-grid > .item.slide.featured > .wrapper:hover .next:hover,
		#gai-grid > .item.slide.featured > .wrapper:hover .prev:hover {
			opacity: 1;
		}

#gai-grid > .item.slide.featured .slide-menu {
	top: 0;
	bottom: auto;
	padding: 0 4em;
}

#gai-grid > .item.slide.featured .slide-menu > .item > .wrapper {
	background: rgba(0, 0, 0, .33);
}
	#gai-grid > .item.slide.featured .slide-menu > .item.current > .wrapper {
		background: rgba(0, 0, 0, .67);
	}

/*	############
	GAI-LIGHTBOX
	############  */
#gai-lightbox {
	position: fixed;
	background: rgba(0, 0, 0, .67);
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	z-index: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: opacity .25s, padding .25s, top .25s, left .25s, height .25s, width .25s;
	-moz-transition: opacity .25s, padding .25s, top .25s, left .25s, height .25s, width .25s;
	-o-transition: opacity .25s, padding .25s, top .25s, left .25s, height .25s, width .25s;
	transition: opacity .25s, padding .25s, top .25s, left .25s, height .25s, width .25s;
}
	#gai-lightbox.loaded {
		width: 100%;
		min-height: 100%;
		top: 0;
		left: 0;
		opacity: 1;
		padding: 2em 12em;
		z-index: 1000000
	}
	
#lightbox-close {
	position: absolute;
	background: rgba(255, 255, 255, .67);
	color: #000;
	cursor: pointer;
	text-decoration: none;
	top: 0;
	right: 0;
	width: 8em;
	height: 8em;
	margin: 2em;
	
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
}
	#lightbox-close:hover {
		background: rgba(255, 255, 255, 1);
	}
	#lightbox-close i {
		position: relative;
		display: block;
		font-size: 4em;
		line-height: 1em;
		text-align: center;
		width: 1em;
		height: 1em;
		margin: .5em;
	}
	
#gai-lightbox-scroll {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
	
#gai-lightbox > .wrapper {
	position: relative;
	height: 100%;
	border: .1em solid #fff;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-lightbox > .wrapper .content-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#gai-lightbox-content {
	position: absolute;
	background: rgba(0, 0, 0, .67);
	color: #fff;
	overflow: hidden;
	top: 0;
	width: 100%;
	min-height: 100%;
	
	-webkit-transition: top .25s;
	-moz-transition: top .25s;
	-o-transition: top .25s;
	transition: top .25s;
}

#gai-lightbox-content > .wrapper {
	position: relative;
	overflow: hidden;
	padding: 4em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gai-lightbox-content .heading .h1 {
	font-size: 3em;
}

#gai-lightbox-content .content {
	font-size: 1.5em;
}

#gai-lightbox-content .content-image {
	height: auto;
	width: 100%;
}

#gai-lightbox-content .column {
	position: relative;
	float: left;
	width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#gai-lightbox-content .column > .wrapper {
	margin-top: 1.333em;
	border-top: .1em solid rgba(255, 255, 255, .67);
	padding-top: 1.333em;
}
	#gai-lightbox-content .column.odd > .wrapper {
		margin-right: 1.3333em;
	}
	#gai-lightbox-content .column.even > .wrapper {
		margin-left: 1.3333em;
	}
	#gai-lightbox-content .column:first-child > .wrapper,
	#gai-lightbox-content .column:first-child + .column > .wrapper {
		border-top: 0;
		padding-top: 0;
	}

/* Scrollbar */
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: .5em; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 1em;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .25s linear, opacity .25s linear;
    -webkit-transition: background-color .25s linear, opacity .25s linear;
    -moz-transition: background-color .25s linear, opacity .25s linear;
    transition: background-color .25s linear, opacity .25s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.33;
    filter: alpha(opacity = 33);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: rgba(255, 255, 255, .33);
    opacity: 1;
    filter: alpha(opacity = 100);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: rgba(255, 255, 255, .33);
    opacity: 1;
    filter: alpha(opacity = 100);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: .5em; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 1em;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .25s, opacity .25s;
    -webkit-transition: background-color .25s, opacity .25s;
    -moz-transition: background-color .25s, opacity .25s;
    transition: background-color .25s, opacity .25s;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.67;
    filter: alpha(opacity = 67);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: rgba(255, 255, 255, .33);
    opacity: 1;
    filter: alpha(opacity = 100);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: rgba(255, 255, 255, .33);
    opacity: 1;
    filter: alpha(opacity = 100);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 1em;
    background-color: rgba(255, 255, 255, .67);
    -o-transition: background-color .25s;
    -webkit-transition: background-color.25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: rgba(255, 255, 255, 1);
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 1em;
    background-color: rgba(255, 255, 255, .67);
    -o-transition: background-color .25s;
    -webkit-transition: background-color.25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: tgba(255, 255, 255, 1);
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}


/*	##########
	GAI-FOOTER
	##########  */
#gai-footer {
	position: relative;
	color: rgba(255, 255, 255, .67);
	text-align: center;
}

#gai-footer .menu {
	display: inline-block;
	overflow: hidden;
}

#gai-footer .menu .item {
	float: left;
}

#gai-footer .menu .item > .wrapper {
	margin: 3.4em 0;
	border-left: .1em solid;
	border-color: rgba(255, 255, 255, .67);
}
	#gai-footer .menu .item:first-child > .wrapper {
		border: none;
	}

#gai-footer .menu .item a,
#gai-footer .menu .item .separator {
	color: rgba(255, 255, 255, .67);
	display: block;
	font-size: 1.5em;
	line-height: .8em;
	text-decoration: none;
	margin: 0 .5em;
	
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
	#gai-footer .menu .item a:hover {
		color: rgba(255, 255, 255, 1);
	}
	#gai-footer .menu .item a.current,
	#gai-footer .menu .item a.active  {
		color: rgba(255, 255, 255, 1);
		text-decoration: underline;
	}
	#gai-footer .menu .item:first-child a {
		margin-left: 0;
	}
	#gai-footer .menu .item:last-child a {
		margin-right: 0;
	}

/*	########
	GAI-FORM
	########  */


/*	##########
	GRID-FIXES
	##########  */
/* grid-5 */

/* grid-4 */

/* grid-3 + 4 */
.grid-3 #gai-header,
.grid-4 #gai-header {
	height: 19.5em;
}

.grid-3 #gai-main,
.grid-4 #gai-main {
	position: relative;
	padding: 20.5em 0 0 0;
}

.grid-3 #gai-main-menu,
.grid-4 #gai-main-menu {
	height: 8.5em;
	margin: 1em auto 0 auto;
}

.grid-3 #gai-main-menu .item,
.grid-4 #gai-main-menu .item {
	width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.grid-3 #gai-main-menu .item.item-774,
	.grid-4 #gai-main-menu .item.item-774 {
		width: 35%;
		padding: 0 .25em 0 0;
	}
	.grid-3 #gai-main-menu .item.item-775,
	.grid-4 #gai-main-menu .item.item-775 {
		width: 65%;
		padding: 0 0 0 .25em;
	}
	.grid-3 #gai-main-menu .item.item-776,
	.grid-4 #gai-main-menu .item.item-776 {
		width: 60%;
		margin-top: .5em;
		padding: 0 .25em 0 0;
	}
	.grid-3 #gai-main-menu .item.item-777,
	.grid-4 #gai-main-menu .item.item-777 {
		width: 40%;
		margin-top: .5em;
		padding: 0 0 0 .25em;
	}

.grid-3 #gai-main-menu .item > .wrapper,
.grid-4 #gai-main-menu .item > .wrapper {
	margin: 0;
}
	.grid-3 #gai-main-menu .item.item-775 > .wrapper,
	.grid-4 #gai-main-menu .item.item-775 > .wrapper {
		margin-right: 4.5em;
	}

.grid-3 #gai-main-menu .item:first-child + .item + .item > .wrapper a:before,
.grid-4 #gai-main-menu .item:first-child + .item + .item > .wrapper a:before {
	content: "";
	position: absolute;
	background: inherit;
	top: 0;
	left: -1em;
	bottom: 0;
	width: 50%;
	z-index: -1;
	
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.grid-3 #gai-lightbox.loaded,
.grid-4 #gai-lightbox.loaded {
	padding: 1em 6em;
}
	
.grid-3 #lightbox-close,
.grid-4 #lightbox-close {
	width: 4em;
	height: 4em;
	margin: 1em;
}
	.grid-3 #lightbox-close i,
	.grid-3 #lightbox-scroll-up i,
	.grid-3 #lightbox-scroll-down i,
	.grid-4 #lightbox-close i,
	.grid-4 #lightbox-scroll-up i,
	.grid-4 #lightbox-scroll-down i {
		font-size: 2em;
	}
	
.grid-3 #lightbox-scroll-up,
.grid-3 #lightbox-scroll-down,
.grid-4 #lightbox-scroll-up,
.grid-4 #lightbox-scroll-down {
	width: 4em;
	height: 4em;
	margin-left: -2em;
}
	
.grid-3 #gai-lightbox > .wrapper,
.grid-4 #gai-lightbox > .wrapper {
	padding: 4em;
}
.grid-3 #gai-lightbox > .wrapper .inner-wrapper,
.grid-4 #gai-lightbox > .wrapper .inner-wrapper {
	padding: 0 2em;
}

.grid-3 #gai-lightbox-content > .wrapper,
.grid-4 #gai-lightbox-content > .wrapper {
	padding: 1em 0;
}
	.grid-3 #gai-lightbox-content > .wrapper:first-child,
	.grid-4 #gai-lightbox-content > .wrapper:first-child {
		padding-right: 2em;
	}
	.grid-3 #gai-lightbox-content > .wrapper:last-child,
	.grid-4 #gai-lightbox-content > .wrapper:last-child {
		padding-left: 2em;
	}
	.grid-3 #gai-lightbox-content > .wrapper.single-content,
	.grid-4 #gai-lightbox-content > .wrapper.single-content {
		padding: 1em 0;
	}

/* grid-3 */
.grid-3 #gai-slogan {
	font-size: 2em;
	line-height: 1.5em;
	height: 3em;
	padding: 1em 8em 1em 6em;
}

.grid-3 #gai-lightbox-content .column {
	width: 100%;
}
	.grid-3 #gai-lightbox-content .column.odd > .wrapper,
	.grid-3 #gai-lightbox-content .column.even > .wrapper {
		margin-right: 0;
		margin-left: 0;
	}

/* grid-2 */
.grid-2 #gai-slogan {
	height: 0;
	overflow: hidden;
	padding: 5em 0 0 0;
}
.grid-2 #gai-header {
	height: 28.5em;
}

.grid-2 #gai-main {
	position: relative;
	padding: 29.5em 0 0 0;
}

.grid-2 #gai-main-menu {
	height: 17.5em;
	margin: 1em auto 0 auto;
	padding: 0;
}

.grid-2 #gai-main-menu .item {
	width: 100%;
	
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.grid-2 #gai-main-menu .item > .wrapper {
	margin: .5em 0 0 0;
}
	.grid-2 #gai-main-menu .item:first-child > .wrapper {
		margin: 0;
	}

.grid-2 #gai-main-menu .item:first-child > .wrapper a:before {
	display: none;
	visibility: hidden;
}

.grid-2 #gai-main-menu .item > .wrapper a span {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.grid-2 #gai-lightbox.loaded {
	padding: 1em 4em;
}
	
.grid-2 #lightbox-close {
	width: 4em;
	height: 4em;
	margin: 1em 0;
}
	.grid-2 #lightbox-close i,
	.grid-2 #lightbox-scroll-up i,
	.grid-2 #lightbox-scroll-down i {
		font-size: 2em;
	}
	
.grid-2 #lightbox-scroll-up,
.grid-2 #lightbox-scroll-down {
	width: 4em;
	height: 4em;
	margin-left: -2em;
}
	
.grid-2 #gai-lightbox > .wrapper {
	padding: 4em 2em;
}
.grid-2 #gai-lightbox > .wrapper .inner-wrapper {
	padding: 0 2em;
}

.grid-2 #gai-lightbox-content > .wrapper {
	padding: 1em 0;
}
	.grid-2 #gai-lightbox-content > .wrapper:first-child {
		padding-right: 2em;
	}
	.grid-2 #gai-lightbox-content > .wrapper:last-child {
		padding-left: 2em;
	}
	.grid-2 #gai-lightbox-content > .wrapper.single-content {
		padding: 1em 0;
	}

.grid-2 #gai-lightbox-content .column {
	width: 100%;
}
	.grid-2 #gai-lightbox-content .column.odd > .wrapper,
	.grid-2 #gai-lightbox-content .column.even > .wrapper {
		margin-right: 0;
		margin-left: 0;
	}

/* grid-1 */
.grid-1 #gai-header {
	height: 28.5em;
}

.grid-1 #gai-main {
	position: relative;
	padding: 29.5em 0 0 0;
}

.grid-1 #gai-main-menu {
	height: 17.5em;
	margin: 1em auto 0 auto;
	padding: 0;
}

.grid-1 #gai-main-menu .item {
	width: 100%;
	
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.grid-1 #gai-main-menu .item > .wrapper {
	margin: .5em 0 0 0;
}
	.grid-1 #gai-main-menu .item:first-child > .wrapper {
		margin: 0;
	}

.grid-1 #gai-main-menu .item:first-child > .wrapper a:before {
	display: none;
	visibility: hidden;
}

.grid-1 #gai-main-menu .item > .wrapper a span {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.grid-1 #gai-lightbox-content .column {
	width: 100%;
}
	.grid-1 #gai-lightbox-content .column.odd > .wrapper,
	.grid-1 #gai-lightbox-content .column.even > .wrapper {
		margin-right: 0;
		margin-left: 0;
	}

/*	#############
	MEDIA QUERIES
	#############  */
@media screen and (orientation: portrait){
	#gai-lightbox-content > .wrapper {
		float: none;
		width: 100%;
	}
	#gai-lightbox-content > .wrapper:first-child {
		padding-right: 0;
	}
	#gai-lightbox-content > .wrapper:last-child {
		padding-left: 0;
	}
	#gai-lightbox-content > .wrapper.single-content {
		max-width: auto;
		width: 100%;
	}
	
}

@media screen and (min-width: 1400px){
	body {
		font-size: 12px;
	}	
}
@media screen and (max-width: 600px){
	#gai-grid > .item.large {
		font-size: 9px;
	}	
}
@media screen and (max-width: 560px){
	#gai-grid > .item.large {
		font-size: 8px;
	}	
}
@media screen and (max-width: 393px){
	#gai-grid > .item.large {
		font-size: 7px;
	}	
}
@media screen and (max-width: 345px){
	#gai-grid > .item.large {
		font-size: 6px;
	}	
}


/*	#####################
	FONTAWESOME EXPANSION
	#####################  */
.fa-gai-broadcast:before { content: "\e600"; }
.fa-gai-line-chart:before { content: "\e601"; }
.fa-gai-scales:before { content: "\e602"; }
.fa-gai-video-camera:before { content: "\e603"; }

/* Tabs */
.content ul.tabs { padding: 1.4em 0; margin: 0; list-style: none; }
.content ul.tabs li { background: none; color: #222; display: inline-block; padding: 7px 15px; cursor: pointer; margin: 0px; color: #fff; border: 1px solid grey; }
.content ul.tabs li.current { background: #ededed; color: #222; }
.content .tab-content { display: none; }
.content .tab-content.current { display: inherit; }
.content .tab-content > *:first-child,
.content .tab-content p + ul { margin-top: 0; }
.content .tab-content > *:last-child { margin-bottom: 0; }