﻿@charset "utf-8";
/* CSS Document */

/* Importazione fogli di stile */
@import "reset.css";
@import "navigation.css";
/*@import "font-22022019.css";*/
@import "animate.css";
@import "preloader.css";
@import "lightgallery.css";
@import "swiper.min.css";
@import "cookie.css";
@import "View360.css";

/*///////////////////////////////////////////////////*/

body {
	font-size:14px;
	line-height:15px;
	/*background-color:#ffffff;*/
	/*font-family: 'Nunito', sans-serif;*/
	font-family: "Roboto", sans-serif;
}

.clear {clear:both;}

p {
	color:#484F57;
}

b, strong {font-family: 'Roboto', sans-serif;}

a {color:#000000}

i, em {
	/*font-family: 'hkg_italic', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

iframe{
	width:100%;
}

.transition500 {
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.transition250 {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.transition100 {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.spacer35px {
	clear:both;
	height:35px;
	display:block;
}

.spacer70px {
	clear:both;
	height:70px;
	display:block;
}

.spacer-header {
	height:65px;
	clear:both;
	display:block;
}

@media screen and (max-width: 1300px) {
	.spacer-header  {
		height:98px;
	}
}


/*///////////////////////////////////////////////////*/

.wrapper {
	margin:0 auto;
	width:86%;
	/*background:orange;*/
	max-width: 1500px;
}

.home .wrap-absolute {
	position:absolute;
	/*top:100%;*/
	width:100%;
}

/* STILI PER L'ANIMAZIONE DEL LOGO IN HOME PAGE */
.anim-logo-box{
	position: fixed;
	/*background-color: rgba(255,255,255,1);*/
	background-image: linear-gradient(black, rgba(0,0,0,0.5));
	z-index:130;
	width:100%;
	height:100%;
}
.fkndiv{
	margin:auto;
	width:84%;
	max-width: 1500px;
	cursor: pointer;
	/*font-size: 4em;*/
	

}
.anim-logo{
	width:50%;
	margin:45px 0 0 0;
}
/*----------------*/

.home_logo{
	width:50%;
}

.interno .wrap-absolute {
	/*position:fixed;*/
	width:100%;
	top:100px;
}

/* freccia down */
#frecciadown {
    /*background-color:#000000;*/
    z-index: 9;
	margin-left:-25px;
	width: 50px;
	margin: auto;
}

    #frecciadown:hover {
        opacity:1;
    }

    #frecciadown span {
        display:block;
        width:50px;
        height:50px;
        background-image: url("../img/arrow-down-black.svg");
        background-repeat:no-repeat;
        background-position: center center;
        background-size:23px auto;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }
	/*
    #frecciadown:hover span {
        background-size:24px auto;
    }
	*/

/* slide up panel */

.interno .slide-up-panel {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#ffffff;
	z-index: 9;
	top:0;
	left:0;
}

	.interno .slide-up-panel .wrap-contenuto {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
	}

	.interno .slide-up-panel .wrap-contenuto .wrapper {
		position: relative;
		top:50%;
		margin-top:-20%;
	}

	.interno .slide-up-panel .wrap-contenuto .wrapper .altezza {
		padding-bottom: 40%;
	}

	.interno .slide-up-panel .wrap-contenuto .titolo {
		position:absolute;
		top:20%;
		font-size:13em;
		z-index: 3;
		line-height:1em;
	}

	.interno .slide-up-panel .wrap-contenuto .immagine {
		position: absolute;
		top:0;
		right:0;
		width:60%;
		height:100%;
	}

	.View360-clickableArea {
		cursor: url('../img/ico-360.ico'), default;
		/*cursor:pointer;*/
	}


	#intro.rettangolare {
		width: 100%;
		margin:auto;
		background-color: #fff;
		max-height: 600px;
	}

	#intro.rettangolare .slide {
		max-height: 600px;
		text-align: center;
	}
	#intro.rettangolare .slide img {
		max-height: 600px;
		max-width: 600px;
		margin: auto;
		width: 100%;
	}


	.interno .opacity-panel {
		position:fixed;
		top:0;
		left:0;
		margin-top:35%;
		width:100%;
		height:100%;
		/*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=0 );*/
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

		z-index:8;
		-webkit-transition: all 500ms ease-in;
		-moz-transition: all 500ms ease-in;
		-o-transition: all 500ms ease-in;
		transition: all 500ms ease-in;
	}

		.interno .test {
			margin-top:0;
			position:absolute;
		}

		.interno .test2 {
			margin-top:20%;
			position:absolute;
		}

	.interno .altezza-slide-up {
		margin-top:0px;
		width:10px;
		height:200%;
	}

	.interno .elemento {}

	.interno .spazio {width:40px; position:relative;}

@media screen and (orientation:portrait) {

	.touchevents .home .wrap-absolute {
	    top: 30%;
	} /* modificato il 01/06/2017 */

 }

