/* ****************************************************** */
/* **************** INFORMAZIONI ************************ */
/* ****************************************************** */

DT {
	font-weight: 700;
}

@MEDIA all AND (min-width:1280px)
{
	#boxInformazioniArchivio {
		max-width: 1280px;
		margin: 0 auto;
		margin-top: 1rem;
	}
}

#boxMascheraDiRicercaPerServizioStandard P {
	padding: 1rem;
	font-size: 1.3rem;
	line-hieght: 1.3rem;
}

.ImmagineAffiancate .record .Immagine {
    width: 100%;
    height: 100%;
}

.ImmagineAffiancate .record .Immagine IMG {
    height: 100%;
}	

.ImmagineAffiancate .record .boxTitolo {
    background: transparent;
    width: 18%;
    position: absolute;
    min-height: 100px;
    font-size: 1.5rem;
    color: white;
    margin-top: 13rem;
    padding: 2rem;
    background-color: rgba(0,0,0,0.6);
	box-shadow: 4px 3px 8px #000;
    display: inline-flex;
    border-bottom: 3px solid #999;
}


#slideshowWrapper {
    height: 300px !important;
}

#slideshowWrapper IMG {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px !important;
}

#slideshowWrapper p {
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: 'Titillium web';
}

/*********************************************************/
/********************* PULSANTI INFO *********************/
/*********************************************************/

#boxPulsanti {
	text-align: center;
	}
	
#boxGallery {
	clear: both;
	margin-top: 2rem;
	}	

#boxPulsanti A {
    background-color: #ececec;
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0;
    border: 0;
    border-radius: 10px;
}

#boxPulsanti IMG	
 {
    max-width: 70%;
    max-height: 70%;
    margin-bottom: 1rem;
}	

#BoxRigaSuperiore {
    margin-top: 2rem;
}

.titoloPulsanti {
    clear: both;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
}

.titoloGallery {
	padding-top: 2rem;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
}

#boxInformazioniDettaglio H1
{
    font-size: 2.2rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.4rem;
    margin-bottom: 2rem;
}

.gallery { margin-bottom: 1.4rem; }
.gallery  IMG { border-radius: 10px; box-shadow:2px 2px 4px; }


#boxInformazioniDettaglio .testo 
{
    margin-top: 2rem;
    background-color: rgba(255,255,255,0.5); 
    color: #000;
    position: absolute;
    z-index: 1;
 /*   box-shadow: 2px 2px 6px; */
    top: 420px;
    font-weight: 700;
    width: 80%;
    padding: 0.9rem 1.3rem;
    font-size: 1.2rem;
    border-radius: 10px;
}

#boxInformazioniDettaglio .testoDettaglio 
{
    margin-top: 2rem;
    color: #000;
    z-index: 1;
    font-weight: 300;
    padding: 0.9rem 1.3rem;
    font-size: 1.1rem;
    border-radius: 10px;
}

.titolo-record A {
    text-decoration: none;
    border-bottom: 0 !important;
    padding-bottom: 1px;
    font-weight: 700;
    color: #ff0000 !important;
}

/*********************************************************/
/********************* INFORMAZIONI **********************/
/*********************************************************/
@MEDIA all AND (min-width: 1280px)
{
	#boxInformazioniDettaglio
	{
	max-width: 1280px;
	margin: 0 auto;
	float: none !important;
	}
}

/*********************************************************/
/******************** LE COLLEZIONI **********************/
/*********************************************************/

#boxCollezioni .titolo-record A {
    text-decoration: none;
    border-bottom: 0 !important;
    padding-bottom: 1px;
    font-weight: 700;
    color: #ff0000 !important;
}

#boxCollezioni .figure img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem !important;
}