@charset "UTF-8";

.h1, h1, div.h1 {
	width: auto;
	margin-left: 125px;
	margin-right: 100px;
}
/*h2, .h2, .pagina h2 {
	background-color: #003300;
	border-bottom: 2px solid yellow;
	border-top: 2px solid yellow;
	color: yellow;
}*/
@media (max-width: 1024px) {
	.h1, h1, div.h1 {
		margin: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#toolbar2 > .h1, 
	#toolbar2 > h1 {
		margin: 0px;
		margin-top: 3px;
		font-size: 100%;
		height: 40px;
	}
	h2, .h2, .pagina h2 {
		background-color: #003300;
		border-bottom: 2px solid yellow;
		border-top: 2px solid yellow;
		color: yellow;
	}
}

.h4, h4, div.h4 {
	color: white;	
}

.page_body a, 
.page_body a:link,
.page_body a:visited {
	color: yellow !important;
	font-weight: bold !important;
	font-style: italic !important;
}
.page_body a:hover {
	border-bottom-color: yellow !important;
}





.elenco {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
li.elenco {
	width: 250px;
	background-color: darkgray;
	list-style-type: none;
	display: inline-block;
	border-radius: 7px;
	margin: 5px;
	border: 1px solid transparent;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
li.elenco:hover {
	border: 1px solid darkgray;	
}
@media (max-width: 1024px) {
	.elenco {
		width: 100%;
		margin: auto;
	}
	li.elenco {
		border: 1px solid white;
		margin-top: 40px;
		margin-bottom: 40px;
		border-radius: 0px;
	}
}
.gioco_nome {
	font-family: 'Arcade Normal';
	/*font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;*/
	text-transform: uppercase;
	font-size: 90%;
	color: black;
	text-align: center;
	height: 1.3em;
	/*background-color: black;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
li.elenco:hover > .gioco_nome,
li.elenco:hover > .gioco_nome_originale,
li.elenco:hover > .gioco_uscita {
	background-color: blue;
	cursor: default;
}

.gioco_uscita {
	font-family: 'Arcade Normal', helvetica;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	height: 4em;
	background-color: darkgray;
	white-space: normal;
	overflow: hidden;
	border-bottom: 1px solid black;
	padding: 0px;
	margin: 0px;
}
li.elenco:hover > .gioco_uscita {
	color: white;
	background: darkgray;
}

a.gioco_uscita_link:link,
a.gioco_uscita_link:visited {
	color: black !important;
	font-family: arial !important;
	font-weight: normal !important;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.gioco_uscita_link:hover {
	color: black !important;
	background-color: white;
	font-weight: bold !important;
}


.gioco_nome_originale {
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: black;
	text-align: center;
	height: 1.3em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	font-variant: small-caps;
}
li.elenco:hover .gioco_nome_originale,
li.elenco:hover .gioco_nome,
li.elenco:hover .gioco_uscita {
	color: white;
}

.gioco_immagine1 {
	width: 213px;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	width: 250px;
	height: 192px;
	overflow: hidden;
}
.gioco_immagine1 > img {
	width: 100%;
	height: 100%;
	min-width: 250px;
	min-height: 192px;
	
}

.gioco_immagine2 {
	width: 250px;
	height: 192px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: darkgray;
	overflow: hidden;
}
.gioco_immagine2 img {
	width: 250px;
	height: 192px;
	padding: 0px;
	cursor: pointer;
}
.gioco_extra {
	text-align: center;
	background-color: darkgray; /* black */
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.dettaglio {
	width: 250px;
	height: auto;
	height: 40px;
	background-color: darkgray; /* black */
	border-top: 1px solid transparent;
	padding: 10px;
	z-index: 1;
	overflow: hidden;
	padding: 0px;
	cursor: default;
}
/*.righe_dettaglio_1 .dettaglio {
	height: 40px;
}
.righe_dettaglio_2 .dettaglio {
	height: 80px;
}
.righe_dettaglio_3 .dettaglio {
	height: 120px;
}*/
.dettaglio:hover {
	background-color: blue;
}
.gioco_extra:hover {
	background-color: blue;
}

.dettaglio_titolo {
	font-variant: small-caps;
	font-size: 80%;
	font-weight: bold;
	color: lightgray;
	font-family: fantasy;
	background-image: url("icons/download_gray.png");
	width: 100%;
	height: 100%;
	background-position: 185px, center;
	margin-left: -15px;
	z-index: 2;
	overflow: hidden;
	height: 2em;
	line-height: 2em;
}
li.elenco:hover .dettaglio_titolo {
	background-image: url("icons/download_white.png");
	text-decoration: underline;
}
.dettaglio_titolo:hover {
	color: white;
}

.link_dettaglio_extra {
	background-image: url("icons/mostra_link_extra.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	/*margin-left: 20px;*/
}
.dettaglio_extra_panel {
	width: 250px;
	height: 130px;
	top: 100px;
	left: 100px;
	display: block;
	background-color: gray;
	border-bottom: 5px solid #555;
	border-top: 5px solid #555;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.dettaglio_extra_panel:hover {
	background-color: blue;
	border-top: 5px solid darkblue;
	border-bottom: 5px solid darkblue;
}
.dettaglio_extra_inner {
	position: absolute;
	/*top: 10px;*/
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
	/*background-color: red;*/
}
div.anteprima_extra {
	width: 250px;
	/*height: 190px;*/
	height: 0px;
	/*background-color: blue;*/
	position: absolute;
	display: inline-block;
	overflow: hidden;
}


ul.elenco_riviste {
	text-align: center;
	height: 1.8em;
	line-height: 1.6em;
	margin-bottom: -3px;
}

li.elenco:hover > .gioco_extra,
li.elenco:hover > .gioco_extra > .dettaglio {
	background-color: blue;
}

li.elenco_riviste {
	display: inline-block;
	list-style: none outside none;
	height: 100%;
	min-width: 1.6em;
	padding-left: 1px;
	padding-right: 1px;
	width: auto;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
li.elenco_riviste.disabled {
	cursor: default;
}
li.elenco_riviste.disabled:hover,
li.elenco_riviste.disabled:hover > a {
	background-color: inherit;
	color: inherit;
}
li.elenco_riviste:hover,
li.elenco_riviste:hover > a {
	background-color: white;
	color: black;
	border-radius: 2px;
	text-decoration: none;
}
li.elenco_riviste.selected, 
li.elenco_riviste.selected > a {
	background-color: darkred;
	color: yellow;
}

.elenco_riviste.disabled span {
	color: white;
	font-style: italic;
}
a.elenco_riviste, 
span.elenco_riviste {
	display: inline-block;
	height: 100%;
	color: white;
	font-family: "Comfortaa Regular";
	text-shadow: 2px 2px 3px gray;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


ul.comune {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-left: 125px;
	margin-right: 100px;
	min-height: 50px;
}
.link_comuni_download > ul.comune {
	margin-left: 10px;
	margin-right: 10px;
}
li.comune {
	text-align: center;
	display: inline-block;
	list-style: none outside none;
	padding-right: 5px;
	padding-left: 5px;
}
@media (max-width: 1024px) {
	ul.comune {
		position: static;
		margin: 10px;
		padding: 0px;
		display: inline-block;
		height: auto;
		border-radius: 0px;
		vertical-align: top;
		width: 90%;
	}
	li.comune {
		width: auto;
		max-width: 100%;
		margin-top: 3px;
		margin-bottom: 3px;
	}
}


a {
	cursor: pointer;
}
.comune a, .comune div {
	border-radius: 10px;
	background-color: black;
	border: 1px solid transparent;
}
.comune a:hover, .comune div:hover {
	box-shadow: 5px 5px 5px yellow; 
	border-color: yellow;
}

a.tap {
	background-image: url("images/tap.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 240px;
	height: 47px;
	display: inline-block;
}
a.tap_divisi {
	background-image: url("images/tap_divisi.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 240px;
	height: 47px;
	display: inline-block;
}
a.cas {
	background-image: url("images/cas.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 240px;
	height: 47px;
	display: inline-block;
}
a.cas_divisi {
	background-image: url("images/cas_divisi.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 240px;
	height: 47px;
	display: inline-block;
}
a.giochi_originali {
	background-image: url("images/giochi_originali.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 240px;
	height: 47px;
	display: inline-block;
}
a.prg_t64 {
	background-image: url("images/prg_t64.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 240px;
	height: 47px;
	display: inline-block;
}
a.prg_z80 {
	background-image: url("images/prg_z80.gif");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 47px;
	padding: 2px;
	width: 240px;
}
a.prg_tzx {
	background-image: url("images/prg_tzx.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 47px;
	padding: 2px;
	width: 240px;
}
a.video_rivista, div.video_rivista {
	background-image: url("icons/play3.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 67px;
	height: 47px;
	display: inline-block;
}
a.rivista_pdf {
	width: 77px;
	height: 110px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-top-right-radius: 20px;
	border: 1px solid transparent;
}
a.rivista_pdf:hover {
	cursor: pointer;
	box-shadow: 5px 5px 5px yellow;
	border-color: yellow;
}
img.rivista_pdf {
	width: 77px;
	height: 110px;
	border-top-right-radius: 20px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	a.rivista_pdf {
		position: static;
		margin: 10px;
		padding: 0px;
		display: inline-block;
		height: 110px;
		border-radius: 0px;
		vertical-align: top;
	}
	img.rivista_pdf {
		/*width: 77px;
		height: 110px;*/
		border-radius: 0px;
	}
	.rivista_pdf,
	a.rivista_pdf {
		/*display: none;*/
	}
}

/* PANNELLO DOWNLOAD */
.prg_download {
	border-radius: 10px;
	background-color: black;
	background-image: url("images/download_tap_prg_48k.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	/*width: 240px;
	height: 47px;*/
	width: 240px;
	height: 47px;
	display: inline-block;
	border: 1px solid transparent;
}
.prg_download:hover {
	cursor: pointer;
	box-shadow: 5px 5px 5px yellow; 
	border-color: yellow;
}
.link_comuni_download {
	background: #606060;
	padding: 10px 0px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 35px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}



div.anteprima {
	width: 250px;
	height: 160px;
	background-color: darkgray;
	position: absolute;
	display: block;
	overflow: hidden;
}

video.anteprima {
	width: 250px;
	height: 190px;
	top: 100px;
	left: 100px;
	display: block;
	background-color: black;
	cursor: pointer;
}

.freccia_destra, .freccia_sinistra {
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 45px;
	opacity: 0.8;
	z-index: 1;
}
.freccia_destra {
	background-image: url('icons/rivista_right.png');
	right: 10px;
}
.freccia_destra.disabled {
	background-image: url('icons/rivista_right_disabled.png');
	cursor: default;
}

.freccia_sinistra {
	background-image: url('icons/rivista_left.png');
	left: 10px;
}
.freccia_sinistra.disabled {
	background-image: url('icons/rivista_left_disabled.png');
	cursor: default;
}
.freccia_sinistra:hover, .freccia_destra:hover {
	opacity: 1;
	cursor: pointer;
}
.freccia_sinistra:hover.disabled, .freccia_destra:hover.disabled {
	cursor: default;
	cursor: url('./cursors/access_denied.png') 11 11, default;
}

.freccia_sinistra a, .freccia_destra a {
	width: 30px;
	height: 50px;
	position: absolute;
	opacity: 0.6;
	margin-left: -15px;
}
@media (max-width: 1024px) {
	.freccia_destra, 
	.freccia_sinistra {
		display: none;
	}
}



a.mostra_download {
	font-variant: small-caps;
	font-size: 90%;
	font-weight: bold;
	color: lightgray;
	font-family: fantasy;
	background-image: url("icons/download_gray.png");
	background-position: center, center;
	background-repeat: no-repeat;

	padding: 2px;
	width: 50px;
	height: 47px;
	line-height: 47px;
	display: inline-block;
}





.play_game {
	position: fixed;
	left: 0;
	right: 0;
	top: 5%;
	margin: auto;
	max-width: 800px;
	min-width: 300px;
	width: 70%;
	max-height: 800px;
	min-height: 300px;
	height: 80%;
	border-radius: 20px;
	box-shadow: 0px 0px 30px darkgray;
	background-color: black;
	padding: 15px;
	z-index: 100;	/* 1 in più dell'overlay */
	border: 3px solid gray;
}
.play_sound {
	position: absolute;
	top: 10px;
	left: 30px;
	background-image: url("icons/mute.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 64px;
	height: 64px;
}
.play_window {
	overflow: auto;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 730px;
	min-height: 250px;
	height: 88%;
	margin: auto;
	margin-top: 20px;
}
.play_titolo {
	font-weight: bold;
	color: red;
	font-family: 'Arcade Normal';
	text-transform: uppercase;
	font-size: 30px;
	width: 100%;
	background-image: url("images/warning.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	text-shadow: 5px 5px 10px black;
	letter-spacing: 5px;
	padding: 5px;
	overflow: hidden;
}
.play_note {
	color: white;
	font-weight: bold;
	margin-top: 10px;
	text-align: justify;
	font-family: sans-serif;
	font-size: 90%;
}
.play_note2 {
	color: white;
	font-weight: bold;
	margin-top: 20px;
	text-align: justify;
	font-family: sans-serif;
	/*font-size: 90%;*/
}

.play_note a,
.play_note2 a {
	color: yellow;
}

.play_immagine {
	margin: 20px;
	margin-left: 40px;
	float: left;
}
.play_immagine img {
	width: 384px;
	height: 272px;
	border-radius: 10px;
	border: 2px solid white;
}

.overlay {
	opacity: 0.6;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99;
}

.play_controls {
	float: left;
	margin-right: 0px;
	width: 300px;
	height: 272px;
}
.play_controls audio {
	width: 280px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.play_edicola_titolo, .play_originale_titolo {
	padding: 10px;
	font-size: 100%;
	margin-right: 30px;
	width: 300px;
	background-color: transparent;
	color: white;
	font-family: 'Arcade Normal';
}
.play_edicola, 
.play_originale {
	border: 1px solid transparent;
	border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.play_edicola:hover, 
.play_originale:hover {
	border: 1px solid white;
	box-shadow: 5px 5px 5px gray;
}
.play_close {
	background-image: url("icons/close.png");
	position: absolute;
	right: -20px;
	top: -20px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.play_game {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		max-width: unset;
		min-width: unset;
		max-height: unset;
		min-height: unset;
		background-color: black;
		border-radius: 0px;
		/*background: orange;*/
	}
	.play_close {
		right: 10px;
		top: 10px;
	}
	.play_immagine,
	.play_controls,
	.play_titolo,
	.play_edicola, .play_originale,
	.play_edicola_titolo, .play_originale_titolo {
		width: 99%;
		text-align: center;
		border-radius: 0px;
		display: inline-block;
	}
	.play_note {
		margin: 5px;
	}
	.play_immagine {
		margin: 5px;
		padding: 0px;
	}
	.play_immagine img {
		border-radius: 0px;
	}
	.play_window {
		padding: 5px;
		margin: 5px;
		margin-top: 30px;
		max-width: unset;
		max-height: unset;
		width: auto;
		text-align: center;
		overflow: auto;
		overflow-x: hidden;
	}
	.play_window > img {
		max-width: 99%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
}





.note_rivista {
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: justify;
}
.note_rivista h2,
.note_rivista .h2 {
	color: yellow;
	border-color: yellow;
}
.note_rivista h1,
.note_rivista .h1 {
	max-height: unset;
	height: auto;
}

.descrizione_rivista {
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: justify;
}
.crediti_rivista {
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: justify;
}
.crediti_rivista h2,
.crediti_rivista .h2 {
	color: yellow;
	border-color: yellow;
}
.crediti_rivista h1,
.crediti_rivista .h1 {
	max-height: unset;
	height: auto;
}

div.recensioni_rivista {
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: justify;
}
div.recensioni_rivista h2,
div.recensioni_rivista .h2 {
	color: yellow;
	border-color: yellow;
}
div.recensioni_rivista h1,
div.recensioni_rivista .h1 {
	max-height: unset;
	height: auto;
}
ul.recensioni_rivista {
	float: left;
	clear: both;
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 98%;
}
ul.recensioni_rivista > li {
	float: left;
	clear: none;
	list-style-type: none;
	/*width: 300px;*/
	width: 299px;
	height: 350px;
	margin-bottom: 20px;
	overflow: hidden;
}
.recensioni_rivista_cover > a > img {
	vertical-align: bottom;
	height: 180px;
}
.recensioni_rivista_cover {
	float: left;
	clear: left;
	border: 1px solid darkgray;
	box-shadow: 2px 2px 5px black;
}
.recensioni_rivista_cover:hover {
	box-shadow: 5px 5px 5px yellow;
	border: 1px solid transparent;
}
.recensioni_rivista_titolo {
	float: left;
	clear: right;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: left;
	width: auto; /*230px;*/
	height: auto;
	max-height: 135px;
	overflow: hidden;
}
.recensioni_rivista_link {
	float: left;
	clear: both;
}

@media (max-width: 1024px) {
	div.recensioni_rivista,
	div.crediti_rivista,
	div.note_rivista,
	div.anteprima_rivista {
		margin-left: 0px;
		margin-right: 0px;
		text-align: justify;
	}
	/*ul.recensioni_rivista,
	ul.crediti_rivista {
		margin: 20px;
	}*/
	/*div.crediti_rivista > p,
	div.note_rivista > p {
		margin-left: 0px;
		margin-right: 0px;
		text-align: justify;
	}*/
	.crediti_rivista_content,
	.recensioni_rivista_content,
	.note_rivista_content {
		margin: 20px;
	}
}




/* INDICE COLLANE/EDITORI */
#indice_console > .page {
	background: yellow;
	border-radius: 20px;
	padding: 30px;
	padding-top: 10px;
	margin: 20px;
	margin-bottom: 30px;
	text-align: justify;
	min-height: 300px;
}
.link_collana {
	background-position: center center;
}
ul.indice_rivista {
	/*border: 1px solid red;*/
	text-align: center;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 0px;
	width: 98%;
	float: left;
}
li.indice_rivista {
	/*border: 1px solid black;*/
	list-style-type: none;
	clear: none;
	display: inline-block;
	float: none;
	width: auto;
	height: auto;
	vertical-align: top;
	margin: 5px;
	margin-left: 0px;
}
.link_collana img {
	height: 150px;
	width: 110px;
	background-color: yellow;
	box-shadow: 4px 4px 5px gray;
	-webkit-transition: ease-in-out 200ms;
	   -moz-transition: ease-in-out 200ms;
	    -ms-transition: ease-in-out 200ms;
	     -o-transition: ease-in-out 200ms;
	        transition: ease-in-out 200ms;
	position: relative;	/* FIX Chrome z-index error */
}
.link_collana img:hover {
	box-shadow: 4px 4px 5px black;
	-webkit-transform: scale(1.5, 1.5);
	   -moz-transform: scale(1.5, 1.5);
	     -o-transform: scale(1.5, 1.5);
	    -ms-transform: scale(1.5, 1.5);
	        transform: scale(1.5, 1.5);
	z-index: 1;
	opacity: 1;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;	
}
#toolbar2 > #page_title {
	color: yellow;
}
@media (max-width: 1024px) {
	.link_collana img,
	.link_collana img:hover {
		border-radius: 0px;
		opacity: 1;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
		-webkit-transform: none;
		   -moz-transform: none;
		     -o-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}


a.riviste_collana {
	width: 100px;
	height: 110px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-top-left-radius: 20px;
	border: 1px solid transparent;
	background-image: url("images/rivista_elenco_collana.jpg?2");
}
a.riviste_collana:hover {
	box-shadow: 5px 5px 5px yellow;
	border-color: yellow;
}
@media (max-width: 1024px) {
	a.riviste_collana {
		position: static;
		margin: 10px;
		padding: 0px;
		display: inline-block;
		border-radius: 0px;
		vertical-align: top;
	}	
}

/*a.cosa_manca {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 70px;
	left: 10px;
	border: 1px solid black;
	background-image: url("images/rivista_cosa_manca.jpg");
	border: 1px solid black;
}
a.cosa_manca:hover,
a.riviste_collana:hover {
	box-shadow: 5px 5px 5px yellow;
	border-color: yellow;
}
@media (max-width: 1024px) {
	a.cosa_manca {
		position: static;
		margin: 10px;
		padding: 0px;
		display: inline-block;
		border-radius: 0px;
		vertical-align: top;
	}
}*/

a.cosa_manca {
	background-image: url("images/rivista_cosa_manca.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 100px;
	/*width: 240px;*/
	/*height: 50px;*/
	height: 47px;
	display: inline-block;
}



.crediti_iniziali {
	width: 100%;
	height: auto;
	max-height: 50px;
	overflow: hidden;
	cursor: default;
	padding-top: 5px;
	padding-bottom: 3px;
}
.crediti_iniziali_dump {
	float: left;
	margin-left: 10px;
	text-align: left;
	color: lightgray;
	font-size: 85%;
	font-family: sans-serif;
	max-width: 45%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.crediti_iniziali_rivista {
	float: right;
	margin-right: 10px;
	text-align: right;
	color: lightgray;
	font-size: 85%;
	font-family: sans-serif;
	max-width: 45%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 1024px) {
	.crediti_iniziali {
		display: inline-block;
		max-height: unset;
		max-width: unset;
		margin: auto;
		margin-top: 15px;
		padding: 0px;
		width: 95%;
	}
	.crediti_iniziali_dump,
	.crediti_iniziali_rivista {
		font-size: 100%;
		width: 100%;
		max-width: unset;
		float: left;
		clear: both;
		margin: 5px auto;
		padding: 0px;
		text-align: center;
		white-space: normal;
	}
}



.tape_scans {
	text-align: center;
}
img.tape_scan {
	border-radius: 0px;
	margin: 5px;
	max-width: 48%;
	vertical-align: top;
	border: 2px solid darkgray;
	box-shadow: 2px 2px 4px gray;
}
img.tape_scan_rounded {
	border-radius: 30px;
	margin: 5px;
	max-width: 48%;
	vertical-align: top;
	border: 2px solid darkgray;
	box-shadow: 2px 2px 4px gray;
}
@media (max-width: 1024px) {
	img.tape_scan {
		border-radius: 0px;
		max-width: 98%;
		box-sizing: border-box;
	}
	img.tape_scan_rounded {
		border-radius: 10px;
		max-width: 98%;
		box-sizing: border-box;
	}
}



.anteprima_rivista {
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: justify;
}
.anteprima_rivista h2,
.anteprima_rivista .h2 {
	color: yellow;
	border-color: yellow;
}
div.rivista_pdf_large {
	opacity: 0.9;
	width: auto;
	/*height: 550px;*/
	overflow: hidden;
	margin: 30px 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: white;
}
div.rivista_pdf_large:hover {
	box-shadow: 5px 5px 5px yellow;
	opacity: 1;
}
a.rivista_pdf_large {
	width: 100%;
	height: 100%;
}
a.rivista_pdf_large:hover {
	cursor: pointer;
}
img.rivista_pdf_large {
	width: 99%;
	box-sizing: border-box;
	height: auto;
	background-color: white;
}
@media (max-width: 1024px) {
	div.rivista_pdf_large {
		opacity: 1;
		width: auto;
		height: auto;
		border-radius: 0px;
		margin: 20px 0px;
	}
	img.rivista_pdf_large {
		width: 100%;
	}
}




/* CAMBIO LATO CASSETTA */
.cambio_lato {
	/*float: left;*/
	/*clear: both;*/
	width: 99%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cambio_lato > a:link,
.cambio_lato > a:visited {
	font-variant: small-caps;
	font-style: normal !important;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 7px;
	text-shadow: 2px 2px 3px black;
	border: 1px solid transparent;
}
.cambio_lato > a:hover {
	background-color: black;
	box-shadow: 5px 5px 5px yellow;
	border-color: yellow;
}
@media (max-width: 1024px) {
	/*.cambio_lato {
		display: inline-block;
	}*/
	.cambio_lato:hover {
		background-color: black;
	}
	.cambio_lato > a:link,
	.cambio_lato > a:visited {
		display: inline-block;
		width: 90%;
		font-variant: small-caps;
		font-style: normal !important;
		padding: 5px 5%;
		text-decoration: none;
		border-radius: 0px;
	}
	.cambio_lato > a:hover {
		background-color: black;
		/*box-shadow: none;*/
	}
}

