@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

/*
	Multiverse by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@-moz-keyframes spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body.desktop {
	min-width: 400px;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #242629;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

		body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #a0a0a1;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.65;
	}

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

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		color: #34a58e;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #34a58e !important;
		}

	strong, b {
		color: #ffffff;
		font-weight: 300;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 300;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1.1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

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

		h2 {
			font-size: 1em;
		}

		h3 {
			font-size: 0.9em;
		}

		h4 {
			font-size: 0.8em;
		}

		h5 {
			font-size: 0.7em;
		}

		h6 {
			font-size: 0.7em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: 4px #36383c;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: #34363b;
		border: solid 1px #36383c;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #36383c;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: inset 0 0 0 2px #36383c;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.9em;
		font-weight: 300;
		height: 3.05556em;
		letter-spacing: 0.1em;
		line-height: 3.05556em;
		padding: 0 2.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 2px #34a58e;
			color: #34a58e !important;
		}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(52, 165, 142, 0.15);
				color: #34a58e !important;
			}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #34a58e;
			box-shadow: none;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #47c5ab;
				color: #ffffff !important;
			}

				input[type="submit"].primary:hover:active,
				input[type="reset"].primary:hover:active,
				input[type="button"].primary:hover:active,
				button.primary:hover:active,
				.button.primary:hover:active {
					background-color: #287e6d;
				}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.35;
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

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

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #34363b;
		border: 0;
		border-radius: 0;
		color: #a0a0a1;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: inset 0 0 0 2px #34a58e;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%2336383c' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #242629;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #a0a0a1;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #34363b;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #34a58e;
			border-color: #34a58e;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #34a58e;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #36383c;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 300;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

	ul.actions li {
		padding: 0 0 0 1em;
		vertical-align: middle;
	}

	ul.actions.special {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	ul.actions.special li:first-child {
		padding-left: 0;
	}

	ul.actions.stacked {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	ul.actions.stacked li {
		padding: 1.3em 0 0 0;
	}

	ul.actions.stacked li:first-child {
		padding-top: 0;
	}

	ul.actions.fit {
		width: calc(100% + 1em);
	}

	ul.actions.fit li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		width: 100%;
	}

	ul.actions.fit li > * {
		width: 100%;
	}

	ul.actions.fit.stacked {
		width: 100%;
	}

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

		ul.actions:not(.fixed) {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			width: 100% !important;
		}

		ul.actions:not(.fixed) li {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			padding: 1em 0 0 0;
			text-align: center;
			width: 100%;
		}

		ul.actions:not(.fixed) li > * {
			width: 100%;
		}

		ul.actions:not(.fixed) li:first-child {
			padding-top: 0;
		}

		ul.actions:not(.fixed) li input[type="submit"],
		ul.actions:not(.fixed) li input[type="reset"],
		ul.actions:not(.fixed) li input[type="button"],
		ul.actions:not(.fixed) li button,
		ul.actions:not(.fixed) li .button {
			width: 100%;
		}

		ul.actions:not(.fixed) li input[type="submit"].icon:before,
		ul.actions:not(.fixed) li input[type="reset"].icon:before,
		ul.actions:not(.fixed) li input[type="button"].icon:before,
		ul.actions:not(.fixed) li button.icon:before,
		ul.actions:not(.fixed) li .button.icon:before {
			margin-left: -0.5rem;
		}

	}

	/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

	ul.icons li {
		display: inline-block;
		padding: 0 1em 0 0;
	}

	ul.icons li:last-child {
		padding-right: 0;
	}

	ul.icons li .icon {
		color: #505051;
	}

	ul.icons li .icon:before {
		font-size: 1.5em;
	}

	/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

	table tbody tr {
		border: solid 1px #36383c;
		border-left: 0;
		border-right: 0;
	}

	table tbody tr:nth-child(2n + 1) {
		background-color: #34363b;
	}

	table td {
		padding: 0.75em 0.75em;
	}

	table th {
		color: #ffffff;
		font-size: 0.9em;
		font-weight: 300;
		padding: 0 0.75em 0.75em 0.75em;
		text-align: left;
	}

	table thead {
		border-bottom: solid 2px #36383c;
	}

	table tfoot {
		border-top: solid 2px #36383c;
	}

	table.alt {
		border-collapse: separate;
	}

	table.alt tbody tr td {
		border: solid 1px #36383c;
		border-left-width: 0;
		border-top-width: 0;
	}

		table.alt tbody tr td:first-child {
			border-left-width: 1px;
		}

	table.alt tbody tr:first-child td {
		border-top-width: 1px;
	}

	table.alt thead {
		border-bottom: 0;
	}

	table.alt tfoot {
		border-top: 0;
	}

	/* Panel */

	.panel {
		padding: 4em 4em 2em 4em ;
		-moz-transform: translateY(100vh);
		-webkit-transform: translateY(100vh);
		-ms-transform: translateY(100vh);
		transform: translateY(100vh);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		background: rgba(36, 38, 41, 0.975);
		bottom: 4em;
		left: 0;
		max-height: calc(80vh - 4em);
		overflow-y: auto;
		position: fixed;
		width: 100%;
		z-index: 10001;
	}

	.panel.active {
		-moz-transform: translateY(1px);
		-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
		transform: translateY(1px);
	}

	.panel > .inner {
		margin: 0 auto;
		max-width: 100%;
		width: 75em;
	}

	.panel > .inner.split {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

	.panel > .inner.split > div {
		margin-left: 4em;
		width: 50%;
	}

	.panel > .inner.split > :first-child {
		margin-left: 0;
	}

	.panel > .closer {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		background-image: url("images/close.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 3em;
		cursor: pointer;
		height: 5em;
		opacity: 0.25;
		position: absolute;
		right: 0;
		top: 0;
		width: 5em;
		z-index: 2;
	}

		.panel > .closer:hover {
			opacity: 1.0;
		}

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

		.panel {
			padding: 3em 3em 1em 3em ;
		}

			.panel > .inner.split > div {
				margin-left: 3em;
			}

			.panel > .closer {
				background-size: 2.5em;
				background-position: 75% 25%;
			}

	}

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

		.panel > .inner.split {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.panel > .inner.split > div {
				margin-left: 0;
				width: 100%;
			}

	}

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

		.panel {
			-moz-transform: translateY(-100vh);
			-webkit-transform: translateY(-100vh);
			-ms-transform: translateY(-100vh);
			transform: translateY(-100vh);
			padding: 4em 2em 2em 2em ;
			bottom: auto;
			top: calc(4em - 1px);
		}

			.panel.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}

	}

	/* Poptrox Popup */

	.poptrox-overlay {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.poptrox-popup {
		background: rgba(31, 34, 36, 0.925);
		box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
		cursor: default;

		min-width: 90% !important;
		min-height: 80% !important;
		padding: 1em;
	}

	.poptrox-popup:before {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		background-image: -moz-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -moz-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
		background-image: -webkit-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -webkit-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
		background-image: -ms-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -ms-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
		background-image: linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
		content: '';
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		opacity: 1;
	}

	.poptrox-popup .closer {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		background-image: url("images/close.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 3em;
		height: 5em;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 5em;
		z-index: 2;
	}

	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		background-image: url("images/arrow.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 5em;
		cursor: pointer;
		height: 8em;
		margin-top: -4em;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 6em;
		z-index: 2;
	}

	.poptrox-popup .nav-previous {
		-moz-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
		left: 0;
	}

	.poptrox-popup .nav-next {
		right: 0;
	}

	.poptrox-popup .pic img {
		width: max-content;
		min-width: -moz-available;
		object-fit: cover;
	}

	.poptrox-popup .caption {
		padding: 2em 2em 1.1em 2em ;
		background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.75) 100%, rgba(16,16,16,0) 100%);
		background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.75) 100%, rgba(16,16,16,0) 100%);
		background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.75) 100%, rgba(16,16,16,0) 100%);
		background-image: linear-gradient(to top, rgba(16,16,16,0.75) 100%, rgba(16,16,16,0) 100%);
		bottom: 0;
		cursor: default;
		left: 0;
		position: absolute;
		text-align: left;
		width: 96%;
		z-index: 2;
		margin: 2%;
	}

	.poptrox-popup .caption h2, .poptrox-popup .caption h3, .poptrox-popup .caption h4, .poptrox-popup .caption h5, .poptrox-popup .caption h6 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
	}


	.poptrox-popup .caption p {
		color: #ffffff;
		font-size: 1.05em;
		max-height: 100px;
		overflow-y: auto;

		margin-bottom: 1em;
	}

	.poptrox-popup .loader {
		-moz-animation: spinner 1s infinite linear !important;
		-webkit-animation: spinner 1s infinite linear !important;
		-ms-animation: spinner 1s infinite linear !important;
		animation: spinner 1s infinite linear !important;
		background-image: url("images/spinner.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		font-size: 2em;
		height: 2em;
		left: 50%;
		line-height: 2em;
		margin: -1em 0 0 -1em;
		opacity: 0.25;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 2em;
	}

	.poptrox-popup:hover .closer,
	.poptrox-popup:hover .nav-previous,
	.poptrox-popup:hover .nav-next {
		opacity: 0.5;
	}

		.poptrox-popup:hover .closer:hover,
		.poptrox-popup:hover .nav-previous:hover,
		.poptrox-popup:hover .nav-next:hover {
			opacity: 1.0;
		}

	.poptrox-popup.loading:before {
		opacity: 0;
	}

	body.touch .poptrox-popup .closer,
	body.touch .poptrox-popup .nav-previous,
	body.touch .poptrox-popup .nav-next {
		opacity: 1.0 !important;
	}

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

		.poptrox-popup .closer {
			background-size: 3em;
		}

		.poptrox-popup .nav-previous,
		.poptrox-popup .nav-next {
			background-size: 4em;
		}

	}

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

		.poptrox-popup:before {
			display: none;
		}

		/*.poptrox-popup .caption {
			display: none !important;
		}*/

		.poptrox-popup .closer,
		.poptrox-popup .nav-previous,
		.poptrox-popup .nav-next {
			display: none !important;
		}

	}

	/* Wrapper */

	#wrapper {
		-moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
		-webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
		-ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
		transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
		position: relative;
	}

	#wrapper:after {
		pointer-events: none;
		-moz-transition: opacity 0.5s ease, visibility 0.5s;
		-webkit-transition: opacity 0.5s ease, visibility 0.5s;
		-ms-transition: opacity 0.5s ease, visibility 0.5s;
		transition: opacity 0.5s ease, visibility 0.5s;
		background: rgba(36, 38, 41, 0.5);
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 1;
	}

	body.ie #wrapper:after {
		background: rgba(36, 38, 41, 0.8);
	}

	body.modal-active #wrapper {
		-moz-filter: blur(8px);
		-webkit-filter: blur(8px);
		-ms-filter: blur(8px);
		filter: blur(8px);
	}

	body.modal-active #wrapper:after {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
		z-index: 10003;
	}

	#wrapper:before {
		-moz-animation: spinner 1s infinite linear !important;
		-webkit-animation: spinner 1s infinite linear !important;
		-ms-animation: spinner 1s infinite linear !important;
		animation: spinner 1s infinite linear !important;
		pointer-events: none;
		-moz-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
		-webkit-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
		-ms-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
		transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
		background-image: url("images/spinner.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		display: block;
		font-size: 2em;
		height: 2em;
		left: 50%;
		line-height: 2em;
		margin: -1em 0 0 -1em;
		opacity: 0;
		position: fixed;
		text-align: center;
		top: 75%;
		visibility: hidden;
		width: 2em;
	}

	body.is-preload #wrapper:before {
		-moz-transition: opacity 1s ease-out !important;
		-webkit-transition: opacity 1s ease-out !important;
		-ms-transition: opacity 1s ease-out !important;
		transition: opacity 1s ease-out !important;
		-moz-transition-delay: 0.5s !important;
		-webkit-transition-delay: 0.5s !important;
		-ms-transition-delay: 0.5s !important;
		transition-delay: 0.5s !important;
		opacity: 0.25;
		top: 50%;
		visibility: visible;
	}

	/* Header */

	body {
		padding: 0 0 4em 0;
	}

	#header {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: -moz-transform 1s ease;
		-webkit-transition: -webkit-transform 1s ease;
		-ms-transition: -ms-transform 1s ease;
		transition: transform 1s ease;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		background: #1f2224;
		bottom: -1em;
		height: 5em;
		left: 0;
		line-height: 4em;
		padding: 0 1.5em;
		position: fixed;
		user-select: none;
		width: 100%;
		z-index: 10002;
		min-width: 400px;
	}

	body.is-preload #header {
		-moz-transform: translateY(4em);
		-webkit-transform: translateY(4em);
		-ms-transform: translateY(4em);
		transform: translateY(4em);
	}

	#header h1 {
		color: #a0a0a1;
		display: inline-block;
		font-size: 1em;
		line-height: 1;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 20px;
		color: white;
		vertical-align: middle;
	}

	#header nav {
		position: absolute;
		padding-right: 15px;
 		padding-left: 15px;
  		height: 58px;
		left: 0;
		top: 0;
		width: 100%;
	}

	#header nav > ul {
		list-style: none;
		margin: 0;
		margin-top: -2px;
		padding: 0;
	}


	#header nav > ul > li {
		display: inline-block;
		padding: 0;
	}

	#header nav > ul > li a {
		-moz-transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
		-ms-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
		border: 0;
		color: #ffffff;
		display: inline-block;
		letter-spacing: 0.1em;
		padding: 0 1.65em;
		text-transform: uppercase;
	}

	#header nav > ul > li a.icon:before {
		color: #505051;
		float: right;
		margin-left: 0.75em;
	}

	#header nav > ul > li a:hover {
		color: #ffffff !important;
	}

	#header #searchPic {
		position: relative;
  		width: 45px;
	}

	#header #searchPic img {
		cursor: pointer;
		position: absolute;
		top: -18px;
		width: 28px;
	}

	#searchBar {
		width: 100%;
		margin-top: 8px;
		display: none;
	}

	#aboutFooter {
		position: absolute;
  		right: 20px;
	}


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

		body {
			padding: 4em 0 0 0;
		}

		#formCrea {
			top: 75px !important;
		}

		#header {
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			bottom: auto;
			height: 4em;
			padding: 0 1em;
			top: 0;
		}

		.goog-te-gadget .goog-te-combo {
		  width: 150px !important;
		  font-size: 10px;
		  height: 40px;
		  padding-right: 0;
		}

		#filtreInfo {
			top: 60px;
			bottom: inherit !important;
			left: 50%;
			transform: translateX(-50%);
		}

		.skiptranslate.goog-te-gadget {
			top: 5px !important;
			left:1px !important;
		}

		body.is-preload #header {
			-moz-transform: translateY(-3.4em);
			-webkit-transform: translateY(-3.4em);
			-ms-transform: translateY(-3.4em);
			transform: translateY(-3.4em);
		}

		#header h1 {
			font-size: 0.9em;
		}

		#header nav > ul > li a {
			font-size: 0.9em;
			padding: 0 1.15em;
		}

		.mess_inf {
			margin-top: -48px !important;
		}

	}

