html,
body {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 1.0rem;
}

header {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

main {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

footer {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: solid 1px #000000;
}



.spazioLogo {
	width: 100%;
	text-align: center;
}

.spazioLogo img {
	max-width: 120px;
}

.buttonHome {
	background: transparent !important;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	border-radius: 6px !important;
}

.buttonHome:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
}

.testoPagina {
	
}

.testoInEvidenza {
	border-left: solid 10px #DD0000;
	padding-left: 10px;
}

.marker
{
	background-color: Yellow;
}

.testoRosso {
	color: #DD0000;
}


.areaIntestazionePagina {
	width: 100%;
	height: 20vh;
	min-height: 160px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.rowIntestazionePagina {
	height: 20vh;
	min-height: 160px;
	color: #FFFFFF;
}

.areaPagina {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

h1.h1TitoloPagina {
	color: #FFFFFF;
}



/* CSS SEZIONI HOME PAGE */

.areaSlideShowKenBurn {
	width: 100%;
	height: auto;
	background-color: #013754;
}


.kenburs-image-wrap {
	width: 100%;
	height: 95vh;
	max-height: 1706px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.kenburns-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.kenburs-image-wrap .kenburns-slide {
	width: 100%;
	animation: kenburns 10s ease;
	/* Add infinite to loop. */

	-ms-animation: kenburns 10s ease;
	-webkit-animation: kenburns 10s ease;
	-0-animation: kenburns 10s ease;
	-moz-animation: kenburns 10s ease;

	opacity: 0.20;

	position: absolute;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform-origin: center;	/* bottom left */
		-moz-transform-origin: center;
		-ms-transform-origin: center;
		-o-transform-origin: center;
		transform-origin: center;
		transform: scale(1.3);
		-ms-transform: scale(1.3);
		/* IE 9 */

		-webkit-transform: scale(1.3);
		/* Safari and Chrome */

		-o-transform: scale(1.3);
		/* Opera */

		-moz-transform: scale(1.3);
		/* Firefox */
	}
	100% {
		transform: scale(1.6);
		-ms-transform: scale(1.6);
		/* IE 9 */

		-webkit-transform: scale(1.6);
		/* Safari and Chrome */

		-o-transform: scale(1.6);
		/* Opera */

		-moz-transform: scale(1.6);
		/* Firefox */
	}
}


.areaSfondoStatico {
	width: 100%;
	min-height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sfondoSoWhatJazz {
	background-color: #000000;
	color: #FFFFFF;
}

.sfondoSoWhatFriends {
	background-color: #FFFFFF;
	height: auto !important;
	min-height: auto !important;
}

.sfondoSoWhatFriends h3 {
	color: #000000 !important;
}

.sfondoSoWhatFriends h3 span {
	color: rgba(0,0,0,0.50) !important;
}

.sfondoSoWhatNewsletter {
	background-color: #666666;
	color: #FFFFFF;
	height: auto !important;
	min-height: auto !important;
}

.sfondoSoWhatNewsletter input[type='email'] {
	background-color: #FFFFFF;
}

.sfondoSoWhatNewsletter input[type='submit'] {
	background-color: #000000;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.sfondoSoWhatNewsletter input[type='submit']:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
}



.areaSfondoStatico h3 {
	color: rgba(255,255,255,1);
	margin-bottom: 40px;
}

.sottotitoloH3 {
	color: rgba(255,255,255,0.75);
	font-weight: normal;
}

.spaziaturaColonnaVuota {
	width: 100%;
	height: 50vh;
}

.testoGiallo {
	color: var(--main-graphic-color);
}



/* CSS NEWS IN HOME PAGE */

.spazioNotizia {
	background-color: rgba(255,255,255,0.50);
	padding: 10px;
	margin-bottom: 40px;
	height: 240px;
	overflow: hidden;
}

.spazioNotizia:hover {
	background-color: var(--main-graphic-color);
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.titoloNotizia {
	font-size: 1.25rem;
	line-height: 1.50rem;
}

.dataNotizia,
.dataIdea,
.categoriaIdea {
	color: #666666;
	margin-bottom: 10px;
}

.sommarioNotizia {
}

.iconaArchivio {
	width: 64px;
}

.iconaArchivio img:hover {
	background-color: rgba(255,255,255,0.50);
	border-radius: 100%;
}

h2.h2TitoloNotizia,
h2.h2TitoloEvento,
h2.h2TitoloIdea {
	padding-bottom: 10px;
	/* background-image: url('../Immagini/filetto_titolo_h2.png'); */
	background-position: bottom left;
	background-size: auto;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.immagineNotizia,
.immagineIdea {
	text-align: center;
}

.descrizioneNotizia,
.descrizioneEvento,
.descrizioneIdea {
	
}

.sommarioEvento {
	font-weight: bold;
	font-style: italic;
}

.twitter-share-button {
	margin-top: 10px;
}

.immagineEvento {
	text-align: center;
	margin-bottom: 20px;
}


.bollinoIscrittiMobilityEvento {
	width: 160px;
	height: 48px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #2F2E7E;
}



/* CSS GRIGLIA DOCUMENTI */

ul.grigliaDocumenti {
	list-style: none;
	width: 100%;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul.grigliaDocumenti li {
	width: calc(25% - 40px);
	margin: 20px;
}

.linkIconaDocumento {
	width: 100%;
	display: block;
	text-align: center;
}

h5.h5TitoloDocumento {
	font-weight: normal;
	font-size: 1.0rem;
	line-height: 1.25rem;
	color: #000000;
}

a h5.h5TitoloDocumento:link,
a h5.h5TitoloDocumento:visited {
	color: #000000;
}

h6.h6TitoloGriglia {
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.25rem;
	border-top: dotted 1px #CCCCCC;
	margin-top: 20px;
	padding-top: 10px;
}



/* CSS GRIGLIA AUDIO */

ul.grigliaAudio {
	list-style: none;
	width: 100%;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul.grigliaAudio li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a h5.h5TitoloAudio:link,
a h5.h5TitoloAudio:visited {
	color: #000000;
}

.figureAudio {
	
}

.figureAudio audio {
	width: 100%;
}



/* CSS GRIGLIA FOTOGRAFIE */

ul.grigliaFotografie {
	list-style: none;
	width: 100%;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul.grigliaFotografie li {
	width: calc(25% - 40px);
	margin: 20px;
}



/* CSS GRIGLIA FILMATI */

ul.grigliaFilmati {
	list-style: none;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	box-sizing: border-box;
	padding: 0;
}

ul.grigliaFilmati li {
	width: 100%;
	margin-bottom: 40px;
}



/* CSS LISTA ARCHIVIO ANNI NOTIZIE ED EVENTI */

ul.listaAnniArchivio {
	width: 100%;
	list-style: none;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.listaAnniArchivio li {
	width: 80px;
	margin: 10px;
}

ul.listaAnniArchivio li a:link,
ul.listaAnniArchivio li a:visited {
	width: 80px;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

ul.listaAnniArchivio li a:hover,
ul.listaAnniArchivio li a:active,
ul.listaAnniArchivio li a.annoCorrente:link,
ul.listaAnniArchivio li a.annoCorrente:visited,
ul.listaAnniArchivio li a.annoCorrente:hover,
ul.listaAnniArchivio li a.annoCorrente:active {
	text-decoration: none;
	background-color: var(--main-dark-gray-color);
	color: #FFFFFF;
}



/* CSS GRIGLIA NOTIZIE */

ul.grigliaNotizie {
	width: 100%;
	list-style: none;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.grigliaNotizie li {
	width: calc(25% - 20px);
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 20px;
}



/* CSS IDEAS IN HOME PAGE */

ul.grigliaIdee {
	width: 100%;
	list-style: none;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.grigliaIdee li {
	width: calc(25% - 20px);
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 20px;
}

.spazioIdeaHome {
	width: 100%;
	position: relative;
}

.immagineIdeaHome {
	position: relative;
	top: 0%;
	left: 0%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	box-sizing: border-box;
}

.testoIdeaHome {
	width: calc(100% - 40px);
	height: 320px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
	top: 0;
	left: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.testoIdeaHome:hover {
	background-color: var(--main-light-gray-color);
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.titoloIdeaHome {
	font-size: 1.25rem;
	line-height: 1.50rem;
}

.dataIdeaHome {
	color: #666666;
	margin-bottom: 10px;
}

.categoriaIdeaHome {
	color: #666666;
	font-style: italic;
}

.sommarioIdeaHome {
}



/* CSS YOURS IN HOME PAGE */

.spazioTestoIncipitHome {
}

.testoIncipitHome {
	margin-bottom: 40px;
}

.spazioImmagineCentrata {
	text-align: center;
}



/* CSS HAPPENING IN HOME PAGE */

ul.grigliaEventi {
	width: 100%;
	list-style: none;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.grigliaEventi li {
	width: calc(25% - 20px);
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 20px;
}

.spazioHappeningHome {
	border: solid 1px #FFFFFF;
	border-radius: 6px;
	margin-bottom: 40px;
}

.spazioMiniaturaHappeningHome {
	width: 100%;
	height: auto;
	background-position: center center;
	background-size: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
}

.dataHappeningHome {
	background-color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: 58px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	padding-top: 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}

.dataHappeningHome .numeroData {
	font-size: 1.75rem;
	line-height: 2.0rem;
	font-weight: bold;
}

.dataHappeningHome .meseData {
	font-size: 0.90rem;
	font-weight: bold;
}

.spazioSommarioHappeningHome {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px;
	height: 320px;
	overflow: hidden;
}

.spazioSommarioHappeningHome:hover {
	background-color: var(--main-light-gray-color);
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.titoloHappeningHome {
	font-size: 1.25rem;
	line-height: 1.50rem;
	margin-bottom: 20px;
}

.linkMiniaturaNotizia:link,
.linkMiniaturaNotizia:visited,
.linkMiniaturaNotizia:hover,
.linkMiniaturaNotizia:active {
	text-decoration: none;
	color: #000000;
}


#moduloRicercaHappening,
#moduloRicercaArchivio,
#moduloRicercaRoom {
	background-color: #EEEEEE;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

#moduloRicercaHappening input,
#moduloRicercaHappening select,
#moduloRicercaArchivio input,
#moduloRicercaArchivio select,
#moduloRicercaRoom input,
#moduloRicercaRoom select {
	background-color: #FFFFFF;
}

#moduloIscrizionePartecipanteMobility {
	border: dotted 1px #CCCCCC;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px;
}


.periodoHappeningHome {
	background-image: url('../Immagini/icona_orario.png');
	background-size: 16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 20px;
}

.luogoHappeningHome {
	background-image: url('../Immagini/icona_luogo.png');
	background-size: 16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 20px;
}

.categoriaHappeningHome {
	font-weight: bold;
}

.iscrizioniHappeningHome {
	font-weight: bold;
	margin-top: 10px;
}

.iscrizioniHappeningHome img {
	margin-right: 10px;
}



/* CSS GRIGLIA CONCERTI ROOM */

ul.grigliaConcertiRoom {
	width: 100%;
	list-style: none;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.grigliaConcertiRoom li {
	width: calc(25% - 20px);
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 20px;
}


.spazioConcertoRoom {
	border: solid 1px #FFFFFF;
	border-radius: 6px;
	margin-bottom: 40px;
}

.spazioMiniaturaConcertoRoom {
	width: 100%;
	height: auto;
	background-position: center center;
	background-size: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
}

.dataConcertoRoom {
	background-color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: 58px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	padding-top: 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}

.dataConcertoRoom .numeroData {
	font-size: 1.75rem;
	line-height: 2.0rem;
	font-weight: bold;
}

.dataConcertoRoom .meseData {
	font-size: 0.90rem;
	font-weight: bold;
}

.periodoConcertoRoom {
	background-image: url('../Immagini/icona_orario.png');
	background-size: 16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 10px;
}

.luogoConcertoRoom {
	margin-bottom: 10px;
}

.spazioSommarioConcertoRoom {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px;
	min-height: 280px;
}

.spazioSommarioConcertoRoom:hover {
	background-color: var(--main-light-gray-color);
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.titoloConcertoRoom {
	font-size: 1.25rem;
	line-height: 1.50rem;
	margin-bottom: 10px;
}

.introduzioneConcertoRoom {
	font-size: 1.0rem;
	line-height: 1.25rem;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* CSS LISTA LOGHI PARTNER */

ul.listaLoghiPartner {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;

	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-flex-pack: start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	box-sizing: border-box;
}

ul.listaLoghiPartner li {
	width: 25%;
	text-align: center;
}

ul.listaLoghiPartner li a:link,
ul.listaLoghiPartner li a:visited {
	width: calc(100% - 80px);
	height: 180px;
	padding: 20px 40px;
	display: table-cell;
	vertical-align: middle;
}

ul.listaLoghiPartner li:hover {
	background-color: rgba(0,0,0,0.15);
}

ul.listaLoghiPartner li:hover img {
	mix-blend-mode: multiply;
}



ul.listaLinksPiedipagina {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;

	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-flex-pack: start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	box-sizing: border-box;
}

ul.listaLinksPiedipagina a:link,
ul.listaLinksPiedipagina a:visited {
	margin-right: 20px;
	color: #000000;
	text-transform: lowercase;
}

ul.listaLinksPiedipagina a:hover,
ul.listaLinksPiedipagina a:active {
	color: #C351E2;
	text-decoration: none;
}


ul.listaSocialsPiedipagina {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;

	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	box-sizing: border-box;
}

ul.listaSocialsPiedipagina li {
	width: 32px;
	text-align: center;
}

.spazioLogoPiedipagina {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

.testoCopyrightsPiedipagina {
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 0.80rem;
}

.indirizzoPiedipagina {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.smallText {
	font-size: 0.90rem;
}


input[type='file'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #AAAAAA;
	border-radius: 0.0rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 2.5rem;
	padding: 0.5rem 0.75rem;
}

input[type='file']:focus {
	border-color: #000000;
	outline: 0;
}

input[type='file']:invalid, input[type='file']:focus:invalid {
	border-color: #DD0000;
	outline: 0;
}


ul.listaLinkSottopagine {
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;

	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	box-sizing: border-box;
}

ul.listaLinkSottopagine li {
	margin: 10px;
}

ul.listaLinkSottopagine li a:link,
ul.listaLinkSottopagine li a:visited {
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px 20px;
	text-decoration: none;
	border: solid 1px #000000;
	border-radius: 6px;
	text-transform: uppercase;
}

ul.listaLinkSottopagine li a:hover,
ul.listaLinkSottopagine li a:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.linkSottopaginaCorrente:link,
a.linkSottopaginaCorrente:visited,
a.linkSottopaginaCorrente:hover,
a.linkSottopaginaCorrente:active {
	background-color: #666666 !important;
}


.spazioSeparatore {
	width: 100%;
	height: 40px;
}


#LocandinaEvento {
	width: 240px !important;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: dotted 1px #CCCCCC;
}




/* CSS PER SLIDE SHOW BXSLIDER */

/* Toglie l'ombra sotto le slide dello slide show */
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px transparent;
	-webkit-box-shadow: 0 0 0px transparent;
	box-shadow: 0 0 0px transparent;
	border:  0px solid transparent;
	left: 0px;
	background: transparent;
}

.slide {
	text-align: center;	/* Centra orizzontalmente il testo delle didascalie nella slide */
}

.slide img {
	margin-right: auto;	/* Centra orizzontalmente le immagini nella slide */
	margin-left: auto;
}

.slideSpazioLogo {
	width: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 1000;
	color: #FFFFFF;
	font-size: 2.5vw;
	line-height: 3vw;
}

#slidePrev {
	text-align: left;
	opacity: 0.50;
}

#slideNext {
	text-align: right;
	opacity: 0.50;
}

#slideNext:hover {
	opacity: 1.0;
}

#slidePrev:hover {
	opacity: 1.0;
}

.slideWithBackgroundImage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.didascaliaFotoSlide {
	width: 100%;
	height: 30px;
	color: #666666;
	margin-top: 10px;
	font-size: 1.0rem;
	line-height: 1.25rem;
	text-align: center;
}

.firmaPaoloCaivano {
	display: inline;
}

.firmaPaoloCaivano img {
	max-width: 120px;
	display: inline;
	margin-left: 10px;
}

.firmaAutoreFoto {
	display: inline;
	font-family: 'Caveat', cursive;
	margin-left: 10px;
	font-size: 1.25rem;
	line-height: 1.25rem;
}


@media (max-width: 767px) {
	
	ul.grigliaNotizie li {
		width: calc(50% - 40px) !important;
		margin: 20px;
	}
	
	ul.grigliaIdee li {
		width: calc(50% - 40px) !important;
		margin: 20px;
	}
	
	ul.grigliaEventi li {
		width: calc(50% - 40px) !important;
		margin: 20px;
	}
	
	ul.grigliaFotografie li {
		width: calc(50% - 40px) !important;
		margin: 20px;
	}
	
}


@media (max-width: 1024px) {

	.spaziaturaColonnaVuota {
		width: 100%;
		height: 0vh;
	}

	.sfondoSoWhatHappening {
		padding-top: 40px;
		min-height: 50vh;
	}

	ul.listaLoghiPartner li {
		width: calc(50% - 40px);
		margin: 20px;
	}

	.spazioLogoPiedipagina {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 20px;
	}

	.testoCopyrightsPiedipagina {
		margin-top: 10px;
		margin-bottom: 20px;
	}

}


@media (max-width: 1024px) and (orientation: portrait) {

	.slideSpazioLogo {
		width: 80%;
		top: 10%;
		left: 10%;
		font-size: 4.0vw;
		line-height: 4.5vw;
	}

}

@media (max-width: 1024px) and (orientation: landscape) {

	.slideSpazioLogo {
		width: 80%;
		top: 10%;
		left: 10%;
		font-size: 3.0vw;
		line-height: 3.5vw;
	}

}


@media (min-width: 1024px) and (max-width: 1360px) {

	#cssmenu > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

}