@media screen and (orientation:landscape) {

	/* tolto il contenuto il 01/06/2017 */

}

/*.no-touchevents .box {}
.touchevents .box {} */

/*///////////////////////////////////////////////////*/
#header {
    position: relative;

}

/* modificato 01/06/2017 */
/* regolazione scritta homepage */
/*.no-touchevents .wrap-scritta1 {display:block;}
.no-touchevents .wrap-scritta2 {display:none;}
.no-touchevents .wrap-scritta3 {display:none;}
.no-touchevents .wrap-scritta4 {display:none;}*/

/* modificato 01/06/2017 */
/*.touchevents .wrap-scritta-touch {display:block;}
.no-touchevents .wrap-scritta-touch, .touchevents .wrap-scritta1 {display:none;}*/

.no-touchevents .wrap-scritta {
	position:fixed;
	z-index:13;
	width:100%;
	background-color:#ffffff;
	height: 100%;
	line-height: 0.8;
	padding-top:30px;
}

.touchevents .wrap-scritta {
	position:absolute;
	z-index:13;
	width:100%;
	background-color:#ffffff;
	line-height: 0.8;
	padding-top:30px;
}

.touchevents .wrap-scritta h1 {font-size:13em;}
.touchevents .line {width:1.1em; height:0.15em;}

/* modificato 01/06/2017 */
/*.no-touchevents*/ .wrap-scritta,
/*.no-touchevents*/ .wrap-box-home2 .box {
	font-size:13px
}; /* modificato 01/06/2017 */

/* modificato 01/06/2017 */
/*.touchevents .wrap-scritta {
	position:absolute;
	z-index:13;
	width:100%;
	background-color:#ffffff;
}*/

/* modificato 01/06/2017 */
/*.no-touchevents*/.scritta {
	display:block;
	line-height:0.9em;
	padding-top:30px;
}

/* modificato 01/06/2017 */
/*.touchevents .scritta {
	font-size:13em;
	line-height:1em;
	padding-top:30px;

}*/

/* modificato 01/06/2017 */
/*.no-touchevents*/ .scritta .line {
	display: inline-block;
	vertical-align:middle;
	background:#000000;
	vertical-align: top;
	margin-top:0.4em;
}

/* modificato 01/06/2017 */
/*.touchevents .scritta .line {
	display: inline-block;
	vertical-align:middle;
	background:#000000;
	width:180px;
	height:20px;
}*/

/*///////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////*/


.homepage-text{
	font-family: 'Roboto', sans-serif;
	font-size: 5.5em;
	line-height: 0.9em;
}
.homepage-text-quad{
	display:inline-block;
}
.homepage-text-quad a{
	border-bottom:4px solid black;
	color:#000;
	display:inline-block;
}
.homepage-text-quad a:hover{
	background-color: #000;
	color:#fff;
}

@media screen and (max-width: 1000px) {
	.homepage-text{
		font-size: 3.5em;
		line-height: 0.9em;
	}
}
@media screen and (max-width: 500px) {
	.homepage-text{
		font-size: 2.5em;
		line-height: 1.2em;
	}
	.homepage-text-quad a{
		border-bottom:2px solid black;
	}
}

#section {
    overflow-x: hidden;
	/*min-height:calc(100vh - 140px);*/
	/*max-width: 1500px;*/
	margin: auto;
}
#section.home{
	overflow-x: inherit;
}
.section_white{
	background-color: #ffffff;
}
/*///////////////////////////////////////////////////*/

.wrap-box-home {
	padding-bottom: 20%;
}

.wrap-box-home .box {
	position:relative;
	margin-top:20%;
	display:block;
}

.wrap-box-home .box .altezza {padding-bottom:45%;}

.wrap-box-home .box .titolo {
	position:absolute;
	z-index:4;
	left:0;
	font-size:13em;
	top:25%;
}

.wrap-box-home .box .immagine {
    position:absolute;
    width:70%;
    height:100%;
    right:0;
    top:0;
}

.wrap-box-home .box .immagine .wrap-img {}

/*///////////////////////////////////////////////////*/

 .wrap-box-random {
 	/*padding:0 0 20% 0;*/
 }

 .wrap-box-random .box {
 	position: relative;
 	display:block;
 	/*clear:both;*/
 	width:50%;
 	margin-top:35px;
 	float:left;
 }

 .wrap-box-random .box .wrapper {
 	max-width:none;
 	width:100%;
 	margin:0;
 }

 .wrap-box-random .box .immagine {
    /*position:absolute;
    height:100%;
    top:0; */
  	width:100%;
}

.wrap-box-random .box .wrap-img {
	background: #000000;
}

.wrap-box-random a.box .wrapper:hover .immagine .hover {
	margin-left:0;
}

.wrap-box-random div.box .wrapper:hover .immagine .hover {
	margin-left:-100%;
}