/* Main */

	#main {
		-moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
		-webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
		-ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
		transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		padding-bottom: 360px;
	}

		#main .thumb {
			-moz-transition: opacity 1.25s ease-in-out;
			-webkit-transition: opacity 1.25s ease-in-out;
			-ms-transition: opacity 1.25s ease-in-out;
			transition: opacity 1.25s ease-in-out;
			pointer-events: auto;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			opacity: 1;
			overflow: hidden;
			position: relative;
		}

			#main .thumb:after {
				background-image: -moz-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
				background-image: -webkit-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
				background-image: -ms-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
				background-image: linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
				pointer-events: none;
				background-size: cover;
				content: '';
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#main .thumb > .image {
				-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				border: 0;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#main .thumb.pub > .image {
				top: 50%;
				transform: translateY(-50%);
				background-size: 100%;
			}

			#main .thumb > h2 {
				pointer-events: none;
				/*bottom: 1.875em;*/
				font-size: 1.15em;
				/*left: 2.1875em;*/
				margin: 0;
				position: absolute;
				z-index: 1;

				font-weight: bold;
				background-color: rgba(0, 0, 0, 0.65);
				padding: 10px;
				left: 50%;
				transform: translateX(-50%);
				width: 90%;
				bottom:5%;
				text-align: center;
			}

			#main .thumb > p {
				display: none;
			}

		#main:after {
			pointer-events: none;
			-moz-transition: opacity 0.5s ease, visibility 0.5s;
			-webkit-transition: opacity 0.5s ease, visibility 0.5s;
			-ms-transition: opacity 0.5s ease, visibility 0.5s;
			transition: opacity 0.5s ease, visibility 0.5s;
			background: rgba(36, 38, 41, 0.25);
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 1;
		}

			body.ie #main:after {
				background: rgba(36, 38, 41, 0.55);
			}

		body.content-active #main {
			-moz-filter: blur(6px);
			-webkit-filter: blur(6px);
			-ms-filter: blur(6px);
			filter: blur(6px);
		}

			body.content-active #main:after {
				pointer-events: auto;
				opacity: 1;
				visibility: visible;
			}

		body.is-preload #main .thumb {
			pointer-events: none;
			opacity: 0;
		}

		#main .thumb {
			-moz-transition-delay: 2.525s;
			-webkit-transition-delay: 2.525s;
			-ms-transition-delay: 2.525s;
			transition-delay: 2.525s;
			height: calc(40vh - 2em);
			min-height: 20em;
			width: 25%;
		}

			#main .thumb:nth-child(1) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			#main .thumb:nth-child(2) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			#main .thumb:nth-child(3) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			#main .thumb:nth-child(4) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			#main .thumb:nth-child(5) {
				-moz-transition-delay: 1.25s;
				-webkit-transition-delay: 1.25s;
				-ms-transition-delay: 1.25s;
				transition-delay: 1.25s;
			}

			#main .thumb:nth-child(6) {
				-moz-transition-delay: 1.4s;
				-webkit-transition-delay: 1.4s;
				-ms-transition-delay: 1.4s;
				transition-delay: 1.4s;
			}

			#main .thumb:nth-child(7) {
				-moz-transition-delay: 1.55s;
				-webkit-transition-delay: 1.55s;
				-ms-transition-delay: 1.55s;
				transition-delay: 1.55s;
			}

			#main .thumb:nth-child(8) {
				-moz-transition-delay: 1.7s;
				-webkit-transition-delay: 1.7s;
				-ms-transition-delay: 1.7s;
				transition-delay: 1.7s;
			}

			#main .thumb:nth-child(9) {
				-moz-transition-delay: 1.85s;
				-webkit-transition-delay: 1.85s;
				-ms-transition-delay: 1.85s;
				transition-delay: 1.85s;
			}

			#main .thumb:nth-child(10) {
				-moz-transition-delay: 2s;
				-webkit-transition-delay: 2s;
				-ms-transition-delay: 2s;
				transition-delay: 2s;
			}

			#main .thumb:nth-child(11) {
				-moz-transition-delay: 2.15s;
				-webkit-transition-delay: 2.15s;
				-ms-transition-delay: 2.15s;
				transition-delay: 2.15s;
			}

			#main .thumb:nth-child(12) {
				-moz-transition-delay: 2.3s;
				-webkit-transition-delay: 2.3s;
				-ms-transition-delay: 2.3s;
				transition-delay: 2.3s;
			}

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

			#main .thumb {
				-moz-transition-delay: 2.075s;
				-webkit-transition-delay: 2.075s;
				-ms-transition-delay: 2.075s;
				transition-delay: 2.075s;
				height: calc(40vh - 2em);
				min-height: 20em;
				width: 33.33333%;
			}

				#main .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#main .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#main .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

				#main .thumb:nth-child(4) {
					-moz-transition-delay: 1.1s;
					-webkit-transition-delay: 1.1s;
					-ms-transition-delay: 1.1s;
					transition-delay: 1.1s;
				}

				#main .thumb:nth-child(5) {
					-moz-transition-delay: 1.25s;
					-webkit-transition-delay: 1.25s;
					-ms-transition-delay: 1.25s;
					transition-delay: 1.25s;
				}

				#main .thumb:nth-child(6) {
					-moz-transition-delay: 1.4s;
					-webkit-transition-delay: 1.4s;
					-ms-transition-delay: 1.4s;
					transition-delay: 1.4s;
				}

				#main .thumb:nth-child(7) {
					-moz-transition-delay: 1.55s;
					-webkit-transition-delay: 1.55s;
					-ms-transition-delay: 1.55s;
					transition-delay: 1.55s;
				}

				#main .thumb:nth-child(8) {
					-moz-transition-delay: 1.7s;
					-webkit-transition-delay: 1.7s;
					-ms-transition-delay: 1.7s;
					transition-delay: 1.7s;
				}

				#main .thumb:nth-child(9) {
					-moz-transition-delay: 1.85s;
					-webkit-transition-delay: 1.85s;
					-ms-transition-delay: 1.85s;
					transition-delay: 1.85s;
				}

		}

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

			#main .thumb {
				-moz-transition-delay: 1.625s;
				-webkit-transition-delay: 1.625s;
				-ms-transition-delay: 1.625s;
				transition-delay: 1.625s;
				height: calc(40vh - 2em);
				min-height: 20em;
				width: 50%;
			}

				#main .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#main .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#main .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

				#main .thumb:nth-child(4) {
					-moz-transition-delay: 1.1s;
					-webkit-transition-delay: 1.1s;
					-ms-transition-delay: 1.1s;
					transition-delay: 1.1s;
				}

				#main .thumb:nth-child(5) {
					-moz-transition-delay: 1.25s;
					-webkit-transition-delay: 1.25s;
					-ms-transition-delay: 1.25s;
					transition-delay: 1.25s;
				}

				#main .thumb:nth-child(6) {
					-moz-transition-delay: 1.4s;
					-webkit-transition-delay: 1.4s;
					-ms-transition-delay: 1.4s;
					transition-delay: 1.4s;
				}

		}

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

			#main .thumb {
				-moz-transition-delay: 2.075s;
				-webkit-transition-delay: 2.075s;
				-ms-transition-delay: 2.075s;
				transition-delay: 2.075s;
				height: calc(28.57143vh - 1.33333em);
				min-height: 18em;
				width: 50%;
			}

				#main .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#main .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#main .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

				#main .thumb:nth-child(4) {
					-moz-transition-delay: 1.1s;
					-webkit-transition-delay: 1.1s;
					-ms-transition-delay: 1.1s;
					transition-delay: 1.1s;
				}

				#main .thumb:nth-child(5) {
					-moz-transition-delay: 1.25s;
					-webkit-transition-delay: 1.25s;
					-ms-transition-delay: 1.25s;
					transition-delay: 1.25s;
				}

				#main .thumb:nth-child(6) {
					-moz-transition-delay: 1.4s;
					-webkit-transition-delay: 1.4s;
					-ms-transition-delay: 1.4s;
					transition-delay: 1.4s;
				}

				#main .thumb:nth-child(7) {
					-moz-transition-delay: 1.55s;
					-webkit-transition-delay: 1.55s;
					-ms-transition-delay: 1.55s;
					transition-delay: 1.55s;
				}

				#main .thumb:nth-child(8) {
					-moz-transition-delay: 1.7s;
					-webkit-transition-delay: 1.7s;
					-ms-transition-delay: 1.7s;
					transition-delay: 1.7s;
				}

				#main .thumb:nth-child(9) {
					-moz-transition-delay: 1.85s;
					-webkit-transition-delay: 1.85s;
					-ms-transition-delay: 1.85s;
					transition-delay: 1.85s;
				}

		}

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

			#main .thumb {
				-moz-transition-delay: 1.175s;
				-webkit-transition-delay: 1.175s;
				-ms-transition-delay: 1.175s;
				transition-delay: 1.175s;
				height: calc(40vh - 2em);
				min-height: 18em;
				width: 100%;
			}

				#main .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#main .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#main .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

		}

