<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/css2?family=Open+Sans:wght@400;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;display=swap');

/*-------------------------
Reset
-------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"] {
     -webkit-appearance: none;
     border:0;
	   border-radius:0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*-------------------------
CSS Specifico
-------------------------*/

html,body {
width:100%;
height:100%;
font: 400 16px/1.6em 'Open sans', Helvetica, sans-serif;
color: #292929;
background: #fff;
text-rendering:optimizeLegibility;
}


h1 {
	color: #7d2525;
	font: 700 24px/normal "Poppins", sans-serif;
	margin-bottom:10px;
}

h2{
	color: #292929;
	font: 400 22px/normal "Open sans", sans-serif;
	margin-bottom:10px;
}

h3 {
	color: #000000;
	font: 400 18px/normal "Poppins", sans-serif;
	margin-bottom:10px;
}

h4{
	color: #000000;
	font-style: normal;
	font: 700 16px/1.6em "Poppins", sans-serif;
}

h5 {
	color: #7d2525;
	font: 400 20px/1.6em "Poppins", sans-serif;
}

/* Nel footer */
h6{
	color: #fff;
	font: 400 23px/2em "Poppins", sans-serif;
}

h6:after {
  content: '';
  width: auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
	display:block;
}

input.search {
  vertical-align:middle; 
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.05);
	background:#fff;
	border-radius:5px;
	border:1px solid rgba(0,0,0,.15);
	display:inline-block;
	font: 400 13px/normal "Oswald", Helvetica, sans-serif;
	width:200px;
	height:35px;
	margin:0px 5px 0px 0px;
	padding:0px 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,.5);
}

.ultracheck {
  list-style-image: url('../images/check.png');
  padding-left:20px;
}

.ultracheck li a {
	text-decoration: underline;
	color:#293e5a;
}

.ultracheck li {
padding:0px 10px 5px 0px;
}


.lista-territorio {
  list-style-image: url('../images/check.png');
	padding-left:30px;
	font-size:118%;
	column-count: 2;
}

.lista-territorio li {
padding:8px 0px 8px 
}

b {
 	font-weight:bold;
}

i.fas, i.far, i.fab {
line-height: .75em;
vertical-align: -.0667em;
}

em {
    font-style: normal;
    background:rgba(0, 0, 0, 0.6);
    padding:2px 20px;
 }

.header-top-bar i {
	/* padding-left:15px; */
	margin-left:10px;
	color: #7d2525;
}

.header-top-bar a {
	text-decoration: none;
	color:#0e324a;
}

.header-top-bar a:hover {
	text-decoration: none;
	color:#0e324a;
}

a {
	text-decoration: none;
	color: #292929;
}

a:hover {
	color:#000000;
}

.pulsanteattivo {
background:rgba(0,0,0,.25);
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.scuro {
color:#000;
}

#icon a {
	text-decoration: none;
		color:rgba(255,255,255,1);
}

#icon a:hover {
	text-decoration: none;
		color:rgba(255,255,255,1);
}

#footer a {
	text-decoration: none;
	color:#fff;
}

#footer a:hover {
	color:rgba(255, 255, 255, 1);
}

#footer2 a {
	text-decoration: none;
	color:rgba(255, 255, 255, 0.65);
}

#footer2 a:hover {
	text-decoration: none;
	color:rgba(255, 255, 255, 1);
}

div.hr {
  height: 1px;
  background: #dbdbdb;
  clear:both;
  margin:5px 0px;
}

div.hr hr {
  display: none;
}

div.hr2 {
  height: 1px;
  background: #e7e7e7;
  clear:both;
  margin:10px 0px;
}

/* ==========================================*/
/*	Preloader
/* ==========================================*/

#preloader  {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:#fff;
 }

#status  {
     width: 64px;
     height: 64px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image:url('../images/loading.gif');
     background-repeat: no-repeat;
     background-position: center;
     margin: -32px 0 0 -32px;
 }

/* ==========================================*/
/*	Fine Preloader
/* ==========================================*/

/* ==========================================*/
/*	Header
/* ==========================================*/


.header-top-bar-container {
	position:relative;
	z-index:91;
	width:100%;
}

.header-top-bar {
	width:100%;
	max-width:1200px;
	padding:20px 20px 0px 20px;
	margin:0 auto;
	position:relative;
	z-index:96;
	font-size:13px;
	text-align:right;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.09em;
}

/* ==========================================*/
/*	Fine Header
/* ==========================================*/

