@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html, body, #container {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  height: 100%;
}
body {  
	font-family: "new-zen", sans-serif;
	font-style: normal;
	color: white;
	font-weight: 300;  
	background-color: #252a38;
}
.b, strong {
  font-weight: 700;
}
.italic {
	font-style: italic;
}
a {
  text-decoration: none;
}
/*@font-face {
    font-family: AlfaSlabOne;
    src: url(../AlfaSlabOne-Regular.ttf);
}*/

h1, h2, h3, h4, h5 {
	font-family: "active", sans-serif;
	font-weight: 400;
	font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.text_bianco {
	color: #FFF;
}
.text_nero {
	color: #000;
}
.text_oro {
	color: #D1AE00;
}
.text_rosso {
	color: #c51a1b;
}
.bg_bianco {
	background-color: #FFF;
}
.bg_nero {
	background-color: #000;
}
.bg_grigio {
	background-color: #cec9c8;
}
.bg_blu {
	background-color: #252a38;
}
.bg_rosso {
	background-color: #c51a1b;
}
.h25 {
	height: 25px;
}
.h50 {
	height: 50px;
}
.h100 {
	height: 100px;
}
.std_padding {	
	padding: 20px 10px; 
}
.align_left {
	float: left;
	margin: auto;
}
.align_right {
	float: right;
	margin: auto;
}
.wide_container {
	width: 100%;	
	margin:auto;
	text-align: center;
}
.container {
	max-width: 1000px;
	margin:0 auto;
	text-align: center;	
}
#header {
	position: relative;
	height: 735px;
	background: url("../img/Logo.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;	
}
#header .header_pg {
	position: absolute;
	bottom: 0px;
	height: auto;
}
#countdown {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
	max-width: 500px;
	padding: 20px;
	background-color: #728ed8;
	border-radius: 10px;
	box-shadow: 0px 5px 14px #000;
}
#next {
	display: flex;
}
#next div {
	-ms-flex: 1;  /* IE 10 */  
	flex: 1;
}
#next div:first-child {
	padding: 50px 0;
}
#next .cover {
	transform: rotate(5deg);
	height: 250px;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 0.5);
}
#count_num span {
	color: black;
	font-size: 100px;
	font-weight: 800;
}
#disponibile {
	font-size: 30px !important;
}
#volumi {
	background-color: #cec5dc;
	padding: 20px;
	text-align: center;	
}
#volumi .container {
	width: 800px;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 0.5);	
	background-color: #ededed;	
}
#volSchede {
	margin: auto;
	width: 100%;
	background-color: #dadada;
	overflow: hidden;
	display: inline-block;
}
#volSchede button {
	font-family: "new-zen", sans-serif;
	background-color: inherit;
	color: #a84933;
	font-size: 40px;
	font-weight: 800;
	float: left;
	width: 12.5%;
	border: solid 1px #ededed;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	vertical-align: middle;
	transition: 0.3s;	
}
#volSchede button:hover {
	background-color: #c6c6c6;
}
#volSchede button.active {
	background-color: #ededed;
}
#volSchede button.off {
	color: #b2b2b2;
}
.scheda_singola {
	display: grid;
	grid-template-columns: repeat(2, 1fr);	
	background-color: inherit;
	color: #a84933;
	line-height: 24px;
	padding: 6px 12px;
	margin: -6px auto;	
	width: 100%;
	border: solid 1px #ededed;	
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;	
}
.scheda_singola div:first-child {
	width: 400px
}
.chibi {
	float: center; 
	height: 250px;
}
.scheda_singola .cover {
	transform: rotate(-5deg) scale(0.9);
	box-shadow: 0px 5px 14px rgb(0 0 0 / 0.5);
}
.tavContainer {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;  
}
.tavInt {
	margin: auto;
	display: inline-block;
	max-width: 30%;
	padding: 5px;
}
#copyright {
	font-size: .700em;
	padding: 10px;
	color: black;
}
.swiper {
    width: 100%;
    height: 750px;
	margin: 20px 0;
}
.swiper-slide {
	text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
	display: block;
    width: 100%;
    height: auto;
}
.schedaPG {
	margin: auto 10px;
	width: 500px;
	background-color: #a84933;
	border-radius: 0 0 20px 20px;	
}
.schedaPG p {
	padding: 4%;
}
hr {
	width: 80%;
}
#bacheca {
	background-color: #a84933;
	padding: 20px;
}
#dlq {
	background: url("../img/bgTile1.jpg") repeat;
	color: #252a38;	
	padding: 20px;
}
#dlq p{
	color: #a84933;
	text-align: left;
}
.tweet {
	margin: 20px 0;
	padding: 20px;
	display: flex;		
}
.tweet div:first-child {
	width: 100px;
}
.reda {
	background-color: #95c11f;
	border-radius: 0 20px 20px 20px;
}
.trad {
	background-color: #728ed8;
	border-radius: 20px 0 20px 20px;
}
.tweet span {
	color: white;
}
.tweet_txt {
	width: 100%;
	padding: 20px;
	margin: 10px;
	border-radius: 14px;
	color: black;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: left;
	line-height: 24px;
}
.collapsible {
  background-color: #728ed8;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  border-radius: 20px 20px 0 0;
}
collapsible h2 {
	margin: 0;
}
.active, .collapsible:hover {
  background-color: #5574c5;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-radius: 0 0 20px 20px;  
}





#credits {
  overflow: auto;
  background-color: #E3E3E3;
  color: #555555;
  width: 100%;
  padding: 4em;
  text-align: left;
}
#credits a {
  text-decoration: none;
  color: #a84933;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E1E1E1;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: all .2s;
}
#myBtn:hover {
  background-color: #D0D0D0;
}


@media screen and (max-width: 1500px) {
#header {	
	height: 57vw;
}
#header .header_pg {
	height: 42vw;
	transition: 0.5s;
}
}

@media screen and (max-width: 1000px) {
#countdown {
	transform: translate(-50%, -62%);
}	
#countdown h1 {
	font-size: 4vw;
}
#count_num span {
	font-size: 10vw;
}
#next div:first-child {
	padding: 0;
}
#next .cover {
	height: 22vw;
}
#volumi .container {
	width: 100%;
	margin-top: 40px;
}
}

@media screen and (max-width: 680px) {
#countdown {
	transform: translate(-50%, -55%);
}	
#disponibile {
	font-size: 4vw !important;
}
#volSchede button {		
	font-size: 8vw;
}
.scheda_singola {
  display: block;
}
.scheda_singola div:first-child {
	width: 100%
}
.tavInt {
	display: block;
	max-width: 100%;
}
}

@media screen and (max-width: 450px) {
.tavInt {
	display: block;
	max-width: 80%;
}
.swiper {
    height: 670px;
}
}


@media screen and (prefers-reduced-motion: reduce) {  
  * {
    /* Very short durations means JavaScript that relies on events still works */
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}