/* Footer */

	#footer .copyright {
		color: #505051;
		font-size: 0.9em;
	}

		#footer .copyright a {
			color: inherit;
		}



#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  cursor: pointer;
}

#formCrea #contentForm #formLeft, #formCrea #contentForm #formRight {
	width:50%;
}

#formCrea #contentForm .container label {
	color: black;
	text-align: left;
	font-size: 1em;
	margin:0;
}

#formCrea #contentForm .container {
	padding: 10px;
	position: relative;
}

#formCrea #contentForm input:not(#submitCrea), #formCrea #contentForm textarea, #formCrea #contentForm select {
     border:0; outline:0;
     padding: 1em;
     border-radius:8px;
     height: 50px;
     width: 100%;
     margin-top: 1em;
     font-family: 'Merriweather', sans-serif;
     box-shadow: 0 1px 1px rgba(black, 0.1);
     background-color: #34363b;
     resize: none;
}

#formCrea #contentForm {
	display:flex;
}

#newLocalisation {
	display: none;
}

.noNewLocalisation {
	display: none;
	position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

#formCrea {
	position: fixed;
	width: 96%;
	right: 2%;
	background-color: white;
	top: 5%;
	height: auto;
	text-align: center;
	display: none;
	z-index: 9999;
	border-radius:12px;
	padding: 20px;
}

