/********************************
 * Body *************************
 * *****************************/

body {
	color: var( --font-color );
}

::placeholder {
	color: #707070;
	opacity: 1;
}

button {
	background: none;
	border: none;
	color: var( --font-color );
}

/********************************
 * Nav **************************
 * *****************************/

nav {
	position: fixed;
	width: 100%;
	z-index: 10;
	transition: all 1s;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	height: 105px;
	display: flex;
	align-items: stretch;
}

.wf-active nav,
.wf-inactive nav {
	opacity: 1;
}

nav .nav-inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
	width: 100%;
	max-width: 90%;
	/*padding: 40px 25px;*/
}

nav.scrolled {
	height: 91px;
}

nav.scrolled .nav-inner {
	padding: 20px 25px;
}

nav.scrolled .nav-logo {
	flex-basis: 100px;
}

@media( min-width: 1600px ) {
	nav .nav-inner {
		max-width: 80%;
	}
}

nav .nav-menu {
	display: flex;
	align-items: center;
	position: inherit;
}

nav .nav-menu .cta {
	margin-right: 35px;
}

.nav-logo {
	flex: 0 0 250px;
	transition: all 1s;
	display: flex;
	align-items: center;
	width: 250px;
	height: 75px;
}

.nav-logo a {
	display: block;
	flex-basis: 100%;
	width: 100%;
	height: 100%;
}

.nav-logo img {
	width: 100%;
	height: 100%;
	transition: opacity 1s;
	object-fit: contain;
}

.nav-logo img.lazyloaded {
	opacity: 1;
}

nav .nav-cta {
	transition: all 1s;
}

nav.scrolled-nav .nav-cta {
	scale: .9;
}

.menu-header-container {
	position: initial;
}

#menu-header {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

#menu-header > li {
	margin-left: 25px;
}

#menu-header > li > a {
	height: 105px;
	width: 105px;
	line-height: 105px;
	transition: color .25s;
}

#menu-header > li:hover > a {
	font-weight: 600;
	color: var( --blue-color );
}

#menu-header > li a {
	font-size: .8rem;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	/*transition: all .35s;*/
}

#menu-header > li li a {
	margin: 0 15px;
	font-size: .7rem;
}

#menu-header > li li:hover a {
	font-weight: 600;
}

#menu-header .wpml-ls-menu-item .wpml-ls-flag {
	display: block;
	vertical-align: unset;
}

nav .nav-icons {
	display: flex;
	position: relative;
}
nav .search-icon {
	width: 40px;
	margin: 0 5px 0 25px;
	padding: 0 5px;
	display: inline-block;
}

nav .user-icon {
  width: 50px;
  padding: 0 15px;
}

nav #menu-header .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	height: 0;
	overflow: hidden;
	transition: height .35s;
}

nav #menu-header > li:hover .sub-menu {
	/*height: 75px;*/
	height: 110px;
	padding-top: 30px;
	margin-top: -30px;
}

nav .search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 5px;
}

nav .search-form.active {
	display: block;
}

nav .search-form input {
	padding: 5px;
}

/* Cookies thing on mobile */

@media(max-width: 1200px) {
	.cky-revisit-bottom-left {
		bottom: 75px !important;
	}
}

/*******************************
 * Lists ***********************
 * ****************************/

.menu ul {
	list-style: none;
	
}

.module ul {
	margin-bottom: 35px;
	font-weight: 100;
	padding-left: 20px;
}

.module ul li {
	font-weight: 300;
	margin-bottom: 15px;
}

/*******************************
 * Forms ***********************
 * ****************************/

.form ::placeholder {
	opacity: 1;
	color: #101010;
}

/*******************************
 * Footer **********************
 * ****************************/

footer {
	color: #fff;
	margin-top: 75px;
	position: relative;
	background-color:  var( --dark-blue-color );
	font-family: 'Lato', sans-serif;
	padding: 100px 0 25px;
}

footer .content {
	display: flex;
	max-width: 1200px;
	margin: auto;
	align-items: flex-start;
	justify-content: space-between;
}

footer .content .logo {
	flex-basis: 25%;
}

footer .content .logo h2 {
	margin-top: 0;
}

footer .social .container {
	display: flex;
}

footer .social h2 {
	font-size: 6.25rem;
	margin-top: 50px;
	margin-bottom: 18px
}

footer .social p {
	margin-bottom: 12px;
}

footer .social-channels {
	display: flex;
}

footer .social-channels .social-icon {
	width: 32px;
	height: 32px;
	margin-right: 21px;
}

footer .address {
	margin-top: 35px;
	line-height: 1.25;
}

footer .contact {
	margin-top: 35px;
}

footer .contact a {
	display: block;
	margin-bottom: 25px;
}

footer .content .copy {
	flex-basis: 65%;
}

footer .content .links a:first-child {

}

footer .links span {
	margin: 0 15px;
}

footer .newsletter-signup {
	margin-top: 25px;
}

footer .footer-copyright {
	text-align: center;
	font-size: .8rem;
	margin-top: 75px;
}

footer .find-film {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

footer .find-film .content {
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: var( --orange-color );
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
}

footer .find-film a {
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
	font-family: var( --header-font );
	letter-spacing: 3px;
	font-size: 1.1rem;
	padding: 25px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

footer .mtm-footer {
	opacity: 0;
	overflow: hidden;
	height: 0;
}

footer a {
	color: #fff;
}

@media( max-width: 1500px ) {
	.nav-logo {
		flex: 0 0 190px;
	}
	#menu-header > li a {
		font-size: .7rem;
	}
	nav .cta {
		font-size: .8rem;
	}
}

@media(max-width: 1200px) {
	nav {
		height: 60px;
	}
	nav .nav-inner {
		padding: 15px 25px;
		max-width: 100%;
	}
	.nav-logo {
		flex: 0 0 150px;
	}
	nav.scrolled .nav-logo {
		flex: 0 0 110px;
	}
	nav #menu-header {
		display: none;
	}
	nav .nav-menu {
		position: absolute;
		right: 10px;
	}
	nav .search-icon {
		width: 35px;
	}
	nav .nav-icons {
		margin-right: 30px;
		position: unset;
	}
	nav .search-form {
		margin-right: 3px;
		margin-top: 3px;
	}
	nav .nav-cta {
		display: none;
	}
	.services .services-container {
		grid-template-columns: 100%;
		padding: 15px;
	}
	footer {
		padding-top: 50px;
	}
	.footer-top {
		flex-wrap: wrap;
	}
	footer .content {
		flex-wrap: wrap;
	}
	footer .content .logo,
	footer .content .copy {
		flex-basis: 100%;
	}
	footer .footer-menu-1 {
		flex-basis: 50%;
		display: none;
	}
	footer .footer-menu-2 {
		flex-basis: 50%;
		display: none;
	}
	footer .footer-mobile-menu {
		display: block;
		flex-basis: 100%;
		margin-top: 35px;
		text-align: center;
	}
	.footer-mobile-menu ul {
		padding-left: 0;
	}
	footer .newsletter-signup {
		flex-basis: 100%;
		text-align: center;
	}
	footer .footer-bottom {
		flex-wrap: wrap;
	}
	footer .footer-copyright {
		flex-basis: 100%;
		font-size: .85rem;
	}
	footer .footer-art {
		flex-basis: 100%;
		margin-top: 10px;
	}
	footer .footer-art picture img {
		height: 25px;
	}
	footer .back-to-top-site {
		bottom: 15px;
		right: 15px;
		width: 46px;
	}
	footer .find-film .content {
		height: 80px;
		width: 80px;
	}
	footer .find-film a {
		padding: 8px;
	}
}