@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #333;
  color: #fff;
  line-height: 1.6;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  /*width: 100vw;*/
  
  
  width: 85vw;
  margin: 0 auto;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-position: 0 0;
  
  
  
  /*
	background: transparent;
	transition: background 1s;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	
	opacity: 0;
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	*/
 }
 
 
 @media only screen and (min-width: 1024px) and (min-height: 768px) {
.slide {
		background-size: contain;
		background-position: center center;
	}
}
 
 .slide.lazyload {
	opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;

}

.slide.lazyloaded {
	opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background 0.4s ease-in-out;
}
 

.slide:not(.current){ display: none; }


audio::-webkit-media-controls-panel {
  background-color: #cccccc;
}

.audio {
	position: absolute;
	z-index: 2;
	margin: auto;
	width: 100%;
	/*bottom: 75px;*/
	bottom: 0px;
}

/**/

/*barre browser 73px*/
/*@media (max-height: 490px) and (max-width: 300px) {*/

@media only screen and (max-width: 360px) and (max-height: 640px) {
.audio {
		bottom: -5px;
	}
}

@media only screen and (max-width: 360px) and (min-height: 740px) {
.audio {
		bottom: 120px;
	}
}

/*barre browser 167px*/
@media only screen and (min-width: 375px) {
.audio {
		bottom: 120px;
	}
}

@media only screen and (min-width: 390px) {
.audio {
		bottom: 30px;
	}
}

@media only screen and (min-width: 414px) {
.audio {
		bottom: 30px;
	}
}



/*
@media only screen and (max-height: 600px) {
.audio {
		padding-top: 30%;
  }
}
*/
.col3{
	color: #666666;
	/* padding-left:15px; */
}

col1 {
	color: #ff0000;	
}

.col1:hover{
	color: #ffffff;	
}
.col2{
	color: #a35f54;
	padding-left:15px;
}

.col2:hover{
	color: #ffb6b6;	
}

.note{
	color: #a35f54;
	padding-left:15px;
}

.slide.current {
  opacity: 1;
}

.slide .content {
  position: absolute;
  bottom: 70px;
  left: -600px;
  opacity: 0;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 35px;
}

.slide .content h1 {
  margin-bottom: 10px;
}

.slide.current .content {
  opacity: 1;
  transform: translateX(600px);
  transition: all 0.7s ease-in-out 0.3s;
}
.buttons button#full {
	position: absolute;
	/*top: 90%;
	right: 50%;*/
}
.buttons button#next {
  position: absolute;
  top: 46.5%;
  right: 15px;
}

.buttons button#prev {
  position: absolute;
  top: 46.5%;
  left: 15px;
}

.buttons button#author {
  position: absolute;
  top: 46.5%;
  right: 15px;
}

.buttons button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 13px 15px;
  border-radius: 50%;
  outline: none;
  z-index: 3;
}

