body{
	font-family: 'Crimson Text', serif; font-weight: 400;
	background-color:#ffffff;
	color: #2d2a34;
}

.hasAnimation{
	opacity: 0;
	
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	
	-webkit-transform: scale(.95) translate3d(0, 40px, 0);
	-moz-transform: scale(.95) translate3d(0, 40px, 0);
	-ms-transform: scale(.95) translate3d(0, 40px, 0);
	transform:scale(.95) translate3d(0, 40px, 0);
}

.hasAnimation.hasAnimation--animated{
	opacity: 1;
	
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	-moz-transform: scale(1) translate3d(0, 0, 0);
	-ms-transform: scale(1) translate3d(0, 0, 0);
	transform:scale(1) translate3d(0, 0, 0);
}

/* MENU */

.rcc-menu--landscape{
	display: none;
}
.rcc-menu--portrait{
	display: flex;
}

@media screen and (min-width: 768px) {
	.rcc-menu--landscape{
		display: block;
	}
	.rcc-menu--portrait{
		display: none;	
	}
}

.rcc-menu{
	padding: 2rem 0 3rem;
	text-align: center;
}

.rcc-menu__logo{
	width: 174px; height: 62px;
	margin-bottom: 2rem;
}

.rcc-menu__navigation{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0; padding: 0;
	list-style: none; list-style-type: none;
}

.rcc-menu__navigation li{
	padding: 0 .5rem;
}

.rcc-menu__navigation li a{
	font-family: 'Overpass', sans-serif;
	font-size: .75rem;
	font-weight: 500;
	color: #191520;
	text-transform: uppercase;
	text-decoration: none;
}

.rcc-menu__navigation li a::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right center;
  height: 2px;
  background: #191520;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rcc-menu__navigation li a:hover::before, .rcc-menu__navigation li.is-active a::before{
  transform-origin: left center;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

@media screen and (min-width: 480px) {
 .rcc-menu__navigation li a{
 	font-size: .9rem;
 }
 .rcc-menu__navigation li{
 	padding: 0 1rem;
 }
}
@media screen and (min-width: 768px) {
 .rcc-menu__navigation li a{
 	font-size: 1rem;
 }
 .rcc-menu__navigation li{
 	padding: 0 1.4rem;
 }
}
@media screen and (min-width: 1024px) {
 .rcc-menu__navigation li a{
 	font-size: 1.125rem;
 }
 .rcc-menu__navigation li{
 	padding: 0 1.6rem;
 }
}
@media screen and (min-width: 1440px) {
 .rcc-menu__navigation li a{
 	font-size: 1.375rem;
 }
 .rcc-menu__navigation li{
 	padding: 0 1.8rem;
 }
}

/* FINE MENU */

/*
 *
 * SOME COMMON TEXT STYLES: es. underlined__title 
 *
 */
 
.underlined__title{
	color: #191520;
	font-size: 28px;
	font-family: 'Overpass', sans-serif;
	font-size: 1.45rem;
	font-weight: 200;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 1024px) {
	.underlined__title{
		font-size: 1.75rem;
	}
}


.simple__text, .simple__text--container *{
	font-size: 1rem; line-height: 1.3;
	font-family: 'Crimson Text', serif; font-weight: 400;
	color: #2d2a34; margin: 0;
}

.simple__text a, .simple__text--container a{
	color: #66636a;
}

@media screen and (min-width: 768px) {
	.simple__text, .simple__text--container *{
		font-size: 1.2rem; line-height: 1.4;
	}
}

@media screen and (min-width: 1024px) {
	.simple__text, .simple__text--container *{
		font-size: 1.35rem; line-height: 1.4;
	}
}

@media screen and (min-width: 1440px) {
	.simple__text, .simple__text--container *{
		font-size: 1.5rem; line-height: 1.4;
	}
}

/* FOOTER */
.rcc-footer{
	padding-top: 0; text-align: center;
	padding: 25px 0;
}
.rcc-footer p{
	font-size: 12px; line-height: 1.2; color: #2d2a34;
}

@media screen and (min-width: 1024px) {
	.rcc-footer p{
		font-size: 14px; line-height: 1.2;
	}
}

@media screen and (min-width: 1440px) {
	.rcc-footer p{
		font-size: 16px; line-height: 1.2;
	}
}

/* HOME MAIN DESCRIPTION */
.main-introduction{
	text-align: center;
}