.wrap-box-random .box:hover .wrap-img {
	z-index: 7;
}

.wrap-box-random .box .wrap-titolo,
.wrap-box-random .box .wrap-titolo {
 	float:left;
 	margin-top:20px;
 }

 	 .wrap-box-random .box .wrap-titolo .titolo {
 	 	font-family:"Roboto", sans-serif;
 		color:#000000;
 		font-size:1em;
 	 }

 	 .wrap-box-random div.box .wrap-titolo .titolo {}

 	 .wrap-box-random a.box .wrap-titolo .titolo {
 		padding-right:50px;
 		background-image: url("../img/arrow-right-orange.svg");
 		background-repeat:no-repeat;
 		background-size:auto 11px;
 		background-position:right center;
 	 }

  .wrap-box-random .box .immagine .wrap-titolo {
  	margin-top:0;
	float:none;
  }

  .wrap-box-random .box .immagine .wrap-titolo .titolo {
 	font-family:"Roboto", sans-serif;
	color:#000000;
	font-size:1.1em;
	padding-right:0px;
	background-image:none;
	padding:20px;
 }

/*///////////////////////////////////////////////////*/

.wrap-box-ordinato {
	/*padding:0 0 20% 0;*/
}

.wrap-box-ordinato,
.griglia-list {float:left; width:100%; margin-left:-5px; margin-bottom:10%;}

.wrap-box-ordinato .box,
.griglia-list .box {
	display:block;
	float:left;
	clear:both;
	margin:5px 0;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	border-bottom: 3px solid #eee;
}

.griglia-list .box-withe {
    margin:0;
}

.wrap-box-ordinato .box:hover,
.griglia-list .box:hover {
	/*background:#000000;*/
	border-bottom: 3px solid cyan;
}

.wrap-box-ordinato .box .altezza {}

.wrap-box-ordinato .box .wrapper {
	max-width:none;
	width:100%;
	margin:0;
}

.wrap-box-ordinato .box .immagine,
.griglia-list .box .immagine {
	position: relative;
}

.wrap-box-ordinato .box .immagine .wrap-titolo,
.griglia-list .box .immagine .wrap-titolo {
	position:relative;
	margin-left:0;
	background:transparent;
	opacity:1;
}

.wrap-box-ordinato .box .immagine .wrap-titolo .titolo,
.griglia-list .box .immagine .wrap-titolo .titolo {
	position:relative;
	width:auto;
	left:auto;
	color:#000000;
	font-size:2.5em;
	padding:7px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.wrap-box-ordinato .box:hover .immagine .wrap-titolo .titolo,
.griglia-list .box:hover .immagine .wrap-titolo .titolo {
	color:#000;
}

.wrap-box-ordinato .box .immagine .under,
.wrap-box-ordinato .box .immagine .hover,
.griglia-list .box .immagine .under,
.griglia-list .box .immagine .hover,
.wrap-box-ordinato .box .immagine .wrap-img,
.griglia-list .box .immagine .wrap-img {
	display:none;
}

/*///////////////////////////////////////////////////*/

.immagine {
	position:relative;
	overflow:hidden;
}

	.immagine .altezza {}

.wrap-img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2;
	background:#FFFFFF;
}

.wrap-img-vert {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    margin:auto;
    text-align:center;
}

.wrap-img-vert img {
    height:100%;

}

.newswrapimg img{
    width:100%;
    display:block;
}

.newstitle{
	text-transform: uppercase;
	font-family: "Roboto" !important;
	font-size: 1.4em !important;
}

.newstesto p{
	font-family: "Roboto" ;
	font-size: 1.3em ;
}

.aboutusimg{
	width:100%;
	max-width:600px;
	padding-top:30px;
}

