/* --------------------------------------------------------
Style Sheet for www.icr-costruzioni.com

version: 1.0
creation: 24.02.2023
last modified: 20.10.2023
author: Paolo Pizzuti
team: Reds&Pizz
email: info@paolopizzuti.it
----------------------------------------------------------*/
@import 'css/ionic.css?v=2.3';
@import 'css/animate.css?v=1';
@import 'css/fontface.css?v=1';
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); */

:root {
	--main-color: #DB3A3A;
	--secondary-color: #3A5F88;
	--secondary-color-light: rgba(58, 95, 136, .2);
	--secondary-dark-color: #1B2D40;
	--main-text-color: #111;
	--light-text-color: #999999;
	--light-grey: #f8f8f8;
	--header-height: 60px;
	--logo-width: 182px;
	--title-margin: 40px;
}
/* STARTERS */
*, :after, :before {
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
  clear: both;
}
.noscroll {
	overflow: hidden;
}
.container {
	position: relative;
}
.narrower {
	padding-left: 80px;
	padding-right: 80px;
	/* padding: 80px; */
}
.small-padding {
	padding-top: 25px;
	padding-bottom: 25px;
}
.medium-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.large-padding {
	padding-top: 160px;
	padding-bottom: 160px;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.redline-top:before {
	content:"";
	display: block;
	width: 40px;
	height: 3px;
	background-color: var(--main-color);
	transform: translate(2px);
	margin-bottom: 20px;
}
.blackline-top:before {
	content:"";
	display: block;
	width: 40px;
	height: 3px;
	background-color: var(--main-text-color);
	transform: translate(2px);
	margin-bottom: 20px;
}
.whiteline-top:before {
	content:"";
	display: block;
	width: 40px;
	height: 3px;
	background-color: white;
	transform: translate(2px);
	margin-bottom: 20px;
}
.redline-bottom:after {
	content:"";
	display: block;
	width: 40px;
	height: 3px;
	background-color: var(--main-color);
	transform: translate(2px);
	margin-top: 20px;
}
.blackline-bottom:after {
	content:"";
	display: block;
	width: 40px;
	height: 3px;
	background-color: var(--main-text-color);
	transform: translate(2px);
	margin-top: 20px;
}
.whiteline-bottom:after {
	content:"";
	display: block;
	width: 40px;
	height: 3px;
	background-color: white;
	transform: translate(2px);
	margin-top: 20px;
}
.desktop-br {
	display: none;
}
.small-height {
	height: 30vh !important;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
	height: auto;
}
html {
	font-size: 56%;
}
body {
	font-family: 'Poppins', helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: .03rem;
	/* scroll-snap-type: y mandatory; */
}
body.menuopen {
	overflow: hidden;
}
h1 {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
	color: var(--main-text-color);
}
h2 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: var(--title-margin);
}
h3 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: var(--title-margin);
}
h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: var(--title-margin);
}
p {
	font-size: 1.8rem;
	line-height: 1.6;
	color: var(--main-text-color);
	margin-bottom: 40px;
}
p:last-of-type {
	margin-bottom: 0;
}
strong {
	font-weight: 600;
}
.title.center {
	max-width: 650px;
}
.center,
.center > * {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,	
.white p,
.white li,
.white a,
.white {
	color: white;
}
.cover {
	position: relative;
}
.cover:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.cover img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
picture {
	display: block;
	position: relative;
	font-size: 0;
}
picture img {
	width: 100%;
	height: auto;
}
a.cta {
	position: relative;
	font-weight: 500;
	display: inline-block;
	align-items: center;
	padding: 14px 18px;
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	cursor: pointer !important;
	overflow: hidden;
	color: white;
	margin-right: 15px;
	z-index: 1;
	margin-top: var(--title-margin);
}
a.cta:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
	display: inline-block;
	margin-left: 10px;
	/* transform: translate(0, -1px) rotate(0);*/
	transition: 2s; 
} 
a.cta:hover:after {
	/* transform: translate(3px, -1px) rotate(-45deg); */
}
a.cta.white {
	border-color: white;
	background-color: transparent;
	color: white;
	transition: .2s;
}
a.cta.white:hover {
	border-color: white;
	background-color: white;
	color: var(--main-text-color);
}
a.cta.white:hover:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%231B2D40'/%3E%3C/svg%3E%0A");
}
a.cta.dark {
	border-color: var(--secondary-dark-color);
	background-color: var(--secondary-dark-color);
	color: white;
	transition: .2s;	
}
a.cta.dark:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
a.cta.dark:hover {
	/* background-color: var(--secondary-dark-color);
	color: white; */
}
a.cta.dark:hover:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
a.cta.dark.outline {
	border-color: var(--secondary-dark-color);
	background-color: transparent;
	color: var(--secondary-dark-color);
	transition: .2s;	
}
a.cta.dark.outline:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%231B2D40'/%3E%3C/svg%3E%0A");
}
a.cta.dark.outline:hover {
	background-color: var(--secondary-dark-color);
	color: white;
}
a.cta.dark.outline:hover:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.go-up {
	position: fixed;
	bottom: 20px;
	right: -70px;
	width: 50px;
	height: 50px;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
	background-image: url(images/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	transition: .5s;
	cursor: pointer;
}
.go-up.out {
	right: 20px;
}
.go-up.out.end {
	bottom: 80px;
}
.images.overlapped {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.images.overlapped .main-img {
	position: relative;
	width: 70%;
	height: 420px;
	flex-shrink: 0;
	z-index: 1;
}
.images.overlapped .second-img {
	position: relative;
	overflow: hidden;
	width: 60%;
	flex-shrink: 0;
	z-index: 2;
	align-self: flex-start;
	margin-top: -30%;
}
#masthead {
	width: 100%;
	position: absolute;
	z-index: 1000;
	/* top: 32px; */
}
#masthead:after {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 250px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: .1;
	pointer-events: none;
}
/* .scroll-up #masthead:before {
	content: none;
} */
#masthead .header-container {
	/* height: var(--header-height); */
	display: flex;
	align-items: stretch;
	font-weight: 400;
	z-index: 1;
}
#masthead .header-container .logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	padding: 15px;
	width: var(--logo-width);
	height: var(--header-height);
	font-size: 0;
}
#masthead .header-container .logo a {
	display: block;
}
#masthead .header-container .logo img {
	width: 100%;
	height: auto;
}
#masthead .header-container .navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	background-color: transparent;
	flex: 1;
	padding: 0 20px;
	transition: background-color .3s;
}
#masthead .header-container .telephone {
	position: relative;
	transition: .3s;
	z-index: 10;
	text-decoration: underline;
}
#masthead .header-container .telephone a {
	color: white;
	display: flex;
	align-items: center;
}
#masthead .header-container .telephone .icon {
	display: flex;
	align-items: center;
	display: none;
}
#masthead .header-container .telephone .icon img {
	width: 30px;
	height: auto;
}
#masthead .header-container .main-menu > nav > ul {
	
}
#masthead .header-container .main-menu > nav > ul > li {
	display: inline-flex;
	align-items: center;
	height: var(--header-height);
} 
#masthead .header-container .main-menu nav > ul > li > a {
	flex-grow: 0;
	padding: 0px 10px;
	color: inherit;
	position: relative;
	color: white;
	z-index: 1;
	transition: .3s;
}
#masthead .header-container .main-menu nav > ul > li > a:before {
	content: "";
	position: absolute;
	top: -4px;
	width: 0px;
	height: 2px;
	background-color: var(--main-color);
	transition: .3s;
}
#masthead .header-container .main-menu nav > ul > li:hover > a:before {
	width: 20px;
}
#masthead .header-container .main-menu nav > ul > li.current-menu-item > a:before {
	width: 20px;
}
.navigation .sub-menu {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: white;
	padding: 56px;
	padding-top: calc(var(--header-height) + 40px);
	padding-bottom: 32px;
	transform: translateY(-30px);
	z-index: 0;
	transition-duration: .3s;
	pointer-events: none;
	opacity: 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
.navigation .sub-menu li {
	width: 33.33333%;
	margin-bottom: 16px;
	padding-right: 30px;
}
.navigation .sub-menu li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	color: var(--main-text-color);
	transition: .3s;
}
/* .navigation .sub-menu li a:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.964' height='10.964' viewBox='0 0 10.964 10.964'%3E%3Cpath d='M1.22,0,0,1.22,8.018,9.238H1.125v1.725h9.839V1.124H9.239V8.019Z' fill='%23111'/%3E%3C/svg%3E%0A");
} */
.navigation .sub-menu li a:hover {
	color: var(--main-color);
}
.navigation .sub-menu li a .menu-item-description {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
	color: var(--light-text-color);
	margin-top: 4px;
	/* max-width: 80%; */
}
.navigation .sub-menu li:hover a .section {
	color: var(--main-color) !important;
}
#masthead .header-container .main-menu nav > ul > li:hover > a + .sub-menu {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all;
}
/* Comportamento del menu allo scroll */
.scroll-down #masthead {
	position: fixed;
	top: -60px;
	transition: .3s;
}
.scroll-up #masthead {
	position: fixed;
	top: 0;
	transition: .3s;
	/* transition-delay: .3s; */
}
.scroll-end #masthead {
	transition: .3s;
	top: 0;
}
.scroll-up #masthead .header-container .navigation,
.lightpage #masthead .header-container .navigation {
	background-color: white;
}
#masthead.white .header-container .navigation nav > ul > li > a,
#masthead.white .header-container .navigation .telephone a,
.scroll-up #masthead .header-container .navigation nav > ul > li > a,
.scroll-up #masthead .header-container .navigation .telephone a,
.lightpage #masthead .header-container .navigation nav > ul > li > a,
.lightpage #masthead .header-container .navigation .telephone a   {
	color: var(--main-text-color);
}

