

* {
  padding: 0;
  margin: 0;
  list-style: none;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
	cursor: inherit;
	overflow-x: hidden;
}

.print {
	display: none;
}

.lazy {
  opacity: 0;
  -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.trans {
  opacity: 1;
}

/* loader iniziale */

.loading {
  position: fixed; 
  background-color: #fff;
  background-color: #222;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
}
.loading img {
  position: absolute;
    top: calc(50% - 53px);
    left: calc(50% - 53px);
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
   
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}


/*
   __              __
  / /_____  ____  / /_  ____ ______
 / __/ __ \/ __ \/ __ \/ __ `/ ___/
/ /_/ /_/ / /_/ / /_/ / /_/ / /
\__/\____/ .___/_.___/\__,_/_/
        /_/
*/

.topbar{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 6;
    padding: 0 15px;
    height: 50px;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
      transition: all 500ms ease-in;
    padding: 7px 30px 7px 15px;
}
.topbar.active{
	opacity: 1;
}

.topbar .titolo2{
  display: block;
  float: right;
  position: relative;
  top: 50%;
    -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
        transform: translateY(-50%);
  font-family: 'solferinodisplaylight';
  color: #999b9e;
  font-size: 20px;
}
.topbar .titolo2 a h6{
  font-size: 20px;
}
.titolo2 br, #bottomPreEnd h2 br {
   display: none;
}

.topbar .logoMini{
    position: relative;
    float: left;
    margin-right: 15px;
    height: 100%;
}

.topbar .logoMini img{
	position: relative;
  display: block;
  max-height: 40px;
}
.topbar .logoMini img.mobile{
  display: none;
}

.topbar .iconaMenu{
	position: relative;
    float: left;
    margin-right: 15px;
    height: 100%;
    cursor: pointer;
}

.topbar .iconaMenu img{
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
        transform: translateY(-50%);
}

.topbar .breadcrumbs{
    position: relative;
    float: left;
    color: #999b9e;
    font-family: 'title-regular-let';
    font-size: 20px;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
        transform: translateY(-50%);
}

.topbar.light{
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/*
   __                      ___     __
  / /_____  ____     _____/ (_)___/ /__  _____
 / __/ __ \/ __ \   / ___/ / / __  / _ \/ ___/
/ /_/ /_/ / /_/ /  (__  ) / / /_/ /  __/ /
\__/\____/ .___/  /____/_/_/\__,_/\___/_/
        /_/
*/

.intro{
	display: block;
	z-index: 1;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
}

.blackWall{
	position: fixed;
	width: 100%;
  height: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #000;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
	z-index: 2;
    opacity: 0;
}

.blackWall.active{
	opacity: 0.65;
}

.intro .occhiello{
    font-family: "main-light_italic";
    font-size: 14px;
    color: #ffca02;
    text-transform: uppercase;
    /*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    margin-top: 7px;
    letter-spacing: 0.7px;
    text-indent: 2px;
}
p.occhiello:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #ffca02;
    margin-top: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.intro .slide{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.overlay{
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
  height:100vh;
	z-index: 2;
	opacity: 0;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
}
.overlay.active{
  opacity: 0.8;
}

.cover{
	position: fixed;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	max-width: none;
	max-height: none;
	z-index: 1;
	top: 0;
	opacity: 0;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
}

.intro .slide .title .logoC.desktop{
	position: relative;
	left: -25px;
	display: block;
    -webkit-filter: drop-shadow( 3px 1px 3px rgba(0, 0, 0, .8));
    filter: drop-shadow( 3px 1px 3px rgba(0, 0, 0, .8));
  width: 200px;  
}

.intro .slide .title .logoC.mobile{
	display: none;
}

.intro .slide .title h1{
	position: relative;
  
	font-size: 42px;
    line-height: 48px;
	color: #fff;
	font-weight: normal;
	margin: 20px auto;
	/*padding: 25px 0;*/
	/*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.intro .slide .title .author{
	font-family:"main-light";
	font-size: 16px;
	line-height: 24px;
	color: #ddd;
	/*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.intro .slide .title .sommario{
    font-family: 'solferinodisplaylight';
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 20px auto;
    /*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    display: block;
}

nav.shareToolBar{
  display: none;
}
.txt nav.shareToolBar {
    display: block;
    position: relative;
    top: 50px;
    max-width: 540px;
    margin: 0 auto;
    left: 10%;
}
#chapter2 .txt nav.shareToolBar {
  display: none;
}
nav.shareToolBar img{
  width: 25px;
  margin-right: 5px;
}
.fotodida {
    z-index: 60;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-transform: uppercase;
    font-family: "main-light";
    font-size: 16px;
    line-height: 24px;
    color: #999;
    text-shadow: none;
    opacity: 0;
    width: 33%;
    text-align:right;
  	text-shadow: 1px 1px 2px black;    
}

.slide#top2 .title.linkMenu, .slide#bottomEnd .title.linkMenu{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);    
      -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); 
    height: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
}

.slide#top2 .title.linkMenu a, .slide#bottomEnd .title.linkMenu a{
    border: 1px solid #ddd;
    width: 360px;
    color: #ddd;
    text-decoration: none;
    padding: 50px;
    font-size: 36px;
    line-height: 46px;
    margin: 7px;
    font-family: 'SolferinoDisplay-RegularItalic';
    display: inline-block;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    /*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    opacity: 0.7;
    -webkit-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
    text-align: left;
    cursor: pointer;
}

.slide#top2 .title.linkMenu a.bannerAdv {
    display: block;
    margin: 30px auto 0 auto;
    width: 740px;
    box-shadow: none;
    font-size: 26px;
    line-height: 32px;
    background: #fff;
    font-weight: bold;
    color: #222;
    text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
    padding: 25px;
    text-align: center;
        cursor: pointer;

}
a.bannerAdv:hover{
    opacity: 1 !important;
}
.slide#top2 .title.linkMenu a:hover, .slide#bottomEnd .title.linkMenu a:hover{
	opacity: 1;
}

.slide#top2 .title.linkMenu a span, .slide#bottomEnd .title.linkMenu a span{
	/*text-decoration: underline;*/
}

.slide#top3 .title.map{
    position: fixed;  
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
     -ms-transform: translate(-50%, 50%);    
      -moz-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); 
}

