/*

Theme Name: Rino Mastrotto Group
Theme URI: rinomastrottogroup.com
Description: Wordpress theme
Version: 1.0
Author: HDG
Author URI: hangar.it

*/




/*--------------------------------------------------- Options */
	
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

/* Font

font-family: "aviano", Times, "Times New Roman", serif;
font-weight: 300, 400;
font-style: normal;


font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300, 400, 600, 700;
font-style: normal, italic;

*/



#iubenda-cs-banner.iubenda-cs-top.iubenda-cs-black {
	align-items: flex-end !important;
}
#iubenda-cs-banner * {
	color: #fff;
}
#iubenda-cs-banner .iubenda-banner-content a {
	opacity: 1 !important;
}
.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
	display: none !important;
	visibility: hidden !important;
}

.page-template-worldwide #header {
	background: #143A59;
}

.page-template-whistleblowing #header {
	background: #143A59;
}

.page-template-news #header {
	background: #143A59;
}

.page-template-news-1 #header {
	background: #143A59;
}

.page-template-news-2 #header {
	background: #143A59;
}

.page-template-news-3 #header {
	background: #143A59;
}

.page-template-news-4 #header {
	background: #143A59;
}

.page-template-news-5 #header {
	background: #143A59;
}

.page-template-media-library #header {
	background: #143A59;
}

.page-template-governance #header {
	background: #143A59;
}

.page-template-legal-info #header {
	background: #143A59;
}

/*
.page-template-our-brands #header {
	background: #143A59;
}
*/

.page-template-ir #header,
.page-template-ir-press-releases #header,
.page-template-ir-reports #header,
.page-template-ir-contacts #header {
	background: #143A59;
}

.single-post #header {
	background: #143A59;
}

.single-job-opportunity #header {
	background: #143A59;
}

.single-post main img {
	height: auto;
}

.single-post .column p {
	margin-bottom: 20px;
}

.single-post .column p strong {
	font-weight: 600;
}

.single-post .column ul {
	margin-bottom: 20px;
	list-style: initial;
}

.iub__us-widget {
	display: none !important;
}

.big-news-preview img {
	height: auto;
}

.page-template-ir .grecaptcha-badge,
.page-template-ir-press-releases .grecaptcha-badge,
.page-template-ir-reports .grecaptcha-badge,
.page-template-ir-contacts .grecaptcha-badge {
	display: none;
}



:root {
	
	/* --blue: #163B57; */
	--blue: #143A59;
	--light-blue-1: #5b7589;
	--light-blue-2: #a2b0bb;
	
	--bkg-blue-1: rgba(91, 118, 138, 0.5);
	--bkg-blue-2: rgba(162, 176, 186, 0.5);
	
	--gray: #333;
	--light-gray-1: #9e9c9c;
	--light-gray-2: #c6c6c5;
	
	--bkg-gray-1: rgba(158, 156, 156, 0.1);
	--bkg-gray-2: rgba(157, 156, 156, 0.05);
	--bkg-gray-3: rgba(157, 156, 156, 0.15);
	
	--green: #919B19;
	--light-green-1: #b2b664;
	--light-green-2: #d3d5a4;
	
	--bkg-green-1: rgba(177, 181, 100, 0.1);
	--bkg-green-2: rgba(213, 215, 166, 0.05);
	
	--aviano: "aviano", Times, "Times New Roman", serif;
	--public-sans: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	--max-width: 1920px;
	--half-max-width: -960px;
	--footer-max-width: 1350px;
	
}

/* BLU */

.blue-background {
	background-color: var(--blue) !important;
}

.blue-background.white-txt * {
	color: white !important;
}

.light-blue-1-background {
	background-color: var(--light-blue-1) !important;
}

.light-blue-2-background {
	background-color: var(--light-blue-2) !important;
}

.bkg-blue-1-background {
	background-color: var(--bkg-blue-1) !important;
}

.bkg-blue-2-background {
	background-color: var(--bkg-blue-2) !important;
}



/* GRIGIO */	

.gray-background {
	background-color: var(--gray) !important;
}

.light-gray-1-background {
	background-color: var(--light-gray-1) !important;
}

.light-gray-2-background {
	background-color: var(--light-gray-2) !important;
}

/**/

.bkg-gray-1-background {
	background-color: var(--bkg-gray-1) !important;
}

.bkg-gray-2-background {
	background-color: var(--bkg-gray-2) !important;
}

.bkg-gray-3-background {
	background-color: var(--bkg-gray-3) !important;
}



/* VERDE */	

.green-background {
	background-color: var(--green) !important;
}

.light-green-1-background {
	background-color: var(--light-green-1) !important;
}

.light-green-2-background {
	background-color: var(--light-green-2) !important;
}

/**/

.bkg-green-1-background {
	background-color: var(--bkg-green-1) !important;
}

.bkg-green-2-background {
	background-color: var(--bkg-green-2) !important;
}
	





/*--------------------------------------------------- Animation */

.js .animation,
.js section,
.js img,
.js video {
	transition: 1.5s !important;
	transition-delay: .1s !important;
}
.animation-hide {
	opacity: 0;
	transform: translate(0, 50px);
}
.no-animation {
	opacity: 1 !important;
	transform: none !important;
}

/*
body {
	opacity: 0;
	transition: 3s;
}

html.js.loaded body {
	opacity: 1;
}
*/

/*--------------------------------------------------- Standard */

* {
	font-family: var(--public-sans);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: var(--gray);
}

body {
	background: #e4e4e4;
}

b,
stong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

img {
	display: block;
	width: 100%;
	max-width: none;
}

video {
	display: block;
	width: 100%;
	max-width: none;
}

.wrapper {
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.spacer-header {
	display: block;
	width: 100%;
}

.spacer-100 {
	display: block;
	height: 60px;
	width: 100%;
}

.spacer-50 {
	display: block;
	height: 30px;
	width: 100%;
}

.spacer-25 {
	display: block;
	height: 15px;
	width: 100%;
}

.spacer-margin-auto {
	display: block;
	width: 100%;
	margin: auto;
}

.spacer-line {
	display: block;
	height: 1px;
	width: 100%;
	background: var(--light-gray-2);
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.white-color {
	color: #fff !important;
}

.white-color:after {
	background: #fff !important;
}

.white-fill,
.white-fill svg {
	fill: #fff !important;
}

.green-color {
	color: var(--green) !important;
}

.green-color:after {
	background: var(--green) !important;
}

.green-fill,
.green-fill svg {
	fill: var(--green) !important
}

.blue-color {
	color: var(--blue) !important;
}






.main-title {
	display: block;
	font-family: var(--aviano);
	font-size: 45px;
	font-weight: 300;
	color: var(--blue);
	text-transform: uppercase;
	line-height: 1;
}

.title {
	display: block;
	font-family: var(--aviano) !important;
	font-size: 22px;
	font-weight: 400 !important;
	color: var(--blue);
	text-transform: uppercase;
	line-height: 1.2;
}

.long-title {
	font-size: 20px;
}

.line-title {
	position: relative;
}

.s-title {
	font-size: 22px;
}

.line-title::before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: var(--blue);
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -0.5px;
}

.small-title {
	display: block;
	font-family: var(--aviano) !important;
	font-size: 26px;
	font-weight: 400 !important;
	color: var(--blue);
	text-transform: uppercase;
	line-height: 1.2;
}

.micro-title {
	display: block;
	font-family: var(--aviano) !important;
	font-size: 20px;
	font-weight: 400 !important;
	color: var(--blue);
	text-transform: uppercase;
	line-height: 1.2;
}

.nano-title {
	display: inline-block;
	color: var(--blue);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	position: relative;
}

.nano-title::before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: var(--blue);
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -0.5px;
}