.cont-top-home {
	width:100%;
	padding:10px 10px;
	z-index:91;
	position:absolute;
	text-align:center;
}

.logo-bianco {
width:320px;
margin:0 auto;
position:relative;
}

.logo-bianco img {
width:100%;
}

.ricerca {
width:720px;
position:relative;
margin:150px auto 0px auto;
}

#cont_top {
	width:100%;
	z-index:91;
	background:rgb(255, 255, 255);
	position:relative;
	transition-duration: 0.8s;
	-moz-box-shadow: 0 10px 14px -10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 10px 14px -10px rgba(0,0,0,0.1);
	box-shadow: 0 10px 14px -10px rgba(0,0,0,0.1);
	border-top: 10px solid #7d2525;
}

#cont_top_menu {
	width:100%;
	background:#f8f7ee;
}

#top_menu {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0px 20px;
}

#intestazione {
  position:relative;
	float:right;
	text-align:right;
	font-size:15px;
	transition-duration: 1s;
	z-index: 102;
}

.social-top {
  position:relative;
	display:inline-block;
	vertical-align:middle;
  padding-bottom: 1.429em;
}

.social-top img {
height:18px;
	width:auto;
margin-right:10px;
}

.tel-top {
  position:relative;
  padding-right:10px;
  line-height:1em;
  display:inline-block;
  vertical-align:middle;
  border-bottom: 1px solid #ddd;
  padding-bottom:10px;
}

.via-top {
  position:relative;
  display:inline-block;
  color: #000000;
  line-height:1em;
  vertical-align:middle;
  border-bottom: 1px solid #ddd;
  padding-bottom:10px;
}

.logo {
	position:absolute;
	top:0px;
	float:left;
	z-index:100;
	width:auto;
	height:95px;
	transition-duration: 1s;
}

.logo img {
	max-width: 100%;
	width:auto;
	height:100%;
}

#top {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:20px 20px 10px;
	transition-duration: 1s;
}

#vetrina {
	position:absolute;
	top:0px;
	left:0px;
	z-index:80;
}

#fascia {
	width:100%;
	max-width:1200px;
	padding:20px;
	margin:0 auto;
}

#fascia:after {
	content: " ";
	display: block;
	clear:both;
}

#cont-foto {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:20px 20px 0px;
}

#cont-foto:after {
	content: " ";
	display: block;
	clear:both;
}

.contenitore-ricerca-home {
    z-index: 15;
    position: absolute;
    right:0;
    width:700px;
    margin: -350px 30px auto auto;
}

.bg-contenitore-ricerca-home {
    width:100%;
    padding:20px;
    background:rgba(255,255,255,.5);
}

/* ==========================================*/
/*	CSS MOUSE SCROLL
/* ==========================================*/

#scrollmouse {
  position:absolute;
	bottom:50px;
	z-index:89;
	width:60px;
	left:50%;
	margin-left:-30px;
	text-align:center;
	color:#fff;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

/* ==========================================*/
/*	FINE CSS MOUSE SCROLL
/* ==========================================*/

#cont-menu {
	background:#fff;
	width:100%;
	padding-top:10px;
}

#menu {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.link {
    background: #7d2525;
    color: #fff;
    border-radius: 30px;
    border: 0px;
    display: inline-block;
    padding: 10px 20px;
    margin: 2px;
    line-height: normal;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #7d2525;
}

a.link:hover {
  color:#fff;
  transition-duration: 1s;
}

button.link {
    background: #fff;
    color:#141e43;
    border-radius: 5px;
    border: 0px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 15px;
    line-height: normal;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #d4d9dc;
}

.link:hover {
  color:#141e43;
  transition-duration: 1s;
}

input.invia:disabled {
    cursor: no-drop;
}

input.invia {
	background: #7d2525;
	font: 400 15px/normal 'Open sans', sans-serif;
	color:#fff;
	border-radius: 0px;
	border:0px;
	display:inline-block;
	padding:5px 10px;
	margin:0px;
	height: 35px;
	cursor:pointer;
	vertical-align:middle;
	border: 1px solid #7d2525;
}

input.newsletter {
vertical-align:middle;
border-radius: 0px;
margin:10px 0px;
border:1px solid #d8d8d8;
width: 78%;
height: 35px;
color: #000;
background:#fff;
text-indent: 0.01px; /* Removes default arrow from firefox*/
text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
padding: 10px 20px 10px 20px;
margin-right: 0px;
font-family: 'Roboto', sans-serif;
font-size: 15px;
}

