<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
	overflow-x: hidden;
}
.sep {
	max-width: 80px;
	border: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
.light-sep {
	border: 1px solid #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}
.displayno {
	display: none
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
h1 span {
	font-size: 19px;
	font-weight: 400;
}
h2 {
	font-size: 22px;
	font-weight: 600;
}
h2 span {
	font-weight: 600;
	color: #9ec44a
}
h3 {
	font-size: 20px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	font-weight: 400;
}
h6 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
a {
	color: #333
}
.font12 {
	font-size: 12px
}
.font14 {
	font-size: 14px
}
.white {
	color: #fff
}
.uppercase {
	text-transform: uppercase;
}
.radius5 {
	border-radius: 5px
}
blockquote {
	font-size: 15px
}
/* ==========================================================================
margin padding
========================================================================== */

.marginbottom20 {
	margin-bottom: 20px
}
.marginbottom10 {
	margin-bottom: 10px
}
.marginbottom40 {
	margin-bottom: 40px
}
.margintop20 {
	margin-top: 20px
}
.margintop50 {
	margin-top: 50px
}
.paddingtop20 {
	padding-top: 20px
}
.paddingbottom20 {
	padding-bottom: 20px
}
.paddingbottom40 {
	padding-bottom: 40px
}
.paddingbottom50 {
	padding-bottom: 50px
}
.padding15 {
	padding: 15px
}
.no-padding {
	padding: 0
}
.no-margin {
	margin: 0
}
.paddinggruppo {
	padding: 20px 0;
}
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-block {
	background: #EB670C;
	padding: 11px 0;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 4px solid #EB670C;
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
	background: transparent;
	color: #EB670C;
	text-decoration: none;
}
.btn-blu {
	background: #2b87e4;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #2b87e4;
}
.btn-blu:hover, .btn-blu:focus, .btn-blu:active {
	background: transparent;
	color: #2b87e4;
	text-decoration: none;
}

.btn-orange {
	background: #EB670C;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #EB670C;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
	background: transparent;
	color: #EB670C;
	text-decoration: none;
}
.btn-grey {
	background: #767971;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #767971;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
	background: transparent;
	color: #767971;
	text-decoration: none;
}
.btn-video {
	background: #2b87e4;
	padding: 5px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #2b87e4;
}
.btn-video:hover, .btn-video:focus, .btn-video:active {
	background: transparent;
	color: #2b87e4;
	text-decoration: none;
}
/* ==========================================================================
Layout 
========================================================================== */
.bg-dark {
	color: #fff;
	background-color: #767971;
}
.bg-dark a {
	color: #fff;
}
.bg-grey {
	background-color: #eee;
}
.bg-white {
	color: #000;
	background-color: #fff;
}
.orange {
	color: #EB670C
}
.grey {
	color: #767971
}
.bg-orange {
	background-color: #EB670C;
	color: #ffffff;
}
.bg-orange-light {
	background-color: #f29200;
	color: #ffffff;
}
.blu {
	/*color: #2b87e4*/
	color: #2b87e4
}
.bg-blu {
	background-color: #2b87e4;
	color: #ffffff;
}
.bg-blu-light {
	background-color: #0090cd;
	color: #ffffff;
}
.bg-grey-mobile {
	background-color: #fff;
}
.bg-white-mobile {
	background-color: #eee;
}
.none {
	display: none
}
/* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #222;
}
.preloader i {
	color: #fff;
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}
/* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 0;
	border: none;
}
.navbar-default .navbar-header {
	padding-right: 15px;
}
.navbar-default .navbar-brand {
	height: auto;
}
.navbar-default .nav-wrap {
	width: 50%;
}
.navbar-default .nav &gt; li &gt; a {
	font-size: 17px;
	color: #767971;
	font-weight: 600;
	text-transform: uppercase;
	padding: 70px 15px 0 15px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .nav &gt; li &gt; a:hover, .navbar-default .nav &gt; li &gt; a:focus, .navbar-default .nav &gt; li &gt; a:active {
	background: transparent;
	color: #EB670C;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
	background: transparent;
	color: #EB670C;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
	color: #fff;
	background-color: #EB670C;
}
.top-nav-collapse {
	background: rgba(255, 255, 255, 1);
	border-bottom: 3px solid #3399ff;
}
.top-nav-collapse .navbar-brand {
	height: auto;
}
.top-nav-collapse .navbar-brand img {
	height: 90px;
}
.top-nav-collapse .nav &gt; li &gt; a {
	padding: 55px 15px 0 15px;
	font-size: 15px;
}
/* ==========================================================================
default
========================================================================== */
section {
	padding: 60px 0;
	text-align: justify;
}
section h1 {
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: 600;
}
section h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 20px;
	font-weight: 600;
}

.main-header {
	margin: 0;
	padding: 0;
}

.header {
	margin: 140px 0 0 0;
	padding: 0;
}
.container-header {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #767971;
}
#owl-hero .item {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#owl-hero .owl-pagination {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
	background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
	background: transparent;
	font-size: 60px;
	color: #fff;
	opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
	left: -60px;
}
#owl-hero .owl-buttons .owl-next {
	right: -60px;
}
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next {
	position: absolute;
	background: trasparent;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 45px;
	border-radius: 0;
	border: 0px solid #fff;
	z-index: 20;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
	left: -5px;
}
#owl-hero:hover .owl-next {
	right: -5px;
}