.immagine .under,
.immagine .hover {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.immagine .wrap-titolo {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin-left:-100%;
	z-index:0;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.immagine .hover {
	margin-left:-100%;
	opacity:0.7;
	background:#000;
}

.immagine .under {
z-index:-1; 
/*background:#000000;*/
background-image: linear-gradient(black, rgba(0,0,0,0.5));
}
.immagine .hover {z-index: 8;}

.immagine:hover .hover,
.immagine:hover .wrap-titolo {
	margin-left:0;
}

.immagine:hover .wrap-titolo {z-index: 9;}

.immagine .wrap-titolo .titolo {
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	font-size:1.5em;
	line-height: 1em;
	color:#fff;
}

/*///////////////////////////////////////////////////*/

.view-menu {
	float:right;
}

.view-menu ul {
	margin-top:10px;
}

.view-menu ul li {
	cursor:pointer;
	padding: 0 0 0 35px;
	font-size:1.5em;
	line-height:20px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}
.view-menu ul li#thumb { background-image:url("../img/ico-thumb.svg")}
.view-menu ul li#list { background-image:url("../img/ico-list.svg")}

/*///////////////////////////////////////////////////*/

.timeline .filtro {float:left;}

.filtro {
	position: relative;
	float:left;
	font-size:1.2em;
}

.filtro .titolo {
	float:left;
	margin-right:0px;
	padding:0 5px 0 0;
	height:40px;
	line-height:40px;
}

.filtro .btn-reset {
	display:block;
	float:right;
	margin-right:5px;
	padding:0 15px;
	height:38px;
	line-height: 38px;
	margin-left:20px;
	border:1px solid;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

	.filtro .btn-reset:hover {
		color:#ffffff;
		background:#000000;
	}

.filtro ul {
	float:left;
	/*margin-left:10px;*/
	min-width:200px;
	background-color:#FFFFFF;
	border-bottom: 2px solid cyan;
}

.filtro ul li {
	position: relative;
	cursor:pointer;
}

.filtro ul li a {
	display:block;
	padding:0 15px;
	height:40px;
	line-height:40px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

	.filtro ul li ul li:hover a {
		color:black;
		background-color: cyan;
	}

	/*.filtro ul li a {
		color:#ffffff;
		background-color:#000000;
	}*/

	.filtro ul li ul li a {
		color:#000000;
		background-color:#ffffff;
	}

.filtro ul li ul {
	float:none;
	margin-left:0;
	min-width: auto;
	padding:0 0 0 0;

	display:none;
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:9;

}

.filtro ul li ul li {}

.filtro ul li ul li a {
	border:0;
}

/*///////////////////////////////////////////////////*/


.video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video iframe,
.video object,
.video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-img {
	line-height:0;
	margin-top: 65px;
}
.main-img img {width:100%;}

@media screen and (max-width: 1300px) {
	.main-img {
		line-height:0;
		margin-top: 98px;
	}
}


/*///////////////////////////////////////////////////*/

.testo {
	width:100%;
	/*max-width:700px;*/
}

.testoawards {
	width:100%;
	max-width:1000px;
}

.testo.home{
	width:100%;
	max-width:800px;
}

.testo .titolo {
	font-size:6em;
	line-height: 1em;
}


.testo p .evidenziato {
	color:#FFFFFF;
	text-decoration:none;
	background:#000000;
}
/* testo piccolo
.testo p {
	width:100%;
	max-width:550px;
	font-size:1.2em;
	line-height:1.1em;
	font-family:'Roboto', sans-serif;
	color:#000000;
	margin-top:35px;
}
*/

.testo p {
	width:100%;
	/*max-width:800px;*/
	font-size:1.2em;
	line-height:1.1em;
	font-family:'Roboto', sans-serif;
	color:#000000;
	margin-top:35px;
}

.testo h1{
	font-size:3.0em;
	line-height:1.1em;
}
.testo h2{
	font-size:2.0em;
	line-height:1.1em;
}
.testo h3{
	font-size:1.5em;
	line-height:1.1em;
}

.scheda-singola-testo-grande .testo p {
	font-size:1.8em;
	line-height:1.3em;
}

.scheda-singola-testo-grande .testo p.testo_contact {
	font-size:3em;
	line-height:1.5em;
	width: 50%;
	padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
	.scheda-singola-testo-grande .testo p.testo_contact {
		width: 100%;
	}
}
.testo p a {
	color:#000000;
}
.testo p a:hover {
	text-decoration:none;
	border-bottom:2px solid cyan;
}

.testo p b a, .testo p strong a, .testo p a strong {
	text-decoration:none;
	color:black;
}

.testo p b, .testo p strong {
	text-decoration:none;
	color:black;
}

.testo p b a:hover, .testo p strong a:hover, .testo p a:hover strong {
	text-decoration:none;
	border-bottom:2px solid cyan;
}

.testo .riga {
	margin:35px 0;
	width:100%;
	background-color:#000000;
	clear:both;
	max-width:700px;
	height:1px;
}

.testoawards .riga {
	margin:15px 0;
	width:100%;
	background-color:#000000;
	clear:both;
	max-width:1000px;
	height:1px;
}

.awards-content{
	width:100%;
	max-width:800px;
}

.awards-img{
	width:60px;
	float:left;
	max-width:100px;
	padding-bottom:10px;
	padding-right:20px;
}

.awards-img img{
	width:60px;
}

.awards-text{
	float:left;
	width:80%;
	max-width:800px;
	font-size:1.2em;
	line-height:1.1em;
	color:#000000;
	padding-bottom:15px;
}

.testo ul {
	border-top:1px solid #cccccc;
	width:100%;
	max-width:350px;
	font-size:1.2em;
	line-height:1.1em;
	font-family:'Roboto', sans-serif;
	color:#000000;
	margin-top:35px;
}

.testo ul li {
	border-bottom:1px solid #cccccc;
	padding:10px 0;
}

/*///////////////////////////////////////////////////*/

.slider {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


.slider-home .swiper-container {
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.swiper-container .swiper-wrapper {}
.swiper-container .swiper-slide {}

.slider .swiper-pagination {
	display:block;
	float:left;
	width:auto;
	left:40px;
	bottom:40px;
}

.slider .swiper-pagination-bullet {
	border-radius:0;
	background-color:#000000;
	opacity:1;
}

.slider .swiper-pagination-bullet-active {
	background-color:#ffffff;
}

.slider .wrap-button-prev-next {}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 60px;
    height: 40px;
    margin-top:-20px;
    z-index: 10;
    top:auto;
    bottom:35px;
    cursor: pointer;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .swiper-button-next {left: 110px; right: auto;}
.slider .swiper-button-prev {left: 35px; right: auto;}

.slider-home .swiper-button-prev,
.slider-home .swiper-button-next {
	 opacity:0;
	 -webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.slider-home:hover .swiper-button-prev,
.slider-home:hover .swiper-button-next {
		 opacity:0.6;
}

.slider-home .swiper-button-prev:hover,
.slider-home .swiper-button-next:hover {
		 opacity:1;
}


.slider-home .swiper-button-prev {background-image: url("../img/arrow-left-withe.svg");}
.slider-home .swiper-button-next {background-image: url("../img/arrow-right-withe.svg");}

.swiper-button-disabled {display:none;}



/*///////////////////////////////////////////////////*/

.griglia-thumb {
	width:102%;
	margin-left: -1%;
	}

	.griglia-thumb .box {
		float:left;
		width:31%;
		margin:1%;
		position: relative;
		display:block;
	}

	.griglia-thumb .box .altezza {
		padding-bottom: 70%;
		display:block;
	}

	.griglia-thumb .box .immagine {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.griglia-thumb .wrap-titolo .titolo {
		font-size:1.3em;
		padding: 20px;
	}

	.linea_project_testo{
		margin-top:70px;
		height:1px;
		width:12%;
		border-top:3px solid cyan;
	}
	.lista_project_testo{
		font-size: 3em;
		float:left;
		width:70%;
		padding-top:15px;
		line-height: 1.2em;
	}

	@media screen and (max-width: 750px) {
		.lista_project_testo{
			font-size: 2em;
			width:100%;
		}
	}
/*///////////////////////////////////////////////////*/

.wrap-back-button {
	/*padding:10px;*/
	float:right;
	clear:both;
}

.wrap-back-button img {
	width:40px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}


.back-button {
	font-size:3.5em;
	color:#000000;
}

.wrap-back-button:hover .back-button img {
	/*border-bottom:2px solid cyan;*/
	color:#000000;
	width:45px;
	/*background-image:url("../img/arrow-left-withe.svg");*/
}



/*///////////////////////////////////////////////////*/

.wrap-button {
	float:right;
	/*height: calc(100% + 50px);
	box-sizing: border-box;*/
	border-bottom:2px solid #eeeeee;
	/*padding-bottom:2px;*/
	display: inline-block;
}

.wrap-button-nextprev {
	/*float:left;*/
	margin-right:20px;
	height: calc(100% + 50px);
	box-sizing: border-box;
	border-bottom:2px solid #eeeeee;
	padding-bottom:2px;
	margin-bottom: 40px;
	height: 20px;
	/*width: 180px;*/
	display: inline-block;
}


	.wrap-button .button, .wrap-button-nextprev .button  {
		color: #000;
		display: block;
		font-size: 1.8em;
		line-height: 1.3em;
	}

	.wrap-button a:hover, .wrap-button-nextprev a.button:hover {
		border-bottom:2px solid cyan;
	}

/*///////////////////////////////////////////////////*/

.correlati {
	width:100%;
	max-width:400px;
}

	.correlati .titolo_main {
		padding:10px;
		background-color: cyan;
		color:#000;
		font-size:1.2em;
		line-height: 1em;
		margin-top:-1em;
	}

	.correlati ul {
		width:100%;
		font-family:'Roboto', sans-serif;
		color:#000000;
	}

	.correlati ul li a {
		display:block;
		color:#000000;
	}

	.correlati ul li .titolo {
		padding:10px;
		/*background-color:transparent;*/
		color:#000000;
		cursor:pointer;
		font-size:1.2em;
		line-height: 1em;
		/*background-image: linear-gradient(to right, cyan, rgba(238,238,238,0));*/
		border-bottom:1px solid black;
	}

	.correlati .immagine {
		position:relative;
		display:none;
	}

	.correlati .immagine .altezza {padding-bottom:65%;}

/*///////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////*/

.risultati-ricerca-elenco {}

.risultati-ricerca-elenco ul {
	width:100%;
	max-width:550px;
}
.risultati-ricerca-elenco ul li {
	margin-top:35px;
	display:block;
}
.risultati-ricerca-elenco ul li a {
	display:block;
}
.risultati-ricerca-elenco .immagine {
	width:40%;
	float:left;
}
.risultati-ricerca-elenco .immagine .altezza {padding-bottom:65%;}
.risultati-ricerca-elenco .titolo {
	float:right;
	width:55%;
	text-align:left;
	color:#000000;
	font-size:1.5em;
	line-height:1.1em;
}

/*///////////////////////////////////////////////////*/

.gallery {
	width:100%;
}
.gallery ul {
	width:100%;
	margin-top:-35px;
}
.gallery ul li {
	position:relative;
	margin-top:35px;
}

.gallery ul li a {
	display:block;
}

.gallery ul li .immagine {
	width:100%;
}

.gallery ul li .immagine .wrap-img2 {
	position:relative;
	z-index: 2;
	line-height:0px;
}

.gallery ul li .immagine img {
	width:100%;

}

.gallery  .plus-icon {
	position:absolute;
	left:96%;
	/*margin-left:20px;*/
	z-index:4;
	width:4%;
	background-color:#000000;
	opacity:0;
	background-repeat:no-repeat;
	background-size:16px auto;
	background-position:center center;
	background-image:url("../img/ico-plus-fff.svg");
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.gallery  .plus-icon .altezza {
	padding-bottom:100%;
}

.gallery li:hover .plus-icon {
	opacity:1;
}

.gallery li:hover .hover {
	margin-left:0;
}


.gallery .didascalia_foto {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.8em;
}
/********* custom gallery *********/

.lg-backdrop {
	 background-color: rgba(255, 255, 255, 1);
}

.lg-toolbar {
	background-color: rgba(255, 255, 255, 0.60);
    background-color:transparent;
    top:0;
    bottom:auto;
    z-index: 1081;
}

.lg-toolbar .lg-icon, .lg-toolbar:hover .lg-icon:hover {
	color:#fff;
	width:auto;
	margin-right:30px;
	margin-bottom:30px;
	margin-top:30px;
	background:transparent;
	height:20px;
	width:20px;
	padding:0;
	text-indent:-9999em;
	background-image:url('../img/ico_src-close.svg');
	background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    /*background-color: rgba(255, 255, 255, 0.45);*/
    background-color:transparent;
    border-radius:0px;
    color:#333;
    top:50%;
    z-index: 1081;
    text-indent:-9999em;
    margin-top:0;
    height:50px;
    width:50px;
    margin-top:-25px;
    padding:0;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:left center;
}

.lg-actions .lg-next {
    right: auto;
    right:30px;
    background-image:url('../img/arrow-gallery-next.svg');
}

.lg-actions .lg-prev {
    left:30px;
    background-image:url('../img/arrow-gallery-prev.svg');
}

.lg-sub-html {
    background-color: #C97008;
    /*background-color: transparent;*/
    color:#3a3a39;
    font-family: "AvenirLT-Roman", sans-serif;
    top:auto;
    bottom: 0;
    font-size: 1em;
    line-height:20px;
    padding:20px;
}

.lg-object {
	padding:0px;
}

.lg-outer .lg-item {
  background: url("../img/loader-bianco.png") no-repeat scroll center center transparent;
  background-size:35px auto;
}

.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
}

#lg-counter {
    display: inline-block;
    font-size: 1em;
    padding-left: 30px;
    padding-top: 30px;
    vertical-align: middle;
    line-height:20px;
    height:20px;
    color:#000000;
}


/*///////////////////////////////////////////////////*/

.open-credits {cursor:pointer;}

.credits {
	position: fixed;
	bottom:0;
	right:0;
	max-width:350px;
	padding: 40px;
	background:rgba(0,0,0,0.75);
	z-index: 99;
	display:none;
}

	.credits p {color:#FFFFFF; line-height:1.2em; font-size:1em;}

/*///////////////////////////////////////////////////*/


.cyan_page{
	background-image: linear-gradient(cyan, rgba(255,255,255,0));
}
.fullcyan_page{
	background-color: cyan;
}


/*   ABOUT   */


.about_spacer{
	margin-top:75px;
}

.about_box_titolo{
	margin-top:5%;
	font-family: 'Roboto', sans-serif;
	float:left;
	font-size: 2.5em;
	line-height: 1.2em;
}
.about_box{
	margin-top:5%;
	font-family: 'Roboto', sans-serif;
	width:40%;
	float:left;
	font-size: 2.5em;
	line-height: 1.2em;
}
.about_box img{
	width:100%;
	margin-bottom:7%;
}
.about_titolo{
	font-size: 3em;
	line-height: 2em;
}
.about_box.left{
	clear:both;
	float:left;
}
.righteye{
	float:right;
	margin-top: 15%;
	text-align: right;
}
.righteyecontact{
	float:right;
	margin-top: 50px;
	text-align: right;
}
.righteye img{
	width:70%;
}
.about_box.right{
	clear:both;
	float:right;
}
@media screen and (max-width: 800px) {
	.about_spacer{
		margin-top:125px;
	}
	.about_titolo{
		font-size: 2em;
		line-height: 1em;
	}
	.about_box_titolo{
		margin-bottom:10%;
	}
	.about_box{
		margin-top:5%;
		font-family: 'Roboto', sans-serif;
		width:100%;
		float:none;
		font-size: 2.5em;
		line-height: 1.2em;
	}
	.about_box img{
		width:90%;
		margin-bottom:7%;
		margin-right:5%;
	}
	.righteye{
		float:right;
		margin-top: 9%;
	}
	.righteye img{
		width:50%;
	}
	.righteyecontact img{
		width:50%;
	}
}

/* footer navigation */
#footer {
	background-color: #eeeeee;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #6f6f6f;
	margin-top:10%;
	clear: both;
}
	#footer .black-box {
		background-color: #000;
		height: 20px;
		display: inline-block;
	}
	#footer .wrapper {
		/*max-width:none;*/
		/*padding:35px 150px 0 150px;*/
		/*width:auto;*/
		/*padding-top:35px;*/
	}
/*
#footer .wrap-box {
	margin-top:-5%;
	margin-left:-5%;
}
*/
#footer .wrap-box {
	padding-bottom: 5%;
	/*display: none;*/
}

	#footer .box {
		display: inline-block;
		margin-right: 5%;
		margin-top: 1%;
		line-height: 1.4em;
		font-size: 1.2em;
		padding-right: 2%;
		vertical-align: top;
	}

	#footer .box.privacy {
		margin-top: 1%;
		line-height: 1.4em;
		font-size: 1.2em;
		vertical-align: top;
		float:right;
		margin-right:0;
		padding-right:0;
	}
#footer .box-credits {
	display:block;
	float:right;
	margin-top:1%;
}

#footer .box ul {}
#footer .box-credits ul {margin-left:-5px;}


	#footer .box-credits ul li {
		padding: 5px;
		font-size: 0.9em;
		float: left;
	}