input.newsletter::placeholder {
  color:#000;
	opacity:0.3;
}

.titolo-newsletter {
float:left;
width:25%;
height:auto;
padding-right:20px;
}

.testo-newsletter {
float:left;
width:75%;
height:auto;
}

.continua {
	vertical-align:middle;
	padding:10px 20px;
	color:#fff;
	background:#c7181a;
	text-decoration: none;
	border-radius: 4px;
	border:0px;
	cursor: pointer;
	transition-duration: 1s;
}

.continua:hover {
	color:#fff;
	background:red;
	transition-duration: 1s;
}

.continua-leggere {
  line-height: 3em;
	padding:10px 10px;
	color:#fff;
	font-size:13px;
	background:#2dc0ff;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	transition-duration: 1s;
}

.continua-leggere:hover {
		color:#fff;
	background:#aaadb9;
	transition-duration: 1s;
}

.button-submenu {
	font-size:13px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.4);
	padding:5px;
	margin:5px 2px;
	border-radius:5px;
	text-transform: lowercase;
	transition-duration: 1s;
}

.button-submenu:hover {
  background:#bc0000;
}


/* ==========================================*/
/*	LOGIN
/* ==========================================*/

input.demo  {
		border:1px solid #fff; /*Removes border*/
		border-right:1px solid #d2d2d2;
	  border-radius:0px;
		-webkit-appearance: none; /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background:#fff;
		height:45px;
		width: 100%; /*Width of select dropdown to give space for arrow image*/
	  max-width:180px;
	  text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		border-radius:0px;
	   color:#4b4b4b;
		padding: 10px;
	  margin-right:0px;
	  font-family:'Roboto', sans-serif;
	  font-size:15px;
		vertical-align:middle;
}

input.demo::placeholder {
  color:#4b4b4b;
	opacity:1;
}

select.demo  {
		border:1px solid #fff; /*Removes border*/
	  border-right:1px solid #d2d2d2;
	  border-radius:0px;
		-webkit-appearance: none; /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: url("../images/select-arrow.png") no-repeat scroll 95% center #fff;
		height:45px;
	  width:140px;
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color:#4b4b4b;
		padding:10px;
	  margin-right:0px;
	  font-family:'Roboto', sans-serif;
	  font-size:15px;
	  vertical-align:middle;
}

input.rifer  {
	  width:80px;
}

input.filtra {
		height:45px;
	  width:80px;
    color: #fff;
	  font:400 15px/normal 'Oswald', sans-serif;
	  letter-spacing: 2px;
    background: #208e47;
    text-decoration: none;
	  border-radius:0px;
		-webkit-appearance: none; /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
    border: 1px solid #208e47;
    cursor: pointer;
		vertical-align:middle;
}

#mostra input[type="checkbox"] {
    display:none;
}
#mostra input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:4px 0 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
	  float:right;
}
#mostra input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}

input.conferma {
		color:#FFF;
		width:auto;
		padding: 5px 20px 5px 20px;
		margin-bottom: 8px;
		background:#186DA9;
		text-decoration: none;
		border-radius: 5px;
    border:0px;
		cursor: pointer;
}

/* ==========================================*/
/*	FINE LOGIN
/* ==========================================*/

/* ==========================================*/
/*	INPUT VENDITA
/* ==========================================*/

input.vendite::placeholder {
  color:#4b4b4b;
	opacity:1;
}

input.vendite  {
		border: 1px solid #e7e7e7; /*Removes border*/
		border-radius:0px;
		-webkit-appearance: none; /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background:#fff;
		height:45px;
		width: 100%; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		border-radius:0px;
		color:#4b4b4b;
		padding: 10px 20px 10px 20px;
		margin-right:0px;
		font-family:'Roboto', sans-serif;
		font-size:15px;
		vertical-align:middle;
}

select.vendite  {
		border: 1px solid #e7e7e7; /*Removes border*/
		border-radius:0px;
		-webkit-appearance: none; /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: url("../images/select-arrow.png") no-repeat scroll 95% center #fff;
		height:45px;
		width:100%;
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color:#4b4b4b;
		padding: 10px 20px 10px 20px;
		margin-right:0px;
		font-family:'Roboto', sans-serif;
		font-size:15px;
		vertical-align:middle;
}