.nano-title.centered::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
}

.green-color.nano-title::before {
	background: var(--green);
}

.moved-content {
	display: inline-block;
	padding-left: 20%;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.btn {
	text-decoration: none;
	text-transform: uppercase;
	color: var(--blue);
	position: relative;
	line-height: 1.2;
	/*font-size: 80%;*/
	display: inline-block;
}

.btn b {
	color: var(--blue);
	font-size: inherit;
}

.btn:after {
	content: '';
	width: 0;
	height: .5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--blue);
	transition: .5s;
}

.btn:hover:after {
	width: 100%;
}

.arrow-btn {
	font-weight: 400;
	font-size: 80%;
	color: var(--light-blue-1);
	display: flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 30px 0 0 auto;
}

.arrow-btn svg {
	fill: var(--light-blue-1);
	width: 8px;
	margin-left: 15px;
	transition: .5s;
}

.arrow-btn:hover svg {
	margin-left: 30px;
}

.btp-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 20px;
	z-index: 5;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url(img/icon-arrow-right.svg) center center no-repeat white;
	background-size: 20% auto;
	cursor: pointer;
	transition: .5s;
}

.btp-prev {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 20px;
	z-index: 5;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url(img/icon-arrow-left.svg) center center no-repeat white;
	background-size: 20% auto;
	cursor: pointer;
	transition: .5s;
}

.btp-next.swiper-button-disabled {
	opacity: 0;
	right: -50px;
}

.btp-prev.swiper-button-disabled {
	opacity: 0;
	left: -50px;
}

.big-number {
	font-family: var(--aviano);
	font-weight: 300;
	color: var(--blue);
	font-size: 125px;
	line-height: 1;
}

.small-number {
	font-family: var(--aviano);
	font-weight: 300;
	color: var(--blue);
	font-size: 100px;
	line-height: 1;
}

.left-number {
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 7.5%;
}

.right-number {
	line-height: 0;
	position: absolute;
	bottom: 0;
	right: 7.5%;
}

.max-width-200 {
	max-width: 200px;
}

/*--------------------------------------------------- Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: var(--max-width);
	padding: 30px 7.5%;
	z-index: 9999;
	transition: .5s;
}

#header-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .5s;
}

#open-nav-mobile {
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: -5px;
}

#open-nav-mobile > span {
	display: block;
	width: calc(100% - 10px);
	height: 2px;
	background: #fff;
	position: relative;
	margin-top: 2px;
	transition: .5s;
}

#open-nav-mobile > span span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

#open-nav-mobile > span:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: -10px;
	left: 0;
	transition: .5s;
}

#open-nav-mobile > span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: .5s;
}

.logo {
	width: 50%;
	max-width: 260px;
}

.logo svg {
	fill: #fff;
}

#nav {
	display: none;
	position: relative;
}

#nav .logo-desktop {
	display: none;
}

#nav #main-menu {
	padding: 60px 0;
}

#nav #main-menu li {
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	transition: .5s;
}

#nav #main-menu li.menu-link a {
	display: inline-block;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	transition: .5s;
}

#nav #main-menu li.menu-link a:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: .5px;
	background: #fff;
	transition: .5s;
}

#nav #main-menu li.menu-link a:hover {
	padding-left: 20px;
}

#nav #main-menu li.menu-link.actual a:after,
#nav #main-menu li.menu-link a:hover:after {
	width: 100%;
}

#nav #main-menu li.open-mega-menu {
	position: relative;
	display: inline-block;
	margin-right: 100%;
	white-space: nowrap;
}

#nav #main-menu li.open-mega-menu:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: .5px;
	background: #fff;
	transition: .5s;
}

#nav #main-menu li.open-mega-menu.actual:after,
#nav #main-menu li.open-mega-menu:hover:after {
	width: 100%;
}

#nav .mega-menu {
	display: none;
}

#nav .open-languages-popup {
	cursor: pointer;
	color: rgba(255,255,255,.75);
	font-size: 12px;
}

#nav .open-languages-popup b {
	text-transform: uppercase;
	color: rgba(255,255,255,.75);
	font-size: 12px;
}

#nav .open-languages-popup {
	display: inline-block;
	position: relative;
	line-height: 1.5;
}

#nav .open-languages-popup:after {
	content: '';
	width: 0;
	height: .5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	transition: .5s;
}

#nav .open-languages-popup:hover:after {
	width: 100%;
}

#nav .site-name {
	position: absolute;
	left: 0;
	top: -20px;
	color: rgba(255,255,255,.75);
	font-size: 12px;
	display: none;
	text-transform: uppercase;
}

#mega-menu-container {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s;
}

#mega-menu-container.active {
	opacity: 1;
	top: 0;
}

#mega-menu-container .mega-menu {
	padding: 30px 7.5%;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	display: none;
}

#mega-menu-container .mega-menu.active {
	display: flex;
}

#mega-menu-container .mega-menu ul {
	/* overflow-y: scroll; */
	height: auto;
	max-height: 100%;
}

/*
.agent-edge-chromium-based #mega-menu-container .mega-menu ul {
	overflow-y: auto;
}
*/

#mega-menu-container .mega-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 400;
	line-height: 2;
	position: relative;
	transition: .5s;
}

#mega-menu-container .mega-menu a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: .5px;
	background: #fff;
	transition: .5s;
}

#mega-menu-container .mega-menu .current-menu-item a:after,
#mega-menu-container .mega-menu a:hover:after {
	width: 100%;
}

#mega-menu-container .vertical-line {
	display: none;
	width: 1px;
	height: 100%;
	background: #fff;
}

#mega-menu-container .content {
	display: none;
	width: 40%;
}

#mega-menu-container img {
	display: none;
	width: 30%;
	max-width: 350px;
}

#close-mega-menu-container {
	position: absolute;
	right: 56px;
	top: 42px;
	width: 30px;
	height: 30px;
	transform: rotate(-90deg);
	cursor: pointer;
}

#close-mega-menu-container svg {
	display: block;
	fill: #fff;
	width: 10px;
	position: absolute;
	right: 15px;
	bottom: 0;
	transition: .5s;
}

#close-mega-menu-container:hover svg {
	right: 0;
}

#nav #main-menu li.open-mega-menu:hover,
#mega-menu-container .mega-menu a:hover {
	padding-left: 20px;
}

/*--------------------------------------------------- Scrolled */

.scrolled #header {
	background: var(--blue);
	padding: 10px 7.5%;
}

/*--------------------------------------------------- Nav mobile is open */

.nav-mobile-is-open #header {
	background: var(--blue);
	padding: 30px 7.5%;
	height: 100%;
	/* overflow-y: scroll; */
}

/*
.agent-edge-chromium-based.nav-mobile-is-open #header {
	overflow-y: auto;
}
*/

.nav-mobile-is-open #open-nav-mobile > span:before,
.nav-mobile-is-open #open-nav-mobile > span:after {
	opacity: 0;
}

.nav-mobile-is-open #open-nav-mobile > span {
	transform: rotate(45deg);
	height: 1px;
	width: calc(100% - 30px);
}

.nav-mobile-is-open #open-nav-mobile > span span {
	transform: rotate(90deg);
	height: 1px;
}


/*--------------------------------------------------- Footer */

#footer * {
	font-size: 11px;
	color: var(--blue);
	text-decoration: none;
}

#footer .container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 85%;
	margin: 0 auto;
	padding: 60px 0;
}

#footer .container:last-child {
	align-items: center;
	justify-content: space-between;
}

#footer .open-languages-popup {
	cursor: pointer;
}

#footer .open-languages-popup b {
	text-transform: uppercase;
}

#footer  a,
#footer .open-languages-popup {
	display: inline-block;
	position: relative;
	line-height: 1.5;
}

