.box_contatti {
    background: #fff; /* ie8 */
	background: rgb(38,59,26,0.75);
    padding:10px;
    font-size: 18px;
    min-height: 30px;
	width:815px;
	/*border: 1px solid #5c5658;*/
}

.foto_elenco{
	width: 370px;
	height: 280px;
	background-position: center center;
	background-size: cover;
}
	.map_simili{
		width:450px;
	}

@media (max-width: 767px) { 
	.box_contatti{
		min-height:100px;
		min-width:298px;
		padding-right:0px;
		width:100px;	
	}
	.secondo_box{
		display:none;
	}
	.map_simili{
		width:250px;
	}
}

.riquadro_numero_pagina {
    float:left;
    color: #363636;
    font-size:15px;
    margin-right: 5px;
    padding: 2px;
    margin-top:12px;
}

.riquadro_numero_pagina_non_selezionato {
        -webkit-box-shadow: 0px 0px 15px 1px rgba(170,170,170,1);
-moz-box-shadow: 0px 0px 15px 1px rgba(170,170,170,1);
box-shadow: 0px 0px 15px 1px rgba(170,170,170,1);
    }

    .riquadro_numero_pagina_non_selezionato:hover {
        background-color: #363636;
        color: white;
        transition: background-color 700ms;
    }

.numeri_pagina {
    /*float: right;*/
    margin-right:50px;
    margin-top:0px;
    margin-bottom:30px
}

.cliccabile {
    cursor: pointer;
}

.testo_pagine{
	padding: 30px;
	font-size: 16px;
}

.banner_cookie{
	background-color:#888;
	color:white;
        text-align:center;
	font-size:15px;
	padding-top:15px;
	height: 70px;
        
}