.slide#top3 .title.map img{
  display: block;
  max-width: 620px;
}

.title{
	/*position: fixed;*/
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 0;
	opacity: 0;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
}

.title span.author{
/*font-family: 'SolferinoDisplay-RegularItalic' !important;*/
    font-family: 'PT Serif', serif !important;
    font-style: italic;
	font-size: 30px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	margin-top: 30px !important;
    display: block;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;    
}

.title span.role{
	display: block;
	margin-top: 5px;
	font-family:"main-light" !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	color: #efefef;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;	
}

.slide#top1 .title, .slide#top2 .title{
	top: 10%;
	left: 60px;
}



.intro .slide .title h2{
	position: relative;
	font-family:'title-regular-let';
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	margin: 25px auto;
	padding: 25px 0;
	/*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.intro .slide .title h2:before{
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 60px;
	height: 1px;
	background-color: #ddd;
}

.cover.active, .fotodida.active, .title.active{
	opacity: 1;
  -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.np-current .title{
	z-index: 5;
  min-height: 450px;
}

.off{
	z-index: -5;
	opacity: 0;
}

.soft{
	z-index: 0;
}

.soft .cover{
	opacity: 0.1;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
}

.soft .title{
	opacity: 0;
}

.invisible{
	opacity: 0;
}

.hide{
	opacity: 0;
  -webkit-transition: all 500ms ease-in;
	 transition: all 500ms ease-in;
}

.on{
    z-index: 5;
    position: relative;
}

.bullets{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
  opacity: 0;
}
.bullets.active{
  opacity: 1;
}
.bullets span{
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ffca02;
  border-radius: 50%;
  margin-bottom: 12px;
  position: relative;
}
.bullets span:last-child{
  margin-bottom: 0;
}
.bullets span.active:before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ffca02;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  position: absolute;
}

#bottomEnd {
	height: 80vh !important;
}

.container span.ue {
    display: block;
    margin: 30px 0 10px 30px;
    font-family: main-light;
    font-size: 14px;
}
.container span.ue img {
    width: 55px;
    position: relative;
    margin-right: 10px;
    float: left;
    display: block;
}


/*

  ____ _______________ _      __
 / __ `/ ___/ ___/ __ \ | /| / /
/ /_/ / /  / /  / /_/ / |/ |/ /
\__,_/_/  /_/   \____/|__/|__/

*/

.scrolla{
    position: fixed;
    cursor: pointer;
    z-index: 61;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #ffca02;
    font-family: 'SolferinoDisplay-BoldItalic';
    font-size: 20px;
    opacity: 0.8;
    /*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.scrolla span{
	opacity: 0;
	transition: all 300ms ease-in;
}

.scrolla span.active{
	opacity: 1;
}

.scrolla img{
	display: block;
	margin: 10px auto;
	max-width: 30px;
	height: 30px;
  -webkit-filter: drop-shadow( 3px 1px 3px rgba(0, 0, 0, .8));
  filter: drop-shadow( 3px 1px 3px rgba(0, 0, 0, .8));
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}

/*
        __                __
  _____/ /_  ____ _____  / /____  _____
 / ___/ __ \/ __ `/ __ \/ __/ _ \/ ___/
/ /__/ / / / /_/ / /_/ / /_/  __/ /
\___/_/ /_/\__,_/ .___/\__/\___/_/
               /_/

*/

#chapter1, #chapter2{
	/*margin-top: 50%;*/
}

.container{
	background: transparent;
}

#chapter1{
	opacity: 0;
	transition: all 500ms ease-in;
}
#chapter1.active{
	opacity: 1;
}

