@font-face {
	font-family: "Encode Sans Expanded";
	font-style: normal;
	font-weight: 400;
	src: local("Encode Sans Expanded"),
	url(fonts/encode-sans-expanded.woff2) format("woff2"),
	url(fonts/encode-sans-expanded.woff) format("woff"),
	url(fonts/encode-sans-expanded.ttf) format("truetype"),
	url(fonts/encode-sans-expanded.svg) format("sgv"),
	url(fonts/encode-sans-expanded.eot) format("eot");
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: local("Material Icons"),
	url(fonts/material-icons.woff2) format("woff2"),
	url(fonts/material-icons.woff) format("woff"),
	url(fonts/material-icons.ttf) format("truetype"),
	url(fonts/material-icons.svg) format("svg"),
	url(fonts/material-icons.eot) format("eot");
}

.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
}

/*@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/MaterialIcons-Regular.eot");
	src: local("Material Icons"),
		local("MaterialIcons-Regular"),
		url("fonts/MaterialIcons-Regular.woff2") format("woff2"),
		url("fonts/MaterialIcons-Regular.woff") format("woff"),
		url("fonts/MaterialIcons-Regular.ttf") format("truetype");
}*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font: normal 14px "Encode Sans Expanded", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fff;
	/*text-decoration: underline;*/
}

div {
	/*border: solid 1px #f00;
	margin: -1px;*/
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
}

h2 {
	padding-top: 10px;
}

ul {
	padding: 0;
	padding-left: 15px;
	margin: 0;
}

li {
	padding-bottom: 10px;
}

input, textarea {
	font: normal 14px "Encode Sans Expanded", Verdana, Arial, Helvetica, sans-serif;
	background: #888;
	border: none;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="submit"] {
	width: 50%;
}

button::-moz-focus-inner {
	border: none;
}

.icon {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
}

.none {
	background: none;
}

.white {
	background-color: #fff;
}

.gray {
	background-color: #ccc;
}

.dark {
	background-color: #333;
}

.noscript {
	background-color: #f99;
}

.transparent {
	background-color: rgba(255, 255, 255, 0.75);
}

.white2 {
	color: #fff;
}

.red {
	color: #f00;
}