input.cerca {
    height:45px;
    width:100%;
    color: #fff;
    font:400 15px/normal 'Open sans', sans-serif;
    background: #7d2525;
    text-decoration: none;
    border-radius:0px;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    border: 1px solid #7d2525;
    cursor: pointer;
    vertical-align:middle;
}

/* ==========================================*/
/*	FINE INPUT VENDITA
/* ==========================================*/

/* ==========================================*/
/*	VERSIONE FLOAT
/* ==========================================*/

.pulsante-mostra-ricerca, .pulsante-chiudi-ricerca  {
display:none;
}

.ricerca-container1, .ricerca-container2, .ricerca-container3  {
width:100%;
display:table;
border-spacing: 3px;
border-collapse: separate;
}

.ricerca-container1 .item1  {
width:auto;
display:table-cell;
}
.ricerca-container1 .item2  {
width:auto;
display:table-cell;
}
.ricerca-container1 .item3  {
width:auto;
display:table-cell;
}
.ricerca-container1 .item4  {
width:auto;
display:table-cell;
}
.ricerca-container1 .item5  {
width:auto;
display:table-cell;
}

.ricerca-container2 .item1  {
width:auto;
height: 45px;
display:table-cell;
color:#4b4b4b;
padding:0px 20px;
vertical-align: middle;
border:1px solid #e7e7e7; /*Removes border*/
border-radius:0px;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background:#fff;
}

.ricerca-container2 .item2  {
width:auto;
height: 45px;
display:table-cell;
color:#4b4b4b;
padding:0px 20px;
vertical-align: middle;
border:1px solid #e7e7e7; /*Removes border*/
border-radius:0px;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background:#fff;
}
.ricerca-container2 .item3  {
width:auto;
height: 45px;
display:table-cell;
color:#4b4b4b;
padding:0px 20px;
vertical-align: middle;
border:1px solid #e7e7e7; /*Removes border*/
border-radius:0px;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background:#fff;
}
.ricerca-container2 .item4  {
width:auto;
height: 45px;
display:table-cell;
color:#4b4b4b;
padding:0px 20px;
vertical-align: middle;
border:1px solid #e7e7e7; /*Removes border*/
border-radius:0px;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background:#fff;
}
.ricerca-container2 .item5  {
width:auto;
height: 45px;
display:table-cell;
color:#4b4b4b;
padding:0px 20px;
vertical-align: middle;
border:1px solid #e7e7e7; /*Removes border*/
border-radius:0px;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background:#fff;
}
.ricerca-container3 .item1  {
width:auto;
height: 45px;
display:table-cell;
color:#4b4b4b;
padding:0px 20px;
vertical-align: middle;
border:1px solid #e7e7e7; /*Removes border*/
border-radius:0px;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background:#fff;
}
.ricerca-container3 .item2  {
width:150px;
display:table-cell;
}
.ricerca-container3 .item3  {
width:auto;
display:table-cell;
}
.ricerca-container3 .item4  {
width:90px;
display:table-cell;
}


/* ==========================================*/
/*	FINE VERSIONE FLOAT
/* ==========================================*/

/* ==========================================*/
/*	VERSIONE GRID
/* ==========================================*/

.grid-container1 {
  display: grid;
  grid-template-columns: 150px 100px auto 150px 100px 100px;
  padding: 0px;
}
.grid-container1 &gt; div {
  padding: 3px;
}

.grid-container1 .item6 {
  text-align:right;
	color:#fff;
}

.grid-container2 {
  display: grid;
  grid-template-columns: auto auto auto auto 100px;
  padding: 0px;
}
.grid-container2 &gt; div {
  padding: 3px;
}

.grid-container3 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  padding: 0px;
	color:#fff;
}
.grid-container2 &gt; div {
  padding: 3px;
}

/* ==========================================*/
/*	FINE VERSIONE GRID
/* ==========================================*/

.fascia {
padding:68px 0px;
width:100%;
}

#contenuti {
	z-index: 15;
	margin: 0 auto;
	width:100%;
	max-width:1200px;
	padding:40px 20px;
}

#contenuti:after {
	content: " ";
	display: block;
	clear:both;
}

#contenuti-home {
	z-index:15;
	position:relative;
	margin:-200px auto 0 auto;
	width:100%;
	max-width:1800px;
	padding:0px 20px 40px;
}

#contenuti-home:after {
	content: " ";
	display: block;
	clear:both;
}

#contenuti-prodotti {
	margin: 0 auto;
	width:100%;
	max-width:1200px;
	padding:165px 20px 40px;
}