#submitCrea {
	color: black !important;
	margin-top: 50px;
	height: 50px;
}

#follow {
	height: 135px;
	position: relative;
}

#follow .form-newsletter {
	position: absolute;
	top: 45px;
	display: flex;
}

.shakeit {
    animation-timing-function: ease-in;
    transform-origin: bottom center;
    animation-name: shakeit;
    animation-duration: 12s;
}
.animated {
    animation-fill-mode: both;
}

@keyframes shakeit {
  	0% {
	    transform: translate(0px, 0) rotate(0deg);
	}
	1% {
	    transform: translate(-2px, 0) rotate(-1deg);
	}
	2% {
	    transform: translate(4px, 0) rotate(2deg);
	}
	3% {
	    transform: translate(-6px, 0) rotate(-3deg);
	}
	4% {
	    transform: translate(8px, 0) rotate(4deg);
	}
	5% {
	    transform: translate(-10px, 0) rotate(-5deg);
	}
	6% {
	    transform: translate(12px, 0) rotate(6deg);
	}
	7% {
	    transform: translate(-14px, 0) rotate(-7deg);
	}
	8% {
	    transform: translate(16px, 0) rotate(8deg);
	}
	9% {
	    transform: translate(-18px, 0) rotate(-9deg);
	}
	10% {
	    transform: translate(20px, 0) rotate(8deg);
	}
	11% {
	    transform: translate(-22px, 0) rotate(-8deg);
	}
	12% {
	    transform: translate(24px, 0) rotate(8deg);
	}
	13% {
	    transform: translate(-26px, 0) rotate(-8deg);
	}
	14% {
	    transform: translate(28px, 0) rotate(8deg);
	}
	15% {
	    transform: translate(-30px, 0) rotate(-8deg);
	}
	16% {
	    transform: translate(32px, 0) rotate(8deg);
	}
	17% {
	    transform: translate(-34px, 0) rotate(-8deg);
	}
	18% {
	    transform: translate(36px, 0) rotate(8deg);
	}
	19% {
	    transform: translate(-38px, 0) rotate(-8deg);
	}
	20% {
	    transform: translate(40px, 0) rotate(8deg);
	}
	21% {
	    transform: translate(-42px, 0) rotate(-8deg);
	}
	22% {
	    transform: translate(44px, 0) rotate(8deg);
	}
	23% {
	    transform: translate(-46px, 0) rotate(-8deg);
	}
	24% {
	    transform: translate(48px, 0) rotate(8deg);
	}
	25% {
	    transform: translate(-50px, 0) rotate(-8deg);
	}
	26% {
	    transform: translate(52px, 0) rotate(8deg);
	}
	27% {
	    transform: translate(-54px, 0) rotate(-8deg);
	}
	28% {
	    transform: translate(56px, 0) rotate(8deg);
	}
	29% {
	    transform: translate(-58px, 0) rotate(-8deg);
	}
	30% {
	    transform: translate(60px, 0) rotate(8deg);
	}
	31% {
	    transform: translate(-62px, 0) rotate(-8deg);
	}
	32% {
	    transform: translate(64px, 0) rotate(8deg);
	}
	33% {
	    transform: translate(-66px, 0) rotate(-8deg);
	}
	34% {
	    transform: translate(68px, 0) rotate(8deg);
	}
	35% {
	    transform: translate(-70px, 0) rotate(-8deg);
	}
	36% {
	    transform: translate(72px, 0) rotate(8deg);
	}
	37% {
	    transform: translate(-74px, 0) rotate(-8deg);
	}
	38% {
	    transform: translate(76px, 0) rotate(8deg);
	}
	39% {
	    transform: translate(-78px, 0) rotate(-8deg);
	}
	40% {
	    transform: translate(80px, 0) rotate(8deg);
	}
	41% {
	    transform: translate(-82px, 0) rotate(-8deg);
	}
	42% {
	    transform: translate(84px, 0) rotate(8deg);
	}
	43% {
	    transform: translate(-86px, 0) rotate(-8deg);
	}
	44% {
	    transform: translate(88px, 0) rotate(8deg);
	}
	45% {
	    transform: translate(-90px, 0) rotate(-8deg);
	}
	46% {
	    transform: translate(92px, 0) rotate(8deg);
	}
	47% {
	    transform: translate(-94px, 0) rotate(-8deg);
	}
	48% {
	    transform: translate(96px, 0) rotate(8deg);
	}
	49% {
	    transform: translate(-98px, 0) rotate(-8deg);
	}
	50% {
	    transform: translate(100px, 0) rotate(8deg);
	}
	51% {
	    transform: translate(-102px, 0) rotate(-8deg);
	}
	52% {
	    transform: translate(104px, 0) rotate(8deg);
	}
	53% {
	    transform: translate(-106px, 0) rotate(-8deg);
	}
	54% {
	    transform: translate(108px, 0) rotate(8deg);
	}
	55% {
	    transform: translate(-110px, 0) rotate(-8deg);
	}
	56% {
	    transform: translate(112px, 0) rotate(8deg);
	}
	57% {
	    transform: translate(-114px, 0) rotate(-8deg);
	}
	58% {
	    transform: translate(116px, 0) rotate(8deg);
	}
	59% {
	    transform: translate(-118px, 0) rotate(-8deg);
	}
	60% {
	    transform: translate(120px, 0) rotate(8deg);
	}
	61% {
	    transform: translate(-122px, 0) rotate(-8deg);
	}
	62% {
	    transform: translate(124px, 0) rotate(8deg);
	}
	63% {
	    transform: translate(-126px, 0) rotate(-8deg);
	}
	64% {
	    transform: translate(128px, 0) rotate(8deg);
	}
	65% {
	    transform: translate(-130px, 0) rotate(-8deg);
	}
	66% {
	    transform: translate(132px, 0) rotate(8deg);
	}
	67% {
	    transform: translate(-134px, 0) rotate(-8deg);
	}
	68% {
	    transform: translate(136px, 0) rotate(8deg);
	}
	69% {
	    transform: translate(-138px, 0) rotate(-8deg);
	}
	70% {
	    transform: translate(140px, 0) rotate(8deg);
	}
	71% {
	    transform: translate(-142px, 0) rotate(-8deg);
	}
	72% {
	    transform: translate(144px, 0) rotate(8deg);
	}
	73% {
	    transform: translate(-146px, 0) rotate(-8deg);
	}
	74% {
	    transform: translate(148px, 0) rotate(8deg);
	}
	75% {
	    transform: translate(-150px, 0) rotate(-8deg);
	}
	76% {
	    transform: translate(152px, 0) rotate(8deg);
	}
	77% {
	    transform: translate(-154px, 0) rotate(-8deg);
	}
	78% {
	    transform: translate(156px, 0) rotate(8deg);
	}
	79% {
	    transform: translate(-158px, 0) rotate(-8deg);
	}
	80% {
	    transform: translate(160px, 0) rotate(8deg);
	}
	81% {
	    transform: translate(-162px, 0) rotate(-8deg);
	}
	82% {
	    transform: translate(164px, 0) rotate(8deg);
	}
	83% {
	    transform: translate(-166px, 0) rotate(-8deg);
	}
	84% {
	    transform: translate(168px, 0) rotate(8deg);
	}
	85% {
	    transform: translate(-170px, 0) rotate(-8deg);
	}
	86% {
	    transform: translate(172px, 0) rotate(8deg);
	}
	87% {
	    transform: translate(-174px, 0) rotate(-8deg);
	}
	88% {
	    transform: translate(176px, 0) rotate(8deg);
	}
	89% {
	    transform: translate(-178px, 0) rotate(-8deg);
	}
	90% {
	    transform: translate(180px, 0) rotate(8deg);
	}
	91% {
	    transform: translate(-182px, 0) rotate(-8deg);
	}
	92% {
	    transform: translate(184px, 0) rotate(8deg);
	}
	93% {
	    transform: translate(-186px, 0) rotate(-8deg);
	}
	94% {
	    transform: translate(188px, 0) rotate(8deg);
	}
	95% {
	    transform: translate(-190px, 0) rotate(-8deg);
	}
	96% {
	    transform: translate(192px, 0) rotate(8deg);
	}
	97% {
	    transform: translate(-194px, 0) rotate(-8deg);
	}
	98% {
	    transform: translate(196px, 0) rotate(8deg);
	}
	99% {
	    transform: translate(-198px, 0) rotate(-8deg);
	}
	100% {
	    transform: translate(0, 0) rotate(0deg);
	}
}

