/* Variabili */
@font-face {
  font-family: ComixLoud;
  font-display: auto;
  src: url(../fonts/ComixLoud/ComixLoud.ttf);
}

@font-face {
  font-family: Yokelvision;
  font-display: auto;
  src: url(../fonts/Yokelvision/Yokelvision.otf);
}

@font-face {
  font-family: Gotham;
  src:  url('../fonts/Gotham/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham/Gotham-Book.woff') format('woff'),
	    url('../fonts/Gotham/Gotham-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  font-display: auto;
  src:  url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham/Gotham-Bold.woff') format('woff'),
	    url('../fonts/Gotham/Gotham-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  font-display: auto;
  src:  url('../fonts/Gotham/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham/Gotham-Black.woff') format('woff'),
	    url('../fonts/Gotham/Gotham-Black.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: auto;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

html{
	position:relative;
	scroll-behavior: smooth;
}

section {
	
}

.swal2-popup{
	font-family: Poppins !important;
}

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
  z-index:999;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes effettoZoom{
	0%{
		transform: scale(1,1);
	}
	50%{
		transform: scale(2,2);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes sfere{
    0%{
		filter: drop-shadow(5px 9px 30px orange);
		top: 10px;
		}
    100%{
		filter: drop-shadow(5px 9px 14px orange);
		top: 32px;
	}
}
svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
}

/* PAGINA COMING SOON */ 

.hexa{
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);

}

.s1{
	width: 100%;
	height: 100%;
	background-image: url('../img/manifesto.jpg');
	background-size: cover;
	background-position:center;
	background-attachment:fixed; 
}

.sfondo{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: url('../img/background.jpg') no-repeat center top;
	position: fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size:cover;
}

.bottfigo{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

body{
  font-display: auto;
  font-family: ComixLoud;
 /* background: url('../img/background.jpg') top center no-repeat fixed; */
  overflow: hidden;
}

.effetto{
	width:100vw;
	height:100vh;
	position:absolute;
	background-image: url('../img/effect.svg');
	background-size: cover;
	opacity: 0.5;
	z-index:3;
	animation: effettoZoom 2s linear infinite;
}

.cosae{
	margin-bottom: 40px;
}
.wrap{
	padding-top:40px;
}
.wrap1{
	padding-top:100px;
}

.logo{
	z-index:4;
	filter: drop-shadow(-1px 6px 4px rgba(0, 0, 0, .3));
	position:relative;
}

.etichetta{
	font-size:20px;
	text-align:center;
	margin-right:50px;
	color: #01c5fd;
}
.etichetta:last-child{
	margin:0;
}
.stroke{
	position: absolute;
	top:15px;
	right:16px;
	color:black;
	z-index:-2;
	-webkit-text-stroke: 10px black;
}

.countdown > .container-fluid{
	width:80%;
}

.contatore{
	font-size: 40px;
	padding-bottom:10px;
	color: #fff;
	position:relative;
	z-index:99;
}

.stiamoarrivandoP{
	color: #fff;
    font-size: 39px;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.stiamoarrivandoP > span{
	font-weight:900;
}

.topic > .container-fluid{
		width:80%;
}

.boxTopic{
	background-size:cover;
	height:350px;
	background-position:center;
	color:#fff;
	text-align:center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin-bottom:30px;
}
.boxTopic:hover > .bckTopic{
	transform: scale(1.5,1.5);
}

.bckTopic{
	transition: all 0.3s linear;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url('../img/fortnite.jpg');
	background-size:cover;
	background-position:center center;
	transform: scale(1,1);
}
.topicTitle{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3em;
    font-weight: 900;
}
.overlayTopic{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(255, 1, 253, 0.7);
}
.boxTopicInfo{
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.boxTopicInfo > p{
	text-align: left;
    margin: 0;
}

.info{
	color:#fff;
	font-size: 30px;
	font-family: Yokelvision;
	border-radius:50px;
	padding: 10px 30px 10px 30px;
	background-color: #fd01fd;
	z-index:99;
	position:relative;
}

.titoloArrivo{
	color: #01c5fd; 
	font-size:20px;
	position:relative; 
	display:inline-flex;
}
.cosasono{
}

#getting-started{
	display:inline-flex;
	line-height:4em;
}

.box-informazioni{
	background: rgba(1,198,253,1);
	background: -moz-linear-gradient(left, rgba(1,198,253,1) 0%, rgba(1,131,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,198,253,1)), color-stop(100%, rgba(1,131,253,1)));
	background: -webkit-linear-gradient(left, rgba(1,198,253,1) 0%, rgba(1,131,253,1) 100%);
	background: -o-linear-gradient(left, rgba(1,198,253,1) 0%, rgba(1,131,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(1,198,253,1) 0%, rgba(1,131,253,1) 100%);
	background: linear-gradient(to right, rgba(1,198,253,1) 0%, rgba(1,131,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c6fd', endColorstr='#0183fd', GradientType=1 );
	border-radius:30px;
	padding:40px;
	color: #fff;
    height: 250px;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px 3px #00000069;
	text-align:center;
	margin-bottom:25px;
}

.box-informazioni > h3{
	color: #001436;
    font-size: 16px;
	margin-bottom:23px;
}

footer{
	position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #001436;
    z-index: 999;
	padding: 10px;
	font-family: Poppins;
}

footer > .container-fluid > .row{
	text-align: center;
    color: white;
}
footer > .container-fluid > .row > div > p{
	margin: 0;
}

.maggiori{
	margin-bottom:150px;
}

.testoNewsletter{
	font-family:Poppins; 
	text-transform:none; 
	font-size:25px;
	margin-bottom:0.4rem;
}

.testoEspositore{
	font-family:Poppins; 
	text-transform:none; 
	font-size:25px;
}

.giornoEvento{
	font-size:35px;
}

.meseEvento{
	font-size:25px;
}


/* PAGINA INDEX - SITO WEB */ 

::-webkit-scrollbar-thumb {
    background: #f300fd;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e5e5e5;
}
::-webkit-scrollbar {
    width: 10px;
}

.menuP > li {
    margin-right: 5px;
    font-weight: bold;
	border-bottom: none;
}
.navbar{
	    box-shadow: 0 2px 5px #a99e9eb3;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
}
.navbar-light .navbar-toggler {
    border-radius: 0px;
    height: 50px;
    background-image: linear-gradient(to right, #fd01fd, #f000fd, #e300fd, #d600fd, #c801fd);
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../img/ninja.svg');
	width: 40px;
}
.menuP > li:hover {
    transition: all linear 0.1s;
    background-color:#01c5fd
}
.menuP > li:hover > a {
    color: #fff !important;
}

.dateHeader{
	transform: scale(.75);
}

.dataSopra{
	text-align:center;
	position:relative;
	text-transform:uppercase;
}

.data{
	display: inline-block;
    font-size: 36px;
    line-height: 1.3em;
    position: absolute;
    bottom: 0;
    left: 0;
}

.data > div{
	font-size: 70px;
    font-weight: bold;
}

.dataSotto{
	background-color: #ed01fd;
    color: #fff;
    text-transform: uppercase;
	position:relative;
	font-weight: bold;
}

.dataSotto::before {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    border-bottom: 24px solid white;
    border-left: 22px solid #ed01fd;
    width: 0;
}

.dataSotto::after{
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
	border-top: 24px solid white;
    border-right: 18px solid #ed01fd;
    width: 0;
}

.dataSotto > p{
	margin: 0;
}

.wrapBtnBiglietto{
	position:relative;
}

.wrapBtnBiglietto::after{
	content: "";
    background-color: #7c00ff;
    width: 50%;
    height: 100%;
    transform: rotate(-15deg);
    top: -11px;
    left: 10px;
    position: absolute;
    z-index: 1;
}


.btn-biglietto{
	position:relative;
	background-image: linear-gradient(to right, #fd01fd, #f000fd, #e300fd, #d600fd, #c801fd);
	color:#fff;
	padding: 5px 50px 5px 50px;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
	z-index: 999;
	border-top: 3px solid #fff;
}

.btn-biglietto::after{
	content: "";
    position: absolute;
    left: -21px;
    border-radius: 50%;
    background-color: #fff;
    height: 52%;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-biglietto::before{
	content: "";
    position: absolute;
    right: -21px;
    border-radius: 50%;
    background-color: #fff;
    height: 52%;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.countdown{
	background-image: url(../img/background.jpg);
    background-attachment: fixed;
}

.countdown > .container-fluid > .row{
	padding: 30px;
}

.boxEvento{
	background-image: url(../img/back_cosplay.jpg);
    background-size: cover;
    height: 500px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}

.overlayEvento{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(22, 22, 22, 0.85);
}

.evInfo{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	padding:10px;
	line-height:4em;
}

.evInfo > h3{
	padding:5px;
	border-bottom:4px solid #fff;
	display:inline-block;
	font-weight:900;
	color: #fff;
}

.btn-scopri{
	background-color: #e50914;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: bold;
	color: #fff;
}

.eroe{
	text-align:center;
	height:300px;
	position:relative;
	z-index:999;
}

.eroe > img{
	position:absolute;
	left:45px;
	width:70%;
	top:-50%;
	transform:translateY(50%);
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #ed01fd;
    text-align: center;
    height: 1.5em;
    font-size: 35px;
    opacity: 1;
    font-weight: 900;
    text-transform: uppercase;
}
.hr-text:before {
	content: '';
    background: #ed01fd;
    position: absolute;
    left: 25%;
    top: 50%;
    width: 50%;
    height: 4px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #ed01fd;
    background-color: #ffffff;
}

.infoCosa{
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.infoCosa > h3{
	text-transform:uppercase;
	font-weight:900;
}
.infoCosa > h1{
	text-transform:uppercase;
	font-weight:900;
}

.btn-chisiamo{
	background-color:#fff; 
	border:3px solid #ed01fd;
	color: #ed01fd;
	text-transform:uppercase;
}

.btn-chisiamo:hover{
	background-color:#ed01fd;
	color:#fff;
}

.boxInfo{
	background-image: url(../img/back_cosplay.jpg);
    background-size: cover;
    height: 400px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}

.contattaci{
	background-color:#0a254c;
	color:#fff;
	padding:50px;
}

.rigaContatto{
	padding:50px;
}

/* Pagina come arrivare */ 

.sottoMenu > ul{
	list-style:none;
	padding:0;
}
.sottoMenu > ul > li{
	display:inline-block;
	margin-right:20px;
}
.sottoMenu > ul > li > a > div > img{
	width:60px;
}
.rosaBg{
	background-color: #fde4ff;
}
.rosa{
	transition: all linear .2s;
	border-radius: 50%;    
}
.blu{
	transition: all linear .2s;
	border-radius: 50%;
}
.rosa:hover{
	background-color: #fde4ff;
}
.blu:hover{
	background-color: #e4f5ff;
}
.btnNavigatore{
	background-image: linear-gradient(to right, #fd01fd, #f000fd, #e300fd, #d600fd, #c801fd);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 25px 10px 25px;
	border-radius: 0;
	position:relative;
	z-index:9999;
}
.titoloMezzo{
	color: #fd01fd;
	text-transform: uppercase;
	font-weight: 900;
}
.titoloSezioni{
	font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.paragrafocsiamo{
	padding: 10px 30px 10px 30px;
}
.vuoto{
	color: #9E9E9E;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0;
	text-align:center;
}
.titoloPagina{
	height:300px;
	background-image:url('../img/manifesto.jpg');
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:30px;
	position:relative;
	background-position:center;
}
.overlayHead{
		position:absolute;
		top:0;
		width:100%;
		height:100%;
		left:0;
		background-color:rgba(0,0,0,0.5);
	}
.titoloPagina > h2{
	font-weight: 900;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* PAGINA PROGRAMMA */

.programma{
	background-image:url(../img/back_event_list.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.filtroData{
	list-style:none;
	padding:0;
}
.filtroData > li{
	display:inline-block;
	margin-right:20px;
}
.btnData{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 23px;
	background-color: #262626;
	color: #fff;
	padding: 10px 30px;
	border-radius:0;
	margin-bottom:20px;
}
.filtroTag{
	list-style:none;
	padding:0;
}
.filtroTag > li{
	display:inline-block;
	margin-right:15px;
}
.btnTag{
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
	min-width:140px;
	border-radius:0;
	margin-bottom:20px;
}
.comix{
	background-color:#ea108b;
}
.games{
	background-color:#ec252a;
}
.animazione{
	background-color:#f37b25;
}
.conferenze{
	background-color:#3eb24d;
}
.mostre{
	background-color:#00bff3;
}
.spettacoli{
	background-color:#a591cc;
}
.rigaEvento{
	/*height:250px;*/
	overflow:hidden;
	margin-bottom:40px;
	transition: all linear 0.2s;
	cursor:pointer;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,.25) );
    background-color: #fff;
}
.rigaEvento:hover{
	transform:scale(1.05);
}
.dataEvento{
	height: 100%;
	background-image: url(../img/bg_pointed.svg);
	text-align: center;
	font-size: 40px;
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.dataEvento::after{
	right: -1px;
	content: '';
	position: absolute;
	top: 0;
	border-bottom: 269px solid white;
	border-left: 101px solid transparent;
	width: 0;
	height:100%;
}
.dataEvento::before{
	content: "";
	height: 100%;
	position: absolute;
	width: 0;
	border: 3px solid black;
	transform: skew(-20deg);
	right: 45px;
	z-index: 9;
}
.titoloEvento{
	font-size:23px;
	font-weight:900;
}
.luogoEvento{
	color:#ed01fd;
	font-weight:900;
}
.listaTag{
	list-style:none;
	padding:0;
}
.listaTag > li{
	display:inline-block;
	margin-right:5px;
}
.tag{
	color: #fff;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
}
.listaOspiti{
	list-style:none;
	padding:0;
}
.listaOspiti > li{
	display:inline-block;
	margin-right:10px;
}
.ospiti{
	margin-bottom: 40px;
}
.ospite{
	border: 5px solid #fff;
	transition: all .1s linear;
	cursor:pointer;
}

.ospite:hover{
	box-shadow: 0px 3px 8px 2px #98989875;
	transform:scale(1.04);
}

.contNews{
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
    margin: 0px 10px 20px 0px;
    background-color: #fff;
    padding: 20px;
}
.contSponsor{
    padding: 20px;
	margin-bottom: 20px;
	}
.titoloArticoli {
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
}

.data-news{
	position: relative; 
	top: 0px; 
	font-size: 11px; color: grey;
}

.coverEvento{
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Giorgio_Vanni_-_Lucca_Comics_%26_Games_2011.jpg/1200px-Giorgio_Vanni_-_Lucca_Comics_%26_Games_2011.jpg');
	height: 100%;
	width: 100%;
	background-size:cover;
	background-position:center;
}
.coverEvento::after{
	left: 0;
	content: '';
	position: absolute;
	top: 0;
	border-top: 290px solid white;
	border-right: 107px solid transparent;
	width: 0;
}
.coverEvento::before{
	content: "";
	height: 100%;
	position: absolute;
	width: 0;
	border: 3px solid black;
	transform: skew(-20deg);
	left: 57px;
	z-index: 9;
}
.boxDateEvento{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.5;
	margin-right: 55px;
}
.ora{
	font-size:62px;
}
.giorno{
	font-size:26px;
}
a.disabled {
	pointer-events: none;
	filter: grayscale(1);
    cursor: not-allowed !important;
}
/* PAGINA EVENTO IN DETTAGLIO */
.disattivo{
	background-color: #efefef !important;
    color: #d0cece;
}
.coverEventoD{
	height: 400px;
	border: 7px solid #fff;
	overflow: hidden;
	max-width: 300px;
	margin: 0 auto;
}
.boxEventoInfo{
	position:absolute;
	bottom:25%;
}
.boxEventoData{
	position:absolute;
	bottom:30%;
}
.boxEventoData > div{
	line-height:2.4em;
	text-align:center;
}
.boxEventoData > div > p:first-child{
	font-size:27px;
	margin:0;
}
.boxEventoData > div > p{
	font-size:60px;
}


/* PAGINA LISTA ARTICOLI - BLOG */
.fumettoNews{
	background-color: #ffffff;
	position: relative;
	padding: 20px;
	border: 4px solid black;
	margin-bottom:40px;
}
.fumettoBianco{
	position: absolute;
	top: 0;
	left: 0;
	background: RGBA(255, 255, 255, 0);
	height: 100%;
	width: 100%;
	padding: 20px;
	z-index: 0;
	border-right: 8px solid #efefef;
	border-bottom: 8px solid #efefefef;
}
.breveDescNews{
	max-height: 266px;
	overflow: hidden;
}
.zap{
	position: absolute;
	z-index: 9999;
	bottom: -61.8px;
	width: 80px;
	left:25px;
}
.fotoEvidenza{
	
}
.contenuti{
	position:relative;
	z-index:9999999999999 !important;
}
.titoloArticoli{
	font-weight:900;
	cursor:pointer;
}
.titoloArticoli:hover{
	color:#ed01fd;
}

/* PAGINA ARTICOLO - BLOG */
.listaEmoji{
	padding:0;
	list-style:none;
}
.listaEmoji > li{
	font-size:20px;
	display:inline-block;
	margin-right:10px;
	transition: all linear 0.2s;
	cursor:pointer;
}
.listaEmoji > li:hover{
	transform: scale(2);
}
.listaShare{
	padding:0;
	list-style:none;
}
.listaShare > li{
	display:inline-block;
	margin-right:10px;
}

.boxUltimoArticolo{
	position:relative; 
	text-align:left;
	margin-bottom:20px;
}

.infoUltimoArticolo{
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	padding:10px;
	width:100%;
}
.titoloUltimoArticolo{
	font-weight:900;
	text-transform:uppercase;
	border-bottom:2px solid;
	width:100%;
	color: #fff;
}

.titoloUltimoArticolo:hover{
	color: #ed01fd;
}
/* PAGINA ESPOSITORI */ 
.cerco{
	background-color: #efefef;
	border: 0 !important;
	border-radius: 20px !important;
}
.boxLettera{
	text-align:left;
	border-bottom:2px solid #5f5f5f;
	margin-bottom:20px;
	margin-top: 20px;
}
.boxLettera > h4{
	color:#5f5f5f;
	font-size:40px;
	font-weight:900;
}
.boxEspositore{
	position:relative;
	text-align:left;
	line-height:1.3em;
	border:1px solid #efefef;
	padding:15px;
    margin: 10px 0px 10px 10px;
	cursor: pointer;
}
.boxEspositore > div > p{
	margin:0;
}
.boxEspositore > div > p:first-child{
	font-weight:bold;
}
.catEspositore{
	font-size:12px;
	color:#5f5f5f;
}
.viaEspositore{
	font-weight:900;
}
.iconaEspo{
	position:absolute;
	right:7px;
	top:50%;
	transform:translateY(-50%);
}
.boxEspositore:hover{
	box-shadow: 0 0 4px #efefef;
}
.boxEspositore:hover > div > p:first-child{
	color:#ed01fd;
}
.boxEspositore:hover > div > .iconaEspo{
	color:#ed01fd;
}
.fa-map-marked-alt{
	color:#fff;
}
.boxEspositore:hover > .iconaEspo > .fa-map-marked-alt{
	color:#fff;
}

/* PAGINA CONTATTI */

.boxRapido{
	color: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
.contTitolo{
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
}
#conan{
	background-image: url(../img/crime_strip.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.contArea{
	text-transform: uppercase;
	font-size: 28px;
	margin: 0;
	line-height: .9;
	margin-bottom: 10px;
}
.contArea > span{
	font-weight: 900;
}
.contEmail{
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.fa-envelope{
	position: absolute;
	right: 0;
	font-size: 4em;
	opacity: .2;
	transform: rotateZ(-28deg) translateY(-50%);
	top: 50%;
}
.contCom{
	background: rgba(1,195,254,1);
	background: -moz-linear-gradient(left, rgba(1,195,254,1) 0%, rgba(1,135,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,195,254,1)), color-stop(100%, rgba(1,135,253,1)));
	background: -webkit-linear-gradient(left, rgba(1,195,254,1) 0%, rgba(1,135,253,1) 100%);
	background: -o-linear-gradient(left, rgba(1,195,254,1) 0%, rgba(1,135,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(1,195,254,1) 0%, rgba(1,135,253,1) 100%);
	background: linear-gradient(to right, rgba(1,195,254,1) 0%, rgba(1,135,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c3fe', endColorstr='#0187fd', GradientType=1 );
}
.contGame{
	background: rgba(247,29,0,1);
	background: -moz-linear-gradient(left, rgba(247,29,0,1) 0%, rgba(216,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,29,0,1)), color-stop(100%, rgba(216,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(247,29,0,1) 0%, rgba(216,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(247,29,0,1) 0%, rgba(216,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(247,29,0,1) 0%, rgba(216,0,0,1) 100%);
	background: linear-gradient(to right, rgba(247,29,0,1) 0%, rgba(216,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f71d00', endColorstr='#d80000', GradientType=1 );
}
.contPalc{
	background: rgba(255,0,251,1);
	background: -moz-linear-gradient(left, rgba(255,0,251,1) 0%, rgba(203,1,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,0,251,1)), color-stop(100%, rgba(203,1,253,1)));
	background: -webkit-linear-gradient(left, rgba(255,0,251,1) 0%, rgba(203,1,253,1) 100%);
	background: -o-linear-gradient(left, rgba(255,0,251,1) 0%, rgba(203,1,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,0,251,1) 0%, rgba(203,1,253,1) 100%);
	background: linear-gradient(to right, rgba(255,0,251,1) 0%, rgba(203,1,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00fb', endColorstr='#cb01fd', GradientType=1 );
}
.contComm{
	background: rgba(7,3,114,1);
	background: -moz-linear-gradient(left, rgba(7,3,114,1) 0%, rgba(7,3,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7,3,114,1)), color-stop(100%, rgba(7,3,114,1)));
	background: -webkit-linear-gradient(left, rgba(7,3,114,1) 0%, rgba(7,3,114,1) 100%);
	background: -o-linear-gradient(left, rgba(7,3,114,1) 0%, rgba(7,3,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(7,3,114,1) 0%, rgba(7,3,114,1) 100%);
	background: linear-gradient(to right, rgba(7,3,114,1) 0%, rgba(7,3,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070372', endColorstr='#070372', GradientType=1 );
}

.footer-comics{
	width: 100%;
    padding: 0 4%;
    background-color: #7c00ff;
	color: #fff;
}
.footerigno{
	width: 100%;
	background-image: linear-gradient(to right, #fd01fd, #f000fd, #e300fd, #d600fd, #c801fd);
	color: #fff;
	margin: 0;
	padding:10px;
}
.desc-footer{
    font-size: 13px;
    padding: 30px;
}
.desc-footer > p{
	margin-bottom:0;
}
.join-newsletter{
	text-align: center;
}
.join-newsletter > h3, .social-footer > h3{
	font-size:14px;
	text-transform: uppercase;
	font-weight:900;
	text-align: center;
	color: #fff;
}

.btn-newsletter{
	text-transform: uppercase;
	background-image: linear-gradient(to bottom, #01c0fd, #018dfd);
    font-size: 15px;
    padding: 10px 30px 10px 30px;
	margin-top: 10px;
}

@media (max-width: 1199.98px) {
.nav-link {text-align:center}

}

.centered {
    margin:auto;
    display:block;
    
}


@media (min-width: 992px)
{
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: column !important;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 

  .stroke{
		top:-7px;
		right:16px;
	}

}

@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
	.wrap1{
		padding-top:40px;
	}
	.logo{
		width:75%;
	}
	.stroke{
		top:-7px;
		right:16px;
	}
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
.stroke{
		top:-7px;
		right:16px;
	}
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
.stroke{
		top:-7px;
		right:16px;
	}
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.stroke{
		top:-7px;
		right:16px;
	}
}

@media only screen and (min-resolution: 200dpi){
	.stroke{
		top:-7px;
		right:16px;
	}
}


@media only screen and (max-width: 1753px) {
	
	.titoloEvento{
		font-size:16px;
	}
	.luogoEvento{
		font-size:16px;
	}
	
}

@media only screen and (max-width: 1600px) {
	.wrap1{
		padding-top:40px;
	}
	.logo{
		width:75%;
	}
	.titoloEvento{
		font-size:16px;
	}
	.luogoEvento{
		font-size:16px;
	}
	.zap{
		left:8px;
	}
	.infoUltimoArticolo > p:last-child{
		display:none;
	}
}


@media only screen and (max-width: 1440px) {
	.wrap1{
		padding-top:40px;
	}
	.ora{
	font-size:42px;
	}
	.giorno{
		font-size:17px;
	}
}

@media only screen and (max-width: 1366px) {
	.wrap1{
		padding-top:40px;
	}
	.logo{
		width:60%;
	}
	.titoloArrivo{
		font-size:15px;
	}
	.etichetta{
		font-size:15px;
	}
	.contatore{
		font-size:30px;
	}
	.stroke{
		top:2px;
		right:10px;
	}
	.info{
		font-size:20px;
	}
}

@media only screen and (max-width: 1280px) {
	.wrap1{
		padding-top:40px;
	}
	.logo{
		width:65%;
	}
	.titoloArrivo{
		font-size:15px;
	}
	.etichetta{
		font-size:15px;
	}
	.contatore{
		font-size:30px;
	}
	.stroke{
		top:2px;
		right:10px;
	}
	.info{
		font-size:20px;
	}
	.dataEvento::before {
		content:unset;
	}
	.dataEvento::after{
		content:unset;
	}
	.dataEvento{
		border-right:6px solid black;
	}
	.boxDateEvento{
		margin-right:0;
	}
	.coverEvento{
		border-left:6px solid black;
	}
	.coverEvento::after{
		content:none;
	}
	.coverEvento::before{
		content: none;
	}
	
	.rigaEvento{
		height:unset;
	}
}

@media only screen and (max-width: 1024px){
{
	.zap{
		bottom: -13.6%;
		left: -12px;
	}
}

@media only screen and (max-width: 1024px){
	body{
		background-attachment:fixed;
		overflow-y:scroll;
	}
	.wrap1{
		padding-top:40px;
	}
	.logo{
		width:40%;
	}
	.effetto{
		display:none;
	}
	.testoNewsletter{
		font-size:20px;
	}
	.testoEspositore{
		font-size:20px;
	}
	.rigaEvento{
		height:unset;
	}
	.dataEvento{
		height:150px;
	}
	.rigaEvento > .row > .col-lg-6{
		padding:20px !important;
	}
	.rigaEvento > .row > .col-lg-6 > .text-center{
		margin-bottom:20px;
	}
	.dataEvento{
		border-right:none;
		border-bottom:6px solid black;
	}
	.coverEvento{
		height:150px;
		border-left:none;
		border-top:6px solid black;
	}/*
	.titoloPagina{
		height:unset !important;
	}*/
	.boxEventoData{
		position:unset;
		text-align:center;
		margin-bottom:20px;
	}
	.boxEventoInfo{
		position:unset;
		text-align:center;
		margin-top:20px;
	}
}

@media only screen and (max-width: 768px) {
	body{
		background-attachment:fixed;
		overflow-y:scroll;
		background-position:bottom;
	}
	.etichetta{
		font-size:10px;
		margin-right:20px;
	}
	.contatore{
		font-size:15px;
	}
	.stroke{
		top:-20px;
		right:5px;
	}
	.infoUltimoArticolo > p:last-child{
		display:block;
	}
}

@media only screen and (max-width: 425px) {
	body{
		background-position:bottom;
	}
	.rigaContatto{
		padding:0;
	}
	.topic > .container-fluid{
		width:100%;
	}
	.countdown > .container-fluid{
		width:100%;
	}
	.slider{
		margin-bottom:30px;
	}
	.stiamoarrivandoP{
		position:unset;
		transform:unset;
		top:unset;
	}
	.btn{
		padding-top:18px !important;
	}
	.s1{
		background-attachment: unset !important;
		background-position:center bottom !important;
	}
	.sfondoblu{
		transform: none;
	}
	.container-fluid{
		width:100% !important;
	}
	.infoUltimoArticolo > p:last-child{
		display:none;
	}

}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	body{
		background-attachment:fixed;
		overflow-y:scroll;
	}
	.titoloArrivo{
		font-size:10px;
	}
	.etichetta{
		font-size:8px;
		margin-right:15px;
	}
	.contatore{
		font-size:15px;
	}
	.stroke{
		top:2px;
		right:5px;
	}
	#getting-started{
		line-height:2em;
	}
}