/* Menu di navigazione mobile */
.mobile-nav {
	display: none;
}
.mobile-nav .hamburger {
	width: var(--header-height);
	height: var(--header-height);
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.mobile-nav .hamburger .hamburger-container {
	width: 60%;
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-nav .hamburger .hamburger-container span {
	display: block;
	position: relative;
	background-color: var(--main-color);
	width: 100%;
	height: 3px;
	transition: .3s;
	border-radius: 1px;
} 
.mobile-nav .hamburger .hamburger-container span:before,
.mobile-nav .hamburger .hamburger-container span:after {
	content:"";
	display: block;
	position: absolute;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	transition: .3s;
	border-radius: 1px;
}
.mobile-nav .hamburger .hamburger-container span:after {
	width: 70%;
	right: 0;
	top: auto;
	bottom: -10px;
	transition: .3s;
}
.mobile-nav .hamburger:hover .hamburger-container span:after,
.mobile-nav.open .hamburger .hamburger-container span:after {
	width: 100%;
}
.mobile-nav.open .hamburger .hamburger-container span {
	background-color: transparent;
}
.mobile-nav.open .hamburger .hamburger-container span:before {
	transform: rotate(45deg) translate(7px, 7px);
}
.mobile-nav.open .hamburger .hamburger-container span:after {
	transform: rotate(-45deg) translate(7px, -7px);
}
.mobile-nav > .menu {
	position: absolute;
	width: 300px;
	background-color: white;
	top: 50%;
	left: calc(var(--logo-width) * -1);
	padding: 50px;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	/* filter: brightness(95%); */
}
.mobile-nav.open > .menu {
	top: 100%;
	opacity: 1;
	pointer-events: all;
	/* box-shadow: 0 0 2000px rgba(0,0,0,.3); */
}
.mobile-nav .menu ul {
	font-size: 0;
}
.mobile-nav .menu ul li {
	margin-bottom: 10px;
	/* transform: translateX(-100%); */
	overflow: hidden;
	/* transition-duration: .6s;
	transition-timing-function: cubic-bezier(0,.25,0,1.01);
	transition-delay: .2s; */
}
.mobile-nav .menu ul li:last-of-type {
	margin-bottom: 0;
}
.mobile-nav .menu ul li a {
	position: relative;
	font-size: 3rem;
	color: var(--main-text-color);
	display: inline-block;
	transform: translateY(100%);
	transition-duration: .8s;
	transition-delay: .2s;
	transition-timing-function: cubic-bezier(0,.25,0,1.01);
}
.mobile-nav.open .menu ul li a {
	transform: translateY(0);
}
.mobile-nav .menu ul li a:before {
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: var(--main-color);
	transition: .3s;
}
.mobile-nav .menu ul li a:hover:before {
	width: 100%;
}
/* .mobile-nav.open .menu ul li {
	opacity: 1;
	transform: translateX(0);
} */
.mobile-nav.open .menu ul li:nth-child(1) a {
	transition-delay: 0s;
}
.mobile-nav.open .menu ul li:nth-child(2) a {
	transition-delay: .1s;
}
.mobile-nav.open .menu ul li:nth-child(3) a {
	transition-delay: .2s;
}
.mobile-nav.open .menu ul li:nth-child(4) a {
	transition-delay: .3s;
}
.mobile-nav.open .menu ul li:nth-child(5) a {
	transition-delay: .4s;
}
.mobile-nav.open .menu ul li:nth-child(6) a {
	transition-delay: .5s;
}
.mobile-nav.open .menu ul li:nth-child(7) a {
	transition-delay: .6s;
}
.mobile-nav.open .menu ul li:nth-child(8) a {
	transition-delay: .7s;
}
section {
	overflow: hidden;
}
section.home-intro {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: #f20;
	background-size: cover;
}
section.home-intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, var(--secondary-color) 0%,  rgba(58,95,136,.4) 100%);
}
section.home-intro .section-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
section.home-intro .section-content .title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: var(--ionic-gutter-x);
	right: var(--ionic-gutter-x);
	bottom: 0;
}
section.home-intro .section-content .title p {
	max-width: 500px;
}
section.home-intro .section-content .buttons {
	width: 50%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: var(--ionic-gutter-x);
	display: flex;
	align-items: center;
}
section.home-intro .section-content .buttons a:last-of-type {
	margin-right: 0;
}
section.home-intro .section-content .buttons .cta {
	margin-top: 0;
}
section.home-more {
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: -100px top;
	overflow: visible;
}
section.home-more .section-content.first-block {
	overflow: hidden;
	margin-top: -250px;
}
section.home-more .section-content.first-block .row  {
	justify-content: flex-end;
}
section.home-more .redblock {
	position: relative;
	margin-top: 0;
	padding: 100px 80px;
}
section.home-more .redblock > * {
	position: relative;
}
section.home-more .redblock:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1000%;
	background-color: var(--main-color);
}
section.home-more .redblock ul {
	
}
section.home-more .redblock li {
	margin-bottom: 20px;
	font-size: 2rem;
}
section.home-more .second-block .row {
	align-items: center;
	justify-content: space-between;
}
section.home-icons {
	background-image: url(../images/background-icons.jpg);
	background-size: cover;
}
section.home-icons .icons-list {
	margin-top: 50px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
section.home-icons .icons-list .plus {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: var(--ionic-gutter-x);
	padding-bottom: var(--ionic-gutter-x);
	/* padding: 25px 20px 25px 0; */
}
section.home-icons .icons-list .plus .icon {
	margin-right: 40px;
}
section.home-icons .icons-list .plus .icon img {
	width: 100px;
	height: 100px;
}
section.home-icons .icons-list .plus h3 {
	margin: 0;
}

section.home-bgtext {
	background-image: url(../images/home_bgtext.jpg);
	background-size: cover;
}
section.home-bgtext .row {
	justify-content: flex-end;
}
section.home-works .works-list {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
section.home-works .works-list .work {
	position: relative;
	overflow: hidden;
	/* margin-bottom: 50px; */
}
section.home-works .works-list .work a,
section.home-works .works-list .work picture {
	display: block;
	position: relative;
}
section.home-works .works-list .work picture:before {
	padding-top: 75%;
}
section.home-works .works-list .work .work-name {
	font-size: 2.2rem;
	font-weight: 400;
	margin-top: 10px;
}
section.latest-works {
	background-color: var(--secondary-color-light);
}
section.latest-works .work-slide {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
section.latest-works .work-single {
	position: relative;
	/* margin-bottom: calc(var(--ionic-gutter-x) * 2); */
}
section.latest-works .work-single .icr-gallery-content {
	position: relative;
}
section.latest-works .work-single a {
	display: block;
}
section.latest-works .work-single .work-img {
	position: relative;
}
section.latest-works .work-single picture:before {
	padding-top: 80%;
}
section.latest-works .work-single .icr-gallery-what {
	padding: 20px 0;
}
section.latest-works .work-single .icr-gallery-what .work-location {
	color: var(--main-color);
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}
section.latest-works .work-single .icr-gallery-what .work-name {
	font-size: 2.8rem;
	font-weight: 600;
	margin-top: 5px;
}

section.intro {
	position: relative;
	min-height: 550px;
	height: 90vh;
	max-height: 800px;
	background-size: cover;
	background-position: center center;
}
section.intro:before {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2);
}
section.intro .section-content {
	display: flex;
	align-items: center;
	height: 100%;
}
section.intro .section-content .title {
	width: 100%;
	position: relative;
}
section.intro .section-content .area {
	color: white;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}
section.intro .section-content .area,
section.intro .section-content h1 {
	text-shadow: 6px 6px 25px rgba(0,0,0,.2);
}
section.post-intro {
	overflow: hidden;
	margin-top: -220px;
}
section.post-intro .narrower {
	background-color: white;
	padding-top: 100px;
}
section.post-intro .text > * {
	max-width: 400px;
}
section.post-intro .image {
	margin-left: auto;
	margin-top: -250px;
	margin-right: -100px;
}
section.about-1 {
	background-size: 120% auto;
	background-repeat: no-repeat;
}
.big-number {
	/* font-size: 3rem; */
	font-size: 8vw;
	height: 100%;
	line-height: .8;
	font-weight: 200;
}
section.about-1 .images.overlapped {
	flex-direction: row;
	margin-top: -30px;
}
section.about-1 .images.overlapped .main-img {
	position: relative;
	width: 40%;
	/* height: 550px; */
	flex-shrink: 0;
	z-index: 1;
	margin-bottom: 10%;
}
section.about-1 .images.overlapped .second-img {
	position: relative;
	overflow: hidden;
	width: 70%;
	height: 65%;
	flex-shrink: 0;
	z-index: 2;
	align-self: flex-start;
	margin-top: auto;
	margin-left: -10%;
}
section.about-1 .images.overlapped .second-img video {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
section.about-profiles {
	background-color: var(--light-grey);
}
section.about-profiles .profile-intro {
	background-size: cover;
	background-position: center center;
	padding-bottom: 250px;
}
section.about-profiles .profiles {
	margin-top: -250px;
}
section.about-profiles .profiles .profile-pictures {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
section.about-profiles .profiles .single {

}
section.about-profiles .profiles .single picture {
	box-shadow: 0 10px 20px rgba(0,0,0,.1)
}
section.about-profiles .profiles .single .name {
	margin-top: 30px;
}
section.about-profiles .profiles .single .name > * {
	margin: 0;
}
section.about-profiles .profiles .single .name span {
	color: #777;
	font-size: 1.4rem;
}
section.about-profiles .profiles .addon {
	margin-top: 100px;
	margin-left: auto;
}
section.work-details .single:nth-child(even) {
	background-color: var(--light-grey);
}
section.work-details .title * {
	margin-bottom: 80px;
}
section.work-details .images {
	display: flex;
	flex-direction: column;
}
section.work-details .images > div:nth-child(2) {
	margin-left: auto;
	margin-top: -20%;
}
section.work-details .text {
	/* margin-left: 5%; */
	margin-top: -10%;
}
section.work-details .single:nth-child(even) .images div:nth-child(1) {
	margin-left: auto;
}
section.work-details .single:nth-child(even) .images div:nth-child(2) {
	margin-left: unset;
}
section.work-details .single:nth-child(even) .text {
	margin-left: auto;
}
section.work-intro {
	position: relative;
	height: 100vh;
	max-height: 850px;
}
section.work-intro .section-content {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
section.work-intro .section-content .white-block {
	position: relative;
	display: inline;
	z-index: 10;
	background-color: white;
	padding: 65px;
	padding-left: 0;
}
section.work-intro .section-content .white-block .title p {
	max-width: 430px;
}
section.work-intro .section-content .bg-image {
	position: absolute;
	left: calc(var(--logo-width) + var(--ionic-gutter-x));
	top: 0;
	right: 0;
	bottom: 0;
	margin-right: calc(((100vw - var(--container-width))/ 2) * -1);
	z-index: 9;
	background-size: cover;
	background-position: center center;
}

section.work-details .image + .text {
	margin: auto;
}
section.solutions-details .text {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
section.solutions-details .single:nth-child(even) .row {
	flex-direction: row-reverse;
	justify-content: space-between;
}
section.solutions-details .single:nth-child(even) .text {
	margin-left: unset;
}
section.map .map-container iframe {
	width: 100%;
	height: 400px;
}
section.map .text {
	display: flex;
	align-items: center;
}
section.contact-form {
	padding-top: 100px;
}
section.contact-form .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.contact-form .form-container {
	background-color: var(--secondary-dark-color);
	padding: 120px;
}
section.contact-form .form-container .field {
	margin-bottom: 20px;
}
section.contact-form .form-container input[type=text],
section.contact-form .form-container input[type=email],
section.contact-form .form-container input[type=tel],
section.contact-form .form-container textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	width: 100%;
	padding: 12px 0;
	font-size: 1.6rem;
	font-weight: 300;
	color: white;
	outline: 0;
	background-color: transparent;
	border-bottom: 1px solid white;
	border-radius: 0;
}
section.contact-form .form-container input::placeholder,
section.contact-form .form-container textarea::placeholder {
	color: white;
	font-size: 1.6rem;
	opacity: .4;
}
section.contact-form .form-container input:focus::placeholder,
section.contact-form .form-container textarea:focus::placeholder {
	color: transparent;
}
section.contact-form .form-container .privacy {
	margin-top: 40px;
}
section.contact-form .form-container .privacy input {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid white;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 5px 0 0;
}
section.contact-form .form-container .privacy input:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 100%;
	opacity: 0;
}
section.contact-form .form-container .privacy:hover input:before {
	opacity: .3;
}
section.contact-form .form-container .privacy input:checked:before {
	opacity: 1;
}
section.contact-form .form-container .privacy .wpcf7-list-item {
	padding: 0;
	margin: 0;
}
section.contact-form .form-container .privacy label {
	display: flex;
	cursor: pointer;
}
section.contact-form .form-container .privacy label span {
	color: white;
	font-size: 1.2rem;
	line-height: 1.4;
}
section.contact-form .form-container .submit {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}
section.contact-form .form-container .submit input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	width: 100%;
	padding: 20px;
	background-color: var(--secondary-color);
	color: white;
	font-size: 2rem;
	border: 0;
	outline: 0;
}
section.contact-form .form-container .submit .wpcf7-spinner {
	margin: 10px;
}
section.contact-form .form-container .wpcf7-form-control-wrap {
	display: block;
}
section.contact-form .form-container .wpcf7-not-valid-tip {
	font-size: 1.4rem;
	position: absolute;
	bottom: -20px;
	left: 0;
}
section.contact-form .form-container .wpcf7-response-output {
	color: white;
	padding: 20px;
	margin: 0;
}


.icr-gallery-content .view-btn {
	position: absolute;
	background-color: transparent;
	top: calc(15px);
	right: calc(15px);
	bottom: calc(15px);
	left: calc(15px);
	transition: opacity 100ms linear;
	pointer-events: none;
}
.icr-gallery-content .view-btn--hidden {
	opacity: 0;
}
.icr-gallery-content .view-btn .zoom {
	position: absolute;
	bottom: 25px;
	right: 27px;
	z-index: 10;
	transition-duration: .8s;
	display: flex;
	align-items: center;
}
.icr-gallery-content:hover .view-btn .zoom {
	transform: translateX(-10px);
	/* transition-delay: .1s; */
	transition-duration: 1s;
}
.icr-gallery-content .view-btn .zoom .more {
	position: absolute;
	right: 100%;
	margin-right: 6px;
	white-space: nowrap;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 0;
	transition: right, opacity;
	transition-duration: .5s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}
.icr-gallery-content:hover .view-btn .zoom .more {
	opacity: 1;
	transition-duration: .8s;
	transition-delay: .5s;
}
.icr-gallery-content .view-btn .view-expand {
	position: absolute;
	display: block;
	width: 0%;
	height: 0%;
	min-width: 70px;
	min-height: 70px;
	background-color: var(--main-color);
	bottom: 0;
	right: 0;
	opacity: 1;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.45,0,.01,1);
}
.icr-gallery-content:hover .view-btn .view-expand {
	width: 100%;
	height: 100%;
	opacity: .75;
}

footer .contact-us {
	background-color: var(--secondary-color);
}
footer .contact-us h5 {
	font-size: 3rem;
	color: white;
	margin-bottom: 10px;
}
footer .contact-us p {
	color: white;
}
footer .contact-us .text,
footer .contact-us .button {
	margin: 0;
}
footer .contact-us .button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer .contact-us .button a.cta {
	margin: 0;
	width: 200px;
	display: inline-flex;
	justify-content: space-between;
}
footer .contact-us .button a.cta:after {
	transform: rotate(-45deg);
	margin: 0;
}
footer .footer-content {
	background-color: var(--secondary-dark-color);
	color: white;
	font-size: 1.4rem;
	line-height: 2;
	overflow: hidden;
}
footer .footer-content .logo {
	margin-bottom: 35px;
}
footer .footer-content .logo img {
	max-width: 200px;
}
footer .footer-content .address {
	margin-bottom: 40px;
}
footer .footer-content .footer-menu {
	color: var(--secondary-color);
	filter: brightness(130%);
}
footer .footer-content h5 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 35px;
}
footer .footer-content .footer-bottom .row {
	justify-content: flex-end;
}
footer .footer-content .footer-bottom .company-data {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}
footer .footer-content .footer-bottom .company-data:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 1px;
	background-color: var(--secondary-color);
}
footer .footer-content .footer-bottom .company-data span {
	flex: 1;
}
footer .footer-content .footer-bottom .company-data a {
	margin-left: 15px;
	text-decoration: underline;
}