#footer a:after,
#footer .open-languages-popup:after {
	content: '';
	width: 0;
	height: .5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--blue);
	transition: .5s;
}

#footer a:hover:after,
#footer .open-languages-popup:hover:after {
	width: 100%;
}

#footer .logo-footer {
	width: 50%;
	max-width: 200px;
}

#footer .logo-footer a {
	display: block;
}

#footer .logo-footer a:after {
	display: none;
}

#footer .logo-footer svg {
	fill: var(--blue);
}

#footer .open-languages-popup {
	color: var(--blue);
}

#footer .blue-background {
	padding: 30px 0;
}

#footer .blue-background .container {
	padding: 0;
}

#footer .blue-background a:after {
	background: #fff;
}

#footer .blue-background * {
	color: #fff;
}

#footer .legal,
#footer .legal * {
	font-weight: 700;
	text-transform: uppercase;
}

#footer .legal a {
	margin-left: 15px;
}

#footer #sitemap-menu {
	display: none;
	width: 100%;
	padding-top: 60px;
}

#footer #sitemap-menu li {
	line-height: 2;
}

#footer #sitemap-menu > ul {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}

#footer #sitemap-menu strong {
	display: block;
	font-weight: 700;
	padding-bottom: 20px;
}

#footer #sitemap-menu a {
	color: var(--gray);
}

#footer #sitemap-menu a:after {
	background: var(--gray);
}

#footer #sitemap-menu .current-menu-item a:after {
	width: 100%;
}

#footer .social {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}

#footer .social a {
	display: block;
	width: 15px;
	margin-left: 10px;
	padding: 2px 0;
}

#footer .social a:first-child {
	margin-left: 0;
}

#footer .social svg {
	display: block;
	width: 100%;
	fill: #fff;
}

/*--------------------------------------------------- Languages */


#languages {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

#languages-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
}

#languages-content {
	background: #fff;
	margin: 0;
	padding: 50px 30px;
}

#languages-content > svg {
	max-width: 180px;
	margin: 0 auto 50px;
	display: block;
}

#languages-content > div {
	margin: 0;
	padding: 0;
}

#languages-content > div * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#languages-content > div a {
	margin: 0 15px;
	position: relative;
}

#languages-content > div a:after {
	content: '';
    width: 0;
    height: 0.5px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: var(--gray);
    transition: .5s;
}

#languages-content > div a:hover:after,
#languages-content > div .wpml-ls-current-language a:after {
    width: 100%;
}

/*--------------------------------------------------- Template */

.main-banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.main-banner-home {
	min-height: 750px;
	background: black;
	overflow: hidden;
}

.main-banner-home video {
	width: 100%;
	height: 100%;
	/* filter: grayscale(100%); */
	opacity: .5;
	object-fit: cover;
}

.main-banner .swiper-slide {
	width: 100%;
	height: 100vh;
}

.main-banner-home .swiper-slide {
	min-height: 750px;
}

.main-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-opportunities .main-banner img {
	object-position: right top;
}

.main-banner-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	z-index: 999;
}

.main-banner-overlay-left {
	width: 100%;
	height: 100%;
	padding: 0 7.5%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
	z-index: 999;
}

.main-banner-overlay-left .mastrotto-trademark {
	margin: 0;
}

.quick-link {
	margin-top: 20px;
	width: 85%;
}

.quick-link a {
	display: block;
	padding: 15px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	transition: .5s;
}

.quick-link a:hover {
	background:  var(--blue) !important;
}

.quick-link a span {
	display: block;
	color: #fff;
	font-family: var(--aviano);
	padding-bottom: 15px;
	border-bottom: .5px solid #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.centered-content {
	width: 85%;
	padding: 60px 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.two-columns-pills .column {
	padding: 60px 7.5%;
}

.two-columns-pills .column-centered {
	padding: 0 7.5% 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carousel-swiper .swiper-slide {
	width: auto;
	height: 400px;
}

.carousel-swiper .swiper-slide img {
	width: auto;
	height: 100%;
}

.small-container {
	width: 75%;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}




.small-container.fullmobile,
.small-container.fullmobile .centered-content {
	width: 100%;
}

.small-container.fullmobile .moved-content,
.small-container.fullmobile .centered-content {
	padding-left: 20px;
	padding-right: 20px;
}













.three-columns-content {
	width: 85%;
	margin: 0 auto;
	position: relative;
}

.three-columns-content .column:nth-child(2) {
	margin: 25px 0;
}

.image-with-overlay {
	display: block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.image-with-overlay .content {
	position: relative;
}

.image-with-overlay .content > img {
	max-height: 768px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.image-with-overlay .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.75);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: .5s;
}

.page-template-ir .image-with-overlay .content .overlay {
	height: 33vw;
	min-height: 300px;
	max-height: 500px;
	position: static;
	opacity: 1;
}

.image-with-overlay .overlay > div {
	padding: 15px;
}

.image-with-overlay .overlay > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-with-overlay:hover .overlay {
	opacity: 1;
}

.image-with-overlay > div:nth-child(2) {
	padding: 30px 15px;
}


.image-with-overlay .micro-title {
	/* position: absolute; */
	width: 100%;
	padding: 20px;
	z-index: 800;
	bottom: 0;
	left: 0;
}

.page-template-savoir-faire .image-with-overlay .micro-title {
	position: absolute;
}

.three-columns-brand-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}

.three-columns-brand-logo-flex-start {
	justify-content: flex-start;
}

.brand-logo {
	width: 48%;
	margin: 30px 1% 0;
	padding: 0 10px 30px 10px;
	border-bottom: .5px solid var(--light-gray-3);
}

.anchor-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.anchor-overlay > div {
	margin: 0 15px;
	cursor: pointer;
	opacity: .5;
	transition: .5s;
}

.anchor-overlay > div:hover, 
.anchor-overlay > div.active {
	opacity: 1;
}

.mastrotto-trademark {
	margin: 0 auto;
	width: 20%;
	max-width: 75px;
}

.mastrotto-trademark svg {
	fill: var(--blue);
}
		
.timeline {
	position: relative;
}

.timeline * {
	color: white;
}

.timeline p,
.timeline b {
	font-size: 12px;
}

.timeline .date {
	position: absolute;
	width: 100%;
	top: 10vh;
	z-index: 2;
}

.timeline .date .step {
	position: relative;
	width: 100%;
	height: 80vh;
}

.timeline .upper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

.timeline .lower {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.timeline .step .content {
	padding: 0 20px 0 20%;
}

.timeline .lower .content {
	/*padding-top: 33.33%;*/
	padding-bottom: 40px;
}

.timeline .step .line {
	display: block;
	position: absolute;
	top: 0;
	left: 10%;
	width: 1px;
	height: 100%;
	background: white;
}

.timeline .step .lower .line {
	height: 100%;
}

.timeline .step .line::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	background: white;
}

.timeline .step .upper .line::before {
	top: 0;
	background: url(img/timeline_company.png) center center no-repeat white;
	background-size: 60% auto;
}

.timeline .step .lower .line::before {
	bottom: 0;
	background: url(img/timeline_sustainability.png) center center no-repeat white;
	background-size: 50% auto;
}

.timeline .time {
	width: 100%;
	height: 1px;
	background: white;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	z-index: 3;
	
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.timeline .time span {
	display: block;
	width: 1px;
	height: 10px;
	margin-right: 9.9%;
	background: white;
}

.timeline .gallery {
	position: relative;
	width: 100%;
	height: 100vh;
	background: black;
}

.timeline .gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.one-column {
	width: 85%;
	max-width: 800px;
	margin-left: 7.5%;
	padding: 60px 0;
	position: relative;
}

.one-column-right {
	margin-left: auto;
	margin-right: 7.5%;
}

.normal-content {
	width: 85%;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}
 /*
.three-columns-list .box {
	padding-bottom: 50px;
}

.three-columns-list .box .green-color {
	display: block;
}

.three-columns-list .box p {
	padding-bottom: 25px;
}

.three-columns-list .box a {
	display: inline-block;
}
*/

.three-columns-list .box {
	margin-bottom: 20px;
	padding: 20px;
	background: var(--bkg-gray-1);
}

.three-columns-list .box * {
	color: var(--light-green-1) !important;
}

.three-columns-list .box .green-color {
	display: block;
}

.three-columns-list .box li {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
}

.three-columns-list .box li:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: var(--green);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
}

.three-columns-list .box li a,
.three-columns-list .box p {
	font-size: 12px;
}

.three-columns-list .box a {
	/*display: inline-block;*/
}

.three-columns-list .box li a.btn:after {
	background: var(--green);
}

.three-columns-list .box .interaction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 1px var(--green);
	margin-top: 10px;
	padding-top: 10px;
}