#filterAppear {

}

#sortClose {
	display: none;
}

#filterClose {
	display: none;
}

.filterField img {
	cursor: pointer;
	width: 30px;
	margin-right: 15px;
	height: 30px;
	margin-top: 5px;
}

.filterField {
	display: flex;
	margin: 0 0 2em 0;
}

#filtreInfo {
	position: fixed;
	width: 300px;
	max-width: 100%;
	background-color: white;
	height: auto;
	text-align: center;
	z-index: 9999;
	border-radius:12px;
	padding: 20px;
	display:none;
	bottom: 74px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	z-index: 9999;
	position: fixed;
	left: 0 !important;
	width: 100% !important;
	top: 60px !important;
	overflow-x: scroll;
	max-height: 100%;
	overflow-x: hidden;
}

.mess_inf {
	width: 98%;
	margin-left: 1%;
	position: absolute;
  	z-index: 99999;
	margin-top: 2px;
	background: green;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border: 1px solid white;
}

.mess_inf.ko {
	background: red !important;
}

.poptrox-popup .caption a {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	width: fit-content;
}

#google-analytics, #infoData {
	opacity: 0;
}

.skiptranslate {
	position: fixed;	
}

.skiptranslate.goog-te-gadget {
	color: transparent;
	bottom: 6px;
	z-index: 999999;
	left: 33%;
	transform: translateX(-50%);
	display: flex;
	text-indent: -9999px;
}

