<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header .logo,
header nav,
.ownmenu {
    float: none;
}

header .logo {
    width: 100%;
    text-align: center;
}

header nav {
    width: 100%;
}

header nav li a {
    padding: 0 13px;
}

header nav li:hover a,
header nav li.active a {
    color: #000;
}

.ownmenu {
    width: 700px;
    margin: 0 auto;
}

.ownmenu li {
    width: 20%;
}

@media (max-width: 767px){
	.logo a img {width: 100%;}
}

.affiliati img {
    width: 250px;
    background-color: white;
    margin: 5px 0;
}

.top-bar {
    display: none;
}

body,
p,
li,
strong,
h1,
h2,
h3,
h4,
.tittle h3,
.what-we-do .nav-tabs li a:hover span,
.what-we-do .nav-tabs .active a span,
.what-we-do .nav-tabs .active a i {
	color: #000;
}

header .logo img {
    max-height: 116px;
}

/* CORREZIONE HOME MOBILE */

@media (max-width: 767px){

.sticky-wrapper {height: auto !important;}
.home-1 .finder {top: -20%;}
.finder h1 {text-shadow: 1px 1px 10px #000;}

}

/* CORREZIONE HOME MOBILE */

.find-sec {
    background: rgba(250,250,250,.8);
}

.finder select {
    background: #fff url(images/select-arrow-down.jpg) no-repeat right center;
}

.ownmenu a {
    font-weight: bold;
    font-size: 16px;
}

.btn {
    background: #000;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.tittle p {
    width: 100%;
    text-align: justify;
}

.tittle li {
    list-style: inherit;
    text-align: left;
    margin-left: 20px;
}

.ownmenu &gt; li &gt; a {
    width: 100%;
    text-align: center;
}

div#map {
    display: none;
}

footer .loc-info p {
    font-size: 18px;
}
footer .loc-info p a {
    font-size: 13px;
}


/*lorenzo*/
.contact-info a {font-size: 14px;color:#12467d!important;}

@media (max-width:991px) {
    .ownmenu li {float:none;}
    .ownmenu &gt; li &gt; a{text-align:left!important;}
}</pre></body></html>