.three-columns-list .box .interaction a {
	font-size: 12px;
	font-weight: bold;
}

.three-columns-list .box .btn {
	text-transform: none !important;
}







.two-columns-list .box {
	margin-bottom: 20px;
	padding: 20px;
	background: var(--bkg-gray-1);
}

.two-columns-list .box * {
	color: var(--blue) !important;
}

.two-columns-list .box .green-color {
	display: block;
}

.two-columns-list .box li {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
}

.two-columns-list .box li:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
}

.two-columns-list .box li a.btn:after {
	background: var(--blu);
}

.two-columns-list .box .interaction {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	border-top: solid 1px var(--blue);
	margin-top: 20px;
	padding-top: 20px;
}

.two-columns-list .box .interaction a {
	width: 33.33%;
	padding: 0 10px 20px 0;
	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.two-columns-list .box .interaction a:before {
	content: url(img/download.svg);
	width: 30px;
	height: auto;
	padding: 0 10px 0 0;
}




.fake-maps {
	position: relative;
	z-index: 99;
}

.fake-map-1 {
	cursor: pointer;
}

.fake-map-2 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}

.fake-map-2.active {
	display: block;
}

.back {
	position: absolute;
	left: 20px;
	top: 20px;
	color: var(--blue);
	display: none;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	cursor: pointer;
	background: #f4f4f4;
	padding: 2px 5px 2px 2px !important;
	border-radius: 100px;
	text-decoration: none;
}

.back.active {
	display: flex;
}

.back span {
	display: flex;
	justify-content: center;
	align-items: center;
	border: .5px solid var(--blue);
	border-radius: 100px;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.back span svg {
	width: 5px;
	transform: rotate(180deg);
	fill: var(--blue);
}

.company-details {
	text-align: left;
	margin-top: 60px;
}

.company-details * {
	font-size: 12px;
	text-align: left;
}

.company-details p {
	display: block;
	margin-top: 20px;
}

.company-details p:nth-child(3) {
	margin-top: 5px;
}

.company-details p b {
	display: inline-block;
	width: 65px;
}

.company-details div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.company-details .country-flag {
	max-width: 30px;
}

.company-details .company-logo {
	width: 60%;
	max-width: 180px;
}

.company-details a {
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	margin-top: 20px;
	display: inline-block;
}

.company-details a:after {
	content: '';
	background: var(--blue);
	height: .5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: .5s;
}

.company-details a:hover:after {
	width: 100%;
}

.company-details.company-popup {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 20px;
	border: 2px solid var(--blue);
	background: #fff;
	width: calc(100% - 40px);
	max-width: 424px;
	margin-top: 0;
	display: none;
	z-index: 999;
	overflow-y: scroll;
}

.company-details.company-popup.active {
	display: block;
}

.company-details.company-popup div {
	display: block;
}

.company-details.company-popup .company-logo {
	margin-top: 20px;
}

#close-company-popup {
	position: absolute;
	right: 17px;
	top: 27px;
	width: 20px;
	height: .5px;
	background: var(--blue);
	transform: rotate(45deg);
	cursor: pointer;
}

#close-company-popup:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--blue);
	transform: rotate(90deg);
}

.filters .filter {
	width: 100%;
	max-width: 250px;
	margin-bottom: 10px;
}

.filters .filter div {
	width: 100%;
	background: #f4f4f4;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.filters .filter div span {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue);
}

.filters .filter div svg {
	fill: var(--blue);
	max-width: 8px;
}

.reset-filter {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue);
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.reset-filter:after {
	content: '';
	background: var(--blue);
	height: .5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: .5s;
}

.reset-filter:hover:after {
	width: 100%;
}

.table-list {
	border-bottom: .5px solid var(--gray);
}

.table-list-row {
	padding: 25px 0;
	border-top: .5px solid var(--gray);
}

.table-list-row li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
}

.table-list-row li:last-child {
	padding-bottom: 0;
}

.table-list-row li:before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 15px;
	height: .5px;
	background: var(--gray);
	content: '';
}

.table-list-row li.green-color:before {
	position: absolute;
	background: var(--green);
}

.two-columns-image-big .content-column {
	padding: 60px 30px;
}

.contact-form form {
	margin: 0 auto;
}