#chapter1 .cover{
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#chapter1 .cover.active{
	opacity: 0.1;
}

.container{
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.container .txt{
	position: relative;
	width: 100%;
}

.container .txt .nome{
  position: relative;
  margin: 30px auto;
  font-size: 16px;
  color: #222;
  max-width: 540px;
  font-family: "main-light";
  text-transform: uppercase;
  border-top: 1px solid #222;
  padding-top: 10px;
}

.container .txt .paragraph {
	position: relative;
	margin: 30px auto;
	font-family:'title-regular-let';
	font-size: 20px;
	line-height: 30px;
	color: #222;
	max-width: 540px;
	left: 10%;	
}

span.highlight{
  position: relative;
  background-color: transparent !important;
  font-family: inherit !important;
  font-style: inherit !important;
  display: inline !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,202,2,0.75) 20%, rgba(255,202,2,0.75) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,202,2,0.75) 20%,rgba(255,202,2,0.75) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255, 202, 2, 0.75) 20%,rgba(255, 202, 2, 0.75) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffca02',GradientType=0 ) !important;  
}
.slide span.highlight{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,202,2,1) 20%, rgba(255,202,2,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,202,2,1) 20%,rgba(255,202,2,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255, 202, 2, 1) 20%,rgba(255, 202, 2, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffca02',GradientType=0 ) !important;  
}

.container .txt .paragraph .dropCap{
	font-size: 64px;
  float: left;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.container .txt h3{
  position: relative;
  
    font-size: 22px;
    line-height: 30px;
	font-weight: bold;
	color: #222;
	max-width: 540px;
	margin: 60px auto 0 auto;
	left: 10%;	
}

.container .txt .paragraph .linkEsterno{
	font-style: italic;
	color: #7a7a7a;
	text-decoration: underline;
	border: none;
}

.linkEsterno:before, .linkEsterno:after {
	font-size: 30px;
	font-style: normal; 
	position:relative;
	top: 4px;
}
.linkEsterno:before {
	content: "[";
	left: -3px;
}
.linkEsterno:after{
	content: "]";
	right: -3px;
}

figure figcaption{
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-family: "main-light";
}

/*

    ____            __
   / __/___  ____  / /____  _____
  / /_/ __ \/ __ \/ __/ _ \/ ___/
 / __/ /_/ / /_/ / /_/  __/ /
/_/  \____/\____/\__/\___/_/


*/

#end {
	background-color: #fff;
	padding-top: 30px;
    z-index: 100;
    position: relative;	
}
#end footer#main_footer.ftr_xl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    background: #fff;
    padding: 0;
    left: 0;
}
#end footer {
    z-index: 100;
}

#end img.banner {
  width: 656px;
  display: block;
    margin: 0 auto;
}

