#box_breadcrumbs {
    border-bottom: 1px solid #cccccc;
}
.dettagli-pagina-network {
    margin-top: 30px;
}

.dettagli-pagina-network h1.titolo-paragrafo{
	    color: #005696;
    font-weight: 600;
    font-size: 30px;
}

.dettagli-pagina-network h2.titolo-paragrafo{
	    color: #005696;
    font-weight: 600;
    font-size: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.dettagli-pagina-network h3.titolo-paragrafo{
	color: #005696;
    font-weight: 600;
    font-size: 25px;
}

.dettagli-pagina-network .pag-std-content.from_tinymce{
	margin-top: 30px;
}

.owl-carousel .text-item a, .owl-carousel .text-item a:visited{
	color: white !important;
	text-decoration: none; 
}

.owl-carousel .text-item a h3{
	color: white !important;
}

#map-wrapper-inner {
	width: 100%;
	height: 680px;
	border:1px solid #ccc;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	border-left: none;
	
}