.contact-form .with-label {
	display: flex;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.contact-form .with-label span {
	width: 240px;
	line-height: 41.2px;
	font-size: 16px;
	color: var(--gray);
}

.contact-form .with-label label {
	width: calc(100% - 240px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.contact-form .with-label i {
	display: block;
	width: calc(100% - 100px);
	border: 1px solid var(--light-gray-2);
	border-right: none;
	line-height: 39.2px;
	color: var(--gray);
	font-weight: 300;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
}

.contact-form .with-label b {
	display: block;
	width: 100px;
	text-align: center;
	border: 1px solid var(--light-gray-2);
	background: var(--light-gray-2);
	color: #fff;
	line-height: 39.2px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
}
.contact-form .with-label b:hover {
	color: var(--light-gray-2);
	background: transparent;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form textarea,
.contact-form select {
	padding: 10px;
	line-height: 1.2;
	font-size: 16px;
	border: 1px solid var(--light-gray-2);
	color: var(--gray);
	margin-bottom: 20px;
}

.contact-form select {
	background-image: url(img/triangle.svg);
	background-position: calc(100% - 14px) 18px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding-right: 38px;
}

.contact-form input[type="date"] {
	height: 41.2px;
	width: calc(100% - 110px);
	margin: 0;
}

.contact-form input[type="file"] {
	opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 41.2px;
}

.contact-form ::placeholder {
	color: var(--gray);
	opacity: 1;
}

.contact-form .with-checkbox {
	display: flex;
	align-items: baseline;
	margin: 20px 0 40px;
}

.contact-form .with-checkbox p {
	width: calc(100% - 20px);
	font-size: 14px;
	line-height: 1.2;
}

.contact-form input[type="checkbox"] {
	width: 10px;
	height: 10px;
	border: 1px solid var(--light-gray-2);
	display: block;
	margin-right: 10px;
}

.contact-form input[type="checkbox"]:checked {
	background: var(--blue);
	border: 1px solid var(--blue);
}

.contact-form .close-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.contact-form .required {
	font-size: 10px;
	padding-right: 10px;
}

.contact-form button {
	display: block;
	width: 100px;
	text-align: center;
	border: 1px solid var(--blue);
	background: var(--blue);
	color: #fff;
	line-height: 39.2px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
}

.contact-form button:hover {
	background: transparent;
	color: var(--blue);
}

.form-message {
	color: green;
	padding: 30px;
	border: 3px solid green;
	font-weight: bold;
	font-size: 20px;
	margin: 10px;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 999;
	background: #fff;
	width: calc(100% - 20px);
	text-align: center;
	z-index: 99999;
}

.form-message:after {
	content: '\2715';
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	line-height: 1;
}

.form-message.error {
	color: red;
	border: 3px solid red;
}

.filters .filter select{
	width: 100%;
	background: #f4f4f4;
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue);
	background-image: url(img/triangle-blue.svg);
	background-position: calc(100% - 14px) 15px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	padding-right: 28px;
}

.maps {
	position: relative;
}

.step {
	position: relative;
}

.step-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.step-2-map {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.step-2-area {
	display: none;
}

.maps .sensitive-area {
	position: absolute;
	width: 3%;
	height: 6%;
	cursor: pointer;
}

.step-1 .area-1 {
	top: 42%;
	left: 22%;
}

.step-1 .area-2 {
	top: 50%;
	left: 22%;
}

.step-1 .area-3 {
	top: 63%;
	left: 34%;
}

.step-1 .area-4 {
	top: 34%;
	left: 48%;
}

.step-1 .area-5 {
	top: 48%;
	left: 73%;
}

.step-1 .area-6 {
	top: 40.5%;
	left: 49%;
}

.step-2 .area-7 {
	top: 45%;
	left: 56.8%;
}

.step-2 .area-8 {
	top: 58.5%;
	left: 61.5%;
}

.step-2 .area-9 {
	top: 46.5%;
	left: 35.2%;
}

.step-2 .area-10 {
	top: 46.5%;
	left: 77.2%;
}

.step-2 .area-11 {
	top: 34%;
	left: 51%;
}

.step-2 .area-12 {
	top: 48%;
	left: 36.9%;
}

.step-2 .area-13 {
	top: 57.5%;
	left: 48.2%;
}

.step-2 .area-14 {
	top: 47.5%;
	left: 55.8%;
}

.step-2 .area-15 {
	top: 37.5%;
	left: 44.1%;
}

.step-2 .area-16 {
	top: 34.5%;
	left: 49.9%;
}

.step-2 .area-17 {
	top: 48%;
	left: 47.2%;
}

.contact-txt a {
	text-decoration: none;
	position: relative;
}

.contact-txt a:after {
	content: '';
	background: var(--gray);
	height: .5px;
	width: 0;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .5s;
}

.contact-txt a:hover:after {
	width: 100%;
}

.big-news-preview .column:first-child {
	padding-right: 5px;
}

.big-news-preview .column:last-child {
	padding-left: 5px;
}

.news-archive > .moved-content {
	width: 100%;
}

.news-archive-container {
	border-bottom: .5px solid var(--gray);
}

.new-row {
	border-top: .5px solid var(--gray);
	padding: 25px 0;
}

.news-title {
	margin-bottom: 20px;
}

.news-date:after {
	content: ' - ';
	font-weight: 300;
}

.media-library .images {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.media-library .image,
.media-library a {
	width: calc(33.33333% - 6px);
	cursor: pointer;
	position: relative;
}

.media-library a {
	text-decoration: none;
}

.media-library a p {
	display: block;
	margin-top: 5px;
	line-height: 1;
}

.media-library .image img:first-child,
.media-library a img:first-child {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.media-library .image:hover img:first-child,
.media-library a:hover img:first-child {
	-webkit-filter: none;
	filter: none;
}

.media-library .image .protection,
.media-library a .protection,
.fade-swiper-arrow .protection {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gallery-full-screen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

#gallery-full-screen.active {
	display: block;
}

.gallery-full-screen-container {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,.95);
	width: 100%;
	height: 100%;
	transition: 1s;
}

.gallery-full-screen-container.active {
	opacity: 1;
}

#gallery-full-screen .logo {
	margin: 30px 25%;
	cursor: pointer;
	transition: .5s;
}

#gallery-full-screen .logo:hover {
	opacity: .6;
}

#gallery-full-screen.active .fade-swiper-arrow {
	display: none;
}

#gallery-full-screen.active .fade-swiper-arrow.active {
	display: block;
}

#gallery-full-screen .swiper-slide img {
	max-width: 80%;
	width: auto;
	margin: 0 auto;
	max-height: calc(100vh - 150px);
}

#gallery-full-screen .fade-swiper-arrow .swiper-slide img.protection {
	width: 100%;
	max-width: none;
	max-height: none;
}

#gallery-full-screen #arr-prev,
#gallery-full-screen #arr-next {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	line-height: 1;
	z-index: 99;
	cursor: pointer;
	transition: .5s;
}

#gallery-full-screen #arr-prev:before,
#gallery-full-screen #arr-next:after {
	content: '';
	height: .5px;
	width: 25px;
	position: absolute;
	bottom: 7.5px;
	background: #fff;
}

#gallery-full-screen #arr-prev:before {
	left: -30px;
}

#gallery-full-screen #arr-next:after {
	right: -30px;
}

#gallery-full-screen #arr-prev:hover,
#gallery-full-screen #arr-next:hover {
	opacity: .6;
}

#gallery-full-screen #arr-prev {
	left: 30px;
}

#gallery-full-screen #arr-next {
	right: 30px;
}

#gallery-full-screen #arr-prev.swiper-button-disabled,
#gallery-full-screen #arr-next.swiper-button-disabled {
	opacity: .2;
	cursor: auto;
}

.gallery-full-screen-content {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.legal-info {
	width: 100%;
}

.legal-info ul {
	border-bottom: .5px solid var(--gray);
	width: 100%;
	max-width: 500px;
}

.legal-info li {
	border-top: .5px solid var(--gray);
	padding: 20px 0;
}

.legal-info a {
	text-decoration: none;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
}

.legal-info a span {
	text-transform: uppercase;
	font-size: 12px;
}

.legal-info a:hover {
	opacity: .6;
}












.maps-2 {
	position: relative;
}

.maps-2 .step {
	position: relative;
}

.maps-2 .step-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.maps-2 .step-2-map {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.maps-2 .step-2-area {
	display: none;
}

.maps-2 .sensitive-area {
	position: absolute;
	width: 3%;
	height: 6%;
	cursor: pointer;
}

.maps-2  .area-1 {
	top: 42%;
	left: 22%;
}

.maps-2  .area-2 {
	top: 50%;
	left: 22%;
}

.maps-2  .area-3 {
	top: 63%;
	left: 34%;
}

.maps-2  .area-4 {
	top: 34%;
	left: 48%;
}

.maps-2  .area-5 {
	top: 48%;
	left: 73%;
}

.maps-2  .area-6 {
	top: 41%;
	left: 49%;
}

.maps-2  .area-7 {
	top: 37.5%;
	left: 25.3%;
}

.maps-2 .area-8 {
	top: 43.6%;
	left: 26.8%;
}

.maps-2 .area-9 {
	top: 49.5%;
	left: 22%;
}

.maps-2 .area-10 {
	top: 63%;
	left: 34.2%;
}

.maps-2 .area-11 {
	top: 30%;
	left: 49%;
}

.maps-2 .area-12 {
	top: 33%;
	left: 45%;
}

.maps-2 .area-13 {
	top: 36.1%;
	left: 48.2%;
	height: 4.8%;
}

.maps-2 .area-14 {
	top: 48.5%;
	left: 73.5%;
}

.maps-2 .area-18 {
	top: 38.1%;
	left: 45.5%;
	height: 4.8%;
}

.maps-2 .step-2 .area-15 {
	top: 37.5%;
	left: 44.1%;
}

.maps-2 .step-2 .area-16 {
	top: 34.5%;
	left: 49.9%;
}

.maps-2 .step-2 .area-17 {
	top: 48%;
	left: 47.2%;
}









#footer .legal a {
    display: block;
    margin: 5px 0 0 0;
}

#footer .container:last-child {
	align-items: flex-end;
}