.red2 {
	border: solid 3px #f00;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.error {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

/* Layout */

.container  {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.header {
	position: fixed;
	z-index: 1;
	top: 0;
	height: 64px;
	width: 100%;
}

.header a {
	text-decoration: none;
}

.content {
	overflow: auto;
	position: relative;
	padding: 64px 0 74px 0;
}

.limited {
	position: relative;
	margin: 0 auto;
}

.full {
	width: 100%;
	position: relative;
	float: left;
}

.space {
	padding: 20px;
}

.space2 {
	padding: 20px 20px 0 20px;
}

.space3 {
	padding: 0 20px;
}

.space4 {
	padding: 10px 10px 0 0;
}

.footer {
	position: absolute;
	height: 64px;
	line-height: 64px;
	width: 100%;
	bottom: 0;
}

.footer .space {
	padding: 0;
}

.background {
	position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

/* Menu */

header {
	float: left;
	padding: 20px 16px;
	font-size: 18px;
	text-transform: uppercase;
}

header a:hover {
	color: #000;
}

.menu {
	float: right;
}

.lines {
	display: none;
}

.links a {
	font-size: 16px;
	float: left;
	line-height: 32px;
	padding: 16px 14px;
	text-decoration: none;
}

.links {
	float: right;
	position: relative;
}

.links a:hover {
	background: #ccc;
	color: #fff;
}

.links a.select {
	background-color: #ccc;
	color: #fff;
}

.dropdown {
	float: left;
	position: relative;
}

.dropdown a {
	
}

.dropdown:hover, .dropdown:hover > a {
	color: #fff;
	background: #ccc;
}

.dropdown:hover > .sublinks {
	display: block;
}

.sublinks {
	display: none;
	position: absolute;
	width: 64px;
	left: 0;
	top: 64px;
}

.sublinks a {
	width: 200px;
	background-color: #ccc;
}

/* Content */

.thumbnail, .slick-slide img {
	filter: brightness(100%) saturate(50%);
}

.title {
	height: 15vw;
	width: 100%;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.col3, .col5, .col6 {
	float: left;
	text-align: justify;
}

.col3 {
	width: 33.333%;
}

.col3 .icon {
	font-size: 64px;
	text-align: center;
	width: 100%;
}

.col5, .col6 {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.col5 {
	width: 50%;
}

.col6 {
	width: 66.666%;
}

.error .icon {
	font-size: 64px;
}

.caption {
	position: relative;
	height: 100%;
	width: 100%;
}

.caption h1 {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
}

.picture img {
	float: left;
	width: 100%;
	height: auto;
	opacity: 0;
	animation: fadeIn 1.0s ease-in forwards;
}

.preview {
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.preview img {
	transition: transform 1s ease;
}

.thumbnail {
	margin-bottom: -4px;
	width: 100%;
	height: auto;
	opacity: 0;
	animation: fadeIn 1.0s ease-in forwards;
}

.info {
	opacity: 0;
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.75);
	transition: opacity 0.7s ease;
	justify-content: center;
	color: #000;
}

.info p {
	padding: 10px;
}

.preview:hover > .info {
	opacity: 1;
	cursor: pointer;
	cursor: hand;
}

.preview:hover > img {
	transform: scale(1.2);
}

/* Slideshow */

.slideshow {
	position: relative;
	width: 100%;
	/*height: 56.25vw;*/
	height: auto;
	overflow: hidden;
	z-index: 0;
}

.slideshow-text {
	text-align: center;
	font-size: 16px;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slide {
	display: block;
	float: left;
	min-height: 1px;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: #ccc;
}

.slick-slide img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

/* Arrows */

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 25%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	text-align: left;
}

.slick-next {
	text-align: right;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 80px;
	text-shadow: 0 1px #000, 0 -1px #000, 1px 0 #000, -1px 0 #000;
	line-height: 1;
	opacity: 0.5;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
}

.slick-prev {
	left: 0;
}

.slick-prev:before {
	content: "\E5CB";
	margin-left: -10px;
}

.slick-next {
	right: 0;
}

.slick-next:before {
	content: "\E5CC";
	margin-right: -10px;
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 26px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .5;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}

/* Archive */

.archiveLink a {
	display: block;
	cursor: pointer;
}

.archiveContainer {
	display: block;
	margin-top: 10px;
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s;
}

.archiveContainer.show {
	max-height: 360px;
	transition: max-height 1s; 
}

.archiveLink.show a  {
	color: #fff;
}

.archiveContainer img {
	width: auto;
	height: 100%;
	max-height: 360px;
	display: block;
}

/* Responsive Layout */

.limited {
	width: 1160px;
}

.slick-slide {
	height: 653px;
}
	
@media only screen and (max-width: 1200px) {
	.limited {
		width: 952px;
	}
	
	.slick-slide {
		height: 536px;
	}
}

@media only screen and (max-width: 992px) {
	.limited {
		width: 728px;
	}
	
	.slick-slide {
		height: 410px;
	}
}

@media only screen and (max-width: 768px) {
	.limited {
		width: 600px;
	}

	header {
		padding: 10px 10px;
	}

	header .white2 {
		display: block;
	}

	.links a {
		line-height: 32px;
		padding: 16px 10px;
	}

	.slick-slide {
		height: 410px;
	}

	.slick-slide img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.archiveContainer img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	header {
		padding: 10px 10px;
	}
	
	header .white2 {
		display: block;
	}
	
	.menu {
		position: absolute;
		width: 64px;
		right: 0;
	}

	.menu:hover > .links {
		display: block;
	}
	
	.menu:hover > .lines {
		background-color: #333;
	}
	
	.menu:hover .line {
		background-color: #fff;
	}
	
	.links {
		display: none;
	}
	
	.links a {
		width: 200px;
		background-color: #888;
	}
	
	.lines {
		display: block;
		padding: 14px;
		float: right;
	}

	.lines:hover {
		background-color: #333;
		cursor: pointer;
		cursor: hand;
	}

	.line {
		border: none;
		background-color: #333;
		width: 32px;
		height: 5px;
		margin: 5px 0;
	}

	.lines:hover .line {
		background-color: #fff;
	}

	.limited {
		width: 100%;
	}

	.col3, .col5, .col6 {
		width: 100%;
	}

	.title {
		height: 20vw;
	}
	
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
	.space4 {
		padding: 20px 0 0 0;
	}

	.slick-dots {
		bottom: 10px;
	}

	.title {
		height: 100vw;
	}
}