*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/Avenir-Next/AvenirNextCyr-Thin.eot');
	src: url('../fonts/Avenir-Next/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Avenir-Next/AvenirNextCyr-Thin.woff') format('woff'),
	url('../fonts/Avenir-Next/AvenirNextCyr-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #040c1d;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100vh;
}

.js body {
	overflow: hidden;
}

a {
	outline: none;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

a:hover,
a:focus {
	color: #84ff84;
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.icon--hidden {
	display: none;
}

.landing-layout--open .button--trigger .icon--hidden {
	display: block;
}

.landing-layout--open .button--trigger .icon--shown {
	display: none;
}

.icon--arrow-up {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.button {
	margin: 0;
	padding: 0;
	color: #fff;
	border: none;
	background: none;
	width: 4em;
	height: 4em;
}

.button:hover {
	color: #84ff84;
}

.button:focus {
	outline: none;
}
/*
.button--trigger {
	position: absolute;
	right: 50%;
    bottom: 5em;
    transform: translateX(50%);
}
*/
.no-js .button--trigger {
	display: none;
}

.button--sound {
	position: absolute;
	right: .5em;
	top: .85em;
	z-index: 99;
}

.button--sound-off .icon--shown {
	display: none;
}

.button--sound-off .icon--hidden {
	display: block;
}

.landing-layout {
	height: 100vh;
	overflow: hidden;
}

.landing {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.landing--above {
	background-position: 50% 100%;
}

.landing--beneath {
	background-position: 50% 0%;
}

.landing-header {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	padding: 1em;
	text-align: center;
}

.landing-header__title {
	font-family: 'Vidaloka', serif;
	font-size: 8em;
	font-weight: 400;
	line-height: 1;
	margin: 0.15em 0 0;
	letter-spacing: -0.05em;
	pointer-events: none;
}

.landing-header__tagline {
	font-size: 1.5em;
    padding: 0 0.5em;
    font-weight: 500;
    line-height: 1.75;
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    display: flex;
    height: auto;
    align-items: center;
    color: #84ff84;
    background: #090d31;
}

.landing-header__title span {
	position: relative;
	display: inline-block;
}

.featured-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100vh;
	left: 0;
}

.js .featured-content {
	top: 0;
	pointer-events: none;
}

.featured-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	max-width: 50vw;
	min-width: 550px;
	height: 60vh;
	margin: 30vh auto 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.featured-list__item {
	width: 33.33%;
	padding: 10% 0 0;
}

.featured-list__link {
	display: block;
	position: relative;
	text-align: center;
}

.featured-list__img {
	width: 37.5%;
	max-width: 80px;
	min-width: 60px;
	display: block;
	margin: 0 auto;
}

.featured-list__title {
	font-weight: 500;
	display: inline-block;
	padding: 0 0.65em;
	font-size: 0.95em;
	line-height: 1.8;
	font-family: "Crimson Text", serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-indent: 3px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
/* epescuit header */

.epescuit-header {
	padding: 0.185em 0.5em;
	width: calc(100% - 4em);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.epescuit-header__title {
	font-size: 1em;
	font-weight: 500;
	margin: 0;
	padding: 0 0.75em;
}


/* Top Navigation Style */

.epescuit-links {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	margin: 0.5em 0;
}
/*
.epescuit-links::after {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 1px;
	height: 80%;
	background: currentColor;
	opacity: 0.2;
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}
*/
.epescuit-icon {
	display: flex;
	margin: 0.25em;
	padding: 0.25em;
	align-items: center;
}

/* Lang links */

.epescuit-langs {
	margin: 0 0 0 auto;
}

.epescuit-langs a {
	font-weight: 700;
	font-size: 0.65em;
	line-height: 1;
	display: inline-block;
	margin: 0 2em 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.epescuit-langs a.current-lang {
	opacity: 0.5;
}

.epescuit-icon img {
    height: 50px;
}


/**********************************/
/* All transitions and animations */
/**********************************/
.landing--above {
	-webkit-transform-origin: 50% 80%;
	transform-origin: 50% 80%;
	-webkit-transition: -webkit-transform 1s 0.6s, opacity 1s 0.6s;
	transition: transform 1s 0.6s, opacity 1s 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-layout--open .landing--above {
	opacity: 0;
	-webkit-transform: scale3d(2.5, 2.5, 1);
	transform: scale3d(2.5, 2.5, 1);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.landing--beneath {
	-webkit-transform-origin: 50% 10%;
	transform-origin: 50% 10%;
	opacity: 0;
	-webkit-transform: scale3d(4, 4, 1);
	transform: scale3d(4, 4, 1);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s 0.1s;
	transition: transform 0.8s, opacity 0.8s 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.landing-layout--open .landing--beneath {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 1s 0.6s, opacity 1s 0.6s;
	transition: transform 1s 0.6s, opacity 1s 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-wrap {
	-webkit-transition: -webkit-transform 1.6s;
	transition: transform 1.6s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.005, 0.33, 1);
	transition-timing-function: cubic-bezier(1, 0.005, 0.33, 1);
}

.landing-layout--open .landing-wrap {
	-webkit-transform: translate3d(0, -100vh, 0);
	transform: translate3d(0, -100vh, 0);
}

.landing--above {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 1.6s, opacity 1.6s;
	transition: transform 1.6s, opacity 1.6s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.005, 0.33, 1);
	transition-timing-function: cubic-bezier(1, 0.005, 0.33, 1);
}

.landing-header__title {
	-webkit-transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
}

.landing-layout--open .landing-header__title {
	-webkit-transition: -webkit-transform 2s 0.8s;
	transition: transform 2s 0.8s;
	-webkit-transform: translate3d(0, -30vh, 0);
	transform: translate3d(0, -30vh, 0);
}

.landing-header__tagline {
	-webkit-transition: opacity 0.5s 1.5s;
	transition: opacity 0.5s 1.5s;
}

.landing-layout--open .landing-header__tagline {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.landing-header__title span {
	color: #fff;
	-webkit-transition: color 1.5s;
	transition: color 1.5s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.005, 0.33, 1);
	transition-timing-function: cubic-bezier(1, 0.005, 0.33, 1);
	-webkit-animation-name: floatAround-1;
	-webkit-animation-duration: 8s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: paused;
	animation-name: floatAround-1;
	-ms-animation-name:none;
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

.landing-header__title span:nth-child(even) {
	-webkit-animation-name: floatAround-2;
	-webkit-animation-duration: 10s;
	animation-name: floatAround-2;
	animation-duration: 10s;
}

.landing-layout--open .landing-header__title span,
.landing-layout--open .landing-header__title span:nth-child(even) {
	-webkit-transition: color 0.8s 0.4s;
	transition: color 0.8s 0.4s;
	color: #84ff84;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-ms-animation-play-state:paused;
}

@-webkit-keyframes floatAround-1 {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 0.1em, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(0, 0.1em, 0) rotate3d(0, 0, 1, -1deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes floatAround-1 {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 0.1em, 0);
		transform: translate3d(0, 0.1em, 0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes floatAround-2 {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 0.05em, 0) rotate3d(0, 0, 1, 1deg);
		transform: translate3d(0, 0.05em, 0) rotate3d(0, 0, 1, 1deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes floatAround-2 {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 0.05em, 0) rotate3d(0, 0, 1, 1deg);
		transform: translate3d(0, 0.05em, 0) rotate3d(0, 0, 1, 1deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.js .featured-list__item {
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(0, 10px, 0) scale3d(0.8, 0.8, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.landing-layout--open .featured-list__item {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
	transition: opacity 1.5s, transform 0.8s;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.landing-layout--open .featured-list__item:nth-child(2) {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

.landing-layout--open .featured-list__item:nth-child(3) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.landing-layout--open .featured-list__item:nth-child(4) {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

.landing-layout--open .featured-list__item:nth-child(5) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.landing-layout--open .featured-list__item:nth-child(6) {
	-webkit-transition-delay: 1.85s;
	transition-delay: 1.85s;
}

.epescuit-header {
	-webkit-transition: opacity 0.5s 1.5s;
	transition: opacity 0.5s 1.5s;
}

.landing-layout--open .epescuit-header {
	pointer-events: none;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.loader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #090d31;
	top: 0;
	left: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
}

.loader::after {
	position: absolute;
	content: 'Turn your \0009 \266A \0009 on';
	color: #3e4588;
	top: 60%;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 1.5em;
}

.js .loader {
	visibility: visible;
}

.landing-layout--loaded .loader {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.loader__circle {
	fill: #4c5abb;
	opacity: 0.1;
	-webkit-animation: moveUpDown 0.5s ease alternate infinite forwards;
	animation: moveUpDown 0.5s ease alternate infinite forwards;
}

.loader__circle:nth-child(2) {
	opacity: 0.8;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loader__circle:nth-child(3) {
	opacity: 0.3;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

@-webkit-keyframes moveUpDown {
	to {
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
		opacity: 0.5;
	}
}

@keyframes moveUpDown {
	to {
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
		opacity: 0.5;
	}
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 1050;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #009688;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > form {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > form p {
	margin: 0;
	padding: 10px 0;
}

.md-content > form ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > form ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
	border: none;
    padding: 0.6em 1.2em;
    color: #fff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
}
.md-content button.md-close{
	background: #c0392b;
}
.md-content button.md-submit{
	background: #1858a2;
}
.md-footer{
	text-align: center;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid aqua;
}

/* Effect Blur */
.md-show.md-effect-blur ~ .md-overlay {
	background: rgba(80,80,90,0.5);
}

.md-show.md-effect-blur ~ .landing-layout {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-blur .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-blur ~ .landing-layout,
.md-effect-blur .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-blur .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.pulse {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	max-width: 30rem;
  }
  .pulse circle {
	fill: #ff5154;
	-webkit-transform: scale(0);
			transform: scale(0);
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	-webkit-animation: pulse 2s cubic-bezier(0.5, 0.5, 0, 1);
			animation: pulse 2s cubic-bezier(0.5, 0.5, 0, 1);
  }
  .pulse circle:nth-child(2) {
	fill: #7fc6a4;
	-webkit-animation: pulse 2s 0.75s cubic-bezier(0.5, 0.5, 0, 1);
			animation: pulse 2s 0.75s cubic-bezier(0.5, 0.5, 0, 1);
  }
  .pulse circle:nth-child(3) {
	fill: #e5f77d;
	-webkit-animation: pulse 2s 1.5s cubic-bezier(0.5, 0.5, 0, 1);
			animation: pulse 2s 1.5s cubic-bezier(0.5, 0.5, 0, 1);
  }
  
  @-webkit-keyframes pulse {
	25% {
	  opacity: 0.4;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
  
  @keyframes pulse {
	25% {
	  opacity: 0.4;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
  

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip__trigger {
	cursor: pointer;
	position: relative;
}

.tooltip__trigger-text {
	display: block;
	padding: 0.85em;
	pointer-events: none;
}

.tooltip__base {
	position: absolute;
	bottom: 2em;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	pointer-events: none;
}

.tooltip__content {
	color: #fff;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 65%;
	padding: 0 1em;
	opacity: 0;
	font-size: 0.85em;
}

.tooltip__shape,
.tooltip__deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tooltip__shape {
	fill: #141514;
}
.tooltip--sadoc{
	position: absolute;
	right: 50%;
	bottom: 5em;
	transform: translateX(50%);
	z-index: 3;
}
.tooltip--sadoc .tooltip__base {
	bottom: 2.5em;
}

.tooltip--sadoc .tooltip__shape path {
	fill: #1d1f1e;
	stroke: #5a5c5b;
	stroke-width: 3px;
}


/* Media queries */

@media screen and (max-width: 43.75em) {
	.epescuit-langs {
		margin: 0 0 0 0.5em;
		width: 100%;
		text-align: center;
	}
	.epescuit-langs a{
		margin: 0;
		padding:0 5px;
	}
	.epescuit-langs::after {
		display: inline-block;
		margin: 1em 0 0 0;
		color: rgba(255,255,255,.5);
    	font-size: 12px;
	}
	.landing-header__title {
		font-size: 2.5em;
	}
	.landing-layout--open .landing-header__title {
		-webkit-transform: translate3d(0, -40vh, 0);
		transform: translate3d(0, -40vh, 0);
	}
	.landing-header__tagline {
		font-size: 0.85em;
	}
	.featured-list {
		width: 80%;
		min-width: 0;
		max-width: none;
		margin-top: 17.5vh;
	}
	.featured-list__item {
		width: 50%;
	}
	.featured-list__img {
		width: 40px;
		max-width: none;
		min-width: 0;
	}
	.featured-list__title {
		font-size: 0.85em;
	}
	.button {
		font-size: 0.85em;
	}
	.epescuit-header {
		font-size: 0.75em;
	}
	.epescuit-header__title {
		padding: 0;
	}
	.loader::after {
		font-size: 1em;
	}
}
@media screen and (max-width: 1024px) {
	.landing-header img {
		display: block;
		margin: 0 auto;
	}
	.epescuit-header{
		width: 100%;
	}
	.epescuit-links{
		display: inline-flex;
		max-width: 100%;
		margin: 0 auto;
	}
	.epescuit-icon{
		display: block;
		width: 50%;
	}
	.epescuit-icon img{
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	.epescuit-header__title{
		white-space: normal;
	}
	.epescuit-langs{
		margin: 0 auto;
		padding-top: 20px;
		max-width: 300px;
		font-size: large;
	}
	.md-modal{
		width: 80vw;
    	max-width: 80vw;
	}
}
@media screen and (max-width:768px){
	.md-content h3{
		font-size: 2.2em;
	}
	.animated-radio + label, .animated-checkbox + label{
		margin-right: 0px !important;
	}
	.flex-center{
		display: block !important;
	}
	.md-content > div {
		padding: 15px 20px 15px !important;
	}
	.fs-mediu{
		font-size: 20px !important;
	}
}

.terms a{
	color: #ffc107 !important;
}

.animated-radio, .animated-checkbox {
  display: none;
}
.animated-radio + label, .animated-checkbox + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 16px;
  transition: all .2s ease-in-out;
  margin-bottom: 10px;
}
.animated-radio + label:before, .animated-radio + label:after, .animated-checkbox + label:before, .animated-checkbox + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #f5f5f5;
  font-family: Times;
  border-radius: 50%;
  transition: all .3s ease;
}

.animated-radio + label:before {
  box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #1858a2;
}
.animated-radio + label:hover {
  color: #1858a2;
}
.animated-radio + label:hover:before {
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #1858a2, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #1858a2;
}

.animated-radio:checked + label:hover {
  color: #333333;
  cursor: default;
}
.animated-radio:checked + label:before {
  animation-duration: .2s;
  animation-name: select-radio;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #1858a2, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #1858a2;
}

@keyframes change-size {
  from {
    box-shadow: 0 0 0 0 #44BB6E, inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
  to {
    box-shadow: 0 0 0 1px #44BB6E, inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
}
@keyframes select-radio {
  0% {
    box-shadow: 0 0 0 0 #5189c9, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #1858a2, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #1858a2;
  }
  90% {
    box-shadow: 0 0 0 10px #b0cff1, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #1858a2, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #1858a2;
  }
  100% {
    box-shadow: 0 0 0 12px #b0cff1, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #1858a2, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #1858a2;
  }
}
@keyframes select-checkbox {
  0% {
    box-shadow: 0 0 0 0 #5189c9, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #1858a2, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #1858a2;
  }
  90% {
    box-shadow: 0 0 0 10px #b0cff1, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #1858a2, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #1858a2;
  }
  100% {
    box-shadow: 0 0 0 12px #b0cff1, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #1858a2, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #1858a2;
  }
}
.animated-checkbox + label:hover {
  color: #1858a2;
}
.animated-checkbox + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f00c';
  line-height: 17px;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #1858a2;
}
.animated-checkbox + label:hover:before {
  color: #FFFFFF;
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #1858a2, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #1858a2;
}

.animated-checkbox:checked + label:before {
  background-color: #1858a2;
  color: #1858a2;
  animation-duration: .2s;
  animation-name: select-checkbox;
	animation-iteration-count: 1;
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}
.document_nr,.one_day_select{
	max-width: 150px;
}
.flatpickr-day,.one_day_select{
	font-family: sans-serif;
	color:#000;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.mt-10{
	margin-top: 10px;
}
input{
	color: #000 !important;
	font-family: sans-serif;
	font-size: 16px !important;
	padding: 5px 10px 4px 10px !important;
}

.flex-center{
	display: flex;
	align-items: center;
}

img.close-btn {
	height: 20px;
	float: right;
	cursor: pointer;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
	color: rgba(57,57,57,0.6) !important;
}
.tippy-popper{
	z-index: 999999 !important;
}
.fs-mediu{
	font-size: 25px;
}
.download-permit{
	color: #00009a;
  text-decoration: underline;
}
.swal2-content{
	font-family: sans-serif;
}
.has-success .form-control{
	border: 3px solid;
	border-color: #00ff03 !important;
}

.landing-header img {
	max-height: 100px;
}