.skiptranslate.goog-te-gadget > p {
	/*color: white;
	height: 44.5px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 45px;
	font-size: 17px;*/
	display: none;
}

.skiptranslate.goog-te-gadget > span {
	display: none;
}

.goog-te-gadget .goog-te-combo {
	width: 195px;
}


/* Responsive */

@media screen and (max-width: 1190px) {
  #header > h1 {
  	display: none !important;
  }
  .skiptranslate.goog-te-gadget {
  	left: 15px !important;
	transform: inherit !important;
  }
}

@media screen and (max-width: 920px) {
	.skiptranslate.goog-te-gadget > p {
		display: none !important;
	}
}

@media screen and (max-width: 700px) {
	.skiptranslate.goog-te-gadget > p {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 575px) {
	#formCrea #contentForm {
		flex-direction: column;
	}
	#formCrea {
		overflow: scroll;
  		height: 620px;
	}
	#formCrea #contentForm #formLeft, #formCrea #contentForm #formRight {
		width: 100%;
	}
	#submitCrea {
		width: 100%;
	}
	#header nav ul li input {
		width: 90px;
		padding: 0 1.75em;
	}
	#buttonCrea {
		width: 100px !important;
    	padding: 0 0.2em !important;
    	margin-left: 5px;
	}
	#header h1 {
		display: none;
	}
}