#contenuti-prodotti:after {
	content: " ";
	display: block;
	clear:both;
}

.colonne {
	column-count: 2;
	column-gap: 30px;
	
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	
	margin-bottom:30px;
}

.colonne:after, .colonne-opzioni:after {
	content: " ";
	display: block;
	clear:both;
}

.colonne:before, .colonne-opzioni:before {
	content: " ";
	display: block;
	clear:both;
}

.colonne p, .colonne-opzioni p {
border-bottom:1px solid #e6e6e6;
padding:10px 0px;
}

.colonne-opzioni {
	column-count: 3;
	column-gap: 30px;
	
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	
	margin-bottom:30px;
}

.contact {
  float:left;
	width:50%;
	padding-right:20px;
}

#dx {
	position:relative;
	width:50%;
	height:auto;
	float:right;
	padding-left:15px;
}

#sx {
	position:relative;
	width:50%;
	height:auto;
	float:left;
	padding-right:15px;
}

.grigio {
	background:#f5f5f5;
	width:100%;
	clear:both;
	position:relative;
}

.grigio:after {
	content: " ";
	display: block;
	clear:both;
}

.grigio.invisibile {
display:none;
}

.grigiochiaro {
	background:#f5f5f5;
	width:100%;
	clear:both;
	position:relative;
}

.grigiochiaro:after {
	content: " ";
	display: block;
	clear:both;
}

.bianco {
	width:100%;
	clear:both;
	position:relative;
	background:#ffffff;
}

.bianco:after {
	content: " ";
	display: block;
	clear:both;
}

.blu {
	width:100%;
	clear:both;
	position:relative;
	background:url('../images/slide_bg.png') top center repeat #0f324a;
}

.blu:after {
	content: " ";
	display: block;
	clear:both;
}

.overlay {
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	position:absolute;
	z-index:6;
}

/* ==========================================*/
/*	FORM MAIL
/* ==========================================*/

.form-dati {
	float:left;
	width:50%;
	padding-right:5px;
	margin-bottom:10px;
}

.extra {
	width:100%;
}

