/* CREDITS */
.open-credits {
	cursor: pointer;
}

.credits {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 350px;
	padding: 40px;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99;
	display: none;
	box-sizing: border-box;
}

.credits a {
	color: white;
}

.close-credits {
	color: white !important;
	cursor: pointer;
}

.credits p {
	color: #FFFFFF;
	line-height: 1.2em;
	font-size: 1em;
}


/* PERSONALIZZATI */

#itemfiniture{
	min-height: 0px;
}

@media (max-width: 992px) {
.visualizzapdf{
	display:none;
}
}

.AJAXerror {
	padding: 40px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
}