html,
body{
	height: 100%;
	width: 100%;
}

.menu{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #0095E0;
	overflow: hidden;
	font-size: 0;
}

	.menu a,
	.mobile-menu{
		height: 40px;
		line-height: 40px;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		font-size: 16px;
		padding: 0 8px;
		display: inline-block;
	}
	
		.mobile-menu{
			display: none;
		}
		
			.mobile-menu::before{
				content: '\2193';
				display: inline-block;
				margin-right: 10px;
			}
			
			.menu.open .mobile-menu::before{
				content: '\2191';
				display: inline-block;
				margin-right: 10px;
			}
	
		.menu a:hover{
			background: #0284c5;
		}
		
		.menu a.accent{
			background: #FFD400;
			color: #333;
		}
	
		.menu a.logo,
		.menu .mobile-menu{
			margin-left: 5px;
			font-weight: 900;
		}
		
		.menu a.logo:hover{
			background: #0095E0;
		}
		
@media screen and (max-width: 820px) {

	.menu{
		max-height: 40px;
	}
	
		.menu.open{
			max-height: 600px;
			height: auto;
		}
	
	.menu a,
	.mobile-menu{
		height: auto;
		display: block;
		line-height: 1.8;
		font-size: 20px;
	}
		
		.mobile-menu{
			line-height: 40px;
			height: 40px;
		}
	
		.menu a.logo{
			display: none;
		}
		
	
}

.og-details a{
	color: inherit;
	text-decoration: underline;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 350px;
	width: 350px;
}

.og-grid li > a:hover{
	-moz-box-shadow:    0px 2px 5px #444;
	-webkit-box-shadow: 0px 2px 5px #444;
	box-shadow:         0px 2px 5px #444;
}

.og-grid li > a{
	border: none;
	outline: none;
	display: block;
	position: relative;
	width: 350px;
	height: 350px;
}

.og-grid .table{
	display: table;
	height: 100%;
	width: 100%;
}

.og-grid .table-cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 20px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
}

.og-grid li > a.dark .table-cell{
	color: #444;
}