.form-testo {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.form-dati .dati {
	box-shadow:inset 0 0 5px 1px #f5f5f5;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	margin-bottom:3px;
	width:100%;
	height:40px;
	border: 1px solid #e1e1e1;
	background:#fff;
	border-radius:3px;
	padding:0px 10px;
}

.form-testo .testo {
  box-shadow:inset 0 0 5px 1px #f5f5f5;
	font-family:'Roboto', sans-serif;
	font-size: 14px;
	width:100%;
	height:200px;
	border: 1px solid #dad9d8;
	background:#ffffff;
	border-radius:3px;
}

/* ==========================================*/
/*	FINE FORM MAIL
/* ==========================================*/

/* ==========================================*/
/*	Table HOME
/* ==========================================*/

.table-home {
  display:table;
	width:100%;
	height:300px;
}

.row-home {
  display:table-row;
	height:100%;
	width:100%;
}

.cell {
  float:left;
	border:3px solid #fff;
	overflow:hidden;
}

.bg-box1 {
	height:300px;
	width:55%;
	background: url('../images/bg-cantieri.jpg') center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	border-radius:50px 0px 0px;
}

.bg-box2 {
	height:300px;
	width:45%;
	background: url('../images/bg-villa.jpg') center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}

.bg-box3 {
	height:300px;
	width:45%;
	background: url('../images/bg-pregio.jpg') center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}

.bg-box4 {
	height:300px;
	width:55%;
	background: url('../images/bg-commerciale.jpg') center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
		border-radius:0px 0px 50px;
}

.pulsante-home {
top:0;
left:0;
bottom:0;
right:0;
height:100%;
width:100%;
position:relative;
background: rgba(0,0,0,0);
transition-duration: 0.5s;
}

.pulsante-home:hover {
transition-duration: 0.5s;
background: rgba(0,0,0,0.5);
}

.bg-box1 .pulsante-home h2 {
position:absolute;
color:#000;
bottom:1em;
left:1em;
transition-duration: 1s;
border:1px solid rgba(255,255,255,0.4);
padding:5px 10px;
background:rgba(255, 255, 255, 0.9);
}

.bg-box2 .pulsante-home h2 {
position:absolute;
color:#000;
left:1em;
bottom:1em;
transition-duration: 1s;
border:1px solid rgba(255,255,255,0.4);
padding:5px 10px;
background:rgba(255, 255, 255, 0.9);
}

.bg-box3 .pulsante-home h2 {
position:absolute;
color:#000;
right:1em;
top:1em;
transition-duration: 1s;
border:1px solid rgba(255,255,255,0.4);
padding:5px 10px;
background:rgba(255, 255, 255, 0.9);
}

.bg-box4 .pulsante-home h2 {
position:absolute;
color:#000;
top:1em;
right:1em;
transition-duration: 1s;
border:1px solid rgba(255,255,255,0.4);
padding:5px 10px;
background:rgba(255, 255, 255, 0.9);
}

/* ==========================================*/
/*	Fine table HOME
/* ==========================================*/

/* ==========================================*/
/*	Tabella prodotti
/* ==========================================*/

.table-prodotti {
	display:table;
	width:100%;
	height:100%;
	background:#fff;
	margin-bottom:10px;
	transition-duration: 0.5s;
	 box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.tab-foto-prodotti {
	display:table-cell;
	width:310px;
	height:100%;
}

.tab-contenuti-prodotti {
	display:table-cell;
	width:auto;
	padding:20px;
	height:100%;
}

.tab-contenuti-prodotti span {
opacity:0.3;
}

.letti {
color:#000;
padding-top:15px;
}

.letti .fa-bed {color: #c3c3c3;}

.tab-contenuti-prodotti .agenzia {
float:right;
padding-top:15px;
}

.tab-contenuti-prodotti h1 {
font-family: 'Poppins', sans-serif;
font-weight:700;
font-size: 20px;
line-height:normal;
margin-bottom:10px;
}

.tab-contenuti-prodotti h3 {
font-family: 'Open sans',sans-serif;
font-weight:400;
font-size: 20px;
margin-bottom:10px;
}

.tab-contenuti-prodotti p {
line-height:normal;
font-size: 15px;
}

/* ==========================================*/
/*	Fine Tabella prodotti
/* ==========================================*/


/* ==========================================*/
/*	CATEGORIE
/* ==========================================*/


.categorie {
	width:100%;
	height:100%;
	min-height:220px;
	overflow:hidden;
	background:#fff;
	position:relative;
}

.categorie img {
transition-duration: 2s;
position:absolute;
z-index:1;
height:auto;
width:auto;
min-height:100%;
min-width:100%;
max-width:130%;
max-height:150%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
}

.titolo-categoria {
  position:absolute;
	width:100%;
	height:30%;
	z-index:15;
	text-align:center;
	bottom:0;
	background: rgba(0, 47, 68, 0.7);
}

.titolo-categoria p  {
	font-weight:700;
	font-family:"Oswald", sans-serif;
	font-size:16px;
	line-height:normal;
	text-transform: uppercase;
	padding:10px 5px;
  color: #fff;
}

/* ==========================================*/
/*	Fine CATEGORIE
/* ==========================================*/

/* ==========================================*/
/*	CATEGORIE REALIZZAZIONI
/* ==========================================*/

.cont-categorie-realizzazioni {
 width:33.3%;
 float:left;
 /*! padding:10px; */
}

.categorie-realizzazioni {
	width:100%;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
	background:#002f44;
	position:relative;
}

.cont-categorie-realizzazioni:hover .categorie-realizzazioni img {
opacity: 1;
}

.categorie-realizzazioni img {
transition-duration: 1s;
position:absolute;
z-index:1;
height:auto;
width:auto;
min-height:100%;
min-width:100%;
max-width:150%;
max-height:150%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
opacity: 0.7;
}

.titolo-categoria-realizzazioni {
  position:absolute;
	width:70%;
	height:auto;
	z-index:15;
	text-align:center;
	top:50%;
	left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
}

.titolo-categoria-realizzazioni p  {
	font-weight:700;
	font-family:"Oswald", sans-serif;
	font-size:40px;
	line-height:normal;
	text-transform: uppercase;
	padding:10px 5px;
  color: #fff;
}

/* ==========================================*/
/*	Fine CATEGORIE REALIZZAZIONI
/* ==========================================*/

/* ==========================================*/
/*	PRODOTTI
/* ==========================================*/

.cont-prodotti {
 width:25%;
 float:left;
 padding:10px;
}

.prodotti {
	width:100%;
	height:0;
	padding-bottom:85%;
	overflow:hidden;
	background:#fff;
	position:relative;
}

.prodotti img {
transition-duration: 2s;
position:absolute;
z-index:1;
height:auto;
width:auto;
min-height:100%;
min-width:100%;
max-width:150%;
max-height:150%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
}

.titolo-prodotti {
  position:relative;
	width:100%;
	height:auto;
	min-height:70px;
	text-align:center;
	background: rgb(245, 245, 245);
	border-bottom:1px solid rgb(228, 228, 228);
	border-left:1px solid rgb(228, 228, 228);
	border-right:1px solid rgb(228, 228, 228);
	overflow:hidden;
	border-radius: 0px 0px 5px 5px;
}

.titolo-prodotti p  {
	font-weight:400;
	font-family:"Oswald", sans-serif;
	font-size:16px;
	line-height:normal;
	text-transform: uppercase;
	padding:10px 5px;
  color: #002f44;
}

/* ==========================================*/
/*	Fine PRODOTTI
/* ==========================================*/

/*-------------------------
Opzioni DETTAGLIO
-------------------------*/

.foto-grande-dettaglio {
  width:100%;
  height:80%;
  max-height:600px;
	overflow:hidden;
	position:relative;
}

.foto-grande-dettaglio img {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}

.p-gallery {
	position:absolute;
	z-index:80;
	bottom:10px;
	padding:10px 20px;
	color:#fff;
	background:rgba(0,0,0,0.3);
	border:1px solid #fff;
	text-decoration: none;
	border-radius: 30px;
	cursor: pointer;
	transition-duration: 1s;
	left:50%;
-webkit-transform: translate(-50%, 0%); 
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}

.p-gallery:hover {
		color:#fff;
	background:rgba(0,0,0,1);
		border:1px solid #fff;
	transition-duration: 1s;
}

.center {
	text-align:center;
}

#opzioni {
	list-style: none;
	text-align:center;
	margin:0;
}

#opzioni:after {
content:'';
display:block;
clear:both;
}

#opzioni li {
  display: inline-block;
	list-style: none;
	padding:10px 20px;
	margin-bottom:20px;
	border-right:1px solid #e6e6e6;
	font-size:14px;
	color:#838383;
}