.title-with-logo {
	position: relative;
}

.title-with-logo .title br {
	display: none;
}

.title-with-logo svg {
	display: block;
}

.title-with-logo.zwl svg {
	width: 90px;
}

.title-with-logo.sv svg {
	width: 167px;
}





.opportunities-section select {
	width: 100%;
	background: #f4f4f4;
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue);
	background-image: url(img/triangle-blue.svg);
	background-position: calc(100% - 14px) 15px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	padding-right: 28px;
	margin-bottom: 10px;
}

.opportunities-section select:last-child {
	margin-bottom: 0;
}

.opp-filters .reset {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue);
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}

.opp-table .opp-tr:first-child {
	padding: 0;
	background: transparent !important;
}
.opp-table .opp-th {
	display: none;
}

.opp-table .opp-tr {
	display: block;
	text-decoration: none;
	padding: 30px 10px;
	border-bottom: .5px solid var(--gray);
	transition: .5s;
}

.opp-table .opp-tr p {
	padding: 10px;
}

.opp-table .opp-tr:hover {
	background: #f4f4f4;
}

.opp-table .opp-td {
	font-size: 16px;
	color: var(--blue);
}

.opp-table .opp-td:nth-child(1) {
	text-transform: uppercase;
	font-weight: 600;
}

.opp-table .opp-td:nth-child(2) {
	font-weight: 600;
}

.opp-table .opp-td:nth-child(3) {
	font-style: italic;
}

.opp-table .opp-td:nth-child(4) {
	text-transform: uppercase;
	font-weight: 600;
}

.opp-table .country-flag {
	width: 30px;
	margin-top: 15px;
}












.single-job-opportunity main .moved-content {
	width: 100%;
}

.single-job-opportunity main li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
}

.single-job-opportunity main li:before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 15px;
	height: .5px;
	background: var(--gray);
	content: '';
}

.no-before:before {
	display: none;
}






#disclaimer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#disclaimer .disclaimer-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

#disclaimer .disclaimer-content {
	width: 80%;
	max-width: 800px;
	padding: 20px;
	background: #fff;
	color: var(--gray);
}

#disclaimer .disclaimer-scroll-content {
	height: 60vh;
	max-height: 150px;
	overflow: scroll;
	padding: 20px 0;
	border-bottom: 1px solid var(--blue);
	border-top: 1px solid var(--blue);
	font-size: 12px;
	margin-top: 10px;
}

#disclaimer .disclaimer-scroll-content p {
	font-size: 12px;
}

#disclaimer .disclaimer-scroll-content strong {
	font-size: 12px;
	font-weight: 700;
}

#disclaimer input[type=text],
#disclaimer input[type=email] {
	padding: 5px;
	line-height: 1.2;
	font-size: 16px;
	border: 1px solid var(--light-gray-2);
	color: var(--gray);
	margin-top: 20px;
}

#disclaimer ::placeholder {
	color: var(--gray);
	font-size: 12px;
}

#disclaimer label {
	display: flex;
	align-items: baseline;
	margin-top: 20px;
}

#disclaimer input[type=checkbox] {
	width: 10px;
	height: 10px;
	border: 1px solid var(--light-gray-2);
	display: block;
	margin-right: 10px;
}

#disclaimer input[type=checkbox]:checked {
	border-color: var(--gray);
	background: var(--gray);
}

#disclaimer label p {
	width: calc(100% - 20px);
	font-size: 12px;
	line-height: 1.2;
}

#disclaimer label a {
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
}

#disclaimer .disclaimer-action {
	display: flex;
	margin-top: 20px;
}

#disclaimer .disclaimer-action button,
#disclaimer .disclaimer-action a,
#disclaimer .disclaimer-action .disclaimer-a {
	display: block;
	width: 100px;
	text-align: center;
	border: 1px solid var(--blue);
	background: var(--blue);
	color: #fff;
	line-height: 39.2px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
}

#disclaimer .disclaimer-action button:hover,
#disclaimer .disclaimer-action a:hover,
#disclaimer .disclaimer-action .disclaimer-a:hover {
	background: #fff;
	color: var(--blue);
}

#disclaimer .disclaimer-action a,
#disclaimer .disclaimer-action .disclaimer-a {
	text-decoration: none;
	margin-left: 10px;
}

#disclaimer .required {
	font-size: 10px;
	margin-top: 10px;
}

#disclaimer .disclaimer-action button#scroll-disclaimer,
#disclaimer .disclaimer-action button#close-disclaimer {
	width: 200px;
}


.page-template-ir-press-releases a.nano-title,
.page-template-ir-reports a.nano-title,
.page-template-ir-contacts a.nano-title {
	text-decoration: none;
}

.page-template-reports-certifications .three-columns-list .box,
.page-template-ir-press-releases .three-columns-list .box,
.page-template-ir-reports .three-columns-list .box,
.page-template-reports-certifications .three-columns-list .box b,
.page-template-ir-press-releases .three-columns-list .box b,
.page-template-ir-reports .three-columns-list .box b {
	line-height: 1.1;
}

.page-template-reports-certifications .three-columns-list .box i,
.page-template-ir-press-releases .three-columns-list .box i,
.page-template-ir-reports .three-columns-list .box i {
	line-height: 2;
}

.page-template-reports-certifications .three-columns-list .box li,
.page-template-ir-press-releases .three-columns-list .box li,
.page-template-ir-reports .three-columns-list .box li {
	display: flex;
	margin-bottom: 10px;
}

.page-template-reports-certifications .three-columns-list .box li:after,
.page-template-ir-press-releases .three-columns-list .box li:after,
.page-template-ir-reports .three-columns-list .box li:after {
	top: 7px;
	margin: 0;
}



.micro-title-2 {
	padding: 0 !important;
}

.news-preview a {
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.news-preview .image-with-overlay {
	height: 100%;
}
.news-preview .btn {
	margin-top: auto;
	width: fit-content;
}

.max-width-900 {
	display: block;
	max-width: 900px;
	margin: 0 auto;
}

.page-template-savoir-faire .image-with-overlay .micro-title.white-color {
	position: static;
}

.big-accordion-btn .small-container {
	padding: 25px 0;
	border-top: .5px solid var(--gray);
	cursor: pointer;
}

.big-accordion-content {
	display: none;
}

#footer .social-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin-top: 30px;
}

#footer .social-2 a {
	display: flex;
	align-items: center;
	gap: 8px;
}

#footer .social-2 a svg {
	width: 8px;
}

.footer-spacer-line {
	display: none;
}

#footer .footer-container-2 {
	display: none;
}

#header .social-2 {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: fit-content;
	transition: .5s;
}

#header .social-2 * {
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

#header .social-2 a {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}

#header .social-2 a:after {
	content: '';
	width: 0;
	height: .5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .5);
	transition: .5s;
}

#header .social-2 a:hover:after {
	width: 100%;
}

#header .social-2 a svg {
	width: 8px;
}

.big-accordion-btn .title {
	padding-left: 30px;
	position: relative;
}

.big-accordion-btn .title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 22px;
	background-image: url(img/plus.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.big-accordion-btn.active .title:before {
	background-image: url(img/minus.svg);
}

/*--------------------------------------------------- Min-width: 520px */

@media only screen and (min-width: 520px) {
	
	#gallery-full-screen .logo {
		margin-right: 0;
		margin-left: calc(50% - 130px);
	}
	
	.title {
	    font-size: 32px;
	}
	
	.big-accordion-btn .title {
		padding-left: 40px;
	}
	
	.big-accordion-btn .title:before {
		width: 25px;
		height: 32px;
	}

}
	
	
/*--------------------------------------------------- Min-width: 600px */