.og-grid .retiree .table-cell{
	text-decoration: line-through;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #333;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}


.og-grid li .label{
	text-transform: uppercase;
	font-size: 60%;
	display: inline-block;
	background: red;
	color: #fff;
	line-height: 1.4;
	padding: 0 5px;
	margin-bottom: 5px;
	clear: both;
	text-decoration: none;
}

.og-grid li .modifiee .label{
	background: #444;
}

.og-grid li .modifiee{
	opacity: .6;
}

.og-expander {
	position: absolute;
	background: #333;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 9px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
	text-align: center;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 40px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #eee;
}

.og-fullimg,
.og-details {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	max-width: 900px;
	margin: auto;
	color: #fefefe;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 700;
	font-size: 38px;
	padding: 40px 0 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.og-details p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}

a.btn {
	font-weight: 700;
	font-size: 16px;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 12px;
	border: 3px solid transparent;
	display: inline-block;
	margin: 15px 0 0;
	outline: none;
	text-decoration: none;
}

a.btn::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

a.btn:hover {
	border-color: #fff;
	color: #fff;
}

a.btn.light{
	color: #444;
}

a.btn.light:hover{
	border-color: #444;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}

.openabout{
	text-align: center;
	display: block;
	margin-bottom: 14px;
	cursor: pointer;
}
.about{
	width: 40%;
	margin: auto;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	max-height: 0;
	overflow: hidden;
}

.about.opened{
	max-height: 800px;
}

.about p{
	margin-bottom: 8px;
}

.seealso{
	display: block;
	text-align: center;
	padding: 50px 0 30px;
	font-weight: 100;
	font-size: 30px;
}

.also{
	padding: 0 20px 40px;
	clear: both;
	text-align: center;
}

.also li{
	height: 40px;
	line-height: 40px;
	padding: 0 9px;
	border: 1px solid #444;
		    border-radius: 3px;
	     -o-border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 8px 8px 0;
	position: relative;
	display: inline-block;
	width: 220px;
}

.share{
	position: absolute;
	padding: 15px;
	top: 0;
	left: 0;
}

	.fb-share-button{
		top: -3px;
	}

.credit{
	text-align: center;
	padding: 40px 0;
	font-size: 9px;
	font-weight: 500;
	clear: both;
}

.authors{
	padding: 50px 20px 80px;
	max-width: 800px;
	margin: auto;
}

.authors h4{
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.authors img{
	width: 20%;
	margin-right: 3%;
	max-width: 200px;
	float: left;
	margin-bottom: 15px;
}

.authors p{
	width: 77%;
	float: left;
	margin-bottom: 15px;
}

.authors a{
	text-decoration: underline;
}

.authors p.nopic{
	width: 100%;
}

.transition{
	-webkit-transition: all 0s ease;
	   -moz-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}

.sticky{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(45,45,45,.9);
	padding: 10px 0 5px;
	text-align: center;
	color: #fff;
	z-index: 9;
}

.nl{
	font-size: 0;
}

.nl input{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border: 0;
	font-size: 14px;
	font-family: Averta, Helvetica, Arial;
	margin: 0 5px 5px 0;
}

.nl span{
	font-size: 16px;
	margin-right: 15px;
}

.nl input.email,
.nl input.cp{
	padding: 0 5px;
}

.nl input.email{
	width: 160px;
}

.nl input.cp{
	width: 100px;
}

.nl input.button{
	background: red;
	color: #eee;
	padding: 0 5px;
	font-weight: 700;
}

.pop{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #444;
	background: rgba(0,0,0,0.8);
	z-index: 99;
	display: none;
}

	.pop .pop-inner{
		max-width: 400px;
		height: auto;
		background: #fff;
		padding: 30px;
		margin: 250px auto 0;
	}

	.pop .pop-inner p{
		margin-bottom: 10px;
	}

	.pop .pop-inner a{
		font-weight: 700;
	}

	.pop .pop-close{
		text-decoration: underline;
		font-size: 80%;
		cursor: pointer;
	}
	
.wrap.viewport{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.wrap .menu{
	position: absolute;
	top: 0;
	z-index: 2;
}

.wrap .header{
	width: 300px;
	position: absolute;
	top: 40px;
	left: 0;
	bottom: 0;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	z-index: 1;;
}

.wrap .header h1,
.wrap .header h2{
	line-height: 1;
	margin-bottom: 15px;
}

.wrap .header h1{
	font-size: 26px;
	font-weight: 900;
}

.wrap .header h2{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}

.wrap .header .btn-wrp{
	padding: 4px 6px;
	border: 2px solid #333;
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: none;
	display: inline-block;
}

.wrap .map{
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 300px;
	z-index: 0;
}

.wrap .map iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

.wrap .header h3{
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 8px;
}

.wrap .header .nl input.email,
.wrap .header .nl input.cp{
	border: 2px solid #ccc;
}

.close-wrp{
	display: none;
}

.wrap .share{
	bottom: 0;
	top: auto;
}

.goto{
	width: 50%;
	float: left;
	padding: 65px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	display: block;
}

.goto span::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

	.gotomap{
		background-image: url(../images/bg-map.png);
	}
	
	.gotoposters{
		background-image: url(../images/bg-posters.png);
	}
	
@media screen and (max-width: 510px) {
	.goto{
		width: 100%;
		padding: 35px 0;
	}
}

.affiches{
	text-align: center;
	width: 100%;
}

.affiches li{
	display: inline-block;
	margin: 10px;
	max-width: 90%;
	width: 300px;
}

.affiches li a{
	display: block;
}

	.affiches li a:hover{
		box-shadow: 0px 5px 30px rgba(0,0,0,0.4);
	}

.affiches li a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 650px) {

	.wrap.closed .header{
		left: -250px;
	}
	
	.wrap .over{
		position: absolute;
		top: 0;
		left: 300px;
		right: 0;
		bottom: 0;
		z-index: 1;
		display: block;
	}
	
	.wrap.closed .over{
		display: none;
	}
	
	.wrap .map{
		left: 50px;
	}
	
	.wrap .close-wrp{
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
	}
	
		.wrap .close-wrp img{
			max-width: 100%;
			height: auto;
		}
		
		.wrap.closed .close-wrp{
			opacity: 1;
		}
}

a.back {
	font-weight: 700;
	font-size: 16px;
	color: #bbb;
	text-transform: uppercase;
	display: inline-block;
	margin:0 0 20px;
	outline: none;
	text-decoration: none;
}
	
	a.back.first{
		margin-bottom: 10px;
	}

a.back::before {
	content: '\2190';
	display: inline-block;
	margin-right: 10px;
}

@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-bold-webfont.eot');
    src: url('/fonts/Averta/averta-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-bold-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-bold-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-bold-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-bold-webfont.svg#avertabold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-bolditalic-webfont.eot');
    src: url('/fonts/Averta/averta-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-bolditalic-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-bolditalic-webfont.svg#avertabold') format('svg');
    font-weight: 700;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-extrabold-webfont.eot');
    src: url('/fonts/Averta/averta-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-extrabold-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-extrabold-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-extrabold-webfont.svg#avertaextrabold') format('svg');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-extrabolditalic-webfont.eot');
    src: url('/fonts/Averta/averta-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-extrabolditalic-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-extrabolditalic-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-extrabolditalic-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-extrabolditalic-webfont.svg#avertaextrabold_italic') format('svg');
    font-weight: 900;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-light-webfont.eot');
    src: url('/fonts/Averta/averta-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-light-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-light-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-light-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-light-webfont.svg#avertalight') format('svg');
    font-weight: 100;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-lightitalic-webfont.eot');
    src: url('/fonts/Averta/averta-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-lightitalic-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-lightitalic-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-lightitalic-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-lightitalic-webfont.svg#avertalight_italic') format('svg');
    font-weight: 100;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-regular-webfont.eot');
    src: url('/fonts/Averta/averta-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-regular-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-regular-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-regular-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-regular-webfont.svg#avertaregular') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-regularitalic-webfont.eot');
    src: url('/fonts/Averta/averta-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-regularitalic-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-regularitalic-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-regularitalic-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-regularitalic-webfont.svg#avertaregular') format('svg');
    font-weight: 300;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-semibold-webfont.eot');
    src: url('/fonts/Averta/averta-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-semibold-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-semibold-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-semibold-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-semibold-webfont.svg#avertasemibold') format('svg');
    font-weight: 500;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta/averta-semibolditalic-webfont.eot');
    src: url('/fonts/Averta/averta-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Averta/averta-semibolditalic-webfont.woff2') format('woff2'),
         url('/fonts/Averta/averta-semibolditalic-webfont.woff') format('woff'),
         url('/fonts/Averta/averta-semibolditalic-webfont.ttf') format('truetype'),
         url('/fonts/Averta/averta-semibolditalic-webfont.svg#avertasemibold_italic') format('svg');
    font-weight: 500;
    font-style: italic;

}