#opzioni li h5 {
    font-weight:400;
	font-size:25px;
}

/*-------------------------
fine Opzioni DETTAGLIO
-------------------------*/

/*-------------------------
BOX VETRINA
-------------------------*/

.box-cont {
width:33.3%;
padding:10px;
float:left;
margin-bottom:10px;
}

.box-white {
  background:#f9f9fa;
  overflow:hidden;
  border:1px solid #dedede;
}

.esclusiva {
    position: absolute;
    background: rgb(125 37 37 / 70%);
    padding: 3px 8px;
    color: #fff;
    font-size: 14px;
    z-index: 100;
}

.box-image {
width:100%;
height:0;
padding-bottom:75%;
position:relative;
overflow:hidden;
}

.box-image img {
position:absolute;
height:auto;
width:auto;
max-width:130%;
min-height:101%;
min-width:100%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
opacity: 1;
}

.destinazione {
	color:#626262;
	height:185px;
	padding:20px;
	font-size:14px;
	line-height:normal;
	overflow:hidden;
	background: #f9f9fa;
	border-radius:0px 0px 0px 0px;
}

.prezzo {
height:40px;
padding:10px 20px;
color:#000000;
font-size:16px;
line-height:normal;
overflow:hidden;
border-radius:0px 0px 5px 5px;
}

i.fa-arrow-right {
	color: #c3c3c3;
}

.destinazione h1 {
	font: 700 16px/1em 'Poppins', sans-serif;
	padding-bottom:10px;
	border-bottom:1px solid #d5d5d5;
	margin-bottom: 10px;
}

.destinazione h2 {
	color:#7d2525;
	font: 400 15px/normal 'Open sans', sans-serif;
	margin-bottom:5px;
}

.destinazione h3 {
	color:#000000;
	font: 400 17px/normal 'Open sans', sans-serif;
	margin-bottom:0;
}