@media only screen and (min-width: 600px) {
	
	.long-title {
		font-size: 32px;
	}
	
	.three-columns-companies-list {
		display: flex;
	    flex-wrap: wrap;
	    align-items: stretch;
	    justify-content: space-between;
	}
	
	.company-details {
		width: 40%;
	}
	
	.contact-form form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="tel"],
	.contact-form select {
		width: calc(50% - 10px);
	}
	
	.contact-form input[type="text"].full-width,
	.contact-form input[type="email"].full-width,
	.contact-form input[type="tel"].full-width,
	.contact-form select.full-width {
		width: 100%;
	}
	
	.media-library .images {
		gap: 12px;
	}
	
	.media-library .image {
		width: calc(33.33333% - 8px);
	}
	
	#footer .footer-container-1 {
		display: flex;
		justify-content: space-between;
	}
	
	#footer .social-2 {
		justify-content: flex-end;
		width: fit-content;
		margin-top: 0;
	}
	
}
	
	
/*--------------------------------------------------- Min-width: 800px */

@media only screen and (min-width: 800px) {
	
	.company-details.company-popup {
	    max-height: calc(100% - 40px);
	}

	.small-container.fullmobile {
		width: 75%;
	}
	
	.small-container.fullmobile .centered-content {
		width: 85%;
	}
	
	.small-container.fullmobile .moved-content {
		padding-left: 20%;
		padding-right: 0;
	}
	
	.small-container.fullmobile .centered-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	
	
	
	
	
	
	.opp-filters {
		display: flex;
		align-items: baseline;
	}
	
	.opp-filters form {
		display: flex;
		align-items: baseline;
		width: 100%;
	}
	.opportunities-section select {
		margin: 0 10px 0 0;
		max-width: 250px;
	}
	
	.opp-filters .reset {
		padding: 10px 0;
		margin-left: auto;
	}
	
	.opp-table .opp-tr {
		padding: 0;
		display: flex;
		align-items: center;
	}
	
	.opp-table .opp-th {
		display: block;
		font-weight: 700;
		text-transform: uppercase;
		font-style: normal !important;
	}
	
	.opp-table .opp-td {
		padding: 10px;
		font-size: 12px;
		width: 20%;
	}
	
	.opp-table .opp-td:nth-child(4),
	.opp-table .opp-td:nth-child(5) {
		text-align: right;
	}
	
	.opp-table .opp-td:nth-child(5) {
		display: flex;
		justify-content: flex-end;
	}
	
	.opp-table .country-flag {
		margin-top: 0;
		margin-right: -8px;
	}
	
	
	
	#disclaimer .disclaimer-content {
		padding: 40px;
	}
	
	#disclaimer .disclaimer-scroll-content {
		max-height: 168px;
	}
	
	#disclaimer form {
		margin-top: 20px;
	}

}

	 
/*--------------------------------------------------- Min-width: 1024px */

@media only screen and (min-width: 1024px) {
	
	#nav #main-menu li.logo-desktop {
		margin-right: 13px;
	}
	
	.moved-content {
		padding-left: 100px !important;
	}
	
	#header {
		padding: 45px 7.5% 30px;
	}
	
	#header .site-name {
		display: block;
	}
	
	#header .open-languages-popup {
		position: absolute;
		top: -20px;
		right: 0;
		transition: .5s;
	}
	
	.scrolled #header .site-name,
	.scrolled #header .open-languages-popup,
	.scrolled #header .social-2 {
		top: -50px;
		opacity: 0;
	}
	
	#header-mobile {
		display: none;
	}
	
	#nav {
		display: block;
		z-index: 100;
	}
	
	#nav #main-menu {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	
	#nav #main-menu li,
	#nav #main-menu li.menu-link a {
		font-size: 12px;
		line-height: 1;
	}
	
	#nav #main-menu li.open-mega-menu {
		margin-right: 0;
	}
	
	#nav .logo-desktop {
		display: block;
		width: 200px;
	}
	
	#nav .logo-desktop .logo {
		width: 100%;
	}
	
	#nav #main-menu li.open-mega-menu:after,
	#nav #main-menu li.menu-link a:after {
		bottom: -2px;
	}
	
	#mega-menu-container .mega-menu ul {
		/*width: 190px;*/
		width: 200px;
	}
	
	#mega-menu-container .mega-menu a {
		font-size: 12px;
		text-transform: uppercase;
		color: rgba(255,255,255,.75);
		line-height: 3;
	}
	
	#mega-menu-container .mega-menu a:after {
		display: none !important;
	}
	
	#nav #main-menu li.open-mega-menu:hover,
	#mega-menu-container .mega-menu a:hover,
	#nav #main-menu li.menu-link a:hover {
		padding-left: 0;
	}
	
	#mega-menu-container .mega-menu a:hover,
	#mega-menu-container .mega-menu .current-menu-item a {
		color: #fff;
	}
	
	#mega-menu-container {
		height: calc(100% - 100px);
	}
	
	#mega-menu-container .vertical-line {
		display: block;
	}
	
	#mega-menu-container .content {
		display: block;
	}
	
	#mega-menu-container img {
		display: block;
	}
	
	.mega-menu-is-open #header {
		background: var(--blue);
		padding: 45px 7.5% 30px;
		/* overflow-y: scroll; */
		height: 455px;
	}
	
	/*
	.agent-edge-chromium-based.mega-menu-is-open #header {
		overflow-y: auto;
	}
	*/
	
	.mega-menu-is-open #mega-menu-container.active {
		top: 100px;
	}
	
	.mega-menu-is-open #mega-menu-container .mega-menu {
		background: var(--blue);
		justify-content: space-between;
	}
	
	.mega-menu-is-open.scrolled #header .site-name,
	.mega-menu-is-open.scrolled #header .open-languages-popup {
		top: -20px;
		opacity: 1;
	}
	
	#close-mega-menu-container {
		top: 15px;
		left: 7.5%;
		right: auto;
	}
	
	#close-mega-menu-container svg {
		bottom: auto;
		top: 0;
	}
	
	#footer #sitemap-menu {
		display: block;
	}

	.main-banner-home,
	.main-banner-home .swiper-slide {
		min-height: 500px;
	}
	
	.quick-link {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	
	.quick-link a {
		width: calc(25% - 7.5px);
	}
	
	.two-columns-pills {
		display: flex;
	}
	
	.two-columns-pills .column {
		width: 50%;
	}
	
	.two-columns-pills .column-centered {
		padding: 7.5% 50px;
	}
	
	.carousel-swiper .swiper-slide {
		height: 536px;
	}
	
	.two-columns-content {
		display: flex;
	}
	
	.two-columns-content .column {
		width: 50%;
	}
	
	.two-columns-content .column-centered {
		display: flex;
		align-items: center;
	}
	
	.three-columns-content {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.three-columns-content .column {
		width: calc(33.33333% - 13.33333px);
	}
	
	.three-columns-content .column.green-color {
		background: var(--green);		
	}
	
	.three-columns-content .column:nth-child(2) {
		margin: 0;
	}
	
	.two-columns-content.inverted .column {
		order: 2;
	}
	
	.two-columns-content.inverted .column.column-centered {
		order: 1;
	}
	
	.two-columns-content.inverted .column.column-centered .moved-content {
		padding-left: 0;
		padding-right: 100px;
	}
	
	.image-with-overlay .content > img {
		max-height: none;
		height: auto;
		object-fit: fill;
	}
	
	.image-with-overlay .overlay > div {
		padding: 25px;
	}
	
	.image-with-overlay > div:nth-child(2) {
		padding: 40px 25px;
	}
	
	.brand-logo {
		width: 20%;
		margin: 50px 2.5% 50px 2.5% ;
	}
	
	.anchor-overlay {
		flex-direction: row;
	}
	
	.timeline .date {
		position: absolute;
		width: 80%;
		margin: 0 10%;
	}
	
	.timeline .step .content {
		padding: 0 20% 0 20%;
	}
	
	.quick-link a span {
		min-height: 70px;
	}
	
	.three-columns-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.page-template-reports-certifications .three-columns-list {
		justify-content: flex-start;
		gap: 20px;
	}
	
	.page-template-worldwide .three-columns-list {
		justify-content: flex-start;
		gap: 11%;
	}
	
	.three-columns-list .box {
		width: calc(33.33333% - 13.33333px);
		position: relative;	
		padding: 40px 40px 80px 40px;
	}
	
	.three-columns-list .box .interaction {
		position: absolute;
		bottom: 40px;
		width: calc(100% - 80px);
	}
	
	
	
	
	.two-columns-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.two-columns-list .box {
		width: calc(50% - 13.33333px);
		position: relative;	
		padding: 40px 40px 40px 40px;
	}
	
	
	
	
	
	
	
	
	
	
	
	.company-details {
		width: 26%;
		margin-top: 100px;
	}
	
	.company-details.company-popup {
		margin-top: 0;
	}
	
	.filters {
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		width: 100%;
	}
	
	.filters .filter {
		margin: 0 10px 0 0;
	}
	
	.reset-filter {
		margin-left: auto;
	}
	
	.table-list-row {
		display: flex;
		gap: 5%;
	}
	
	.table-list-row li {
		width: 30%;
	}
	
	.two-columns-first-small {
		display: flex;
		gap: calc(5% + 30px);
	}
	
	.two-columns-first-small > div:first-child {
		width: 30%;
	}
	
	.two-columns-first-small > div:last-child {
		width: calc(65% - 30px);
	}
	
	.two-columns-image-big {
		display: flex;
	}
	
	.two-columns-image-big > div {
		width: 50%;
	}
	
	.two-columns-image-big .content-column {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px;
	}
	
	.company-details.company-popup.bottom-left {
		right: auto;
		top: auto;
		bottom: 20px;
		left: 20px;
	}
	
	.contact-form form {
		padding: 0 100px !important;
	}
	
	.new-row {
		display: flex;
		justify-content: space-between;
	}
	
	.news-title {
		margin-bottom: 0;
		width: 50%;
		padding-right: 25px;
	}
	
	.news-date {
		margin-left: 50px;
	}
	
	.news-date:after {
		display: none;
	}
	
	.new-row .btn {
		margin-left: auto;
	}
	
	.brand-logo {
		width: 20%;
		margin: 50px 2.5% 50px 2.5% ;
	}
	
	
	.small-container.fullmobile {
		width: 75%;
	}
	
	.small-container.fullmobile .moved-content {
		padding-left: 20%;
		padding-right: 0;
	}






	.title-with-logo .title br {
		display: inline;
	}
	
	
	
	
	
	
	
	
	
	.opp-table .opp-td:nth-child(3) {
		width: 27%;
	}
	
	.opp-table .opp-td:nth-child(4) {
		width: 26%;
	}
	
	.opp-table .opp-td:nth-child(5) {
		width: 7%;
	}
	
	
	
	
	.page-template-ir-press-releases .three-columns-list,
	.page-template-ir-reports .three-columns-list {
		justify-content: flex-start;
		gap: 20px;
	}
	
	.page-template-ir-press-releases .three-columns-list .box b,
	.page-template-ir-reports .three-columns-list .box b {
		line-height: 1.1;
	}
	
	
	
	
	
	#header .social-2 {
		display: flex;
		position: absolute;
		top: -20px;
		left: 0;
	}
	
}
	
	
/*--------------------------------------------------- Min-width: 1060px */