/*
        _ __              _
  _____(_) /_____ _____  (_)___  ____  ___
 / ___/ / __/ __ `/_  / / / __ \/ __ \/ _ \
/ /__/ / /_/ /_/ / / /_/ / /_/ / / / /  __/
\___/_/\__/\__,_/ /___/_/\____/_/ /_/\___/

*/

.container .txt .info{
	position: absolute;
	width: 320px;
	right: 570px;
	top: 5px;
}

.container .txt .info span.cit:before{
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 60px;
	height: 2px;
	background-color: #222;
}

.container .txt .info img, .container .txt .info video{
	display: block;
	max-width: 100%;
}

.container .txt .info span.dida{
	display: block;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    font-family: "main-light";
	margin-bottom: 30px;
    padding-top: 3px;	
}

.container .txt .info span.cit{
	font-size: 24px;
	line-height: 30px;
	color: #222;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	display: block;
  
  letter-spacing: -0.5px;
}

.container .txt .info span.author{
	font-family:'title-regular-let';
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 30px;
    display: block;
}

.container .txt .info span.role{
	display: block;
	font-family:"main-light";
	text-transform: uppercase;
	font-size: 20px;
}

/*
                               _
   ____ ___  ____  _________ _(_)________   
  / __ `__ \/ __ \/ ___/ __ `/ / ___/ __ \   
 / / / / / / /_/ (__  ) /_/ / / /__/ /_/ /  
/_/ /_/ /_/\____/____/\__,_/_/\___/\____/  

*/
	.mosaic  {
		left: 10%;
    	display: block;
	}
	.mosaic figure img {
		  width: 100%;
    	display: block;
	}
	.mosaic figure video{
		width: 100%;
    display: block;
	}
	.mosaic span {
		  font-size: 14px;
		  line-height: 16px;
		  padding-top: 3px;
		  color: #666;
		  font-family: "main-light";
}

/*
                               _
   ____ ___  ____  _________ _(_)________     __  ______  ____
  / __ `__ \/ __ \/ ___/ __ `/ / ___/ __ \   / / / / __ \/ __ \
 / / / / / / /_/ (__  ) /_/ / / /__/ /_/ /  / /_/ / / / / /_/ /
/_/ /_/ /_/\____/____/\__,_/_/\___/\____/   \__,_/_/ /_/\____/

*/
.mosaic.first{
	position: relative;
  width: 675px;
  left: calc(10% - 165px);
  margin: 0 auto;
}
.mosaic.first:after{
	content: "";
	display: block;
	clear: both;
}

.mosaic.first figure{
    width: 215px;
}

.mosaic.first figure:nth-child(2){
	margin-bottom: 15px;
}

.mosaic.first figure:first-child{
	width: 445px;
  float: right;
  margin-left: 15px;
}

.mosaic.first figure img{
	max-width: 100%;
	min-width: 100%;
  display: block;
}

.mosaic video{
	max-width: 100%;
}

/*
                               _                   __
   ____ ___  ____  _________ _(_)________     ____/ /_  _____
  / __ `__ \/ __ \/ ___/ __ `/ / ___/ __ \   / __  / / / / _ \
 / / / / / / /_/ (__  ) /_/ / / /__/ /_/ /  / /_/ / /_/ /  __/
/_/ /_/ /_/\____/____/\__,_/_/\___/\____/   \__,_/\__,_/\___/

*/
.mosaic.second{
	position: relative;
  width: 670px;
  left: calc(10% - 165px);
  margin: 0 auto;
}

.mosaic.second:after{
	content: "";
	display: block;
	clear: both;
}

.mosaic.second figure{
	width: 210px;
	float: left;
	margin-right: 15px;
}

.mosaic.second figure:nth-child(3), .mosaic.second figure:nth-child(6){
	margin-right: 0;
}

.mosaic.second figure:nth-child(1), .mosaic.second figure:nth-child(2), .mosaic.second figure:nth-child(3){
	margin-bottom: 15px;
}

/*
                               _               __
   ____ ___  ____  _________ _(_)________     / /_________
  / __ `__ \/ __ \/ ___/ __ `/ / ___/ __ \   / __/ ___/ _ \
 / / / / / / /_/ (__  ) /_/ / / /__/ /_/ /  / /_/ /  /  __/
/_/ /_/ /_/\____/____/\__,_/_/\___/\____/   \__/_/   \___/

*/
.mosaic.third{
	position: relative;
  width: 440px;
  left: calc(10% - 50px);
  margin: 0 auto 20px auto;
}