/*#footer .box ul li a, #footer .box-credits ul li a {color:#000000;}*/
#footer .box ul li a:hover, #footer .box-credits ul li a:hover {
	/*text-decoration:underline;*/
}

#footer .box-credits li.social {
		margin-bottom:3px;
}

#footer .box-credits li.social a img{
		width:20px;
}

	#footer .box li.social {
		margin-bottom: 3px;
	}

		#footer .box li.social a img {
			width: 20px;
		}


/*///////////////////////////////////////////////////*/


@media screen and (max-width: 1100px) {

	.fkndiv{
		margin-left:40px;
	}
	.anim-logo{
		/*width:80%;*/
		margin:45px 0 0 0;
	}
	body {font-size:14px;}

	.wrapper {
		margin:none;
		width:auto;
		max-width:none;
		padding: 0 35px;
	}

	.swiper-scrollbar {display:none;}

	.touchevents .scritta,
	.wrap-box-home .box .titolo,
	.interno .slide-up-panel .wrap-contenuto .titolo {
		font-size:8em;
	}

	.touchevents .scritta .line {
		width:150px;
		height:15px;
	}

	.no-touchevents .wrap-scritta1 {display:none;}
	.no-touchevents .wrap-scritta2 {display:block;}
	.no-touchevents .wrap-scritta3 {display:none;}
	.no-touchevents .wrap-scritta4 {display:none;}

	#footer .wrap-box {
		margin-left:0;
		margin-top:-20px;
	}

	#footer .wrap-box .box,
	#footer .wrap-box .box-credits {
		width:auto;
		float:none;
		margin-top:20px;
		margin-left:0;
	}



}