.pulsante-richiedi {
	display:inline-block;
	width:100%;
	max-width:300px;
	text-align:center;
	padding:20px;
	line-height: 20px;
	color:#fff;
	text-decoration: none;
	border-radius: 4px;
	border:1px solid #009fe3;
	background: #009fe3;
	cursor: pointer;
	vertical-align:middle;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/*-------------------------
FINE BOX VETRINA
-------------------------*/


/*-------------------------
MINIATURE dettaglio
-------------------------*/

.cont-box-image2 {
 width:25%;
 float:left;
 padding:2px;
}

.box-image2 {
width:100%;
height:0;
padding-bottom:80%;
overflow:hidden;
position:relative;
z-index:2;
}

.box-image2 img {
transition-duration: 2s;
position:absolute;
z-index:1;
height:auto;
width:auto;
min-height:100%;
min-width:100%;
max-width:150%;
max-height:150%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
}

#image_dettaglio {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 20px 0px;
	border-radius:3px;
	overflow:hidden;
}

.icon-dett {
  border-bottom:1px solid #e3e3e3;
	padding:5px 0px;
}

.icon-dett img {
  height:35px;
	width:auto;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}

/*-------------------------
fine MINIATURE dettaglio
-------------------------*/

/*-------------------------
VIDEO RESPONSIVE
-------------------------*/

.cont-rwd-video {
 width:100%;
 display:inline-block;
 margin-top:20px;
}

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*-------------------------
FINE VIDEO RESPONSIVE
-------------------------*/

#image_territorio-sx {
	float:left;
	width:150px;
	height:auto;
	margin:0px 20px 20px 0px;
}

#image_territorio-dx {
	float:right;
	width:150px;
	height:auto;
	margin:0px 0px 20px 20px;
	overflow:hidden;
}

#image_territorio-sx img, #image_territorio-dx img {
	width: 100%;
	height: auto;
}

#image_dettaglio img {
	width: 100%;
	height: auto;
}


#cont_footer {
	clear:left;
	width:100%;
	background: #7d2525;
}

#footer {
	margin: 0 auto;
	width:100%;
	max-width:1200px;
	padding:120px 20px;
	color:#fff;
	font-weight:300;
}

#footer:after {
	content: " ";
	display: block;
	clear:both;
}

i.fa-google-plus, i.fa-facebook,i.fa-whatsapp {
	padding:5px;
	font-size:15px;
	margin:0px 3px;
	background:#4375b3;
	color:#fff;
	border-radius:50%;
	width:25px;
	height:25px;
	line-height:15px;
	text-align:center;
	transition-duration:0.5s;
}

i.fa-google-plus:hover, i.fa-facebook:hover, i.fa-whatsapp:hover {
	background:#000;
}

.uno {
	float:left;
	width: 30%;
	padding:0px 30px 0px 0px;
}

.due {
	float:left;
	width: 35%;
	padding:0px 0px 0px 30px;
}

.tre {
	float:left;
	width: 35%;
	padding:0px 0px 0px 30px;
}


#cont_footer2 {
	width:100%;
	background: #611818;
}

#footer2 {
	margin: 0 auto;
	width:100%;
	max-width:1200px;
	padding:30px 20px 185px;
	color:rgba(255, 255, 255, 0.65);
  font: 400 13px/1.8em "Open Sans", sans-serif;
}


.icona-whatsapp {
position: fixed;
bottom:5px;
left:80px;
z-index:1850;
width:60px;
height:76px;
}

.icona-whatsapp img {
width:100%;
height:auto;
}


#cookieChoiceInfo {
  background: #ffffff !important;
  padding:20px 30px 95px !important;
  text-align:center !important;
  -webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.1);
}

#cookieChoiceInfo span {
	display:block !important;
	color: #000 !important;
	text-align:center !important;
}

#cookieChoiceInfo a {
	display:inline-block !important;
	background: #b3b3b3;
	color: #ffffff !important;
	border-radius: 30px;
	border: 0px;
	display: inline-block;
	padding: 0px 30px;
	margin:5px;
	line-height:30px;
	height:auto;
	width: auto;
	cursor: pointer;
	vertical-align: middle;
	text-decoration:none !important;
}

a#cookieChoiceDismiss {
	display:inline-block !important;
	background: #cf0000;
	color: #fff !important;
	font-weight:700;
	border-radius: 30px;
	border: 0px;
	display: inline-block;
	padding: 0px 30px;
	margin:0px;
	line-height:30px;
	height:auto;
	width: auto;
	cursor: pointer;
	vertical-align: middle;
	text-decoration:none !important;
}


#pageup {
  position: fixed;
  right: 100px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-image: url('../images/scroll-top.png');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: none;
  cursor: pointer;
  z-index:1850;
}


.nascosto { display: none; }


.container_news {
    width: auto;
    height:190px;
    overflow: Hidden;
    margin-bottom: 30px;
}</pre></body></html>