.mosaic.third:after{
	content: "";
	display: block;
	clear: both;
}

.mosaic.third figure{
	width: 210px;
	float: left;
	margin-right: 15px;
}

.mosaic.third figure:nth-child(2), .mosaic.third figure:nth-child(4){
	margin-right: 0;
}

.mosaic.third figure:nth-child(3), .mosaic.third figure:nth-child(4){
	margin-top: 15px;
}

/*
                               _                    _                   __
   ____ ___  ____  _________ _(_)________     _____(_)___  ____ _____  / /___
  / __ `__ \/ __ \/ ___/ __ `/ / ___/ __ \   / ___/ / __ \/ __ `/ __ \/ / __ \
 / / / / / / /_/ (__  ) /_/ / / /__/ /_/ /  (__  ) / / / / /_/ / /_/ / / /_/ /
/_/ /_/ /_/\____/____/\__,_/_/\___/\____/  /____/_/_/ /_/\__, /\____/_/\____/
                                                        /____/
*/
.mosaic.single{
	position: relative;
  width: 440px;
  left: calc(10% - 50px);
  margin: 0 auto;    
}

.mosaic.single figure{
	width: 100%;
}

/*
    __
   / /___ __________ ____
  / / __ `/ ___/ __ `/ _ \
 / / /_/ / /  / /_/ /  __/
/_/\__,_/_/   \__, /\___/
             /____/
*/
.mosaic.single.large{
  position: relative;
  width: 905px;
  left: 10%;
  margin: 0 auto;
}

.mosaic.single.large figure{
  width: 100%;
}

/*
        _     __
 _   __(_)___/ /__  ____
| | / / / __  / _ \/ __ \
| |/ / / /_/ /  __/ /_/ /
|___/_/\__,_/\___/\____/

*/
.video {
	position:relative;
    width: 540px;
    margin: 0 auto 30px auto;
    left: 10%;
}
.video.full {
  position:relative;
    width: 100%;
    margin: 0 auto 30px auto;
    left: 0;
}
.video iframe.vdm {
    width: 100%;
    border: 0;
}

/*
                      ___ __
  _____________  ____/ (_) /______
 / ___/ ___/ _ \/ __  / / __/ ___/
/ /__/ /  /  __/ /_/ / / /_(__  )
\___/_/   \___/\__,_/_/\__/____/

*/
.intro .slide .title.credits{
  bottom: auto;
  top: 10%;
}

.intro .slide .title.credits:after{
  content: "";
  display: block;
  clear: both;
}

.title.credits .occhiello{
  font-family: "main-light";
}
.title.credits .occhiello:after{
  display: none;
}

.intro .slide .title.credits h2{
  font-family: 'title-regular-let';
  font-size: 42px;
  line-height: 48px;
  padding: 0;
  margin: 10px auto;
}
.intro .slide .title.credits h2:before{
  display: none;
}

.intro .slide .title.credits .author{
	width: 90%;
  font-family: 'title-regular-let';
  font-size: 30px;
  line-height: 34px;
  color: #ddd;
  margin-bottom: 40px;
}

.intro .slide .title.credits .sommario{
display: block;
    font-family: main-light;
    font-size: 14px;
    line-height: 19px;
    width: 90%;
    float: left;
    margin-right: 30px;
}

.intro .slide .title a {
  color: inherit;
}
.intro .slide .title a:visited {
  color: inherit;
}


@media only screen and (max-width: 1140px) {
  .topbar .titolo2{
    display: none;
  }
}


/*
   __        __    __     __                      __             _ __
  / /_____ _/ /_  / /__  / /_   ____  ____  _____/ /__________ _(_) /_
 / __/ __ `/ __ \/ / _ \/ __/  / __ \/ __ \/ ___/ __/ ___/ __ `/ / __/
/ /_/ /_/ / /_/ / /  __/ /_   / /_/ / /_/ / /  / /_/ /  / /_/ / / /_
\__/\__,_/_.___/_/\___/\__/  / .___/\____/_/   \__/_/   \__,_/_/\__/
                            /_/
*/