/*///////////////////////////////////////////////////*/

@media screen and (max-width: 800px) {

	body {font-size:13px;}

	.touchevents .scritta,
	.wrap-box-home .box .titolo,
	.interno .slide-up-panel .wrap-contenuto .titolo {
		font-size:5.5em;
	}

	.touchevents .scritta .line {
		width:80px;
		height:10px;
	}

	.no-touchevents .wrap-scritta1 {display:none;}
	.no-touchevents .wrap-scritta2 {display:none;}
	.no-touchevents .wrap-scritta3 {display:block;}
	.no-touchevents .wrap-scritta4 {display:none;}

	.testo .titolo {
		font-size:6em;
	}

	.wrap-box-ordinato .box .immagine .wrap-titolo .titolo,
	.griglia-list .box .immagine .wrap-titolo .titolo {
		font-size:1.8em;
	}

	.view-menu {
		float:none;
		clear:both;
	}

	.filtro, .timeline .filtro {
		float:none;
		margin-top:35px;
	}

	.filtro .titolo {
		float:none;
		margin-right:0;
		padding-bottom:0;
		text-align:left;

	}

	.filtro .btn-reset {
		float:left;
		margin:0;
		text-align:center;
		margin-top:10px;
	}

	.filtro ul {
		float:none;
		margin-left:0;
		min-width:auto;
		margin-top:0;
	}

	.filtro ul li ul {
		position: relative;
		top:auto;
		left:auto;
		width:auto;
		z-index:1;
		margin-top: 0;

	}

}

