/* FIXED VALUES */

body {
	height: 1530px;
}

#wrapper {
	width: 1020px;
}

#header {
	padding: 40px 0 20px 0;
	height: 150px;
}

#header-title {
	position: absolute;
	top: 40px;
	left: 0;
}

#footer {
	height: 50px;
	line-height: 25px;
	padding-bottom: 50px;
	padding-top: 50px;
}

#main-menu-wrapper {
	width: 1020px;
	height: 1170px;
}

#main-menu {
	width: 1020px;
	height: 680px;
}

#bottom-menu {
	width: 1020px;
	height: 340px;
}

#passe-partout-top {
	height: 210px; 
	width: 100%; 
	top: 0; 
}

#passe-partout-bottom {
	height: 650px; 
	width: 100%; 
	bottom: 0; 
}

#passe-partout-left {
	height: 100%; 
	width: calc(50% - 510px); 
	left: 0;
	top: 0;
}

#passe-partout-right {
	height: 100%; 
	width: calc(50% - 509px); 
	right: 0;
	top: 0;
}

#bottom-content-row {
	padding-top: 150px;
}

.hover-content {
	line-height: 340px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
 
	body {
		height: 3040px;
	}

	#wrapper {
		width: 2040px;
	}

	#header {
		padding: 80px 0 40px 0;
		height: 300px;
	}

	#header-title {
		position: absolute;
		top: 80px;
		left: 0;
	}

	#footer {
		height: 100px;
		line-height: 50px;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	#main-menu-wrapper {
		width: 2040px;
		height: 2340px;
	}

	#main-menu {
		width: 2040px;
		height: 1360px;
	}

	#bottom-menu {
		width: 2040px;
		height: 680px;
	}
	
	#passe-partout-top {
		height: 420px; 
		width: 100%; 
		top: 0; 
	}

	#passe-partout-bottom {
		height: 1300px; 
		width: 100%; 
		bottom: 0; 
	}

#passe-partout-left {
	height: 100%; 
	width: calc(50% - 1020px); 
	left: 0;
	top: 0;
}

#passe-partout-right {
	height: 100%; 
	width: calc(50% - 1018px); 
	right: 0;
	top: 0;
}

#bottom-content-row {
	padding-top: 300px;
}
 

}

.passe-partout {
	position: absolute;  
	background-color: white; 
	z-index: 3;
}


html {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
}

body { 
	margin: 0; 
	padding: 0;
	background: #ffffff;
	font-family: 'Karla', sans-serif;
	color: black;
	width: 100%;	
	position: relative;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a.link-expander {
	color: black;
	text-decoration: none;
	-webkit-transition: all 30s; /* Safari */
    transition: all 30s;
}

a.link-expander:hover {
	text-decoration: none;
	letter-spacing: 100px;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background-color: white; 
}

#video-overlay {
	 position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	background-color: white;
	opacity: 0;
	z-index: -99;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	height: 100%;
}

#header {
	margin: 0;
	text-align: center;	
	position: relative;
	z-index: 4;
}

#header-title {
	font-size: 180%;
	text-align: center;
	width: 100%;
	height: 100%;
}

#header-subtitle {
	font-size: 60%;
	text-align: center;
	height: 80px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 5px;
}

#header-subtitle-text {
	transform: rotate(90deg);
}

#footer {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 70%;
	letter-spacing: 5px;
	z-index: 4;
	background-color: white;
}

#main-menu-wrapper {
	position: relative;
}

#main-menu {
	position: relative;
	margin: auto;
}

#bottom-menu {
	position: relative;
	margin: auto;
}

#video-background {
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
}

#main-menu-buttons {
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content {
	width: 100%;
	height: 100%;
}

#bottom-content-row {
	height: 90%;
	margin-left: -3%;
	margin-right: -6%;
}

.content-row {
	height: 45%;
	margin-top: 12%;
	margin-bottom: 0;
	margin-left: -3%;
	margin-right: -6%;
}

.first-content-row {
	height: 45%;
    margin-top: -3%;
	margin-left: -3%;
	margin-right: -6%;
}

.content-element {
	width: 26%;
	height: 100%;
	margin-right: 10%;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	float: left;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.content-element-last {
	margin-right: 0;
}

.content-element:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}

.hover-content {
    text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;	
	bottom: 0;	
	padding: 0;
	background-color: white;
	opacity: 0;
	
	font-size: 70%;
	letter-spacing: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.content-element:hover .hover-content {    
	opacity: 0.8;
}