.main-introduction h1{
	font-size: 1.875rem; line-height: 1.1;
	color: #2d2a34; font-family: 'Crimson Text', serif; font-weight: 700;
	margin: 0; visibility: hidden; height: 1rem;
}

.main--home .main-introduction h1{
	visibility: visible;
	height: auto; margin-bottom: 1rem;
}

.main-introduction p{
	font-size: 1rem; line-height: 1.3;
	color: #2d2a34;
	margin: 0; padding: 0 20px;
}

.main-introduction p br, .simple__text br{
	display: none;
}

.simple__text.simple__text--brok br{
	display: block;
}

@media screen and (min-width: 768px) {
	.main-introduction h1{
		font-size: 2.1rem; line-height: 1.2;
	}
	
	.main-introduction p{
		font-size: 1.125rem; line-height: 1.3;
	}
	.main-introduction p br, .simple__text br{
		display: block;
	}
	
}

@media screen and (min-width: 1024px) {
	.main-introduction h1{
		font-size: 2.4rem; line-height: 1.2;
	}
	
	.main-introduction p{
		font-size: 1.325rem; line-height: 1.3;
	}
	
	.main-introduction.main-introduction--large p{
		padding: 0 20px;
	}
}

@media screen and (min-width: 1440px) {
	.main-introduction h1{
		font-size: 2.625rem; line-height: 1.2;
	}
	
	.main-introduction p{
		font-size: 1.5rem; line-height: 1.3;
	}
}


/* INTRO ABOUT */
.give-some-padding{
	padding: 2rem 0;
}

.intro-about__elements{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0; padding: 0; padding-top: 1.6rem;
}
.intro-about__elements__image, .intro-about__elements__text{
	width: 100%; text-align: left;
}
.intro-about__elements__image h3{
	color: #191520; font-family: 'Crimson Text', serif; font-weight: 700;
	font-size: 1.1rem; margin: 0;
}

@media screen and (min-width: 768px) {
	.intro-about__elements{
		flex-wrap: nowrap;
	}
	.intro-about__elements__image{
		width: 35%;
	}
	.intro-about__elements__text{
		text-align: left;
		width: 65%;
		padding-left: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.intro-about__elements__image h3{
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1440px) {
	.intro-about__elements__image h3{
		font-size: 1.375rem;
	}
}

/* HAVE MANAGED */

.have-managed p, .worked-with p, .have-served p, .give-some-padding p{
	text-align: center;
}

.have-managed ul, .have-managed ul li, .have-managed ol, .have-managed ol li{
	list-style: none; list-style-type: none;
}

.have-managed ul, .have-managed ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0; padding: 0;
}

@media screen and (min-width: 768px) {
	.have-managed ul{
		display: flex;
		flex-wrap: nowrap;
	}
}

.have-managed ul li{
	padding-top: 2rem;
}

.have-managed ol{
	align-items: baseline;
}

.have-managed ol li{
	margin: 0 1rem;
	text-align: center;
	padding-top: 0;
}

.have-managed h3{
	font-size: 1.25rem; line-height: 1.2; color: #191520;
	font-family: 'Crimson Text', serif; font-weight: 700;
	text-align: center;
}

@media screen and (min-width: 1440px) {
	.have-managed h3{
		font-size: 1.5rem; line-height: 1.2;
	}
}

/* WORKED WITH */
.have-served{
	padding: 2rem 0;
}

.have-served ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0; padding: 0; list-style: none; list-style-type: none;
}

.have-served li{
	margin: 2rem 1rem 0;
	text-align: center;
	min-width: 100px;
}

.have-served li img{
	height: 70px; width: auto;
}

.have-served li p{
	font-size: 1rem; line-height: 1.2;
	font-family: 'Crimson Text'; font-weight: 600;
	color: #191520;
}

@media screen and (min-width: 600px) {
	.have-served li{
		min-width: 140px;
	}
}


@media screen and (min-width: 768px) {
	.have-served li{
		margin: 2rem 1rem 0;
		min-width: 180px;
	}
	.have-served li p{
		font-size: 1.15rem;
	}
}