@media screen and (max-width: 437px) {
	.goog-te-combo {
		width: 100px !important;
		font-size: 8pt !important;
		height: 39px !important;
	}
}

@media screen and (max-width: 370px) {
	.goog-te-combo {
		width: 80px !important;
	}
	#header nav ul li input {
		width: 75px;
		padding: 0 1em;
	}
}

@media screen and (max-width: 376px) {
	.mobile #header nav ul li input {
		padding: 0 1em;
	}
}


/* MOBILE */

.mobile #header {
	min-width: inherit;
}

.mobile #filtreInfo {
	bottom: inherit  !important;
	top: 65px  !important;
	left: 50%  !important;
	transform: translateX(-50%)  !important;
}

.mobile #header h1 {
	display:none;
}

.mobile #aboutFooter a {
	padding: 0;
}

.mobile #searchBar {
	float: left;
	width: 100%;
	margin-left: 0px;
}

.mobile #header nav {
  	left: inherit;
}

.mobile #filterAppear,.mobile #filterClose {
	margin-left: 5px;
}

.mobile #filterAppear, .mobile #filterClose {
	width: inherit;
}

.mobile #aboutFooter {
	float: right;
}

.mobile #follow .form-newsletter {
	position: relative;
	top: inherit;
	display: block;
}

.mobile .mess_inf {
	position: absolute;
	top: -15px;
	z-index: 999999;
	left: -4px;
}

.mobile .poptrox-popup .caption {
	position: relative;
  	width: 100%;
  	margin-left: 0;
  	margin-top: 25px;
}

.mobile #submitCrea {
	margin-top: 30px;
}