.buttonContact {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: none;
  color: #333333;
  padding: 10px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px !important;
  z-index: 1 !important;
  width: 150px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttonFull {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: none;
  color: white;
  padding: 10px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px !important;
  z-index: 13 !important;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttonFull2 {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: none;
  color: white;
  padding: 10px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px !important;
  right: 15px !important;
  top:46.5% !important
}

.buttonPlot {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: none;
  color: white;
  padding: 10px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border-radius: 12px !important;
  right: 15px !important;
  top:46.5% !important;
  z-index: 8;
}

@media only screen and (max-height: 400px) {
  .buttonFull2 {
	  display: none !important;
  }
  .buttonPlot {
	  display: none !important;
  }
}

.buttonFull:hover {
	color: #666666 !important;
}
.buttonFull2:hover {
	color: #999999 !important;
}
.buttonPlot:hover {
	color: #999999 !important;
}

.buttons button:hover {
  background-color: #fff;
  color: #333;
}





@media (max-width: 500px) {
  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }

  .slide.current .content {
    transform: translateY(-300px);
  }
}




/* fullscreen */
.element {
  width: 100%;
  background-color: black;
  text-align: center;
  color: white;
  font-size: 3em;
}
.element:-ms-fullscreen p {
  visibility: visible;
}
.element:fullscreen {
  /* background-color: #e4708a; */
  background-color: #000000;
  width: 100vw;
  height: 100vh;
}



/*sidenav*/

.openMenu {
	width: 100px;
	position: absolute;
	z-index: 9;
	font-size:30px;
	cursor:pointer;
	text-align: left;
	left: 10px;
	top:0% !important
}

.closeFullScreen {
	width: 100px;
	position: absolute;
	z-index: 8;
	font-size:30px;
	cursor:pointer;
	text-align: right;
	right: 0px;
	top:0% !important
}

.closeFulbtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 28px;
  margin-left: 50px;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  /* background-color: #111; */
  background-color: rgb(0 0 0 / 90%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  text-align:center;
}

.sidenav a {
  /*padding: 8px 8px 8px 32px;*/
  padding-left: 30px;
  text-decoration: none;
  font-size: 17px;
  color: #666666;
  display: block;
  transition: 0.3s;
  text-align: left;
}



.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



#overlay {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); 
  z-index: 12; 
  cursor: pointer; 
}

.immagi {
	width: 104px;
	height: 141px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.immagi:hover {
  box-shadow: 10px 10px 2px 1px #ff0000;
  /*border: 2px solid #000000;*/
}

.immagi2 {
	width: 370px;
	height: 141px;
	display: block;
	/*margin-left: 15px;
	margin-right: 15px;*/
	margin-left: auto;
	margin-right: auto;
}

.immagi:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.super {
	
/*to avoid fullscreen */	
overflow: auto;

  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  z-index: 10;
  /* cursor: pointer; */
}


.thumbImg {
	/*height:280px;*/
}


.tabella {
	width: 100%;
	height: 100%;
}

.active {
  color: white;
} 

.titolo {
	font-size:18px;
	color:#a35f54;
}

@media screen and (min-width: 1900px) {
  .sidenav a {
    font-size: 25px;
  }
  .titolo{
	font-size: 25px;
  }
  .buttonFull {
	font-size: 24px;
  }
  .buttonFull2 {
	font-size: 20px;
  }
  .buttonPlot {
	font-size: 20px;
  }
  .openMenu {
	font-size: 43px; 
  }
  .immagi {
	width: auto;
	height: auto;
  }
  .immagi2 {
	width: auto;
	height: auto;
  }

}

.wait {
	position: fixed;
	top: 42%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	z-index: 14 !important;
	}
	
.cuffie {
	position: fixed;
	bottom: 4%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	z-index: 14 !important;
	}


/* loader */
.lds-ring {
position: fixed;
  top: 47%;
  left: 47%;
  width: 50px;
  height: 50px;
  z-index: 14 !important;
}

.ring-bottom{
	position: fixed;
  top: 47%;
  left: 47%;
  width: 50px;
  height: 50px;
  z-index: -1 ;

}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ring-bottom div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.ring-bottom div:nth-child(1) {
  animation-delay: -0.45s;
}
.ring-bottom div:nth-child(2) {
  animation-delay: -0.3s;
}
.ring-bottom div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes ring-bottom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.tooltip-red {
  --balloon-color: #a35f54;
}

@media only screen and (min-width: 441px) {
	.download {
		width: 20px;
		position: absolute;
		z-index: 8;
		cursor:pointer;
		text-align: left;
		left: 12px;
		bottom: 0px;
	}
}

@media only screen and (max-width: 440px) {
	.download {
		width: 20px;
		position: absolute;
		z-index: 8;
		cursor:pointer;
		text-align: left;
		right: 10px;
		top:-20px;
	}
}


.downloadButton {
	width: 20px;
	height: 20px;
	/*filter: invert(100%) sepia(0%) saturate(100%) brightness(100%) contrast(100%);*/
	display: none;
}









.poster{
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 12px;
	top: 20px;
}

.overPlot {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 13; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);