@media screen and (min-width: 1024px) {
	.have-served li p{
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1440px) {
	.have-served li{
		margin: 2rem 3rem 0;
	}
	.have-served li p{
		font-size: 1.365rem;
	}
}



/* WORKED WITH */
.worked-with{
	padding: 2rem 0;
}

.worked-with__elements{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0; padding: 0; list-style: none; list-style-type: none;
	margin-top: 2rem;
}

.worked-with__elements li{
	margin: 2rem 1.25rem;
}

.worked-with__elements li img{
	max-width: 90px;
	width: auto; height: auto;
}

.worked-with__elements li img.logo-90{
	max-width: 70px;
}
.worked-with__elements li img.logo-120{
	max-width: 80px;
}
.worked-with__elements li img.logo-140{
	max-width: 90px;
}
.worked-with__elements li img.logo-160{
	max-width: 110px;
}
.worked-with__elements li img.logo-200{
	max-width: 125px;
}
.worked-with__elements li img.logo-240{
	max-width: 135px;
}

@media screen and (min-width: 768px) {
	.worked-with__elements li img.logo-90{
		max-width: 80px;
	}
	.worked-with__elements li img.logo-120{
		max-width: 95px;
	}
	.worked-with__elements li img.logo-140{
		max-width: 110px;
	}
	.worked-with__elements li img.logo-160{
		max-width: 130px;
	}
	.worked-with__elements li img.logo-200{
		max-width: 165px;
	}
	.worked-with__elements li img.logo-240{
		max-width: 200px;
	}
}


@media screen and (min-width: 1024px) {
	
	.worked-with__elements li{
		margin: 2rem 2rem;
	}
	
	.worked-with__elements li img.logo-90{
		max-width: 90px;
	}
	.worked-with__elements li img.logo-120{
		max-width: 120px;
	}
	.worked-with__elements li img.logo-140{
		max-width: 140px;
	}
	.worked-with__elements li img.logo-160{
		max-width: 160px;
	}
	.worked-with__elements li img.logo-200{
		max-width: 200px;
	}
	.worked-with__elements li img.logo-240{
		max-width: 240px;
	}
}




/*



/* projects-highlight */
.projects-highlight{
	padding: 2rem 0 3rem;
}

.projects-highlight__container, .projects-highlight__container li{
	list-style: none; list-style-type: none; margin: 0; padding: 0;
}

.projects-highlight__container li{
	width: 100%;
	height: 78vh;
	position: relative;
}

.projects-highlight__container li .projects-highlight__container__text-container{
	position: absolute;
	left: 50%; top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	z-index: 10;
}

.projects-highlight__container li:nth-child(even){
	overflow: hidden;
}

.projects-highlight__container li .projects-highlight__container__text-container h3{
	font-family: 'Crimson Text', serif; font-weight: 700;
	font-size: 1.75rem; line-height: 1.2;
	color: #2d2a34; text-align: center;
	width: 270px; margin: 0 0 1rem;
	
	/* state */
	transform: translate3d(-30px, 0, 0);
	-webkit-transform: translate3d(-30px, 0, 0);
	-moz-transform: translate3d(-30px, 0, 0);
	-ms-transform: translate3d(-30px, 0, 0);
	-o-transform: translate3d(-30px, 0, 0);
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.projects-highlight__container li.hasAnimation--animated .projects-highlight__container__text-container h3{
	opacity: 1;
	
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.projects-highlight__container__text-container__positioned{
	text-align: center;
}

.projects-highlight__container li .projects-highlight__container__text-container a{
	color: #2d2a34;
	font-size: 1rem; line-height: 1.2;
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	
	/* state */
	transform: translate3d(-30px, 0, 0);
	-webkit-transform: translate3d(-30px, 0, 0);
	-moz-transform: translate3d(-30px, 0, 0);
	-ms-transform: translate3d(-30px, 0, 0);
	-o-transform: translate3d(-30px, 0, 0);
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;	
}

.projects-highlight__container li.hasAnimation--animated .projects-highlight__container__text-container a{
	opacity: 1;
	
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.projects-highlight__container__text-container img{
	padding-left: 5px;
}

.projects-highlight__container li .projects-highlight__container__image-link{
	position: absolute; right: 0; top: 0;
	width: 100%; height: 100%; overflow: hidden;
}

.projects-highlight__container li:nth-child(even) .projects-highlight__container__image-link{
	left: 0; right: auto;
}

.projects-highlight__container__image-link picture{
	position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
}

.projects-highlight__container li .projects-highlight__container__image-link a::before{
	content: ""; position: absolute; z-index: 2;
	left: 0; top: 0; width: 100%; height: 100%;
	background-color: #FFF; opacity: 0.65;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

@media screen and (min-width: 1024px) {

	.projects-highlight__container li .projects-highlight__container__text-container h3, .projects-highlight__container__text-container__positioned{
		text-align: left;
	}

	.projects-highlight__container li .projects-highlight__container__image-link a::before{
		background-color: #000;
		opacity: 0;
	}
	.projects-highlight__container li:hover .projects-highlight__container__image-link a::before{
		opacity: .4;
	}	
}

.projects-highlight__container li .projects-highlight__container__image-link a{
	background-size: cover; background-position: center center;
	display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	
	-webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.projects-highlight__container li:hover .projects-highlight__container__image-link a{
	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform:scale(1.05);
	
	-webkit-transition: transform 1s linear;
	-moz-transition: transform 1s linear;
	-o-transition: transform 1s linear;
	transition: transform 1s linear;

}

@media screen and (min-width: 1024px) {
	
	.projects-highlight__container li:nth-child(odd) .projects-highlight__container__text-container{
		left: 0; top: 6rem; width: 100%;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
	}
	
	.projects-highlight__container li:nth-child(even) .projects-highlight__container__text-container{
		position: absolute;
		left: auto; right: 0; top: 6rem; width: 100%;
		transform: translate3d(70%, 0, 0);
		-webkit-transform: translate3d(70%, 0, 0);
		-moz-transform: translate3d(70%, 0, 0);
		-ms-transform: translate3d(70%, 0, 0);
		-o-transform: translate3d(70%, 0, 0);
	}
	
	.projects-highlight__container li .projects-highlight__container__image-link{
		position: absolute; right: 0; top: 0;
		width: 70%; height: 100%; overflow: hidden;
	}
	
	.projects-highlight__container li .projects-highlight__container__text-container h3{
		font-size: 2.25rem;
		color: #2d2a34;
	}
	
	.projects-highlight__container li .projects-highlight__container__text-container a{
		font-size: 1.25rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1440px) {
	.projects-highlight__container li .projects-highlight__container__text-container a{
		font-size: 1.375rem; line-height: 1.2;
	}
}

.projects-highlight .projects-highlight__view-all{
	margin: 3rem auto 0; display: inline-block;
	font-size: 1.125rem; line-height: 1.2; letter-spacing: .05rem;
	text-decoration: none;
	font-family: 'Overpass', sans-serif;
	font-weight: 500; color: #66636a; text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
	.projects-highlight .projects-highlight__view-all{
		font-size: 1.375rem; letter-spacing: .1rem;
	}
}

/* BLOCCO CONTATTI */

.contact-us{
	text-align: center;
	padding-top: 2rem;
}
.contact-us__contacts{
	padding: 0;
}

.contact-us__contacts a{
	font-size: 1.325rem; line-height: 1.2;
	text-decoration: none; color: #66636a;
	font-family: 'Overpass', sans-serif; font-weight: 700;
	display: inline-block;
	margin: .5rem 0;
	
	-webkit-transition: color 0.4s ease-in-out 0s;
	-moz-transition: color 0.4s ease-in-out 0s;
	-o-transition: color 0.4s ease-in-out 0s;
	transition: color 0.4s ease-in-out 0s;
}

.contact-us__contacts a:hover{
	color: #96939a;
}

@media screen and (min-width: 768px) {
	.contact-us__contacts a{
		font-size: 1.625rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1024px) {
	.contact-us__contacts a{
		font-size: 1.75rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1440px) {
	.contact-us__contacts a{
		font-size: 2rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1600px) {
	.contact-us__contacts a{
		font-size: 2.125rem; line-height: 1.2;
	}
}


/* PROJECT DETAIL */

.arrow-link{
	color: #2d2a34;
	font-size: .8rem; line-height: 1.2; letter-spacing: .035rem;
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.is-inactive{
	opacity: .5;
}

.arrow-link--left img{
    padding-right: 14px;
}

.arrow-link--right{
	margin-left: 30px;
}

.arrow-link--right img{
	padding-left: 5px;
}

@media screen and (min-width: 768px) {
	.arrow-link{
		font-size: .9rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1024px) {
	.arrow-link{
		font-size: 1.05rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1440px) {
	.arrow-link{
		font-size: 1.15rem; line-height: 1.2;
	}
}
@media screen and (min-width: 1600px) {
	.arrow-link{
		font-size: 1.25rem; line-height: 1.2;
	}
}

.prev-next-container{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	top: -1rem;
}

.prev-next-container nav{
	text-align: right;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.prev-next-container nav{
		width: auto;
	}
}


.project_background_image{
	background-position: center center;
	background-size: cover;
	width: 100%; height: 65vh;
	width: 100%;
}

.project_detail_description{
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0;
}

.project_detail_description__side{
	width: 100%;
	margin: 2rem 0;
}

.project_detail_description__side ul, .project_detail_description__side li{
	list-style: none; list-style-type: none; margin: 0; padding: 0;
}

.project_detail_description__side li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.project_detail_description__side li strong{
	width: 100%;
	font-family: 'Crimson Text', serif; font-weight: 700;
	color: #191520;
	font-size: 1.1rem; line-height: 1.2;
}
.project_detail_description__side p{
	margin: 0; font-size: 1.1rem; line-height: 1.4;
}

@media screen and (min-width: 768px) {
	.project_detail_description__side li{
		flex-wrap: nowrap;
		margin-bottom: 0;
	}
	
	.project_detail_description__side li strong{
		width: 180px;
	}
	.project_detail_description__side li strong, .project_detail_description__side p{
		font-size: 1.15rem; line-height: 1.5;
	}
	.project_detail_description{
		margin: 3rem 0;
	}
}

@media screen and (min-width: 1024px) {
	.project_detail_description{
		flex-wrap: nowrap;
		margin: 4rem 0;
	}
	.project_detail_description__side{
		width: 50%; margin: 0;
	}
	
	.project_detail_description__side li strong, .project_detail_description__side p{
		font-size: 1.2rem; line-height: 1.6;
	}
}

@media screen and (min-width: 1440px) {
	.project_detail_description__side li strong, .project_detail_description__side p{
		font-size: 1.35rem; line-height: 1.6;
	}
}


@media screen and (min-width: 1600px) {
	.project_detail_description__side li strong, .project_detail_description__side p{
		font-size: 1.5rem; line-height: 1.6;
	}
	.project_detail_description__side li strong{
		width: 220px;
	}
}

/* effetti blocco centrale */

.hasAnimation .project_detail_description__side--left-side strong, .hasAnimation .project_detail_description__side--left-side p{
	opacity: 0;
	-moz-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hasAnimation .project_detail_description__side--left-side strong{
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.hasAnimation .project_detail_description__side--left-side p{
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.hasAnimation .project_detail_description__side--right-side p{
	opacity: 0;
	-moz-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.hasAnimation.hasAnimation--animated .project_detail_description__side--left-side strong, .hasAnimation.hasAnimation--animated .project_detail_description__side--left-side p{
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hasAnimation.hasAnimation--animated .project_detail_description__side--right-side p{
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.project_detail__gallery{
	margin: 3rem 0 5rem;
}

.project_detail__gallery img{
	width: 100%; height: auto; display: block;
}

.go-up{
	position: fixed;
	right: 20px; top: 50%;
	width: 40px; height: 40px; margin-top: -20px;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
	
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.go-up svg{
	fill: #FFF;
	width: 20px; height: auto;
	position: absolute; left: 50%; top: 50%;
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

/* CONTACTS */

.contacts-page{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 3rem;
}

.contacts-page .contacts-page__addresses{
	width: 100%;
	margin-bottom: 2rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.contacts-page{
		justify-content: center;
		margin-top: 4rem;
	}
	
	.contacts-page .contacts-page__addresses{
		width: auto;
		padding: 0 5rem;
		text-align: left;
	}
}

#map{
	width: 100%; height: 570px; margin: 4rem 0 0rem;
}

@media screen and (min-width: 1440px) {
	#map{
		height: 700px;
	}
}

.infoBox{
	border: 1px solid #dedede;
}

.infoBox img{
	z-index: 100;
}

.infoBox h3{
	margin-bottom: 0 !important;
}

.infoBox p{
	line-height: 1.6;
}

.infoBox p a{
	color: #2d2a34;
}

/* freccie right */

.effetto-frecciette{
	/* da 65 */
	padding-right: 80px;
	color: #66636a !important;
	letter-spacing: .05rem !important;
}

.effetto-frecciette img{
	position: absolute; right: 0; bottom: 7px;
	-moz-transform: translate3d(-10px, 0, 0);
	-o-transform: translate3d(-10px, 0, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.effetto-frecciette:hover img{
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* freccie left */

.effetto-frecciette--left{
	color: #66636a !important;
	letter-spacing: .05rem !important;
	padding-left: 80px;
}

.effetto-frecciette--left img{
	position: absolute; left: 0; bottom: 7px;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.effetto-frecciette--left:hover img{
	-moz-transform: translate3d(-10px, 0, 0);
	-o-transform: translate3d(-10px, 0, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.prev-next-container .effetto-frecciette--left{
	padding-left: 58px;
}
.prev-next-container .effetto-frecciette--left img{
	width: 45px; padding-right: 0;
	bottom: 4px;
}

.prev-next-container .arrow-link--right{
	padding-left: 40px; padding-right: 64px;
}
.prev-next-container .arrow-link--right img{
	width: 45px; padding-left: 0;
	bottom: 5px;
}


.main--about img{
	opacity: .7;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	.main--about img{
		margin-bottom: 0;
	}
}

.main--about #main--about_img-background{
	position: fixed; left: 0; top: 0; height: 100vh; width: auto;
	opacity: .2; margin: 0;
}

/* services-section page*/

.services-section{
	padding: 50px 0;
}

.services-section--interior-fitting{
	background: #fff url('../img/services/interior-fitting-back.jpg') no-repeat right top;
	background-size: contain;
}

.services-section--project-consulting{
	background: #fff url('../img/services/project-consulting-back.jpg') no-repeat left top;
	background-size: contain;
}

.services-section--project-management{
	background: #fff url('../img/services/project-management-back.jpg') no-repeat right top;
	background-size: contain;
}

.services-section--furniture{
	background: #fff url('../img/services/furniture-back.jpg') no-repeat left top;
	background-size: contain;
}

.services-section .content-l-container{
	display: flex;
	flex-wrap: wrap;
}
.services-section .services-section__text-area{
	width: 100%;
	order: 1;
}

.services-section .services-section__text-area h2, .services-section .services-section__text-area h3, .services-section .services-section__text-area h4, .services-section .services-section__text-area h5{
	font-family: 'Crimson Text', serif; font-weight: 700;
	font-size: 1.75rem; line-height: 1.2;

	/* state */
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.services-section .services-section__text-area .services-section__text-area__description{
	/* state */
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.services-section.hasAnimation--animated .services-section__text-area h2, .services-section.hasAnimation--animated .services-section__text-area h3, .services-section.hasAnimation--animated .services-section__text-area h4, .services-section.hasAnimation--animated .services-section__text-area h5, .services-section.hasAnimation--animated .services-section__text-area .services-section__text-area__description{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.services-section .services-section__image-area{
	width: 100%;
	order: 0;
}
.services-section .services-section__image-area img{
	width: 100%; height: auto;
	display: block; margin: 0; position: relative;
}

@media screen and (min-width: 768px) {
	.services-section{
		padding: 30px 0;
	}
	.services-section.services-section--furniture{
		padding: 50px 0;
	}
	.services-section.services-section--project-consulting, .services-section.services-section--project-management{
		padding: 70px 0;
	}
	.services-section .content-l-container{
		display: flex;
		flex-wrap: nowrap;
	}
	.services-section .services-section__text-area{
		width: 60%;
	}
	.services-section .services-section__image-area{
		width: 40%;
	}
	.services-section.services-section--text-left .services-section__text-area{
		order: 0;
	}
	.services-section.services-section--text-left .services-section__image-area{
		order: 1;
	}
	
	.services-section__text-area .services-section__text-area__description{
		padding: 0 50px 0 30px;
	}
	
	.services-section .services-section__image-area img{
		position: absolute; top: 50%; left: 0;
		transform: translate3d(20%, -50%, 0);
		width: 220px; height: auto;
	}
	
	.services-section.services-section--text-left .services-section__image-area img{
		position: absolute; top: 50%; right: 0; left: auto;
		transform: translate3d(-20%, -50%, 0);
	}
	
	.services-section .services-section__text-area h2, .services-section .services-section__text-area h3, .services-section .services-section__text-area h4, .services-section .services-section__text-area h5{
		font-family: 'Crimson Text', serif; font-weight: 700;
		font-size: 1.75rem; line-height: 1.2;
	}
}

@media screen and (min-width: 1024px) {
	.services-section{
		padding: 60px 0;
	}
	.services-section.services-section--furniture{
		padding: 80px 0;
	}
	.services-section.services-section--project-consulting, .services-section.services-section--project-management{
		padding: 100px 0;
	}
	.services-section .services-section__text-area h2, .services-section .services-section__text-area h3, .services-section .services-section__text-area h4, .services-section .services-section__text-area h5{
		font-size: 2rem;
	}
	.services-section .services-section__image-area img{
		width: 260px;
	}
}

@media screen and (min-width: 1440px) {
	.services-section{
		padding: 70px 0;
	}
	.services-section.services-section--furniture{
		padding: 90px 0;
	}
	.services-section.services-section--project-consulting, .services-section.services-section--project-management{
		padding: 110px 0;
	}
	
	.services-section__text-area .services-section__text-area__description{
		padding: 0 90px 0 30px;
	}
	
	.services-section .services-section__text-area h2, .services-section .services-section__text-area h3, .services-section .services-section__text-area h4, .services-section .services-section__text-area h5{
		font-size: 2.15rem;
	}
	.services-section .services-section__image-area img{
		width: 320px;
	}
}

@media screen and (min-width: 1600px) {
	.services-section{
		padding: 140px 0;
	}
	.services-section.services-section--furniture{
		padding: 160px 0;
	}
	.services-section.services-section--project-consulting, .services-section.services-section--project-management{
		padding: 180px 0;
	}
	.services-section .services-section__image-area img{
		width: 380px;
	}
	.services-section .services-section__text-area h2, .services-section .services-section__text-area h3, .services-section .services-section__text-area h4, .services-section .services-section__text-area h5{
		font-size: 2.25rem;
	}
}

/* inner menu services */

.inner-menu {
  position: sticky;
  background-color: #FFF;
  padding: 20px 0;
  overflow: hidden;
  overflow-x: visible;
  z-index: 5;
  top: 0;
  height: 40px;
  border-bottom: 1px solid #4a4a4a;
}

@media screen and (max-width: 768px) {
	.inner-menu {
		top: 70px;
	}
}


.inner-menu .inner-menu__list{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  
  margin: 0; padding: 0;
  list-style: none; list-style-type: none;
}
.inner-menu .inner-menu__list li {
	padding: 0;
	list-style: none; list-style-type: none;
	
	color: #191520;
	font-size: .6rem; line-height: 1.2;
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	padding: 3px 5px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center; display: inline-block;
	margin: 0 .25rem;
}


.inner-menu .inner-menu__list li:hover, .inner-menu .inner-menu__list li.btn--active{
	color: #191520;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.inner-menu .inner-menu__list li::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right center;
  height: 2px;
  background: #191520;
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.inner-menu .inner-menu__list li:hover::before, .inner-menu .inner-menu__list li.btn--active::before{
  transform-origin: left center;
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
	.inner-menu .inner-menu__list li{
		font-size: .8rem;
		margin: 0 1.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.inner-menu .inner-menu__list li{
		font-size: .9rem;
		margin: 0 1.4rem;
	}
}

@media screen and (min-width: 1440px) {
	.inner-menu .inner-menu__list li{
		font-size: 1.1rem;
		margin: 0 1.5rem;
	}
}
@media screen and (min-width: 1600px) {
	.inner-menu .inner-menu__list li{
		font-size: 1.2rem;
		margin: 0 1.5rem;
	}
}

.furniture-and-exterior-cladding__gallery{
	margin: 0; padding: 0;
	list-style: none; list-style-type: none;
	display: flex; flex-wrap: wrap; 
	justify-content: center; align-items: center;
}
.furniture-and-exterior-cladding__gallery li{
	list-style: none; list-style-type: none; padding: 0;
	width: 100%;
}
.furniture-and-exterior-cladding__gallery li img{
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto 3rem;
	display: block;
}

@media screen and (min-width: 768px) {
	.furniture-and-exterior-cladding__gallery{
		flex-wrap: nowrap;
		width: auto;
		justify-content: space-around;
		transform: translate3d(0, -40px, 0);
		margin-bottom: 3rem;
	}
	.furniture-and-exterior-cladding__gallery li{
		padding: 0 1vw;
	}
	.furniture-and-exterior-cladding__gallery li img{
		margin: 0;
	}
}