@media only screen and (min-width: 1060px) {
	
	#footer .legal a {
		display: inline-block;
		margin: 0 0 0 15px;
	}
	
	#footer .social {
		position: static;
		top: auto;
		right: auto;
	}
	
	.footer-spacer-line {
		display: block;
	}
	
	#footer .footer-container-2 {
		display: flex;
		justify-content: flex-start;
	}
	
	#footer .footer-container-2 #sitemap-menu > ul {
		display: flex;
		justify-content: flex-start;
		gap: 6%;
	}
	
	#footer .container.footer-container-1,
	#footer .container.footer-container-2 {
		padding: 30px 0;
	}
	
	#footer .container.footer-container-2 #sitemap-menu {
		padding-top: 30px;
	}

}
	
/*--------------------------------------------------- Min-width: 1300px */

@media only screen and (min-width: 1300px) {
	
	.title-with-logo svg {
		position: absolute;
		bottom: 12px;
		right: 0;
	}
	
	.title-with-logo.zwl svg {
		width: 110px;
	}
	
	.title-with-logo.sv svg {
		width: 210px;
	}
	
	.hide-1300 {
		display: none !important;
	}
	
}
	
/*--------------------------------------------------- Min-width: 1600px */

@media only screen and (min-width: 1600px) {
	
	.spacer-100 {
		height: 100px;
	}
	
	.spacer-50 {
		height: 50px;
	}
	
	.spacer-25 {
		height: 25px;
	}
	
	
	
	/*
	
	.main-title {
		font-size: 80px;
	}
	
	.title {
		font-size: 42px;
	}
	
	.small-title {
		font-size: 36px;
	}
	
	.micro-title {
		font-size: 30px;
	}
	
	*/
	
	.main-title {
		font-size: 60px;
	}
	
	.title {
		font-size: 36px;
	}
	
	.small-title {
		font-size: 30px;
	}
	
	.micro-title {
		font-size: 24px;
	}
	
	
	
	
	
	.moved-content {
		padding-left: 138px;
	}
	
											.two-columns-content.inverted .column.column-centered .moved-content {
												padding-left: 0;
												padding-right: 138px;
											}
	
	#nav .logo-desktop {
		width: 260px;
	}
	
	/*
	#footer .container {
		padding: 100px 0;
	}
	*/
	
	#footer .blue-background {
		padding: 30px 0;
	}
		
	.centered-content {
		padding: 100px 0;
	}
	
	.two-columns-pills .column {
		padding: 100px 7.5%;
	}
	
	.small-container {
		padding: 100px 0;
	}
	
	.anchor-overlay > div {
		margin: 0 50px;
	}
	
	.big-number {
		font-size: 250px;
	}
	
	.small-number {
		font-size: 200px;
	}
	
	.one-column {
		max-width: 1088px;
		padding: 100px 0;
	}
	
	.normal-content {
		padding: 100px 0;
	}
	
	/*
	.three-columns-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.three-columns-list .box {
		width: calc(33.33333% - 13.33333px);	
	}
	
	.three-columns-list .box img {
		width: 100%;
		max-width: 260px;
	}
	*/
	
	.two-columns-image-big > .content-column {
		padding: 30px 60px;
	}
	
	.contact-form form {
		padding: 0 138px;
	}
	
	.news-date {
		margin-left: 75px;
	}
	
	.title-with-logo svg {
		bottom: 14px;
	}
	
	.title-with-logo.zwl svg {
		width: 130px;
	}
	
	.title-with-logo.sv svg {
		width: 238px;
	}
	
}
	
/*--------------------------------------------------- Min-width: 1920px */

@media only screen and (min-width: 1920px) {
	
	#header {
		left: 50%;
		margin-left: var(--half-max-width);
		padding-left: 144px !important;
		padding-right: 144px !important;
	}
	
	.main-banner-overlay-left {
		padding: 0 144px !important;
	}
	
}