/*///////////////////////////////////////////////////*/

@media screen and (max-width: 700px) {

.wrap-box-random .box {
		float:left !important;
		width:100% !important;
		clear:both;
		margin-top:35px !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}

	.wrap-box-random .box .wrapper {
		width:100% !important;
		float:none !important;
		margin-top:0 !important;
		padding: 0;
	}
	.home_logo{
		width:70%;
	}
}

/*///////////////////////////////////////////////////*/

@media screen and (max-width: 550px) {

	body {font-size:12px;}

	.touchevents .scritta,
	.wrap-box-home .box .titolo,
	.interno .slide-up-panel .wrap-contenuto .titolo {
		font-size:4em;
	}

	.touchevents .scritta .line {
		width:35px;
		height:6px;
	}

	.no-touchevents .wrap-scritta1 {
		display:block;
	}

	.no-touchevents .wrap-scritta1 img{
		width:90%;
	}

	.testo .titolo {
		font-size:4em;
	}

	.griglia-thumb .box,
	.griglia-thumb .box:nth-child(10n-9),
	.griglia-thumb .box:nth-child(10n-3) {
		float:none;
		width:auto;
		margin:20px 0;
	}

	 .griglia-thumb .box-withe {
	 	display:none;
	 }

	.wrap-box-ordinato .box .immagine .wrap-titolo .titolo,
	.griglia-list .box .immagine .wrap-titolo .titolo {
		font-size:1.2em;
	}

	.timeline-list ul li ul li .immagine {
		display:none;
	}
	.home_logo{
		width:90%;
	}
}