@media only screen and (max-width: 1066px) {


.intro .slide .title h1 {
        margin: 18px auto;
}

.intro .slide .title .sommario {
        margin: 18px auto;
}

	.mosaic.single.large{
    width: 675px;
    left: auto;
  }
  .container .txt .info {
		width: 210px;
	}
	.container .txt .info span.cit{
		font-size: 21px;
		line-height: 26px;
	}

	.container .txt .info span.author{
		font-size: 21px;
		line-height: 26px;
	}

	.container .txt .info span.author span{
		font-size: 18px;
	}	
}

@media only screen and (max-width: 840px) {

.intro .slide .title .sommario{
    display: none;
}

  .slide#top2 .title.linkMenu a, .slide#bottomEnd .title.linkMenu a{
    width: 42%;
    padding: 30px;
  }
.slide#top2 .title.linkMenu a.bannerAdv {
    width: calc(84% + 20px);
    padding: 20px;
    font-size: 25px !important;
}
  .container .txt .paragraph{
    left: auto;
  }
  .container .txt .info{
    width: 320px;
    position: relative;
    right: auto;
    top: auto;
    margin: 40px 0;
    display: block;
    left: 10%;
  }
  .mosaic.first{
    left: auto;
  }
  .mosaic.single.large{
    width: 675px;
    left: auto;
  }
  .container .txt h3{
    left: auto;
  }
  .mosaic.second{
    left: auto;
  }
  .video{
    left: auto;
  }
  .intro .slide .title.credits h2{
    margin: 10px 0;
    width: 80%;
  }
  .txt nav.shareToolBar{
      left: 0;
  }
}

/*
                    __    _ __
   ____ ___  ____  / /_  (_) /__
  / __ `__ \/ __ \/ __ \/ / / _ \
 / / / / / / /_/ / /_/ / / /  __/
/_/ /_/ /_/\____/_.___/_/_/\___/

*/
@media only screen and (max-width: 600px) {

.fotodida {
    display: none;
}
.container span.ue {
    display: block;
    margin: 30px auto 10px auto;
    font-family: main-light;
    font-size: 14px;
    /* text-align: center; */
    width: 250px;
}

	/*
	   __                      ___     __
	  / /_____  ____     _____/ (_)___/ /__  _____
	 / __/ __ \/ __ \   / ___/ / / __  / _ \/ ___/
	/ /_/ /_/ / /_/ /  (__  ) / / /_/ /  __/ /
	\__/\____/ .___/  /____/_/_/\__,_/\___/_/
	        /_/
	*/
  .topbar .logoMini img.desktop{
    display: none;
  }

  .topbar .logoMini img.mobile{
    display: block;
  }

  .breadcrumbs span{
    display: none;
  }

  .topbar .titolo2{
    display: none;
  }

  .intro .occhiello{
    margin-top: 5px;
    text-indent: 0;
    font-family: 'Pragati Narrow', sans-serif;
    color: #ffca02;
  }
  p.occhiello:after{
    display: none;
  }

	.intro .slide{
		height: 100vh;
	}

	.intro .slide .title .logoC.desktop{
		display: none;
	}

	.intro .slide .title .logoC.mobile{
		display: block;
	    max-width: 60px;
	    position: relative;
	    left: -15px;
	    -webkit-filter: drop-shadow( 3px 1px 3px rgba(0, 0, 0, .8));
   		filter: drop-shadow( 3px 1px 3px rgba(0, 0, 0, .8));
	}

  .topbar .breadcrumbs{
    font-family: 'PT Serif', serif;
    margin-top: -1px;
  }

	.slide#top1 .title{
		top: 5%;
		left: 0 !important;
		padding: 0 20px;
	    width: 70%;
	}

	.intro .slide .title h1{
    font-size: 28px;
    line-height: 34px;
    font-family: 'PT Serif', serif;
    font-weight: 600;
    margin: 5px auto 10px;
	}

	.intro .slide .title .sommario{
		font-size: 20px;
 		line-height: 26px;
 		color: #fff;
    font-family: 'PT Serif', serif;
    margin: 10px auto;
	}


	.intro .slide .title .author{
		font-size: 18px;
    line-height: 22px;
    color: #ddd;
    font-family: 'Pragati Narrow', sans-serif;
	}