.slide1 {background-image: url(/img/abitareinarese.jpg)}
.slide2 {background-image: url(/img/abitareinarese2.jpg)}
.slide3 {background-image: url(/img/abitareinarese3.jpg)}
/* ==========================================================================
ricerca index
========================================================================== */

.container-ricerca {
	padding: 10px 0 10px 0;
	color: #fff;
	font-weight: 600;
	width: 80%;
	margin: 0 auto 0 auto;
	font-size: 14px;
}
/* ==========================================================================
ricerca index
========================================================================== */

.banner {
	padding: 12px;
	text-align: center;
	font-weight: 700;
	line-height: 18px
}
.banner a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.banner:hover {
	opacity: 0.6;
	cursor: pointer;
	text-decoration: none
}
.banner-interno {
	padding: 20px 10px 10px 10px;
	height: 220px;
	border-radius: 15px;
}
.banner img {
	background-color: #fff;
	border-radius: 100px;
	padding: 4px;
	width: 120px;
	height: 120px;
	margin-bottom: 10px
}
.banner1 {
	background: url(../img/bg-blu.png) repeat-x #7fceef
}
.banner2 {
	background: url(../img/bg-orange.png) repeat-x #fcc601
}
.banner2 p {
	padding-top: 5px;
	font-size: 20px
}
.banner3 {
	background: url(../img/bg-blu-light.png) repeat-x #01509d
}
.banner4 {
	background: url(../img/bg-orange-light.png) repeat-x #e75b0e
}
.banner4 p {
	padding-top: 5px;
}
/* ==========================================================================
proposte
========================================================================== */
#inevidenza {
	padding: 80px 20px 0 20px;
}
#proposte {
	padding: 40px 0 0 0;
	text-align: center;
}
.conteiner-proposte {
	width: 95%;
	margin: 20px auto;
}

#owl-demo .item {
	background: trasparent;
	padding: 0;
	margin: 10px 0 0 0;
	color: #FFF;
	text-align: center;
	width: 100%;
	float: left;
}
#owl-demo img {
	width: 100%;
	height: 220px;
	padding: 5px;
	margin:0;
}
#owl-demo h3 {
	color: #EB670C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
	font-weight:600;
	margin:5px 0;
	padding:0;
	text-transform:uppercase;
}
#owl-demo a:hover, a:focus {
	opacity:0.6;
	text-decoration:none;
}
.customNavigation {
	text-align: center;
	margin: 20px 0 50px 0;
}
#customNavigation a {
	color: #222;
	font-size: 18px;
	padding: 5px;
	margin: 0 8px;
	cursor: pointer;
}
#customNavigation a:hover {
	color: #999;
}