/* ////////////////////// UPDATE 14/12 NABIL KHARRICH */

/* overlay */

.badge {
	position: fixed;
	right: 0;
	bottom: 75%;
	transform: translateX(100px);
	transition: .2s ease-in-out;
	z-index: 9;
}

	.badge:hover {
		transform: translateX(0);
	}

	.badge ul {
		display: flex;
		align-items: center;
		background-color: #222120;
	}

	.badge li {
		padding: 10px;
		color: white;
		height: 100%;
	}

		.badge li:last-child {
			padding-right: 30px;
			box-sizing: border-box;
			width: 100px;
		}

	.badge img {
		width: 35px;
	}

@media screen and (max-width: 750px) {
	.badge {
		position: fixed;
		right: 0;
		top: 100px;
		transform: translateX(100px);
		transition: .2s ease-in-out;
		z-index: 9;
	}
}


/* ICFF */

.icffbox {
	position: fixed;
	top: calc(25% + 55px);
	right: 16px;
	z-index: 20;
	background-color: #FFF;
	height: 320px;
	width: 176px;
}

.icff {
	position: fixed;
	right: 4px;
	top: calc(25% + 56px);
	z-index: 9;
	cursor: pointer;
	padding: 8px;
	background-color: black;
	border-radius: 12px;
}

	.icff ul {
		display: flex;
		align-items: center;
	}

	.icff li {
		padding: 0px;
		color: white;
		height: 100%;
	}

	.icff img {
		width: 20px;
	}



/* NEWSLETTER LANDING PAGE */
.sub-input, .sub-check {
	width: 100%;
	/*max-width: 550px;*/
	margin-top: 20px;
	display: flex;
}

	.sub-input input {
		border: 1px solid black;
		padding: 20px;
		/*width: 100%;*/
		box-sizing: border-box;
		font-size: 1.2em;
		font-family: 'Roboto', sans-serif;
		min-width: 300px;
	}

	.sub-input a {
		background-color: black;
		color: white;
		padding: 20px 40px;
		border: 0;
		box-sizing: border-box;
		font-size: 1.2em;
		font-family: 'Roboto', sans-serif;
		text-align: center;
	}

.sub-check {
	margin-top: 20px;
}

	.sub-check span {
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
	}

.sub-error {
	color: #cf151a;
	display: block;
	margin-top: 20px;
}

.wrap-button .button.landingpage {
	padding: 20px 40px;
}
.testo.home.landingpage_top p {
	font-size: 2em;
	width:600px;
}
.testo.home.landingpage_bottom p {
	font-size: 2.8em;
	line-height: 1.2em;
}

	@media screen and (max-width: 750px) {
		.sub-input input {
			width: 60%;
			min-width: inherit;
		}
		.testo.home.landingpage_top p {
			width: 100%;
		}
		.testo.home.landingpage_bottom p {
			font-size: 1.8em;
			line-height: 1.3em;
		}
	}

.responsive-pc{
	width: 100%;
	height: 100%;
	/*max-width: 100%;*/
	max-height: 600px;
	text-align: center;
	margin: auto;
}

.View360-canvas{
	max-height: 600px;
}