.slide#top2 .title.linkMenu a.bannerAdv {
    margin: 20px 0;
    width: 80%;
    font-size: 18px !important;
    line-height: 22px;
    padding: 20px;
}

  .footer-bar{
    display: none;
  }

	.slide .title{
		left: 0;
	    padding: 0 20px;
	    width: 90%;
	    bottom: 10%;
	}

  .container .txt {
    padding: 0 20px;
  }
  .container .txt .paragraph{
    font-family: 'PT Serif', serif;
    left: 0;
  }

	.scrolla{
		color: #ffca02;
    font-family: 'PT Serif', serif;
    font-weight: 600;
    font-style: italic;
	}

	.slide#top2 .title.linkMenu a, .slide#bottomEnd .title.linkMenu a{
		width: 80%;
		display: block;
		font-size: 22px;
		line-height: 26px;
		padding: 30px;
    margin: 0 0 20px 0;
    font-family: 'PT Serif', serif;
    font-style: italic;
	}

	.slide#top3 .title.map{
		padding: 0;
		left: 0;
		-webkit-transform: translateY(50%);
         -ms-transform: translateY(50%);    
          -moz-transform: translateY(50%);
           -o-transform: translateY(50%);
            transform: translateY(50%); 
		width: 100%;
	}
	.slide#top3 .title.map img{
		max-width: 100%;
	}

	.intro .slide .title h2{
		font-size: 22px;
		line-height: 26px;
    font-family: 'PT Serif', serif;
    font-weight: 600;
	}
  .intro .slide .title h2 br{
    /*display: none;*/
  }

	.container .txt .info{
		position: relative;
		right: 0;
		top: 0;
		display: block;
		width: 100%;
		max-width: 320px;
    padding: 20px 20px 0 20px;
    left: auto;
	}

  .container .txt .info span.cit{
    font-size: 24px;
    line-height: 32px;
    font-family: 'PT Serif', serif;
    font-style: italic;
  }

  .container .txt .info span.author{
    font-size: 21px;
    line-height: 26px;
    font-family: 'PT Serif', serif;
    font-weight: 600;
  }

  .container .txt .info span.role{
    font-family: 'Pragati Narrow', sans-serif;
  } 

	/*
	                               _
	   ____ ___  ____  _________ _(_)____
	  / __ `__ \/ __ \/ ___/ __ `/ / ___/
	 / / / / / / /_/ (__  ) /_/ / / /__
	/_/ /_/ /_/\____/____/\__,_/_/\___/
	
	*/
	.mosaic{
		margin: 0 auto;
	}
	.mosaic.first{
		left: auto;
		width: 100%;
		max-width: 320px;
	}

	.mosaic.first .col.small{
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.mosaic.first .col.small figure{
		width: 100%;
		height: auto;
	}

	.mosaic.first .col.big{
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.mosaic.first .col.big figure{
		width: 100%;
		min-height: 200px;
		height: auto;
	}

  .mosaic.single.large{
    left: auto;
    width: 100%;
	max-width: 320px;    
  }
  .mosaic.single.large figure{
    width: 100%;    
  }

  .mosaic.first figure{
    width: 100%;
  }

  .mosaic.first figure:first-child{
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }

	/*
	                                   __                              _
	   ________  _________  ____  ____/ /  ____ ___  ____  _________ _(_)____
	  / ___/ _ \/ ___/ __ \/ __ \/ __  /  / __ `__ \/ __ \/ ___/ __ `/ / ___/
	 (__  )  __/ /__/ /_/ / / / / /_/ /  / / / / / / /_/ (__  ) /_/ / / /__
	/____/\___/\___/\____/_/ /_/\__,_/  /_/ /_/ /_/\____/____/\__,_/_/\___/
	
	*/
	.mosaic.second{
		width: 100%;
		max-width: 320px;
    left: auto;
	}

	.mosaic.second figure{
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
	.mosaic.second figure:nth-child(1), .mosaic.second figure:nth-child(2), .mosaic.second figure:nth-child(3){
		margin: 0 auto 20px;
	}
	.mosaic.second figure:last-of-type{
		margin-bottom: 0;
	}

	/*
	   __  __    _          __                              _
	  / /_/ /_  (_)________/ /  ____ ___  ____  _________ _(_)____
	 / __/ __ \/ / ___/ __  /  / __ `__ \/ __ \/ ___/ __ `/ / ___/
	/ /_/ / / / / /  / /_/ /  / / / / / / /_/ (__  ) /_/ / / /__
	\__/_/ /_/_/_/   \__,_/  /_/ /_/ /_/\____/____/\__,_/_/\___/
	
	*/
	.mosaic.third{
		width: 100%;
		max-width: 320px;	
        left: auto;
	}
	.mosaic.third figure{
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
	.mosaic.third figure:nth-child(3), .mosaic.third figure:nth-child(4){
		margin-top: 0;
	}
	.mosaic.third figure:last-of-type{
		margin-bottom: 0;
	}

	/*
	         _             __                                   _
	   _____(_)___  ____ _/ /__     ____ ___  ____  _________ _(_)____
	  / ___/ / __ \/ __ `/ / _ \   / __ `__ \/ __ \/ ___/ __ `/ / ___/
	 (__  ) / / / / /_/ / /  __/  / / / / / / /_/ (__  ) /_/ / / /__
	/____/_/_/ /_/\__, /_/\___/  /_/ /_/ /_/\____/____/\__,_/_/\___/
	             /____/
	*/
  .mosaic.single {
    width: 100%;
    max-width: 320px;
    left: auto;
  }
	.mosaic.single .col figure{
		width: 100%;
		height: auto;
		min-height: 200px;
	}

	/*
	        _     __
   _   __(_)___/ /__  ____
  | | / / / __  / _ \/ __ \
  | |/ / / /_/ /  __/ /_/ /
  |___/_/\__,_/\___/\____/
  
	*/
	div.video {
	    width: 100%;
	    margin-left: 0;
      left: auto;
	}


	/*
	        __                __
	  _____/ /_  ____ _____  / /____  _____
	 / ___/ __ \/ __ `/ __ \/ __/ _ \/ ___/
	/ /__/ / / / /_/ / /_/ / /_/  __/ /
	\___/_/ /_/\__,_/ .___/\__/\___/_/
	               /_/
	*/
	.txt nav.shareToolBar {
		display: inline-block;
	    border-bottom: 1px solid #222;
    	padding-bottom: 10px;
	}
	.container .txt h3{
		width: 100%;
		left: 0;
		line-height: 20px;
		/*margin-top: 70px;*/
	}
	.container .txt .nome {
		border: 0;
	}
  /*
                        ___      __
    _____________  ____/ (_)____/ /______
   / ___/ ___/ _ \/ __  / / ___/ __/ ___/
  / /__/ /  /  __/ /_/ / (__  ) /_(__  )
  \___/_/   \___/\__,_/_/____/\__/____/

  */
  .title.credits .occhiello{
    font-family: 'PT Serif', serif;
    display: none;
  }
  .title.credits .occhiello:after{
    display: none;
  }

  .intro .slide .title.credits h2{
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 22px;
  }
  .intro .slide .title.credits h2:before{
    display: none;
  }

  .intro .slide .title.credits .author{
    font-family: 'PT Serif', serif;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    width: 100%;
  }

  .intro .slide .title.credits .sommario{
    font-family: 'Pragati Narrow', sans-serif;
    width: 100%;
    float: none;
    margin-right: 0;
    font-size: 16px;
    line-height: 21px;
    display: block;
    height: 70vh;
    overflow-y: scroll;    
  }
  .intro .slide .title.credits .sommario:last-child{
    display: block;
  }

  #end img.banner {
    width: 90%;
    max-width: 320px;
  }
}

@media only screen and (max-width: 365px) { 
	.topbar .breadcrumbs {
    font-size: 19px;
}
    .intro .slide .title.credits .sommario{
    font-family: 'Pragati Narrow', sans-serif;
    width: 100%;
    float: none;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;  
  }
  .slide#top2 .title.linkMenu a, .slide#bottomEnd .title.linkMenu a{
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
  .slide#top2 .title.linkMenu a.bannerAdv {
	    font-size: 21px !important;
	    line-height: 26px !important;
	    padding: 15px !important;
	}
}

@media only screen and (orientation:portrait) { 
  .vert {
    display: block;
  }
  .orizz {
    display: none;
  }
}
@media only screen and (orientation:landscape) { 
  .vert {
    display: none;
  }
  .orizz {
    display: block;
  }
}
