@font-face {
	font-family: 'DIN Pro';
	src: url('fonts/FF_DIN_Pro_Light.eot');
	src: local('☺︎'),
		 url('fonts/FF_DIN_Pro_Light.woff') format('woff'),
		 url('fonts/FF_DIN_Pro_Light.ttf') format('truetype'),
		 url('fonts/FF_DIN_Pro_Light.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('fonts/FF_DIN_Pro_Medium.eot');
	src: local('☺︎'),
		 url('fonts/FF_DIN_Pro_Medium.woff') format('woff'),
		 url('fonts/FF_DIN_Pro_Medium.ttf') format('truetype'),	 
		 url('fonts/FF_DIN_Pro_Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('fonts/FF_DIN_Pro_Bold.eot');
	src: local('☺︎'),
		 url('fonts/FF_DIN_Pro_Bold.woff') format('woff'),
		 url('fonts/FF_DIN_Pro_Bold.ttf') format('truetype'),
		 url('fonts/FF_DIN_Pro_Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	background: #eee;
	color: #333;
	font-family: 'DIN Pro', Arial, sans-serif;
	font-weight: 100;
}

h2 {
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	
	font-size: 60px;
	margin: 0 0 1em 0;
	border-left: 1px solid #333;
	padding-left: 0.5em;
}

a,
a:hover,
a:visited,
a:active {
	color: #333;
	text-decoration: underline;
}

.table>thead>tr>th {
	border-bottom: 3px solid #333;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 1px solid #333;
}

.module {
	padding: 100px 0;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2) inset;
}

.module:nth-child(even) {
	background-color: #f9f9f9;
}

.module:nth-child(odd) {
	background-color: #fcfcfc;
}

.module.navigation,
.module.wltey {
	padding: 0;
}

.module.text {
	font-size: 16px;
	line-height: 2.5em;
}

.module.text p {
	margin-bottom: 3em;
}


.module.navigation {
	height: 0;
}

.module.navigation .navbar-nav>li>a {
	text-decoration: none;
	-webkit-transition: background 0.25s ease-out;
	transition: background 0.25s ease-out;
	color: #999;
}

.module.navigation .navbar-nav>li:last-child>a {
	padding-right: 0;
}

.module.navigation li.language>a {
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
}

.module.navigation .navbar-nav>li>a:hover {
	color: #333;
}

.module.navigation .navbar {
	margin: 0;
	border: none;
	text-transform: uppercase;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.module.navigation .navbar-collapse {
	padding: 0;
}

.module.navigation .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}

.module.navigation .navbar-collapse {
	border-top: none;
}

.module.navigation .navbar-default .navbar-toggle:hover,
.module.navigation .navbar-default .navbar-toggle {
	background: transparent;
	border-color: #333;
	margin-left: 15px;
}

.module.navigation .navbar-default.expanded .navbar-toggle {
	background-color: #333;
}

.module.navigation .navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}

.module.navigation .navbar-default.expanded .navbar-toggle .icon-bar {
	background-color: #fff;
}




/*
.module.navigation .navbar {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.2s;
	border: none;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.module.navigation .navbar.expanded,
.module.navigation .navbar.docked {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}*/

.module.navigation .navbar-nav>.active>a,
.module.navigation .navbar-nav>.active>a:focus,
.module.navigation .navbar-nav>.active>a:hover {
	background: #333;
	color: #fff;
}

.module.gallery img {
	-webkit-transition: opacity 0.5s ease-out, -webkit-transform 1s ease-out;
	transition: opacity 0.5s ease-out, -webkit-transform 1s ease-out;
	transition: opacity 0.5s ease-out, transform 1s ease-out;
	transition: opacity 0.5s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
	z-index: 999;
}

.module.gallery a {
	background-color: #fff;
}

.module.gallery a:after {
	content: '\f065';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    font-size: 100px;
    color: #333;
    z-index: 1;
}

.module.gallery a:hover img {
	opacity: 0.6;
	transform: scale(1.1) ;
	-webkit-transform: scale(1.1);
}

.module.footer .panel {
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	position: relative;
}

.module.footer .panel-default>.panel-body {
	border: 3px solid #333;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.module.footer .panel-default>.panel-heading {
	background: transparent;
	border: none;
	position: absolute;
	padding: 0;
	top: -0.5em;
	left: -0.5em;
	line-height: 1em;
	background: #333;
	color: #fff;
	-webkit-transform: translateX(-50%) rotate(-90deg) translateX(-50%);
	        transform: translateX(-50%) rotate(-90deg) translateX(-50%);
	text-transform: uppercase;
	border-radius: 0;
	padding: 0 0.5em;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.module.player .panel {
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.module.player .panel-default>.panel-heading {
	background: #fff;
	border-radius: 0;
	border: 1px solid #333;
	border-bottom: none;
	margin: 0 18px;
	padding: 20px 0 10px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}

.module.player .panel-default>.panel-body {
	border: 3px solid #333;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}

.module.player .panel-default>.panel-footer {
	background: #fff;
	border-radius: 0;
	border: 1px solid #333;
	border-top: none;
	margin: 0 18px;
	padding: 20px 15px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}

.copy {
	opacity: 1;
	background: #333;
	box-shadow: 0 10px 10px -10px #000 inset;
}

.copy p {
	color: #fff;
	opacity: 0.3;
}

.copy a {
	color: #fff;
}


/* WLTEY */
.module.wltey .content {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background: #000;
}

.module.wltey .img {
	width: 100vw;
	height: 100vh;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.module.wltey .content>.img {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.3);
	        transform: translateX(-50%) translateY(-50%) scale(1.3);
	opacity: 0.7;
}

.module.wltey .container {
	height: 100%;
}

.module.wltey .wrap {
	height: 100%;
	position: relative;
}

.module.wltey .overlay {
	width: 100%;
	height: 50vh;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.module.wltey .logo {
	position: absolute;
	top: 2%;
	bottom: 2%;
	left: 2%;
	width: 33%;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.module.wltey .links {
	position: absolute;
	top: 5%;
	right: 2%;
}

.module.wltey .links a {
	color: #fff;
}

@-webkit-keyframes wlteyscrolldown {
	from {padding-bottom: 0;}
	to {padding-bottom: 0.5em;}
}

@keyframes wlteyscrolldown {
	from {padding-bottom: 0;}
	to {padding-bottom: 0.5em;}
}

.module.wltey .scroll-down .fa {
	-webkit-animation-name: wlteyscrolldown;
	        animation-name: wlteyscrolldown;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-iteration-count: 4;
	        animation-iteration-count: 4;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

.module.wltey .scroll-down {
	display: block;
	position: absolute;
	color: #fff;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 1em 0;
	-webkit-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}

.module.wltey .scroll-down:hover {
	padding: 2em 0;
}

.module.wltey .date {
	position: absolute;
	top: 70%;
	width: 100%;
	border-top: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.module.wltey .date p {
	font-size: 2em;
}