nav[aria-label="breadcrumb"] {
	margin-bottom: 56px;
}
.intro nav[aria-label="breadcrumb"] {
	/* transform: translateY(40px); */
}
nav[aria-label="breadcrumb"] .breadcrumb li {
	font-size: 13px;
	font-weight: 400;
	color: #bbb;
}
nav[aria-label="breadcrumb"] .breadcrumb li a {
	
	color: #bbb;
	transition: .3s;
}
nav[aria-label="breadcrumb"] .breadcrumb li a:hover{
	color: #555;
}
nav[aria-label="breadcrumb"] .breadcrumb li.active {
	color: #555;
}
.intro nav[aria-label="breadcrumb"] .breadcrumb li {
	color: white;
	opacity: .6;
}
.intro nav[aria-label="breadcrumb"] .breadcrumb li a {
	color: white;
	opacity: .6;
}
.intro nav[aria-label="breadcrumb"] .breadcrumb li a:hover {
	opacity: 1;
	color: white;
}
.intro nav[aria-label="breadcrumb"] .breadcrumb li.active {
	color: white;
	opacity: 1;
}

/* Complianz */
#cmplz-document {
	width: 100%;
	min-width: 100%;
}

#cmplz-document p,
#cmplz-document a,
#cmplz-document li {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
#cmplz-document p {
	margin-bottom: 16px;
}
#cmplz-document ul {
	padding-left: 25px;
	margin-bottom: 32px;
}
#cmplz-document li {
	margin-bottom: 4px;
	list-style: disc;
}
/* Recaptcha */
.grecaptcha-badge {
	display: none;
}
.error-404 .section-content {
	height: 70vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.error-404 .section-content img,
.error-404 .section-content video {
	width: 150px;
	margin-bottom: 16px;
}
.error-404 .section-content h1 {
	font-size: 42px;
	margin-bottom: 8px;
	text-align: center;
}
.error-404 .section-content p {
	margin-bottom: 24px;
	text-align: center;
}


@media screen and (max-width: 1024px) {
	#masthead .header-container .navigation {
		font-size: 1.4rem;
		padding: 0 10px;
	}
	#masthead .header-container .telephone span {
		display: none;
	}
	section.home-icons .icons-list .plus h3 {
		font-size: 2.2rem;
	}
	section.home-icons .icons-list .plus .icon {
		margin-right: 20px;
	}
	
	section.work-intro .section-content .bg-image {
		margin-right: 0;
	}
	section.contact-form .form-container {
		padding: 80px;
	}
}
@media screen and (max-width: 860px) {
	.mobile-nav {
		display: block;
	}
	#masthead,
	.scroll-end #masthead,
	.scroll-up #masthead,
	.scroll-down #masthead {
		position: fixed;
		top: 0;
	}
	#masthead .header-container .navigation {
		padding: 0;
		background-color: transparent !important;
	}
	#masthead .header-container .navigation .main-menu {
		display: none;
	}
	#masthead .header-container .telephone .icon {
		display: block;
	}
	#masthead .header-container .telephone .number {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.section-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.large-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.narrower {
		padding-left: 50px;
		padding-right: 50px;
	}
	section.home-intro .section-content .buttons {
		width: auto;
		right: var(--ionic-gutter-x);
	}
	section.home-more .section-content.first-block {
		margin-top: auto;
		padding-top: 0;
		padding-bottom: 0;
	}
	.images.overlapped .main-img {
		position: relative;
		width: 80%;
		height: 360px;
	}
	.images.overlapped .second-img {
		margin-top: -40%;
	}
	section.post-intro .narrower {
		padding-top: 60px;
	}
	section.post-intro .image {
		margin-top: 0px;
		margin-right: -50px;
	}
	section.about-1 .images.overlapped {
		margin-top: 40px;
	}
	section.about-1 .images.overlapped .main-img {
		width: 60%;
		height: 350px;
	}
	section.about-1 .images.overlapped .second-img {
		margin-left: -20%;
	}
	section.about-profiles .profiles {
		margin-top: -200px;
	}
	section.work-intro {
		height: 60vh;
	}
	section.work-details .images > div:nth-child(2) {
		margin-top: -20%;
	}
	section.work-details .text {
		margin-left: 0;
		margin-top: 10%;
	}
	section.map .text {
		text-align: center;
		margin-top: 50px;
	}
	section.map .text address {
		margin: 50px auto;
	}
	section.contact-form {
		padding-top: 0;
	}
	section.contact-form .image {
		display: none;
	}
}
@media screen and (max-width: 576px) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3.2rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	section.home-intro {
		height: 90vh;
	}
	section.home-more .redblock {
		padding: 50px var(--ionic-gutter-x);
	}
	section.home-more .redblock:before {
		width: 100%;
	}
	section.home-more .second-block .text {
		margin-bottom: 50px;
	}
	section.home-works .works-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	section.home-icons .icons-list {
		grid-template-columns: repeat(1, 1fr);
	}
	section.post-intro .image {
		margin-top: 40px;
		margin-right: auto;
	}
	section.about-1 .images.overlapped .main-img {
		width: 80%;
		height: 300px;
	}
	section.about-1 .images.overlapped .second-img {
		margin-left: -50%;
		width: 90%;
		height: 50%;
	}
	section.about-profiles .profiles {
		margin-top: -150px;
	}
	section.solutions-details .image {
		margin-bottom: 50px;
	}
	.big-number {
		margin-bottom: 20px;
	}
	footer .contact-us .text {
		margin-bottom: 50px;
	}
	footer .contact-us .button {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 414px) {
	:root {
		--ionic-gutter-x: 15px;
		--logo-width: 160px;
	}
	h1 {
		font-size: 10vw;
	}
	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
	h2 {
		font-size: 2.8rem;
	}
	 .narrower {
		padding-left: 35px;
		padding-right: 35px;
	}
	/*
	section.intro {
		height: 70vh;
		min-height: 400px;
	}
	section.intro .section-content {
		align-items: flex-end;
		padding-bottom: 50px;
	} */
	section.post-intro {
		margin-top: -150px;
	}
	section.intro .section-content .area {
		font-size: 2.2rem;
	}
	section.post-intro .narrower {
		padding-top: 50px;
	}
	section.post-intro .image img {
		width: 120%;
	}
	section.about-1 .images.overlapped .second-img {
		margin-left: -65%;
	}
	section.home-works .works-list .work .work-name {
		font-size: 1.8rem;
	}
	section.work-intro .section-content .bg-image {
		left: 0;
	}
	section.work-intro {
		height: 90vh;
	}
	section.work-intro .section-content .white-block {
		background-color: transparent;
	}
	section.work-intro .section-content .white-block h1,
	section.work-intro .section-content .white-block p {
		color: white;
	}
	section.latest-works .work-slide {
		grid-template-columns: repeat(1, 1fr);
	}
	section.latest-works .work-single .icr-gallery-what .work-location {
		font-size: 1.4rem;
	}
	section.latest-works .work-single .icr-gallery-what .work-name {
		font-size: 2.2rem;
	}
	section.about-profiles .profiles .profile-pictures {
		grid-template-columns: repeat(2, 1fr);
	}
	section.contact-form .form-container {
		padding: 60px 50px;
	}
	footer .footer-content .footer-bottom .company-data {
		display: block;
	}
	footer .footer-content .footer-bottom .company-data span {
		display: block;
	}
	footer .footer-content .footer-bottom .company-data a {
		display: inline-block;
		margin-left: 0;
		margin-right: 5px;
	}
}
@media screen and (max-width: 375px) {
	
}
@media screen and (max-width: 320px) {
	a.cta {
		padding: 14px;
	}
	section.home-intro .section-content .buttons {
		
	}
	footer .footer-content .footer-bottom .company-data {
		font-size: 1.2rem;
		line-height: 1.6;
	}
}
/* DEBUG */
/* * { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }   */