/* ==========================================================================
ricercarapida
========================================================================== */
#ricercarapida {
	padding: 30px 0;
}
#ricercarapida p {
	font-size: 13px;
}
/* ==========================================================================
mappe
========================================================================== */
#mappe {
	padding: 60px 0 0 0;
}
/* ==========================================================================
contatti
========================================================================== */
#contatti {
	padding: 80px 0;
	font-size: 16px
}
#contatti h3 {
	font-size: 20px;
	font-weight: 600
}
/* ==========================================================================
lo studio
========================================================================== */
#studio {
	padding: 80px 20px 60px 20px;
}
#studio img {
	width: 100%;
	margin-bottom: 10px;
}
/* ==========================================================================
Footer Map Style
========================================================================== */
footer {
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	font-size: 15px
}
footer p {
	color: #fff
}
footer span {
	font-size: 12px
}
footer a:hover {
	opacity: 0.7
}
/* ==========================================================================
esito
========================================================================== */
#esito {
	padding: 0;
	margin: 70px 0;
}
#esito h1 {
	padding: 0;
	font-size: 16px;
}
.contratto {
	background-color: #EB670C;
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px
}
.esito img {
	width: 100%;
	height: 230px;
	z-index: 10
}
.raffina {
	color: #666
}
.raffina h4 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 0
}
.padding-raffina {
	padding-right: 30px
}
.raffina p {
	margin: 0 0 8px 0;
	font-size: 14px;
}
.ordina {
	font-size: 13px;
	color: #666;
}
.esito {
	margin-bottom: 20px;
}
.esito:hover {
	opacity: 0.5
}
.esito-dettaglio {
	padding: 5px 10px;
	font-weight: 400;
	font-size: 15px;
	background-color: #767971;
	color: #fff;
}
.esito-titolo {
	padding: 10px;
}
.esito h2 {
	font-size: 15px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #767971;
}
.esito p {
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.esito-banner {
	padding: 11px 20px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin-top: 26px;
	border-radius: 5px;
	background: rgba(0, 77, 154, 0.6);
}
.tabulatore {
	font-weight: 700;
	font-size: 15px
}
.tabulatore a {
	font-weight: 400;
	color: #555
}
.tabulatore a:hover {
	opacity: 0.6
}
/* ==========================================================================
form
========================================================================== */

input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin: 0 20px 20px 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #fff
}
select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
.select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	margin: 0;
	width: 20px;
}
/* ==========================================================================
dettaglio
========================================================================== */
#stampa {
	display: none;
}

#dettaglio {
	padding: 70px 0;
	text-align: justify;
}
#dettaglio h1 {
	font-size: 16px;
	font-weight: 600;
}
#dettaglio h3 {
	font-size: 17px
}
.dettagli {
	font-size: 14px;
}
.dettagli li {
	list-style: none;
	/*background-color: #eeeeee;*/
	padding: 5px;
	margin: 0;
}
.classe-energetica {
	padding: 0 0 0 10px;
}
.bot-dettaglio {
	text-align: right;
	margin-bottom: 40px;
}
.marginLR2 {
	margin: 0 10px
}
iframe {
	margin: 0 !important;
	padding: 0
}
.paddingh3mappa {
	padding: 20px 0;
	margin: 0
}
#contatti-dettaglio {
	background-color: #fff
}
/* ==========================================================================
cookies
========================================================================== */

#cookie {
	background-color: #545454;
	width: 100%;
	font-size: 16px;
	color: #fff;
	position: fixed;
	z-index: 10000;
	text-align: center;
	bottom: 0;
	padding: 15px 0
}
#cookie p {
	padding: 15px
}
.cookie {
	color: #fff;
	text-decoration: underline
}
#cookie a:hover {
	opacity: 0.7;
	color: #fff;
}
.portfolio-box:hover {
	opacity: 0.6
}
</pre></body></html>