@import url('https://fonts.googleapis.com/css?family=Muli:400,700|Open+Sans:400,700');
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
*:hover {
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3e424a;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3e424a;
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3e424a;
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3e424a;
  font-weight: 300;
}
html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2b2a28;
  background: #fff;
}
input:not([type="radio"]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="radio"] {}
img {
  border: none;
  max-width: 100%;
}
article ol {
  padding: 0px 20px;
  list-style-position: inside;
}
article ol li {
  font-size: 15px;
  margin-bottom: 15px;
  color: #3e424a;
}
table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
strong {
  font-weight: 700;
}
input, select, textarea, button, .img a {
  outline: none;
}
ul {
  list-style-type: none;
  list-style-position: inside;
}
p {
  font-size: 16px;
  color: #2b2a28;
  line-height: 20px;
}
ul li {}
hr {
  width: 100%;
  clear: both;
}
a {
  color: #3e424a;
  text-decoration: none;
}
a:hover {
  color: #2b2a28;
  text-decoration: underline;
}
h1, h2, h3 {
  color: #2b2a28;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: left;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
::selection {
  background: #ffc800; /* Safari */
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
::-moz-selection {
  background: #ffc800; /* Firefox */
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
input:focus {
  outline: none;
}
.last {
  margin-right: 0px;
}
.parallax {
  background: url(../images/counter-bg.jpg) 0 50% no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.btn, input[type="button"].btn, input[type="submit"].btn {
  font-family: 'Muli', sans-serif;
  margin: 0px 0 0;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
  text-align: left;
  position: relative;
  white-space: normal;
  padding: 10px 20px;
  font-size: 20px;
  color: black;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0px;
  background: #ffc800;
  float: inherit;
  font-weight: 700;
}
.btn:hover, input[type="button"].btn:hover, input[type="button"].btn.ordina {
  background-color: #2b2a28;
  color: white;
  text-decoration: none;
}
.btn.right {
  float: right;
}
.slideshow .btn {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0px;
  background: #ffc800;
  float: inherit;
  text-shadow: none;
  border-radius: 5px;
}
.slideshow .btn:hover {
  color: #fff;
  background-color: #2b2a28;
}
.btn_carrello:hover {
  text-decoration: none;
  background-color: #ffc800;
  color: white;
}
aside .box input[type="button"].btn:hover {
  background: #f1c530;
}
aside .box input[type="button"].btn {
  position: relative;
  float: right;
  text-decoration: none;
  padding: 9px 26px;
  background-color: #ffc800;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}
.presentazione .dx .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
.container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
}
.content.home .container {
  width: 1230px;
}
.clear {
  clear: both;
}
.wrapper {
  min-height: 100%;
  margin: 0px auto;
  position: relative; /*min-height: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 2;*/
}
div.header {
  position: relative; /*	background: white;*/
}
div.header.home {
  position: fixed;
  height: 140px;
  width: 100%;
  z-index: 9;
}
div.testata {
  height: 70px;
  background: rgb(255 255 255 / 80%);
  display: inline-block;
  width: 100%;
  /* background-image: url("../img/pattern.jpg"); */
  background-repeat: repeat;
  position: fixed;
  z-index: 9; /* per forza visto il fixed */
  background-position: 77px;
  /* background-color: white; */
  position: relative;
  height: auto;
}
.home div.testata {
  position: relative;
  height: auto;
  /* max-height: 140px; */
}
div.content {
  clear: both;
  position: relative;
  display: inline-block;
  width: 100%;
  background: white;
  padding-bottom: 490px;
}
footer {
  width: 100%;
  height: 490px;
  position: absolute;
  bottom: 0px;
  background-color: #231f20;
  color: white;
  /* padding: 40px 0px;
    background-image: url(../img/pattern.jpg); */
}
footer h2 {
  font-size: 28px;
  color: white;
  line-height: 32px;
}
footer p {
  font-size: 15px;
  color: white;
  line-height: 25px;
  width: 100%;
  margin: 20px 0px;
}
footer hr {
  background: rgba(196, 196, 196, 0.3) !important;
}
footer h3 {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
.cerca {
  float: left;
  position: relative;
  border: 1px solid #c0c0c0;
  width: 260px;
  height: 42px;
  background-color: white;
  z-index: 99;
  margin: 30px 0px;
}
.link.entra {
  position: relative;
  float: left;
  padding-right: 0px;
  margin: 42px 0px;
  padding-left: 20px;
  background-image: url(../img/icone/entra.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  margin-left: 20px;
}
.menusup .dx .logo {
  display: none;
}
.slideshow {
  /*background-image: url(../img/bg_slideshow.jpeg) !important;*/
  background-size: cover;
  display: inline-block;
  width: 100%;
  background-position: center;
  margin-top: 0px;
}
.slideshow video {
  width: 100%;
  background-color: white;
}
.testata .centro {
  position: relative;
  float: left;
  width: 60%;
  text-align: center;
}
.testata .centro img {}
.categorie_cerca {
  position: relative;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  height: auto;
  min-height: 45px;
}
.header .cerca input[type="text"] {
  border: none;
  background-color: transparent;
  width: 83%;
  position: relative;
  float: left;
  font-size: 14px;
  color: #ffc800;
  padding: 12px;
}
.header .cercabtn {
  padding: 13px;
  margin: 0px;
  right: 0px;
  float: right;
}
.ricerca .cerca input[type="text"] {
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  padding: 12px;
  color: white;
}
.numeroverde {
  width: 205px;
  position: relative;
  float: left;
  background-image: url(../img/bubble.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 50px;
  margin: 30px 20px;
  color: #ffc800;
}
.logo {
  height: 50px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  z-index: 9;
  top: 0px;
  height: 130px;
  width: 330px;
  background-image: url(../img/logo.png);
  margin: 20px auto;
  position: relative;
  margin: 20px auto;
  position: relative;
}
/*.logo::after {
	content: 'Vistocasa';
	color: #2b2a28;
	font-size: 30px;
	text-align: right;
	margin-left: 78px;
	top: 19px;
	position: relative;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}*/
ul.social {}
.home .menusup {
  /* margin-top: 90px; */
}
.home .menusup {
  /*height: 80px;*/
  background: none;
}
.home .menusup a {
  color: #242020;
}
.menusup {
  position: relative;
  width: 100%;
  /*background: #242020;*/
  height: 50px;
  clear: both;
  background-image: url(../img/pattern3.jpg);
}
.menusup .sx {
  position: relative;
  float: left;
  margin-right: 0px;
}
.menusup .dx {
  position: relative;
  float: right;
  text-align: right;
}
.menusup .modal-dialog p a {
  color: #000;
  text-decoration: underline;
  float: left;
  display: inline-block;
  font-size: 14px;
}
.social {
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
}
.social a {
  color: #231f20;
}
.areariservata {
  float: left;
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 15px;
}
.areariservata ul li {
  font-size: 30px;
  margin: 0px 6px;
}
.areariservata ul li:hover a, .areariservata ul li:hover, .social ul li a:hover {
  text-decoration: none;
  color: #ffc800;
}
.areariservata .btn, .areariservata input[type="button"].btn, .areariservata input[type="submit"].btn {
  font-size: 15px;
  margin: 0px 6px 0px 0px;
  padding: 5px 10px;
  margin: 0px 5px;
}
.areariservata .btn {
  margin: 0px 0px 0px 44px;
}
.areariservata ul li span {
  font-size: 16px;
  position: relative;
  top: -5px;
}
.areariservata a {
  color: #231f20;
}
.menusup a {
  color: #ffc800;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
.menusup .link.entra a {
  font-size: 16px;
  text-decoration: underline;
  margin: 0px 1px;
  position: relative;
}
.menusup .link.entra a:hover {
  color: #000;
}
.registrazione {
  position: relative;
  float: right;
  width: 340px;
  padding-left: 10px;
}
.registrazione .login {
  position: relative;
  float: left;
  width: 170px;
}
.registrazione .field_module {
  padding: 9px;
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 5px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  width: 100%;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}
.registrazione .links a {
  color: #5d5d5d;
  text-decoration: underline;
  font-size: 11px;
}
.registrazione .links {
  position: relative;
  float: left;
  margin-left: 10px;
  line-height: 16px;
  width: 160px;
}
.links a.btn {
  font-size: 13px;
  color: white;
  text-decoration: none;
  margin-top: 6px;
  position: relative;
  float: left;
  font-weight: 400;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.links a.btn:hover {
  text-decoration: none;
  background-color: #e1e1e1;
  color: #6b6e6f;
}
.links a.facebook {
  font-size: 11px;
  color: white;
  text-decoration: none;
  margin-top: 6px;
  position: relative;
  float: left;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #3b5998;
  text-transform: inherit;
  margin-left: 5px;
  text-align: left;
  line-height: 11px;
  font-weight: normal;
}
.links a.facebook:hover {
  text-decoration: none;
  background-color: #e1e1e1;
  color: #6b6e6f;
}
.facebook img {
  position: relative;
  float: left;
  margin-right: 5px;
}
.sx {
  padding: 0px;
  width: 50%;
  position: relative;
  float: left;
  max-width: inherit;
}
.dx {
  padding: 0px;
  height: auto;
  width: 50%;
  position: relative;
  float: right;
  margin: 0px;
  max-width: none;
}
article {
  margin: 0px 0px;
  display: block;
  width: 100%;
  position: relative;
  clear: both;
  margin-top: 220px;
}
article.catalogo {
  padding-top: 30px;
}
article.catalogo section.dettaglio {
  width: 100%;
  padding-left: 0px;
}
article h1 {
  margin-bottom: 5px;
}
article h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
article .form h1 {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 23px;
}
article .form h2 {
  text-align: left;
  font-size: 25px;
  color: #2b2a28;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}
article .form h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 23px;
}
article .form p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
  color: #2b2a28;
  text-align: left;
  font-weight: 500;
}
section a.veditutto {
  color: #ffc800;
  text-decoration: underline;
}
article header.unico h1 {
  margin: 0px;
}
article h2 {
  text-align: left;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
}
article .riepilogo_sezione h2, .box_news h2, article .box_news h2 {
  margin: 0px 0px 0px 0px;
  border-bottom: none;
  padding-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 20px;
  background: #2b2a28;
  padding: 20px 15px 15px 15px;
  text-align: left;
}
.evidenza.aside h2 {
  margin: 0px 0px 0px 0px;
  border-bottom: none;
  padding-bottom: 10px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  font-size: 18px;
  padding: 20px 15px 15px 15px;
  text-transform: uppercase;
  background: #ffc800;
  text-align: center;
  text-shadow: none;
}
article section ul li, article ul li {
  font-size: 15px;
  margin-bottom: 15px;
  color: #3e424a;
}
article section ul li::before, article.catalogo section .box.descrizione ul li::before, article ul li::before {
  content: "\f054";
  color: #ffc800;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 12px;
  margin-left: 5px;
}
article .riepilogo_sezione ul li::before {
  content: "";
  margin: 0px;
}
article ul.me-select.agenzie li::before {
  content: "";
  margin-left: 0px;
}
.me-select.agenzie label span {
  color: #666;
  font-size: 16px;
  margin-top: 0px;
}
article ul.me-select.agenzie {
  background: #f1f1f1;
  text-align: center;
  padding: 5px 20px 20px 20px;
  border-radius: 5px;
}
article ul.me-select li {
  display: inline-block;
}
article.catalogo section ul li::before {
  content: "";
}
article ul {
  padding: 20px 10px;
}
article aside ul {
  padding: 0px;
}
article aside ul li {
  font-size: 15px;
  padding: 12px 20px;
  border-top: 1px solid #e0e0e0;
  background: #ffffff;
}
article aside .riepilogo_sezione ul li {
  font-size: 15px;
  padding: 0px;
  border-top: 1px solid #e0e0e0;
  background: #ffffff;
  margin: 0px;
}
article aside .riepilogo_sezione ul li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  padding: 12px 20px;
  border-top: none;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article aside .riepilogo_sezione ul li a:hover {
  background: #f1f1f1;
}
article aside ul li:last-child {
  margin-bottom: 0px;
}
section {
  width: 75%;
  padding-right: 40px;
  position: relative;
  float: left;
  padding-bottom: 20px;
  padding-top: 40px;
}
aside {
  width: 25%;
  position: relative;
  float: right;
  padding-top: 40px;
}
.catalogo section {
  width: 75%;
  padding-left: 40px;
  padding-right: 0px;
  position: relative;
  float: right;
  padding-bottom: 20px;
  padding-top: 0px;
}
.catalogo aside {
  width: 25%;
  position: relative;
  float: left;
  padding-top: 0px;
}
section h1, header.unico h1 {
  font-size: 27px;
  color: #292c33;
  margin: 0px 0px 5px 0px;
  width: 100%;
  clear: both;
  position: relative;
  background: white;
  padding: 0px 0px 0px 0px;
  font-weight: 700;
}
.content section.immobili p {
  margin-bottom: 0px;
}
section.immobili h1 {
  font-size: 20px;
  color: #292c33;
  margin: 0px;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
}
section.immobili h1 strong {
  font-weight: 400;
}
section h2 svg:first-child {
  margin-left: 0px;
}
section h2 svg {
  color: #ffc800;
  margin-left: 20px;
  margin-right: 5px;
}
section .box h1 {
  font-size: 22px;
  color: #2b2a28;
}
.box .pathway {
  position: relative;
  font-size: 14px;
  color: #2b2a28;
  width: 100%;
  font-weight: 500;
  clear: both;
  display: inline-block;
  margin: 5px 0px 0px 0px;
}
aside a {
  color: #727780;
}
aside .field_module, aside .select_module {
  border: 1px solid rgba(208, 211, 214, 0.8);
}
aside .box h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffc800;
  font-weight: 500;
  margin-bottom: 10px;
}
aside .box.catalogo {
  background-color: #e4e7ea;
}
aside .titolo.filtraper {
  font-size: 25px;
  font-weight: 300;
  margin: 0px 0px 15px 0px;
  color: #ffc800;
  border-bottom: 1px solid #ffc8003d;
  padding-bottom: 10px;
}
.content p {
  font-size: 15px;
  color: #7f7f7f;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: justify;
}
.content .box p {
  font-size: 14px;
  color: #727780;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: left;
}
.content .box.descrizione {
  padding: 10px 20px;
}
.content .box.descrizione p {
  margin-bottom: 5px;
}
.testata .dx, .testata .sx {
  width: 50%;
}
.articolo section p {
  line-height: 20px;
  font-weight: 300;
  font-size: 15px;
  color: #4c4c4c;
  margin-bottom: 15px;
}
.articolo section p strong {
  font-weight: 300;
  color: black;
}
.articolo section .intro p {
  line-height: 20px;
  font-weight: 300;
  color: #4c4c4c;
  margin-bottom: 20px;
  font-size: 15px;
}
.corpo .articolo .dx_img {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  clear: both;
}
.corpo .articolo .dx_img img {
  width: 250px;
  height: auto;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
}
header {
  color: #2b2a28;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0px;
  padding: 0px 0px 0px 0px;
  /* background-image: url(../img/pattern2.jpg); */
  /* background-repeat: repeat; */
  /* background-size: auto 215%; */
  /* background-position: left center; */
  margin-bottom: 0px;
}
section.wow.slideInLeft {}
.img_articolo header {
  color: #fff;
  position: relative;
  float: left;
  width: 40%;
  clear: both;
  border-bottom: none;
  padding: 20px;
  background: #2b2a28;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 8% 1% 2% 1%;
}
.img_articolo header h1, .img_articolo header p {
  color: #fff;
}
header.piccolo {
  font-size: 40px;
  text-align: left;
  padding: 30px 0px;
  border-top: 1px solid #c4c4c4;
}
.sx .titolo_sx {
  color: #ffc800;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  border: none;
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
  padding: 12px;
  background: #e4e7ea;
  text-transform: uppercase;
  text-align: center;
}
.sx header.unico, article header.unico {
  margin-top: 25px;
}
.sx header, article header {
  font-size: 20px;
}
article .titolo.unico {
  margin-top: 0px;
}
article p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 23px;
  margin-bottom: 15px;
}
article p strong {
  font-weight: 600;
  color: #2b2a28;
}
.cbp-vm-options .sx .titolo {
  font-size: 40px;
}
.titolo.grigio {
  color: #2b2a28;
  font-size: 20px;
  background-color: #c4c4c4;
  text-transform: uppercase;
  padding: 10px 20px;
  text-shadow: 0 1px 0 white;
}
.filtri {
  margin-bottom: 20px;
}
.evidenza {
  width: 100%;
  clear: both;
  padding: 50px 0px;
}
.evidenza.aside {
  width: 100%;
  clear: both;
  padding: 0px 0px;
}
.evidenza h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 20px 0px;
}
.header img.banner {
  width: 100%;
  border: 0px;
  margin-top: 10px;
}
.header .banner {
  position: relative;
  float: right;
  width: 39%;
  margin-left: 1%;
  margin-top: 18px;
}
.banner .box img {
  width: auto;
  border: none;
  position: relative;
  float: left;
  margin-right: 15px;
}
.banner h3 {
  color: #ffb000;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 10px;
  text-align: center;
}
.banner h2 {
  color: white;
  font-size: 25px;
  font-weight: 300;
  padding: 0px;
  text-align: left;
  line-height: 27px;
  margin: 0px 0px 0px 0px;
}
aside .banner h4 img {
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.banner h4 {
  color: #ffffff;
  font-weight: 700;
  line-height: 34px;
  font-size: 28px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.banner hr {
  background: #ffc800;
}
.banner.semplice h2 big {
  text-transform: uppercase;
  font-size: 63px;
  display: inherit;
  margin-top: 8px;
  color: #2b2a28;
}
.banner .testo p {
  color: white;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  margin-bottom: 20px;
}
.banner .testo .btn {
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-top: 20px;
}
.banner .box {
  width: 33%;
  position: relative;
  float: left;
  padding-bottom: 20px;
  font-size: 20px;
  color: #2b2a28;
  height: 105px;
  overflow: hidden;
  cursor: pointer;
}
.banner .box strong {
  font-size: 30px;
  font-weight: 500;
}
.banner .box span {
  color: #2b2a28;
}
.color {
  color: #2b2a28;
}
.color a {
  color: #2b2a28;
}
.extra {
  padding: 15px 15px 15px 5px;
  font-size: 14px;
  text-align: center;
}
.extra .condividi_articolo {
  padding: 0px;
}
.extra img {
  position: relative;
  margin: 0px 5px 0px 15px;
  top: 3px;
}
.special {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 12px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  height: 60px !important;
  overflow: hidden;
}
.special span {
  color: #2b2a28;
  font-size: 20px;
}
.counter {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.counter .box {
  /* width: 33.333%; */
  /* position: relative; */
  /* float: left; */
  display: inline-block;
  padding: 0px 20px;
}
.counter strong {}
.counter small {
  color: #2b2a28;
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.menu_footer {
  height: auto;
  padding: 0px;
  display: block;
  text-align: center;
  padding: 20px 0px 40px 0px;
}
.menu_footer .box.principale {
  position: relative;
  float: left;
  width: 30%;
  text-align: center;
}
.menu_footer .box.secondari {
  position: relative;
  float: left;
  width: 70%;
  margin-bottom: 0px;
}
.menu_footer .box strong {
  font-weight: 600;
  color: #ffc800;
}
.menu_footer .box.principale .box {
  width: 100%;
  margin-bottom: 0px;
}
.menu_footer .box.secondari .box {
  width: 50%;
  margin-bottom: 0px;
  padding: 0px 20px 20px 0px;
}
.menu_footer .box.store {
  max-width: 250px;
}
.menu_footer .box.store ul li {
  position: relative;
  float: left;
  width: 50%;
}
.menu_footer .box h1 {
  font-family: 'Open Sans', sans-serif;
  color: #2b2a28;
  font-size: 25px;
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal !important;
  margin: 5px 0px;
  text-shadow: 0 1px 0 white;
}
.menu_footer .box ul {
  list-style-image: none;
  list-style-type: none;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.home .social ul {
  margin: 10px 20px;
}
.social ul {
  list-style-image: none;
  list-style-type: none;
  position: relative;
  float: right;
  margin: 20px;
}
.menu_footer .box.card ul {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.menu_footer .box.card ul li {
  display: inline-block;
  font-size: 43px;
  margin: 0px 10px;
}
.social ul li a {
  font-size: 30px;
  margin: 0px 6px;
}
.social ul li {
  display: inline-block;
}
.menu_footer .box ul.social {
  margin: 0px;
}
.menu_footer .box.dati ul {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0px;
  position: relative;
  clear: both;
}
.menu_footer .box.dati img {
  margin-top: 5px;
  max-width: 223px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
.box.dati ul {
  margin: 20px 0px 0px 0px;
  padding: 0px 10px;
}
.box.dati ul li {
  background-repeat: no-repeat;
  background-position: left 3px;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 15px;
  color: #4c4c4c;
  background-size: auto 20px;
}
.articolo .dx .box.dati ul {
  margin: 0px;
}
.box.dati ul li strong {
  color: black;
}
.riepilogo_sx .box.dati ul li {
  background-repeat: no-repeat;
  background-position: left 4px;
  list-style-image: none;
  list-style-type: none;
  margin: 10px 0px;
  padding-left: 28px;
  font-size: 15px;
  line-height: 19px;
  color: #4c4c4c;
  padding: 0px 30px;
  background-size: auto auto;
}
.riepilogo_sx .box.dati ul li strong {
  color: black;
  font-weight: 300;
}
.menu_footer .box ul li.luogo, .menu_footer .box ul li.telefono, .menu_footer .box ul li.orari, .menu_footer .box ul li.mail {
  padding-left: 30px;
  background-position: 0px 3px;
  margin-bottom: 15px;
}
.menu_footer .box ul li {
  background-repeat: no-repeat;
  background-position: left 0px;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
}
.menu_footer .box ul li strong {
  font-weight: 300;
  color: black;
}
.menu_footer .box.principale a {
  font-weight: 300;
  font-size: 20px;
}
.menu_footer .box a {
  color: #ccc;
}
.menu_footer .box a:hover {
  color: #fff;
  text-decoration: none;
}
.menu_footer .box.menu ul li a {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
.menu_footer .ricerca {
  background-color: #d0d3d6;
  color: white;
  height: auto;
  overflow: auto;
}
.menu_footer .ricerca input[type="email"] {
  background-color: transparent;
  font-size: 14px;
  width: 69%;
  padding: 13px;
}
.menu_footer .ricerca input[type="submit"].btn {
  width: 30%;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  float: right;
}
.menu_footer .ricerca form {
  padding: 0px;
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 5px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  width: 100%;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu_footer .ricerca .field_module {
  border: none;
  font-size: 12px;
  float: left;
  position: relative;
  width: 80%;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  padding: 5px;
}
.menu_footer .ricerca label {
  color: #FFF;
  font-size: 10px;
}
.menu_footer .ricerca label a {
  text-decoration: underline;
}
.menu_footer .ricerca input[type="checkbox"] {
  position: relative;
  float: left;
  margin-right: 5px;
}
.menu_footer .dati {
  margin-right: 0px;
  color: #4c4c4c;
  width: auto;
  position: relative;
  float: right;
  background: white;
  padding-left: 30px;
  border-left: 1px solid #c4c4c4;
  min-width: 350px;
}
.menu_footer .dati strong {
  font-weight: 500;
  color: #16274b;
}
.menu_footer .dati h3 {
  margin-bottom: 20px;
}
.menu_footer .dati p {
  margin-bottom: 20px;
}
.menu_footer .dati table {
  margin: 5px;
}
.menu_footer .dati table tr td {
  color: #646464;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.menu_footer .dati table tr td img {
  border: none;
  width: 34px;
}
.menu_footer .box.principale img {
  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 30px;
}
.credits {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 35px;
  padding: 10px;
  color: #b2b3b5;
  text-align: center;
  font-size: 13px;
}
.credits span {
  position: relative;
  float: left;
  color: #7f7f7f;
}
.intempra {
  position: relative;
  float: left;
  margin-left: 13px;
  top: 0px;
  height: 25px;
  height: 20px;
}
.credits a {
  font-size: 12px;
}
img.banner_orizzontale {
  border: none;
  width: 780px !important;
  height: auto !important;
  margin-bottom: 10px;
}
.ricerca_avanzata {
  background: #c4c4c4;
  height: auto;
  padding-bottom: 5px;
}
.ricerca_avanzata h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
  font-family: 'Open Sans', sans-serif;
  background-image: url(../img/bg_boxfooter.png);
  background-repeat: repeat;
  padding: 6px;
  padding-left: 10px;
}
.ricerca_avanzata form {}
.ricerca_avanzata form div {
  padding: 0px;
  background: #cfcfcf;
  -moz-border-radius: 5px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  width: 100%;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}
.ricerca_avanzata form div .field_module {
  border: none;
  font-size: 12px;
  float: left;
  position: relative;
  width: 80%;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  padding: 5px;
}
.ricerca_avanzata form div input[type="image"] {
  position: relative;
  float: right;
  max-width: 20%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 26px;
  top: 0px;
}
header span {
  color: #737373;
  font-size: 17px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
header span strong {
  color: #000;
}
.descrizione {
  width: 48%;
  position: relative;
  float: right;
}
.descrizione_prodotto, article ul.descrizione_prodotto {
  width: 100%;
  position: relative;
  clear: both;
  padding: 0px;
  border-top: 1px solid #e4e7ea;
  margin: 20px 0px;
}
.box .btn {}
.descrizione_prodotto li, article section .descrizione_prodotto li {
  padding: 0px;
  border-bottom: 1px solid #e4e7ea;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin: 0px;
}
.descrizione_prodotto div:nth-child(1) {
  position: relative;
  float: left;
  margin: 0px;
  width: 35%;
  color: #333539;
  font-size: 15px;
  padding: 10px 20px;
  background: #f1f4f6;
}
.descrizione_prodotto div:nth-child(2) {
  position: relative;
  float: left;
  margin: 0px;
  width: 60%;
  color: #333539;
  font-size: 15px;
  padding: 10px 20px;
}
.logo_prodotto img {
  max-height: 50px;
  margin: 20px 0px;
}
.descrizione p {
  color: #4c4c4c;
  font-size: 15px;
  margin-bottom: 10px;
}
.articolo .dx .descrizione_prodotto p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.articolo .dx .descrizione_prodotto p strong {
  font-weight: 500;
  color: #000;
}
.descrizione .prezzo {
  padding: 15px;
  border-bottom: 1px solid #c0c0c0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.descrizione .prezzo {
  color: #4c4c4c;
  font-size: 14px;
}
.descrizione .prezzo .old_price {
  opacity: 1;
}
.descrizione .prezzo .old_price, .descrizione .prezzo .percentuale {
  position: relative;
  float: left;
}
.descrizione .prezzo .percentuale {
  margin-left: 5px;
  top: 1px;
}
.descrizione .prezzo .risparmio {
  clear: both;
  font-style: italic;
}
.descrizione.titolo {
  padding-bottom: 0px;
  width: 100%;
  position: relative;
  float: right;
  margin-bottom: 10px;
  height: auto;
}
.descrizione .titolo {
  color: #2b2a28;
  font-size: 30px;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  text-align: left;
  font-weight: 300;
  padding: 0px;
  margin-bottom: 10px;
}
.selettori .label {
  width: 33%;
  color: black;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  padding: 24px 0px 0px 0px;
  position: relative;
  float: left;
}
.selettori .label img {
  position: absolute;
  top: 20px;
  margin-left: 5px;
}
.selettori .sconto, .selettori .prezzo_totale {
  width: 100%;
  position: relative;
  float: left;
}
.selettori .prezzo .totale, .selettori .contenuto {
  width: 66%;
  margin: 0px;
  height: auto;
  position: relative;
  float: right;
  text-align: left;
}
.articolo .dx .colore_quantita ul {
  margin: 0px;
}
.selettori .contenuto {
  padding: 0px 0px 5px 0px;
}
.codice {
  color: #afb0b5;
  font-size: 16px;
}
.articolo .dx .descrizione h1 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.descrizione h2 {
  font-size: 25px;
  color: #000;
  font-weight: 300;
  margin: 0px;
}
.btn.ordina {}
.corpo .dx .descrizione p {
  margin: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-right: 5px;
  top: 2px;
}
.griglia_ordina .label_check {
  font-size: 11px;
  font-weight: 500;
}
.commento_fb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.commento_fb p {
  color: #565656;
  margin-bottom: 5px;
}
/* tabelle carrello */
.alert {
  color: red;
  font-weight: 300;
  margin: 10px 0px;
}
.content fieldset p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 22px;
  margin-bottom: 15px;
}
.readonly {
  background-color: rgba(205, 206, 211, 0.29);
}
.center {
  text-align: center;
}
.articolo .pathway {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
}
.pathway {
  position: relative;
  font-size: 14px;
  color: #2b2a28;
  width: 100%;
  font-weight: 00;
  clear: both;
  display: inline-block;
  margin: 10px 0px 30px 0px;
}
.immobili .pathway {
  margin: 10px 0px 0px 0px;
}
.pathway a {
  margin-left: 1px;
  margin-right: 1px;
  color: #7f7f7f;
  font-weight: normal;
}
.pathway a:hover {
  text-decoration: underline;
}
.corpo .dx hr, hr {
  background: #000000;
  height: 1px;
  width: 100%;
  padding: 0px;
  border: none;
  margin: 10px 0px;
  display: inline-block;
}
.label_module {
  float: left;
  position: relative;
  font-size: 14px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  height: 20px;
  width: 100%;
  text-align: left;
  min-height: 20px;
}
.field_module, .select_module, input[type="number"] {
  padding: 10px;
  border: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2b2a28;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*height: 42px;*/
  min-height: 46px;
  line-height: 46px;
  height: 46px;
}
.presentazione .field_module {
  padding: 15px;
  border: none;
  font-size: 16px;
  width: 100%;
  /* height: auto; */
  margin-bottom: 0px;
  height: 50px;
}
.login_box .field_module {
  margin-bottom: 5px;
}
.field_module.error, .select_module.error {
  background-color: rgb(255 0 0 / 20%);
  border: 1px solid red;
}
.field_note {
  font-size: 13px;
  color: #2b2a28;
  padding: 10px;
  border: 1px solid #d9dbde;
  float: right;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  max-height: 250px;
  font-weight: 500;
}
table.contatti {
  width: 760px;
  margin: 10px;
}
.tabelle_carrello table tr td.tabella_totali {
  background-color: #2b2a28;
  color: white;
  font-weight: 500;
  font-size: 16px;
}
.tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
  background-color: #2b2a28;
  padding: 5px;
  font-size: 20px;
}
table.contatti .btn {
  position: relative;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blank {
  background-color: white;
}
.inpromo .special {
  height: 45px !important;
  margin-bottom: 25px !important;
}
/*stile news*/
.newsart {
  padding: 15px;
  height: auto;
  border: 1px dotted #c4c4c4;
  overflow: auto;
  margin-bottom: 20px;
  width: 100%;
  background: white;
}
.casehistories .newsart {
  padding: 0px;
  height: auto;
  border: none;
  overflow: hidden;
  margin-bottom: 0px;
  width: 100%;
  background: white;
  position: relative;
  float: left;
  margin: 0px;
}
.casehistories .newsart_img {
  position: relative;
  float: left;
  width: 38%;
  height: auto;
  display: inherit;
  margin: 0px;
  padding-right: 2%;
}
.casehistories .newsart_testo {
  position: relative;
  float: left;
  width: 60%;
  margin: 0px;
}
.casehistories .articolo_news {
  height: 160px;
}
.casehistories .owl-item .item {
  margin: 0px 20px;
  background: white;
}
section.casehistories .owl-theme h3 {
  padding: 10px 0px;
  margin: 0px 0px 10px 0px;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.casehistories .newsart_img img {
  max-height: inherit;
  max-width: 100%;
}
.casehistories .owl-theme .owl-controls .owl-buttons div {
  top: -28%;
}
.casehistories .newsart a.leggidipiu {
  color: #3e424a;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.newsart p a, .leggidipiu a {
  color: #b2b3b5;
  text-decoration: underline;
}
.riepilogo_prodotto .leggidipiu a {
  font-size: 15px;
  margin-bottom: 20px;
}
.newsart h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 13px;
}
.newsart h4, header h4 {
  margin-bottom: 10px;
  color: #ffc800;
  font-weight: 700;
  font-size: 20px;
}
.newsart span {
  color: #666;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.newsart h3 a, .newsart h3 a:hover {
  text-transform: inherit;
  text-decoration: none;
  color: #2b2a28 !important;
  font-size: 22px;
}
.newsart p, #print.articolo .newsart p, article .articolo_news p {
  padding: 0px;
  margin: 0px !important;
  line-height: 23px;
  text-align: justify;
  font-size: 15px;
}
.newsart_img {
  position: relative;
  float: left;
  width: 250px;
  height: 150px;
  display: table;
  margin-right: 15px;
}
.newsart_img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.newsart_img img {
  max-height: 167px;
  max-width: 250px;
}
.articolo_news {
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 21px;
  text-align: justify;
  font-size: 15px;
  color: #7f7f7f;
}
.riepilogo_prodotto .articolo_news {
  height: 117px;
  margin: 0px 0px 5px 0px;
}
.sx .ricerca_avanzata .titolo {
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  font-size: 16px;
  /* text-align: center; */ font-family: 'Roboto Slab', serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  color: #4c4c4c;
}
.newspromo {
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  color: white;
}
.container.testata .dx div {
  position: relative;
  float: right;
  max-width: 300px;
  padding: 0px 35px;
  border-right: 1px solid #c4c4c4;
  height: 60px;
  margin: 25px 0px;
}
.container.testata .dx div p {
  color: #afb0b5;
  font-size: 15px;
}
.container.testata .dx div.carrello {
  border-right: none;
  width: 275px;
  cursor: pointer;
}
.container.testata .dx div.carrello h3 {
  margin-top: 5px;
  font-size: 16px;
}
.container.testata .dx div.carrello p {
  color: #afb0b5;
  font-size: 20px;
}
.container.testata .dx div.carrello img {
  position: relative;
  float: left;
  margin-right: 15px;
}
.menu_footer .box.social {
  margin-right: 0px;
  padding-top: 20px;
  text-align: right;
}
.menu_footer .box.social .clear {
  height: 95px;
}
.social img {}
.social img.payment {
  max-width: 395px;
}
.social span {
  position: relative;
  /* float: left; */
  margin: 6px 15px 0px 0px;
  font-size: 20px;
  font-weight: 300;
  top: -10px;
}
.ricerca_avanzata {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 0px;
  position: relative;
  width: 95%;
  z-index: 1;
  margin: 240px auto 50px auto;
  left: 0px;
  right: 0px;
  text-align: center;
  text-shadow: 0 1px 0 white;
}
.ricerca_avanzata .select_module {
  width: 100%;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  /* text-transform: uppercase; */
  font-size: 16px;
  color: #000;
  /* font-weight: 700; */
  border-bottom: 1px solid #000;
  padding: 0px;
  min-height: 46px;
  line-height: 46px;
  height: 46px;
}
.content .intro {
  text-align: center;
  padding: 30px 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.content .intro h1 {
  font-size: 43px;
  text-align: center;
}
.content .intro p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0px 0px 0px;
}
.menu_footer .ricerca input[type="image"] {
  position: relative;
  float: right;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 18px;
  top: 1px;
  margin: 0px;
}
.ricerca .cerca {
  float: left;
  position: relative;
  background-color: #16274b;
  width: calc(100% - 137px);
  margin: 20px 0px 10px 0px;
  top: inherit;
  border: 3px solid white;
}
.ricerca .privacy {
  width: calc(100% - 20px);
  margin: 10px;
  position: relative;
  clear: both;
}
.ricerca label {
  color: #FFF;
  font-size: 11px;
}
.ricerca label a {
  color: #FFF;
  text-decoration: underline;
}
.ricerca input[type="checkbox"] {
  position: relative;
  float: left;
  margin-right: 5px;
  top: 4px;
}
.colore_quantita .select_module {
  width: 66%;
  margin: 10px 0px 0px 0px;
  height: 44px;
}
select {
  height: 44px;
  line-height: 44px;
}
.minifield_module {}
.colophon {
  position: relative;
  float: left;
  color: #999;
  opacity: 1;
  font-size: 14px;
  margin-top: 9px;
}
.colophon span {
  font-weight: 300;
  color: #000;
  opacity: 1;
}
.riepilogo_sx {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 15px;
  border: 1px solid #c4c4c4;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  overflow: auto;
}
.riepilogo_sx h1 {
  font-family: 'Open Sans', sans-serif;
  color: #2b2a28;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}
.riepilogo_sx p {
  font-size: 13px;
  line-height: 21px;
  color: #4c4c4c;
}
.unico {
  width: 100% !important;
}
section ul {}
.articolo .dx h1 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
}
.map {
  border: 0;
  margin-bottom: 30px;
  height: 450px;
}
a.back {
  color: #000000;
  font-size: 15px;
  text-decoration: underline;
  padding-top: 25px;
  display: block;
  padding-bottom: 10px;
}
.riepilogo_sx ul li {
  font-size: 14px;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 10px;
  color: #4c4c4c;
}
.articolo section .condividi_articolo ul li {
  margin: 10px 0px 5px 0px;
}
.riepilogo_sx ul li a {
  color: #2b2a28;
  font-size: 13px;
}
.campo_form {
  width: 50%;
  padding-bottom: 20px;
  position: relative;
  float: left;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.presentazione .campo_form {
  width: 100%;
  padding-bottom: 10px;
  padding-right: 0px;
}
.presentazione .label_check {
  position: relative;
  float: left;
  color: #7f7f7f;
  width: 50%;
  padding: 0px 0px 5px 0px;
}
article .campo_form p {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
  margin-bottom: 5px;
}
.testata_utilities {
  position: relative;
  float: right;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testata_utilities .sx {
  position: relative;
  float: right;
  text-align: right;
}
.paginazione {
  text-align: center;
  width: 100%;
  padding: 0px;
  clear: both;
  height: auto;
  margin: 30px 0px 40px 0px;
  display: inline-block;
}
.paginazione a {
  line-height: 40px;
  padding: 5px 13px;
  font-size: 15px;
  margin: 0px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #b2b3b5;
}
.paginazione a:hover, .paginazione .selected {
  background: #b2b3b5;
  color: #2b2a28;
  text-decoration: none;
}
.paginazione div {
  position: relative;
  display: inline;
}
.login_box, .registrazione_box {
  position: relative;
  float: left;
  padding: 20px;
  width: 50%;
  height: 243px;
  border: 9px solid white;
  /* margin: 1%; */
  -moz-border-radius: 15px;
  border-radius: 3px;
}
.login_box h2, .registrazione_box h2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 12px;
}
.login_box .btn {
  float: right;
}
.registrazione_box strong {
  font-weight: 300;
  color: #000;
}
.registrazione_box {
  background: #f1f1f1;
}
.articolo .dx .registrazione_box p {
  color: #7f7f7f;
}
.registrazione_box .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.corpo .dx .riepilogo_tabella .descrizione p {
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #4c4c4c;
  margin-bottom: 5px;
}
.label_payment {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tabelle_carrello fieldset input[type="radio"] {
  position: relative;
  float: left;
  top: 4px;
}
.label_payment label {
  position: relative;
  float: left;
  padding-left: 10px;
  max-width: 90%;
}
.label_payment span {
  position: relative;
  float: left;
  top: 10px;
  margin-left: 10px;
}
.scopri {
  position: relative;
  float: right;
  padding: 10px;
  border: 1px solid #c4c4c4;
}
.corpo .dx .condizioni hr {
  border: none;
  background: rgb(165, 165, 165);
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.5;
}
.descrizione.titolo a {
  color: #4D5859;
  text-decoration: none;
}
.menusup .link {
  background-repeat: no-repeat;
  background-position: 8px center;
  margin-left: 0px;
  color: #4c4c4c;
  text-decoration: none;
  /* border-left: 1px solid #c4c4c4; */
  background-size: auto 16px;
  padding: 0px 0px 0px 30px;
  /* top: 10px; */
  position: relative;
  float: right;
  margin: 10px 0px;
}
.menusup .link.aiuto {
  background-image: url(../img/icone/aiuto.png);
}
.menusup .link.giftcard {
  background-image: url(../img/icone/giftcard.png);
}
.menusup .link.carrello {
  background-image: url(../img/icone/carrello.png);
  color: #2b2a28;
}
.menusup .link.register {
  background-image: url(../img/icone/register.png);
  border-right: 1px solid #c4c4c4;
}
.menusup .link.entra {
  background-image: url(../img/icone/entra.png);
}
.menusup span.link.entra {
  padding: 17px 15px 15px 35px;
  top: 9px;
  position: relative;
  border-right: 1px solid #c4c4c4;
}
.menusup span.link.entra a {
  background-repeat: no-repeat;
  background-position: 8px center;
  margin-left: 5px;
  text-decoration: unferline;
  border: none !important;
  background-size: auto 16px;
  padding: 0px !important;
  top: 0px;
  color: #4c4c4c;
}
.menusup .link.desideri {
  background-image: url(../img/icone/desideri.png);
}
.menusup .link:hover {
  text-decoration: none;
}
.ric_avanzata {
  background-color: #2b2a28;
  padding: 25px;
  width: 100%;
  clear: both;
  position: relative;
  height: auto;
  overflow: auto;
}
.container.slideshow .dx {
  margin-bottom: 10px;
}
.sx .ric_avanzata {
  margin-bottom: 20px;
  padding: 0px 20px 20px 20px;
}
.sx .ric_avanzata h1 {
  margin-right: 0px;
  padding-left: 36px;
  background-size: auto 27px;
  padding-top: 15px;
}
.sx .ric_avanzata .btn {
  width: 100%;
}
.sx .ric_avanzata .select_module, .sx .ric_avanzata .field_module {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 5px;
}
.link.carrello span {
  font-weight: 500;
}
.ric_avanzata h1 {
  text-transform: uppercase;
  position: relative;
  float: left;
  background-image: url(../img/cerca.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0px;
  padding-left: 60px;
  margin-right: 30px;
  color: white;
  font-size: 22px;
}
.ric_avanzata .select_module, .ric_avanzata .field_module {
  width: 18%;
  padding: 12px;
  margin-bottom: 0px;
  color: #4c4c4c;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  float: left;
  border: none;
  margin-right: 11px;
  height: 46px;
  margin-top: 2px;
  font-size: 14px;
}
.ric_avanzata .btn {
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 30px;
  text-transform: uppercase;
  top: 1px;
}
.campo_form .errore {
  text-align: left;
  position: absolute;
  font-size: 13px;
  bottom: 1px;
  left: 0px;
  font-weight: 500;
}
.errore {
  color: #dd0000;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
.big.btn {
  padding: 10px 20px;
  font-size: 20px;
  margin-left: 0px !important;
}
input.add {
  background-color: white;
  border: 1px solid white;
  font-size: 20px;
  font-weight: 300;
  color: #353535;
  margin: 0px;
  width: 17px;
  height: 30px;
  position: relative;
  top: 0px;
  cursor: pointer;
}
input.addfield {
  font-family: 'Open Sans', sans-serif;
  width: 35px;
  text-align: center;
  padding: 5px;
  border: 1px solid #c4c4c4;
  top: -1px;
  position: relative;
}
.cercabtn {
  padding: 11px 20px;
  color: white;
  text-transform: uppercase;
  margin: 0px;
  right: -2px;
  position: relative;
}
.container.slideshow {
  margin-bottom: 20px;
}
.riepilogo_sezione, .box_news, .box.dati {
  border-top: none;
  margin-bottom: 30px;
  width: 100%;
  clear: both;
}
.box_news p.veditutto {
  padding: 20px 0px 0px 0px;
}
.box.dati h3 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0px;
  color: #6ea7be;
  border-bottom: 1px dotted #d0d3d6;
  padding-bottom: 10px;
}
.articolo .riepilogo_sezione h2, .articolo .box_news h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 10px 0px;
  text-align: left;
  padding-bottom: 10px;
  color: #999999;
}
.riepilogo_sezione ul {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.riepilogo_sezione ul li a:hover {
  color: #000;
  text-decoration: none;
}
ul.allegati {
  list-style-image: none;
  margin: 10px 0px;
}
ul.allegati li {
  position: relative;
  float: left;
  margin: 2px;
  margin-right: 20px;
  text-transform: uppercase;
  color: #4c4c4c;
}
ul.allegati li img {
  position: relative;
  float: left;
  margin-right: 5px;
}
.fb_iframe_widget iframe {
  width: 100% !important;
}
.disclaimer {
  color: #ffc800;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  margin: 5px 0px 15px 0px;
  width: 100%;
  position: relative;
  clear: both;
}
.selettori .field_module {
  margin-bottom: 0px;
  width: 80px;
  position: relative;
  float: left;
  margin-right: 15px;
  text-align: left;
  margin-top: 10px;
}
.selettori label {
  position: relative;
  float: left;
  /* width: 100px; */
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin-right: 0px;
  padding: 6px;
}
.selettori {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.selettori .btn {
  float: right;
  padding: 8px 14px;
}
.selettori .btn.vuoto {
  background: white;
  border: 2px solid #9f9fa0;
  margin-left: 10px;
  padding: 6px 14px;
  color: #9f9fa0;
  float: right;
}
.selettori .btn.vuoto:hover {
  background: #9f9fa0;
  border: 2px solid #9f9fa0;
  margin-left: 10px;
  padding: 6px 14px;
  color: white;
}
/*.btn.wishlist, .btn_wishlist {
    text-decoration: none;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: left;
    color: #4c4c4c;
    font-size: 13px;
    background-color: transparent;
    background-image: url(../img/icone/star.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 10px;
    cursor: pointer;
    clear: both;
    margin-left: 33%;
}

    .btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
        background-color: transparent;
        background-image: url(../img/icone/star_on.png);
    }*/
.selettori .btn:hover {}
ul.allegati li {
  width: 100%;
  margin-bottom: 5px;
}
.riepilogo_tabella ul.allegati li {
  width: auto;
  margin-bottom: 5px;
}
.banner_inf {
  width: 100%;
  position: relative;
  clear: both;
}
.sx .box_news, .box_sx {
  margin-bottom: 20px;
}
.box_news .box {
  vertical-align: top;
  overflow: hidden;
  text-align: left;
  display: inline-block;
}
.cataloghi .box {
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin: 1%;
  width: 23%;
  display: inline-block;
  border: 1px solid #d0d3d6;
}
.cataloghi .box:hover {
  border: 1px solid #999;
}
.dx .cataloghi .box h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0px;
}
.cataloghi .box h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}
.cataloghi .box h2 a:hover {
  text-decoration: none;
}
.cataloghi h1 {
  font-size: 45px;
  font-weight: 300;
  color: #4c4c4c;
  margin: 0px;
}
.box_news .box h2 {
  color: #ffc800;
  font-size: 20px;
  font-weight: 300;
  margin: 0px;
  text-align: left;
  line-height: 25px;
  margin-bottom: 10px;
}
.box_news .box h2 strong {
  font-weight: 500;
}
.box_news .box h2 a {
  color: #000;
}
.box h4 {
  color: #3e424a;
  font-size: 16px;
  font-weight: 300;
}
.approfondimenti .box_img {
  margin-bottom: 0px;
}
.box_img {
  width: 100%;
  clear: both;
  position: relative;
  height: 223px;
  overflow: hidden;
  text-align: center;
}
.box_img div {
  /*	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
}
.banner.home {
  background: #ffc800;
  clear: both;
  padding: 2% 0%;
  display: inline-block;
  width: 100%;
}
.banner.home .testo {
  width: 60%;
  float: left;
  text-align: left;
}
.banner.home .colour {
  position: relative;
  float: right;
  margin: 20px;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.banner.home .colour:hover {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
.news_home .box .box_img .data {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 37px;
  padding: 40px 40px;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 23%;
  z-index: 9;
  cursor: pointer;
}
.news_home .box .box_img .data span {
  width: 100%;
  display: inline-block;
  font-size: 34px;
}
.news_home .box:nth-child(1) .box_img .data {
  background-color: #ffc800;
}
.news_home .box:nth-child(2) .box_img .data {
  background-color: #00c54b;
}
.news_home .box:nth-child(3) .box_img .data {
  background-color: #7e4ae7;
}
.box_img img {
  width: 100%;
  max-width: inherit;
}
.cataloghi .box_img {
  width: 100%;
  clear: both;
  position: relative;
  height: 350px;
  overflow: hidden;
  text-align: center;
  background: white;
  display: table;
  padding: 10px;
}
.cataloghi.partner .box_img {
  height: 200px;
  margin-bottom: 0px;
}
.cataloghi.partner .testo {
  overflow: hidden;
  background: white;
  padding: 0px 20px 20px 20px;
  height: auto;
}
.cataloghi.partner .box_img img {
  max-height: 222px;
}
.cataloghi .box_img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cataloghi .box_img img {
  max-width: 100%;
  max-height: 350px;
  width: 250px;
  height: inherit;
}
.cataloghi .testo {
  overflow: hidden;
  background: white;
  padding: 0px 20px 0px 20px;
}
.box_news.cataloghi .box h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
}
.box_news.cataloghi {
  padding-bottom: 40px;
}
.box_news.cataloghi .titolo {
  font-size: 40px;
}
.box_news.cataloghi .box h3 {
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
  font-weight: 300;
}
.box_news .box h2 a:hover {
  text-decoration: none;
}
.corpo p {
  color: #4c4c4c;
}
.corpo .banner p {
  color: rgba(255, 255, 255, 0.5);
}
.corpo .testo {
  margin: 10px 0px;
  height: 53px;
  overflow: hidden;
}
.corpo .testo p {
  margin-bottom: 0px;
}
.box .titolo {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 20px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #2b2a28;
  font-size: 40px;
  font-weight: 300;
}
.banner_inf {
  margin: 30px 0px;
}
.banner_inf .ricerca, .banner_inf .pagamenti {
  position: relative;
  overflow: hidden;
  margin: 0px 1%;
  /*min-width: 320px;*/
  max-height: 360px;
  width: 47%;
  text-align: center;
  display: inline-table;
  border: 10px solid;
  padding: 20px;
  min-height: 320px;
}
.banner_inf .ricerca {
  background-color: #16274b;
  color: white;
  border-color: #8a93a5;
}
.banner_inf .ricerca .btn {
  color: #fff;
  border: 3px solid #fff !important;
  margin: 19px 0px 0px 0px;
  padding: 9px 20px;
  clear: inherit !important;
  border-radius: inherit !important;
  top: 1px;
}
.banner_inf .ricerca .titolo {
  color: white;
}
.banner_inf .pagamenti {
  background-color: #d5d8e9;
  color: #16274b;
  border-color: #16274b;
}
.banner_inf .pagamenti img {
  margin: 20px 0px;
}
.banner_inf .titolo {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  margin: 0px;
  padding: 20px 0px;
}
.corpo .banner_inf p {
  color: white;
  font-size: 18px;
  text-shadow: 0 1px 0 black;
}
.corpo .banner_inf .pagamenti p {
  color: #16274b;
  text-shadow: 0 1px 0 white;
}
.prodotti .testo {
  position: relative;
  float: right;
  width: 40%;
}
.approfondimenti h2 {
  font-weight: 300;
  margin-bottom: 0px;
  background: #ffc800;
  color: white;
  padding: 15px;
  font-size: 30px;
  text-align: center;
}
.approfondimenti .titolo h2 {
  margin-bottom: 0px;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  color: #0d5c66;
}
.approfondimenti p.leggi {
  text-align: center;
  border: none;
}
.approfondimenti p.leggi a {
  text-decoration: underline;
  color: #ffc800;
}
.approfondimenti h2 a {
  color: black;
}
.testo p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.box_news .box .link {
  background: white;
  padding: 20px;
  text-align: left;
}
.box_news .box .link a {
  color: #ffc800;
  text-decoration: underline;
}
.img_principale {
  width: 100%;
  margin-bottom: 20px;
}
.disponibilita_yes, .disponibilita_no {
  font-weight: 600;
}
.disponibilita_yes {
  color: #36b34c !important;
}
.disponibilita_no {
  color: #f3bb00 !important;
}
.img_brand img {
  max-height: 30px;
}
.articolo table {
  margin: 20px 0px;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-spacing: 0;
  border-collapse: collapse;
}
.articolo table tr td, .articolo table tr th {
  padding: 10px 20px;
  border-bottom: 1px solid #c4c4c4;
  margin: 0px;
  text-align: left;
}
.articolo table tr th, .articolo table tr td strong {
  color: #2b2a28;
  font-weight: 300;
}
.articolo table tr th {
  color: #000;
  font-weight: 500;
}
.ricerca label {
  float: left;
  margin-top: 5px;
}
.ricerca label {
  color: #FFF;
  font-size: 11px;
}
#mc_embed_signup .indicates-required {
  margin-right: 5px !important;
  float: left;
}
.descrizione_p p em, .descrizione_p p strong {
  font-weight: normal;
  font-style: normal;
}
.alert_carrello {
  height: auto;
  overflow: auto;
  border: 4px solid rgb(22, 40, 76);
  padding: 10px;
  text-align: center;
  color: #0c143b;
  font-size: 22px;
  background: #d5d8e9;
}
.obbligatorio {
  border-color: #fe0505;
}
.scarica, .articolo .dx p.scarica {
  padding: 20px;
  text-align: center;
  background: white;
  margin-bottom: 0px;
  padding-top: 0px;
}
.scarica a {
  color: #d73434;
  text-decoration: underline;
}
.scarica a:hover {
  color: #d83a3a;
  text-decoration: underline;
}
.scarica img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.spunta {
  width: 100%;
  position: relative;
  clear: both;
  padding: 10px 0px 0px 0px;
  height: auto;
  overflow: auto;
}
.old_price {
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 5px;
  text-shadow: none;
}
.percentuale {
  color: #1581b0;
  font-weight: 500;
}
.unico .superiore {
  background-color: white;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.scopricome {
  padding: 15px 0px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.scopricome .btn {
  float: right;
}
.descrizione .scopricome p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  max-width: 450px;
  padding-right: 10px;
  position: relative;
  float: left;
}
.inferiore .sx, .inferiore .dx {
  width: 48%;
  margin: 0px;
  margin-bottom: 50px;
}
.inferiore .dx p a {
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: none;
  padding: 10px 0px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inferiore .dx p a:hover {
  color: #000;
  text-decoration: underline;
}
.inferiore .dx p a img {
  position: relative;
  float: left;
  top: 2px;
  margin-right: 7px;
}
.inferiore .sx .box {
  background: white;
  margin-bottom: 40px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-left: 50%;
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.inferiore .sx .box .testo {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.81);
  padding: 15px;
  height: auto;
  width: 100%;
  position: relative;
  float: right;
}
.inferiore .sx .box h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}
.inferiore .sx .box .testo p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.inferiore h4 {
  background: #aad3ab;
  font-size: 13px;
  font-weight: 300;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  margin: 15px 0px;
}
.inferiore .dx p {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  margin: 0px;
}
.inferiore .dx h3 {
  font-size: 25px;
  margin: 20px 0px;
}
.articolo h2 {
  font-size: 21px;
  margin: 10px 0px;
  font-weight: 300;
  color: #53848c;
  line-height: 28px;
}
.approfondimenti .titolo p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.articolo {
  height: auto;
  padding-bottom: 20px;
}
.home .approfondimenti .titolo p {
  margin-top: 30px;
}
.articolo.principale h1 {
  font-size: 50px;
  color: #ffc800;
  font-weight: 300;
  text-align: center;
  margin: 30px 0px 0px 0px;
}
.articolo.principale h2 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
}
.home .articolo.principale h1 {
  font-size: 75px;
  margin: 30px 0px;
}
.articolo.principale p {
  color: #999999;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.articolo.principale ul {
  position: relative;
  clear: both;
  padding: 4% 9%;
  width: 100%;
}
.articolo.principale ul li {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px 10px 10px 50px;
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
}
.articolo.principale ul li img {
  background-color: #ffc800;
  position: relative;
  float: left;
  margin-right: 20px;
  padding: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.articolo.principale ul li:hover {
  color: #000;
}
.articolo.principale ul li:hover img {
  background-color: #ff943f;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
article .riepilogo_prodotto {
  margin-bottom: 25px;
  background: #f8fbf6;
  border: 2px dashed #94b77c;
  width: 100%;
  clear: both;
  position: relative;
  padding: 15px;
}
.riepilogo_prodotto .btn, .riepilogo_prodotto input[type="button"].btn {}
article .riepilogo_prodotto .testo {
  height: 150px;
  margin-bottom: 25px;
  overflow: hidden;
}
article .riepilogo_prodotto .articolo_news h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 5px 0px;
}
article .riepilogo_prodotto .articolo_news h3 a {
  color: #ffc800;
  text-decoration: none;
}
article .riepilogo_prodotto .testo p {
  line-height: 23px;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 0px;
}
article .img img, article .img iframe {
  margin-bottom: 20px;
}
.img iframe {
  width: 100%;
  height: 400px;
}
.campo_form span input[type="radio"] {
  position: relative;
  margin-left: 5px;
  top: 2px;
}
.campo_form.sede_alternativa {
  width: 100%;
  margin: 0px;
  background: #f1f1f1;
  padding: 10px;
}
.menusup .link.entra br {
  display: none;
}
.dx .immagine_prodotto div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dx .immagine_prodotto {
  width: 250px;
  height: 250px;
  display: table;
}
.dx .prodotti_simili .immagine_prodotto div img {
  max-width: 150px;
  max-height: 150px;
}
.dx .prodotti_simili .immagine_prodotto {
  width: 100%;
  height: 150px;
}
.dx .prodotti_simili .item .logo img {
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  width: 60px;
}
.dx .immagine_prodotto div img {
  max-width: 100%;
  max-height: 250px;
}
.sx .immagine_prodotto {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ffc800;
}
.sx .immagine_prodotto div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sx .immagine_prodotto div img {
  max-width: 100%;
  max-height: 195px;
}
.box.dati h2 {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #d0d3d6;
  padding-bottom: 15px;
}
input[type="text"]:disabled {
  background-color: #f1f2f4;
}
.hidden {
  display: none !important;
}
.calcolatrice {
  position: relative;
  float: left;
  height: 43px;
  margin-left: 33%;
  margin-top: 13px;
  margin-right: 10px;
}
.news_home {
  display: inline-block;
  width: 100%;
  /* padding: 2% 0%; */
  background-color: #ffffff;
  /* background-image: url("../img/bg_news.jpg"); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  text-align: center;
  clear: both;
}
.news_home .box {
  text-align: left;
  width: 31%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  background: white;
}
.news_home .btn {
  position: inherit;
  margin: 10px auto 50px auto;
  float: inherit;
  padding: 20px 30px;
  background-color: transparent;
  border: 2px solid #ffc800;
  color: #ffc800;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
}
.news_home .btn:hover {
  background-color: #ffc800;
  border: 2px solid #ffc800;
  color: #2b2a28;
  text-shadow: none;
}
.news_home .testo {
  padding: 20px;
  text-align: center;
}
.news_home .testo h3 {
  color: #ffc800;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news_home h2 {
  color: #ffc800;
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0px 30px 0px;
}
.news_home .testo h2 {
  font-size: 17px;
  margin: 0px;
  line-height: 23px;
  color: #3e424a;
  font-weight: normal;
}
.news_home h2 a:hover {
  text-decoration: none;
  color: #2b2a28;
}
.news_home .testo p {
  margin-bottom: 0px;
  line-height: 20px;
  color: #727780;
}
footer .box {
  position: inherit;
  float: inherit;
  width: auto;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
footer .box svg {
  font-size: 20px;
  position: relative;
  margin-right: 5px;
  top: 4px;
}
footer .box img {
  max-width: 250px;
}
.menu_footer .box:last-child ul, .menu_footer .box:nth-child(2) ul {
  margin-right: 0%;
}
.item .box {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.approfondimenti .box {
  padding: 0px 10px;
}
.home approfondimenti {
  border-top: none;
}
.approfondimenti {
  padding-bottom: 40px;
  width: 100%;
  clear: both;
  position: relative;
  height: auto;
}
.prodotti .box.principale {
  width: 100%;
  margin-bottom: 0px;
}
.prodotti .btn {
  text-transform: uppercase;
  background-color: #cc0422;
  margin: 20px 0px;
}
.prodotti .box h3 {
  font-size: 30px;
  text-align: center;
}
.prodotti .box {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.prodotti .box .img {
  width: 100%;
  height: 170px;
  display: table;
}
.prodotti .box .img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.prodotti .box .img div img {
  max-width: 100%;
  max-height: 160px;
  margin-bottom: 10px;
}
.prodotti .box.principale .img {
  width: 60%;
  position: relative;
  float: left;
  display: table;
  height: 400px;
}
.prodotti .box.principale .img img {
  max-height: 400px;
  margin-bottom: 0px;
}
.prodotti .box.principale h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: left;
}
.prodotti .box p {
  font-size: 16px;
  line-height: 23px;
  margin-right: 20px;
  text-align: left;
}
.sezioni_home {
  margin: 30px 0px;
}
.sezioni_home .box {
  margin-bottom: 0px;
  cursor: pointer;
  background: #ffc800;
}
.sezioni_home .box:hover img {
  opacity: 0.5;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.sezioni_home .sx {
  padding-right: 1%;
  width: 50%;
}
.sezioni_home .dx {
  padding-left: 1%;
  width: 50%;
}
.sezioni_home .box, .sezioni_home .box img, .sezioni_home .box:hover img {
  width: 100%;
}
.sezioni_home .box h3 {
  font-size: 30px;
  text-align: left;
  color: #ffc800;
  padding: 21px 0px 36px 0px;
  background: white;
}
.banner_box.homepage {
  width: 100%;
  position: relative;
  clear: both;
  background-image: url(../images/pizza2-1024x683.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: auto;
  overflow: auto;
  margin: 50px 0px;
  min-height: 400px;
}
.banner_box.homepage .testo {
  width: 44%;
  position: relative;
  float: right;
  padding: 50px;
  text-shadow: 0 1px 0 black;
  z-index: 9;
}
.banner_box.homepage h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
  line-height: 60px;
}
.banner_box.homepage h3 {
  font-size: 35px;
  color: white;
  font-weight: 300;
  /* letter-spacing: -2px; */
  margin-bottom: 0px;
}
.leggi, #print.articolo p.leggi {
  clear: both;
  display: block;
  padding-top: 10px;
  border-top: 1px solid #d0d3d6;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}
#print.articolo p.leggi a {
  color: #7f7f7f;
  font-size: 16px;
}
.approfondimenti p.leggi a.btn {
  background-color: #ffc800;
  float: inherit;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  text-transform: none;
  font-size: 25px;
  padding: 15px;
  text-decoration: none;
  width: 32%;
  color: white;
}
ul.social li {
  position: relative;
  float: left;
  padding: 8px;
  opacity: 1;
  background-repeat: no-repeat;
  margin: 0px;
}
ul.social li {
  position: relative;
  float: left;
  padding: 10px 5px;
  opacity: 1;
  background-repeat: no-repeat;
  margin: 0px;
}
ul.social li.whatsapp {
  background-image: url(../img/icone/whatsapp.png) !important;
  background-position: 0px 11px;
  padding: 10px 8px 6px 26px;
  background-size: auto 20px;
  margin-left: 10px;
}
ul.social li:hover {
  opacity: 1;
}
.articolo h1 {
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
  color: #0d5c66;
}
.articolo .unico h1 {
  margin-top: 20px;
}
.articolo .data {
  font-size: 15px;
  color: #53848c;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}
.staff li .img {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 15px auto;
  text-align: center;
}
.staff ul {
  text-align: center;
  display: block;
}
#print.articolo .sx .staff li {
  text-align: center;
  display: inline-block;
  margin: 20px;
  cursor: pointer;
  background-image: none;
  padding-left: inherit;
}
#print.articolo .staff p {
  text-align: center;
}
.staff li h3 {
  font-size: 23px;
  margin-bottom: 0px;
  font-weight: 300;
  color: #67a3ba;
}
.staff h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.staff {
  margin-bottom: 40px;
}
.img_articolo img {
  width: 100%;
}
.sx .img_articolo {
  max-height: inherit;
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 30px;
}
.login {
  float: right;
}
.carrello {
  padding: 10px;
  float: right;
  margin-top: 20px;
  margin-right: 0px;
}
aside .loghi {
  background: transparent;
  border-top: none;
  padding: 0px 0px 20px 0px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.loghi {
  padding: 40px 0px;
  display: block;
  text-align: center;
  clear: both;
}
.loghi li {
  margin: 0px 30px;
  display: inline-block;
  vertical-align: middle;
}
.loghi img {}
.articolo .img {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.articolo .ticker .img {
  overflow: hidden;
  margin-bottom: 20px;
  width: 60px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.articolo .ticker .img img {
  margin-bottom: 0px;
}
.owl-carousel.statico .item {
  width: 33%;
  position: relative;
  float: left;
}
.grigio {
  background-color: #e4e7ea;
  padding: 15px;
  text-align: center;
}
.grigio h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0px;
}
.grigio h3 a {
  color: #2b2a28;
}
.ricerca_box {
  background-image: url(../img/bg_newsletter.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 50px 30px 150px 30px;
  text-align: center;
  margin: 50px 0px 0px 0px;
  width: 100%;
  position: relative;
  clear: both;
}
.ricerca_box p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.ricerca_box h2 {
  font-size: 40px;
  color: white;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
}
p.veditutto {
  text-align: center;
  padding: 13px 0px;
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
  background: white;
}
p.veditutto a {
  color: #2b2a28;
}
p.veditutto a, p.veditutto {
  color: #2b2a28;
  font-weight: 700;
  text-transform: uppercase;
}
.video {
  margin: 20px 0px;
  border-bottom: 1px solid #bcbec0;
  display: inline-block;
  padding: 15px;
  height: auto;
  border: 1px dashed #c4c4c4;
  overflow: auto;
  margin-bottom: 20px;
  width: 100%;
}
.video h3 {
  text-align: left;
  font-size: 20px;
  color: #ffc800;
  margin-bottom: 15px;
}
.video_meta {
  width: 50%;
  float: right;
  padding: 0px 10px;
}
.video_meta p {}
.video p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 23px;
  margin-bottom: 15px;
}
.video iframe {
  width: 100% !important;
  margin-top: 0px;
}
/*pagina prodotto */
.prodotto section {
  width: 100%;
  display: block;
  padding-right: 0px;
  overflow: hidden;
}
.prodotto header {
  font-size: 20px;
  border: none;
  margin: 0px;
  padding: 0px;
}
.prodotto header .img .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 380px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  margin-top: 10px;
}
.prodotto header .img h1, .prodotto header .img img {
  position: absolute;
  z-index: 3;
}
.prodotto header .img .bg img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.prodotto header .img {
  margin-bottom: 50px;
}
.prodotto header .img img {
  left: 0px;
  width: 50%;
  margin: 0px;
  padding: 70px 10px;
}
.prodotto header .img h1 {
  right: 0px;
  width: 50%;
  padding: 154px 40px;
  color: #e11f20;
  font-size: 70px;
  text-shadow: 0 1px 0 white;
  margin: 0px;
}
.prodotto header .img .bg {
  max-height: 400px;
  overflow: hidden;
}
.prodotto article h2 {
  text-align: center;
  font-size: 30px;
  color: #2b2a28;
  margin-bottom: 20px;
}
.prodotto article h3 {
  text-align: center;
  font-size: 19px;
  color: #7f7f7f;
  font-weight: normal;
}
.prodotto .dx, .prodotto .sx {
  padding: 20px;
}
.gallery .box:first-child {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gallery .box {
  position: relative;
  float: left;
  width: 50%;
  height: 198px;
  overflow: hidden;
}
.prodotto .video {
  margin: 25px 0px;
  border: none;
  padding: 0px;
  overflow: hidden;
}
.download {
  background: #f2f2f2;
  padding: 25px;
}
.prodotto article .download h3 {
  text-align: left;
  font-size: 30px;
  color: #2b2a28;
  font-weight: normal;
  margin-bottom: 0px;
}
article section .download ul {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
article section .download ul li a {
  color: #7f7f7f;
  font-size: 20px;
}
article section .download ul li a:hover {
  color: #2b2a28;
  text-decoration: none;
}
article section .download ul li {
  background-image: url(../img/icone/pdf.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 2px 6px;
  padding-left: 30px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 45px;
}
.tipologie .box .titolo {
  color: white;
  font-size: 16px;
  background: #ffc800;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 0 black;
  padding: 12px 0px;
}
.tipologie .box big {
  display: block;
  font-size: 30px;
}
article section .tipologie ul {
  position: relative;
  clear: both;
  margin: 0px;
  padding: 0px;
}
article .tipologie ul li {
  background-image: none;
  padding-left: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d0d3d6;
  padding: 15px;
}
article .tipologie ul li:last-child {
  border-bottom: none;
}
article .tipologie ul li strong {
  display: block;
  text-align: center;
  color: #2b2a28;
}
.tabelle {
  width: 100%;
  display: block;
  clear: both;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  padding: 60px 25px;
}
.tabelle .clear {
  padding: 30px 0px 0px 0px;
  display: inline-block;
  height: auto;
  width: 100%;
}
.btn.carrello {
  color: white;
  font-weight: normal;
  padding: 15px 20px 15px 70px;
  margin: 0px;
  background-image: url(../img/icone/carrello-white.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
.correlati {
  margin: 50px 0px 25px 0px;
}
.prodotto article .correlati h2 {
  text-align: center;
  font-size: 40px;
  color: #ffc800;
  margin-bottom: 50px;
}
.prodotto .condividi_articolo {
  width: auto;
  position: relative;
  float: right;
  padding: 0px;
}
.prodotto .pathway {
  width: auto;
  position: relative;
  float: left;
}
/* checkbox e radio button */
.preferiti input[type="radio"], .preferiti input[type="checkbox"] {
  opacity: 0;
}
.preferiti {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
}
.preferiti input[type="checkbox"] + label, .preferiti input[type="radio"] + label {
  cursor: pointer;
  background-image: url(../img/icone/star-off.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.preferiti input[type="checkbox"]:disabled + label, .preferiti input[type="radio"]:disabled + label {
  background-image: url(../img/icone/star-off.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  top: 0px;
}
.preferiti input[type="checkbox"]:checked + label, .preferiti input[type="radio"]:checked + label {
  background-image: url(../img/icone/star-on.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  left: 0px;
  top: 0px;
}
.preferiti input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  top: inherit;
  margin-right: auto;
  width: 30px;
  height: 30px;
  left: 0px;
  z-index: 9;
}
.no_loggato {
  padding: 20px;
  width: 100%;
  clear: both;
  position: relative;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  text-align: center;
  background: #f8fbf6;
  border: 2px dashed #94b77c;
}
.tabelle_carrello .no_loggato .btn {
  float: inherit;
  margin: 5px;
}
.tabelle_carrello .no_loggato p {
  font-size: 21px;
  margin-bottom: 10px;
  color: #cc0422;
  line-height: 30px;
}
.relative {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
section .box {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px;
}
section .box.tabelle {
  position: relative;
  float: left;
  width: 50%;
  display: block;
  clear: inherit;
  background-image: none;
  background-size: none;
  padding: 10px;
}
section .box .img {
  padding: 20px;
}
section .selettori .box {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d0d3d6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
section .img_aggiuntive {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
section .img_aggiuntive a, section .img_aggiuntive a:hover {
  outline: none;
  text-decoration: none;
}
section .img_aggiuntive img {
  height: 216px;
  padding: 10px 10px 10px 0px;
}
section .img_aggiuntive a:nth-child(1) {
  display: none;
}
section .dx .box {
  width: 100%;
}
section .box .disclaimer {
  color: #00c345;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0px 15px 0px;
  width: 100%;
  position: relative;
  clear: both;
  font-style: initial;
  font-weight: 500;
}
section .articolo_news .disclaimer {
  color: #ffc800;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin: 0px;
  width: 100%;
  position: relative;
  clear: both;
  font-style: initial;
}
.presentazione {
  width: 100%;
  display: inline-block;
}
.presentazione .box {
  background: #fff;
  padding: 15px 30px;
  text-align: justify;
}
.presentazione ul.loghi {
  display: block;
  text-align: center;
  background: transparent;
  border-top: none;
  padding: 0px;
}
.presentazione hr {
  background: #cacaca;
  margin: 20px 0px;
}
.presentazione ul.loghi img {
  margin: 0px 10px;
  max-height: 66px;
}
.presentazione ul.loghi li {
  display: inline-block;
  vertical-align: middle;
}
.lstpwd {
  float: left;
}
.menusup a.uscita {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 0px 9px 40px;
}
aside .banner {
  border: 7px solid white;
  -moz-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
  -webkit-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
  box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px;
  background-color: #25d366;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  width: 100%;
  text-align: center;
  font-size: 70px;
  color: white;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
aside .banner img {
  height: 20px;
  margin-right: 5px;
  position: relative;
  opacity: 1;
}
aside .banner.maps {
  padding: 0px;
  background-color: #b2b3b5;
  display: inline-block;
  font-size: 70px;
  color: white;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
aside .banner.maps img {
  height: auto;
  width: 100%;
}
aside .banner.maps h2 {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  background: #ffc800;
  border-top: 7px solid #fff;
  color: #242020;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
  font-weight: 600;
  letter-spacing: 0px;
}
aside .banner.semplice img {
  height: auto;
}
aside .banner.semplice {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 0px;
  background-color: #e5e5e5;
  display: inline-block; /*    margin: 0px 0px 30px 0px;
    width: 100%;
    text-align: center;
    font-size: 70px;
    color: white;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;*/
}
aside .banner.semplice a.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-weight: 700;
  padding: 15px;
}
aside .banner.semplice a.btn:hover {
  color: #fff;
}
.content aside .banner.semplice p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: center;
  padding: 20px;
  border-top: 1px solid white;
}
aside .banner.semplice h2 {
  text-align: right;
  margin: 0px;
  padding: 20px;
  color: #2b2a28;
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
}
aside .banner.semplice h2 big {
  text-transform: uppercase;
  font-size: 60px;
}
aside .banner.semplice h2 img {
  position: relative;
  float: left;
  height: 96px;
}
aside .banner.semplice:hover {
  background-color: #e5e5e5;
}
aside .banner:hover {
  /* background-color: #1ee413;*/
}
aside .banner h2 {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 19px;
}
aside .banner a, aside .banner a:hover {
  text-decoration: none;
  color: white;
}
.acquistati {
  border: 1px solid #d0d3d6;
  margin: 20px 0px;
}
.tabella.acquistati, .tabella.venduti {
  border: none;
  margin: 0px;
  display: none;
}
.acquistati .btn, .tabella.venduti .btn {
  background-color: #32c200;
  text-transform: inherit;
  font-size: 16px;
  float: inherit;
  margin: auto;
  margin: 15px 0px;
}
.riepilogo_prodotto {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #d0d3d6;
  width: 100%;
  background: rgba(228, 231, 234, 0.4);
  text-shadow: 0 1px 0 white;
}
.riepilogo_prodotto:hover {
  border: 1px solid #e8efc3;
  background: rgba(241, 239, 196, 0.4);
}
.riepilogo_prodotto:hover hr {
  background: #e8efc3;
}
.riepilogo_prodotto div {
  position: relative;
  float: left;
  padding: 5px 10px;
  font-size: 16px;
}
.riepilogo_prodotto hr {
  background: #c4c4c4;
  height: 1px;
  width: 100%;
  padding: 0px;
  border: none;
  margin: 0px;
  opacity: 0.5;
}
.riepilogo_prodotto div.quantita, .riepilogo_prodotto div.dettaglio, .riepilogo_prodotto div.disp {
  float: right;
}
.riepilogo_prodotto div.disp {
  font-size: 13px;
}
.riepilogo_prodotto div.dettaglio {
  background-image: url(../img/icone/dettagli.png);
  background-repeat: no-repeat;
  background-position: 7px 9px;
  padding-left: 29px;
  font-weight: 500;
  background-size: auto 15px;
}
.riepilogo_prodotto div.disp, .riepilogo_prodotto div.titolo, .riepilogo_prodotto div.dettaglio, .riepilogo_prodotto div.codice, .riepilogo_prodotto div.prezzo {
  margin-top: 5px;
}
.riepilogo_prodotto div.codice {
  color: #2b2a28;
  font-weight: 500;
  width: 140px;
}
.riepilogo_prodotto div.prezzo {
  color: #ffc800;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 10px 2px 10px;
}
.riepilogo_prodotto div.marchio, .riepilogo_prodotto div.img {
  text-align: center;
  width: 70px;
}
.riepilogo_prodotto div img {
  max-height: 30px;
  max-width: 50px;
}
.riepilogo_prodotto div.quantita input[type="number"] {
  max-width: 73px;
  color: #ffc800;
  padding: 2px 10px;
  height: auto;
  font-weight: 500;
  font-size: 14px;
}
.riepilogo_prodotto div.quantita input[type="submit"].btn {
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 15px;
  position: relative;
  float: left;
  text-transform: inherit;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.selettori {}
.selettori .box .titolo {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  text-align: left;
  padding: 0px 0px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 3px;
  margin-bottom: 5px;
  color: #ffc800;
  font-weight: 500;
  font-size: 23px;
}
.selettori .box .sottotitolo {
  color: #2b2a28;
  font-size: 16px;
}
.selettori .box .sottotitolo span {
  font-weight: 600;
  color: black;
}
.selettori .box .titolo a {
  color: #2b2a28;
  font-size: 18px;
  font-weight: 300;
}
.selettori .box .titolo a:last-child {
  font-weight: 500;
}
.selettori .box:last-child {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.selettori .label_module, .selettori .select_module {
  width: auto;
  margin-right: 5px;
  float: initial;
  position: inherit;
  display: inline-block;
  min-height: 35px;
  line-height: 35px;
  height: 35px;
}
.selettori .select_module {
  line-height: inherit;
  padding: 5px;
  min-width: auto;
  height: auto;
  background-color: transparent;
  border: none;
}
.selettori .label_module {
  margin-top: 6px;
  margin-right: 5px;
  color: #7f7f7f;
  font-size: 15px;
}
.visione {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
  background: #e4e7ea;
  border-top: 1px solid #d0d3d6;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #2b980e;
  text-shadow: 0 1px 0 white;
}
.acquista {
  width: 100%;
  display: inline-block;
  margin: 20px 0px;
  background: #ffc800;
  padding: 10px;
}
.acquista label {
  color: white;
  position: relative;
  float: left;
  font-size: 17px;
  padding: 9px 20px 3px 5px;
}
.right {
  float: right;
}
.acquista .btn, .acquista input[type="button"].btn, .acquista input[type="submit"].btn {
  background-color: #fff;
  color: #3e424a;
  font-size: 17px;
  text-transform: inherit;
  padding: 10px 10px;
  margin: 0px 5px;
  font-weight: 500;
}
.descrizione_prodotto .prezzo {
  font-weight: 600;
  color: #2b2a28;
  font-size: 16px;
}
.descrizione_prodotto .old_price {
  font-size: 15px;
}
.acquista .btn.carrello {
  float: left;
  padding-left: 35px;
  background-image: url(../img/icone/linguetta-carrello.png);
  background-repeat: no-repeat;
  background-position: 9px 12px;
  background-size: 20px auto;
  padding-right: 16px;
  font-weight: 500;
  color: #2b2a28;
}
.acquista .btn:hover, .acquista input[type="button"].btn:hover, .acquista input[type="submit"].btn:hover {
  background-color: #3e424a;
  color: #fff;
}
.acquista input[type="number"] {
  width: 100px;
  margin-right: 5px;
  border: none;
  color: #ffc800;
  font-weight: 600;
  text-align: center;
  padding: 7px;
  height: auto;
}
.acquista hr {
  display: none;
}
section h2 {
  font-size: 20px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 5px 0px 0px 0px;
  clear: both;
  padding-bottom: 10px;
}
header h2 {
  margin: 0px;
  color: #2b2a28;
  font-size: 18px;
  /* font-weight: 700; */
  background: white;
  padding: 0px 0px 15px 0px;
}
header.unico h2 {
  padding: 0px;
}
section .box.tabelle h2 {
  font-size: 20px;
  color: #ffc800;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0px;
  clear: both;
  border-bottom: none;
  padding-bottom: 10px;
}
.cross {
  width: 100%;
  padding: 0px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  position: relative;
}
.cross .semplice {
  width: 100%;
}
.cross .semplice td, .cross .semplice th {}
.cross input[type="image"] {
  height: 20px;
  float: right;
}
.cross tr td:nth-child(1), .cross tr th:nth-child(1) {
  width: 190px;
}
.cross tr td:nth-child(3) {
  width: 20px;
}
.cross .semplice.th {
  position: sticky;
  left: 0;
  top: 0px;
}
.ul_preferiti {
  display: inline-block;
  background: #e4e7ea;
}
span.label {
  background: #ffd801;
  color: #3e424a;
  font-size: 10px;
  padding: 4px 5px 3px 5px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  top: -2px;
  margin-left: 10px;
  border: 2px solid white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  animation: blinker 0.5s linear infinite;
  -moz-box-shadow: 0px 0px 5px rgba(3, 48, 61, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(3, 48, 61, 0.2);
  box-shadow: 0px 0px 5px rgba(3, 48, 61, 0.2);
}
span.label.promo {
  background: #ff9d00;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.about {
  background-color: #f1f4f6;
  padding: 50px 0px;
}
.about .container {
  background-image: url(../img/bg_about.png);
  background-size: auto 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.about .container div {
  background-color: #f1f4f6;
  margin: auto;
  width: 42%;
  padding: 30px;
  text-align: left;
  display: inline-block;
  text-shadow: 0 1px 0 white;
}
.about h1 {
  color: #3e424a539;
  font-size: 30px;
  margin-bottom: 10px;
}
.about h2 {
  font-size: 16px;
  color: #ffc800;
  line-height: 22px;
  margin-bottom: 10px;
}
.about p {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
  margin-bottom: 0px;
}
.about .btn {
  padding: 15px 30px 11px 30px;
  font-size: 15px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin-top: 20px;
  text-shadow: none;
}
.servizi {
  color: white;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
}
.servizi h2 {
  color: #9191a7;
  position: relative;
  float: left;
  width: 40%;
  text-transform: uppercase;
  font-size: 30px;
  padding: 2% 6% 2% 2%;
  text-align: right;
}
.servizi ul, .servizi div.text {
  color: white;
  position: relative;
  float: right;
  width: 60%;
  padding-left: 5%;
  border-left: 1px solid rgba(180, 188, 204, 0.5);
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}
.servizi ul li {
  font-size: 20px;
  padding: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.servizi .btn {
  padding: 15px 30px 11px 30px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin-top: 20px;
}
.servizi .btn:hover {
  background-color: rgba(145, 145, 167, 0.5);
}
.servizi div.text div {
  position: relative;
  float: left;
  margin-right: 20px;
}
.servizi ul li svg, .servizi div svg {
  font-size: 80px;
  margin-right: 10px;
  margin: 30px 20px;
}
.servizi .box .icon {
  font-size: 70px;
  color: #9b99a0;
  padding: 20px 0px;
}
.servizi .box h2 {
  padding: 10px 30px 20px 30px;
  font-size: 20px;
  color: #666;
  line-height: 26px;
  text-transform: uppercase;
}
.servizi .box p {
  color: #8d8181;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
/* stili news */
.news {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 5px solid #2b2a28;
  padding: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  text-decoration: none;
  max-height: 73px;
  overflow: hidden;
  line-height: 15px;
}
.news p {
  margin-bottom: 0px;
  line-height: 15px;
}
.news a {
  color: white;
  text-decoration: none;
}
.news a:hover {
  text-decoration: none;
}
.tuttelenews {
  margin-right: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.tuttelenews a {
  color: #2b2a28;
  font-weight: 500;
}
.news_img {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  clear: both;
}
.news_img img {
  width: 60px;
  height: 60px;
  border: 1px solid #c4c4c4;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 11%;
  display: none;
  right: 1%;
  z-index: 99;
  font-size: 70px;
  color: #ffc800;
}
.scrollup:hover {
  color: #ffc800;
}
.img_articolo {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background-position: top center;
  background-size: 100% auto;
  display: inline-block;
  background-color: #a7a9ac;
  /* AGGIUNTA */
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
section .img_articolo {
  width: 100%;
  min-height: inherit;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  margin-bottom: 20px;
}
section .img_articolo.casehistories {
  width: 100%;
  min-height: inherit;
  background-position: top;
  display: inline-block;
  margin-bottom: 20px;
  height: 520px;
  background-color: white;
  background-size: 100% auto;
  background-attachment: initial;
  background-repeat: no-repeat;
}
.form {
  background: #f1f4f6;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
}
.form .campo_form {
  width: 100%;
  padding: 0px 0px 5px 0px;
}
.form .btn {
  margin-top: 10px;
  float: right;
}
.form .checkbox_text {
  width: 80%;
  font-size: 12px;
}
.box_riepilogo {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #DBDBDB;
  border-bottom: 0px solid #DBDBDB;
  border-left: 1px solid #E5E5E5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.box_riepilogo li::before {
  content: "";
  color: #ffc800;
  margin-right: 0px;
}
section .box_riepilogo h2 {
  text-align: left;
  font-size: 25px;
  color: #2b2a28;
  font-weight: 500;
  margin: 0px;
  padding: 10px 20px 10px 20px;
  font-family: 'Open Sans', sans-serif;
}
.box_riepilogo li div {
  position: relative;
  float: left;
  font-size: 30px;
  margin-right: 10px;
  top: -5px;
  color: #2b2a28;
}
article section .box_riepilogo ul li {
  font-size: 16px;
  margin-bottom: 0px;
  color: #3e424a;
}
.riepilogo_sezione.dati {
  background: #2b2a28;
  padding: 20px;
}
.riepilogo_sezione.dati p {
  color: #fff;
}
article .riepilogo_sezione.dati h2 {
  padding: 0px 0px;
  margin-bottom: 20px;
}
.ricerca {
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: white;
  margin: 0px 0px 30px 0px;
}
article .ricerca {
  background-color: #b2b3b5;
  margin: 0px;
}
article .ricerca .campo_form {
  width: 25%;
  padding-bottom: 10px;
}
article .ricerca .campo_form.small {
  width: 12.5%;
  padding-bottom: 10px;
}
article .ricerca .altri_filtri {
  width: 100%;
  position: relative;
  float: left;
  padding: 8px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  border: 1px solid white;
}
article .ricerca .altri_filtri:hover {
  text-decoration: none;
}
article .ricerca .btn {
  width: 100%;
  text-align: center;
  float: right;
  position: relative;
  background: #ffc800;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  padding: 8px 20px;
}
article .ricerca input[type="text"].field_module {
  font-size: 14px;
  background-color: white;
  width: 100%;
  border: none;
}
.ricerca p {
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 0px;
  text-align: center;
}
.ricerca.input {
  padding: 0px;
  /* background-color: white; */
  width: 100%;
  margin: 0px;
  /* border-bottom: 1px solid #000; */
}
.ricerca_avanzata .clear {
  padding: 20px 0px;
  font-size: 19px;
  font-weight: 400;
}
.ricerca .lente {
  width: 42px;
  height: 42px;
  cursor: pointer;
  float: right;
  margin-right: 0px;
  background-image: url(../img/lente.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  /* padding: 10px; */
  background-size: 60% auto;
  background-color: #ffc800;
}
.content .ricerca p {
  font-size: 13px;
  color: #fff;
  line-height: 19px;
  margin-bottom: 0px;
  text-align: center;
  background: transparent;
}
.content .ricerca h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.ricerca input[type="text"] {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 300;
  color: #2b2a28;
  background-color: transparent;
  float: left;
  width: 100%;
  min-height: 46px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  line-height: 21px;
}
.ricerca input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2b2a28;
  font-weight: 400;
}
.ricerca input::-moz-placeholder { /* Firefox 19+ */
  color: #2b2a28;
  font-weight: 400;
}
.ricerca input::-ms-input-placeholder { /* IE 10+ */
  color: #2b2a28;
  font-weight: 400;
}
.ricerca input::-moz-placeholder { /* Firefox 18- */
  color: #2b2a28;
  font-weight: 400;
}
.numeri {
  background: white;
  display: inline-block;
  width: 100%;
  padding: 40px 0px;
}
.numeri .box {
  width: 25%;
  position: relative;
  float: left;
  text-align: center;
}
.counter-number {
  font-size: 80px;
  color: #ffc800;
  font-weight: 700;
}
.counter-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #7f7f7f;
  padding: 0px 20px;
  display: inline-block;
  max-width: 160px;
}
.carousel {
  background-color: #f4f4f4;
  display: inline-block;
  width: 100%;
  padding: 40px 0px;
}
.carousel h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  color: #ffc800;
}
.carousel h2 span:first-child {
  color: #2b2a28;
}
.carousel h2 span:last-child {
  color: #7f7f7f;
}
.titolo, .prezzo, .zona {
  padding: 0px 20px;
  text-align: center;
}
.carousel .item .prezzo {
  padding: 15px 0px;
}
.item .titolo, .item .zona {
  padding: 0px;
}
.item .prezzo {
  padding: 0px 10px;
}
.item .linguetta, .item .titolo .linguetta {
  margin: 10px 0px 0px 0px;
}
.zona {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.prezzo {
  font-size: 20px;
  font-weight: 700;
  color: #ffc800;
  padding: 15px 0px;
}
.selettore {
  position: relative;
  float: left;
  background-color: #e5e5e5;
  padding: 5px 10px;
  margin-right: 10px;
}
.box .immagine_prodotto {
  position: relative;
  float: left;
  width: 30%;
}
section.immobili .box {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
  padding: 25px 0px;
}
.box .testo_prodotto {
  position: relative;
  float: left;
  width: 70%;
  padding-left: 40px;
}
section.immobili .box .prezzo, article ul.caratteristiche li.prezzo {
  text-align: left;
  vertical-align: middle;
  border: none;
  font-weight: 700;
  color: #ffc800;
  padding: 15px 0px;
  display: inline-block;
}
section.immobili .box .prezzo {
  font-size: 20px;
}
article ul.caratteristiche li.prezzo {
  font-size: 30px;
}
section.immobili .box .testo {
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  border: none;
  height: 63px;
  overflow: hidden;
  margin-bottom: 20px;
}
section.immobili .box .testo p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
}
section.immobili .box .zona {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.immobili .box a.agenzia {
  color: #ffc800;
  font-weight: 700;
  font-size: 16px;
  padding: 7px 0px;
  display: inline-block;
  width: auto;
  margin-top: 0px;
}
section.immobili .box .agenzia {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
}
section.immobili .box .btn {
  font-family: 'Muli', sans-serif;
  margin: 0px 0 0;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-weight: 700;
  white-space: normal;
  text-shadow: 0 1px 0 white;
  padding: 8px 15px;
  font-size: 13px;
  color: #ffc800;
  text-transform: uppercase;
  border: 1px solid #ffc800;
  background-color: transparent;
  float: right;
  margin-left: 10px;
}
section.immobili .box .btn:hover {
  color: #fff;
  text-shadow: none;
  background-color: #ffc800;
}
section.immobili .box .titolo, section.immobili .box .zona {
  padding: 0px;
  text-align: left;
  margin: 0px;
}
article ul.caratteristiche {
  padding: 10px 0px;
  display: block;
  margin: 0px;
}
article ul.caratteristiche li {
  margin-bottom: 0px;
  display: inline-block;
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
}
article ul.caratteristiche li strong {
  color: #3e424a;
}
article ul.caratteristiche li strong {
  display: block;
}
article section ul.caratteristiche li::before {
  content: "";
  margin-right: 0px;
  margin-left: 0px;
}
.sfoglia {
  width: 100%;
  padding: 20px 0px;
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Muli', sans-serif;
}
.sfoglia .dx, .sfoglia .sx {
  width: 50%;
  position: relative;
  float: left;
}
.sfoglia .sx a {
  font-family: 'Muli', sans-serif;
  margin: 0px 0 0;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-weight: 700;
  white-space: normal;
  padding: 8px 15px;
  font-size: 13px;
  color: #ffc800;
  text-transform: uppercase;
  border: 1px solid #ffc800;
  background-color: transparent;
  float: left;
  margin-left: 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sfoglia .sx a:hover {
  background-color: #ffc800;
  color: white;
}
.sfoglia a:hover, article .sfoglia .dx ul a:hover {
  color: #3e424a;
  text-decoration: none;
}
section.immobile {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.immobili {
  padding-top: 10px;
}
section h3 {
  font-size: 20px;
  padding: 10px 0px;
  margin: 30px 0px 10px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
section.immobili.agenzia {
  padding-top: 40px;
}
section.immobili.agenzia iframe {
  margin-bottom: 20px;
}
section.immobili.agenzia .modal-body iframe {
  margin-bottom: 0px;
  width: 100% !important;
}
section.immobili.agenzia .btn.r_avanzata {
  display: inherit;
}
section .btn.r_avanzata {
  display: none;
}
.immobili.agenzia .pathway {
  margin: 10px 0px 30px 0px;
}
aside.immobili {
  padding-top: 25px;
}
aside.immobile {
  padding-top: 20px;
}
.sfoglia .dx, .sfoglia .dx ul {
  float: right;
  font-size: 18px;
  text-align: right;
}
article .sfoglia .dx ul {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
article .sfoglia .dx ul a {
  font-weight: normal;
  color: #999999;
}
.sfoglia .dx ul {
  display: block;
  font-weight: 700;
}
.sfoglia .dx ul li:nth-child(2) {
  margin: 0px 15px;
}
.sfoglia .dx ul li {
  display: inline-block;
}
.foto a, .planimetria a {
  color: #ffc800;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  float: left;
  padding: 17px 10px 19px 42px;
  margin-right: 10px;
}
.foto svg, .planimetria svg {
  font-size: 30px;
  position: absolute;
  left: 0px;
}
.foto a:hover, .planimetria a:hover {
  text-decoration: none;
  color: #2b2a28;
}
.foto img, .planimetria img {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -3px;
}
section.immobile h1 {
  font-size: 23px;
  color: #292c33;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.caratteristiche {
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
}
section .caratteristiche h2, article .caratteristiche h2 {
  font-size: 20px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 0px;
}
article .caratteristiche h2 a {
  color: #ffc800;
  float: right;
}
article .caratteristiche h2 a:hover {
  text-decoration: none;
  color: #2b2a28;
}
article section .caratteristiche ul li::before {
  content: "";
  margin-right: 0px;
  margin-left: 0px;
}
.caratteristiche ul {
  border-top: 1px solid #e5e5e5;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
.caratteristiche ul.tags {
  display: block;
  padding-top: 15px;
}
.caratteristiche ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
  margin: 0px;
  text-align: right;
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%;
}
.caratteristiche ul.tags li {
  border-bottom: none;
  padding: 5px;
  margin: 0px 2px 5px 0px;
  text-align: left;
  font-size: 14px;
  color: #666;
  background: #e5e5e5;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: auto;
}
.caratteristiche ul li label {
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  float: left;
}
.contatta {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
}
aside .contatta .box, aside .contatta .box:nth-child(1) {
  width: 100%;
}
.contatta .box {
  position: relative;
  float: left;
  width: 37%;
  padding: 20px;
}
.contatta .box .field_note {
  margin-bottom: 10px;
  height: 210px;
}
.contatta .box .field_module {
  margin-bottom: 10px;
}
.contatta .box .btn {
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 18px;
}
.contatta .box .btn svg {
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.contatta .box:nth-child(1) {
  width: 26%;
  background: #f1f1f1;
  border-right: 1px solid #e5e5e5;
  height: 314px;
  padding: 0px 0px 20px 0px;
}
a.agenzia {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}
.contatta .box:nth-child(1) .btn {
  width: 80%;
  margin: 0% 10% 4% 10%;
  font-size: 16px;
  padding: 10px;
}
.contatta .box .btn a, .contatta .box .btn a:hover {
  color: white;
  text-decoration: none;
}
.contatta.contatta_whatsapp .box:nth-child(1), .contatta.contatta_whatsapp .box, .modal-body .contatta.contatta_whatsapp .box, .modal-body .contatta.contatta_whatsapp .box:nth-child(1) {
  width: 23%;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  height: auto;
  padding: 0px;
  margin: 1%;
  text-align: center;
}
.contatta.contatta_whatsapp .box h3 {
  display: none;
}
.contatta.contatta_whatsapp .box h4 {
  font-size: 20px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.contatta.contatta_whatsapp .box:nth-child(1) .btn, .contatta.contatta_whatsapp .box .btn {
  float: initial;
  width: auto;
  margin: 20px;
  font-size: 16px;
  padding: 10px;
}
.btn.whatsapp {
  background-color: #25d366;
}
.contatta .box:nth-child(2) {
  padding-right: 0px;
}
aside .contatta {
  margin-bottom: 20px;
}
aside .contatta .box:nth-child(2) {
  padding-right: 20px;
  padding-bottom: 0px;
}
aside .contatta .box .checkbox {
  width: 10%;
}
aside .contatta .box:nth-child(3) {
  padding-top: 0px;
}
aside .contatta .box .checkbox_text {
  width: 88%;
}
aside .contatta .box .label_check {
  padding: 0px 0px 12px 0px;
}
aside .contatta .box:nth-child(1) {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  height: auto;
}
.contatta .box .checkbox_text {
  position: relative;
  float: right;
  margin: 0px;
  top: 0px;
  width: 92%;
  font-size: 13px;
  text-align: left;
}
.contatta .box .label_check {
  padding: 12px 0px;
}
.contatta .box .checkbox {
  width: 7%;
  position: relative;
  float: left;
  margin: 0px;
}
.contatta .box h3 {
  font-size: 20px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.contatta .box h4 a {
  width: 100%;
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffc800;
  text-align: center;
}
.contatta .box h4 a:hover {
  text-decoration: none;
  color: #2b2a28;
}
#telefono_numero {
  display: none;
}
.modal-body .contatta .box:nth-child(1) {
  width: 30%;
}
.contatta .box .field_module.errore, .contatta .box .field_note.errore {
  background: rgba(255, 0, 0, 0.17);
  border: 1px solid red;
  text-align: left;
  color: red;
}
.errore a {
  color: red;
}
.modal-body .contatta .box {
  width: 35%;
}
.modal-body .contatta .box .label_check {
  padding: 7px 0px 0px 0px;
}
.linguetta {
  position: absolute;
  background: #ffc800;
  color: #242020;
  padding: 6px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 0px 1px 0px rgb(255 255 255 / 50%);
  margin: 0px 0px 0px 5px;
  z-index: 3;
}
.zona .linguetta, .titolo .linguetta {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 5px;
}
.carousel_prodotto .linguetta {
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  z-index: 3;
  padding: 10px 20px;
}
.immagine_prodotto .linguetta {
  margin: 0px 0px 0px 0px;
}
.linguetta.novita {
  /* MODIFICATO background: #2b2a28; */
}
.linguetta.imperdibili {
  background: #ffc800;
}
h1 .linguetta {
  margin: 0px 0px 0px 5px;
  position: relative;
  float: right;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.caratteristiche iframe {
  width: 100%;
  height: 450px;
}
.disable {
  background: #f1f1f1;
}
.campo_form.minmax select {
  width: 50%;
}
.campo_form.minmax select:first-child {
  width: 49%;
  margin-right: 1%;
}
.campo_form.minmax select:last-child {
  width: 49%;
  margin-left: 1%;
}
.dati_agenzia, .planimetria_img {
  display: none;
}
.ricerca_intelligente, .ricerca_avanzata .ricerca_intelligente {
  z-index: 1;
  position: absolute;
  text-shadow: none;
  margin-top: 0px;
  max-width: 100%;
  margin-right: 20px;
  margin-top: 46px;
}
.ricerca_avanzata .ricerca_intelligente h4 {
  padding: 10px 20px;
  background-color: #ffc800;
  text-align: left;
  margin-bottom: 0px !important;
}
.ricerca_intelligente table {
  background-color: #ffc800;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}
.ricerca_intelligente td {
  background: white;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.ricerca_intelligente td a {
  text-align: left;
  font-size: 13px;
  display: inline-block;
  width: 100%;
}
.ricerca_intelligente td:hover {
  background-color: #b2b3b5;
}
.ricerca_intelligente td:hover a, .ricerca_intelligente td:hover a:hover {
  color: #fff;
}
.ricerca_intelligente td a:hover {
  text-decoration: none;
}
footer h3.h3_social {
  margin: 20px 0px 0px;
  font-size: 15px;
}
.valutazione .box {
  width: 48%;
  margin: 1%;
  background: #f1f1f1;
  padding: 40px 30px;
  position: relative;
  float: left;
}
.valutazione .box .alert {
  width: 98%;
  margin: 1%;
}
.valutazione .box.dati {
  width: 98%;
  margin: 1%;
  padding: 30px 30px 20px 30px;
  background: white;
  border: 1px solid #ccc;
}
.valutazione .box .errore {
  display: block;
  text-align: left;
  margin: 9px 0px;
  clear: both;
  font-size: 13px;
  position: relative;
}
article .valutazione .box .me-select li {
  width: auto;
  position: relative;
  float: inherit;
  margin: 0px 20px;
}
article .valutazione .box.dati .me-select li {
  margin: 0px;
}
article .valutazione .box .me-select li::before {
  content: "" !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
article .valutazione .box .me-select label span {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 15px;
  margin-top: 1px;
}
article .valutazione .box .me-select {
  border: 1px solid white;
  border-left: none;
  border-right: none;
  text-align: center;
  padding-top: 0px;
}
.valutazione .box .titolo {
  color: #2b2a28;
  font-size: 15px;
  font-weight: 600;
  background: #ffc800;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
}
.valutazione .box iframe {
  width: 100%;
  height: 369px;
}
article .valutazione .box.dati .me-select {
  border: none;
  width: auto;
  display: inline-block;
  padding: 0px;
  float: left;
  margin: 32px 30px 0px 0px;
}
article .valutazione .box.dati .campo_form {
  width: auto;
}
article .valutazione .box.dati .btn {
  margin-top: 30px;
  font-size: 16px;
}
article .valutazione .box.dati .campo_form.mini {
  width: 130px
}
article .valutazione h3 {
  text-align: left;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin: 20px 0px;
  width: 100%;
  clear: both;
  border: 1px solid white;
  padding: 10px;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.valutazione .box.login .field_module {
  padding: 10px;
  border: 1px solid #e5e5e5;
  float: left;
  width: 48%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2b2a28;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 42px;
  margin: 1%;
}
.valutazione .box.login .btn {
  margin: 20px 10px
}
input[type="button"].facebook_btn {
  padding-left: 34px;
  background-color: #3b5998;
  color: white;
  border-color: #3b5998;
  background-image: url(../img/icone/facebook-logo.png);
  background-repeat: no-repeat;
  background-position: 9px 13px;
  float: left;
  background-size: auto 20px;
}
input[type="button"].google_btn {
  padding-left: 34px;
  background-color: #ffffff;
  color: #8c8c8c;
  border-color: #b7b7b7;
  background-image: url(../img/icone/google-logo.png);
  background-repeat: no-repeat;
  background-position: 9px 13px;
  float: left;
  background-size: auto 20px;
  margin-left: 5px;
}
.valutazione .hotspot svg {
  position: relative;
  text-align: center;
  font-size: 17px;
  color: #ffc800;
}
.alert.ok {
  background: rgb(0 128 0 / 30%);
  color: green;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid green;
  font-size: 13px;
  text-align: center;
  width: 50%;
  /* clear: both; */
  font-weight: bold;
  float: right;
  margin: 0px;
}
.alert.ko {
  background: rgb(255 0 0 / 30%);
  color: red;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid red;
  font-size: 13px;
  text-align: center;
  width: 50%;
  /* clear: both; */
  font-weight: bold;
  float: right;
  margin: 0px;
}
.pswdimenticata {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-decoration: underline;
}
.checkbox_text.error a {
  color: red;
}
.btn_wishlist {
  position: relative;
  float: right;
  width: auto;
}
.btn_wishlist input[type="checkbox"] {
  opacity: 0;
}
.btn_wishlist input[type="checkbox"] {
  position: absolute;
  width: 30px;
  height: 34px;
  cursor: pointer;
  float: inherit;
  top: inherit;
  margin-right: auto;
}
.btn_wishlist input[type="checkbox"] + label {
  cursor: pointer;
  background-image: url(../img/icone/star-off.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 10px;
  padding-left: 30px;
  line-height: 25px;
  color: #ffc800;
}
.btn_wishlist input[type="checkbox"]:disabled + label {
  cursor: pointer;
  background-image: url(../img/icone/star-off.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
  line-height: 25px;
}
.btn_wishlist input[type="checkbox"]:checked + label {
  background-image: url(../img/icone/star-on.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  line-height: 25px;
}
article ul.caratteristiche li.preferiti {
  float: right;
  width: 114px;
  margin-top: 7px;
  height: 34px;
  border: none;
  margin: 7px 0px 0px 0px;
  padding: 0px;
  color: #292526;
  font-weight: 600;
}
article ul.caratteristiche li.preferiti .btn_wishlist {
  position: relative;
  float: left;
  width: 115px;
  /* background: #777777; */
  display: inline-block;
  height: 40px;
  padding: 2px 12px;
  float: right;
  border-radius: 3px;
  border: 1px solid #ffc800;
}
article ul.caratteristiche li.preferiti .btn_wishlist div {
  position: relative;
  /* top: 10px; */
  /* right: -32px; */
}
.caratteristiche .btn_wishlist input[type="checkbox"] {
  width: 100px;
  /* background: #ccc; */
  /* height: 30px; */
}
.slideshow .box {
  width: 33%;
  /* background:grey; */
  margin: 0px;
  padding: 20px 10px;
  position: relative;
  /* display:block; */
  float: left;
}
.slideshow h3 {
  font-size: 25px;
  font-weight: 300;
  color: #2b2a28;
  max-width: 100%;
  margin: 0px;
  line-height: inherit;
  text-align: left;
  padding: 0px;
}
.slideshow h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #2b2a28;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
  line-height: inherit;
}
.slideshow p {
  color: #2b2a28;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 20px 0px;
}
#nascosto {
  visibility: hidden;
}
.nascosto {
  position: absolute;
  left: 0;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  border-radius: 4px;
  padding: 20px;
  top: -58px;
}
.ricerca_avanzata .nascosto .clear {
  padding: 10px;
}
.nascosto .btn-close {
  position: absolute;
  float: right;
  font-size: 42px;
  top: 0px;
  right: 10px;
}
.nascosto .btn-close:hover {
  text-decoration: none;
}
.box .nascosto h4 {
  width: 100%;
  color: black;
  /* background: black */
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  margin-bottom: 26px;
}
section.calltoaction, section.casehistories {
  width: 100%;
  padding-right: 0px;
  position: relative;
  float: left;
  padding-bottom: 0px;
  padding-top: 0px;
}
section.calltoaction {
  background-image: url(../img/bg_slideshow.jpeg) !important;
  background-size: cover;
  display: inline-block;
  width: 100%;
  /* background-position: top center; */
  margin-top: 0px;
  padding: 40px;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
section.calltoaction .container {
  z-index: 2
}
section.calltoaction .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0px;
  left: 0px;
}
section.casehistories {
  /*background: #f1f1f1;*/
}
.valuta_la_tua_casa .box {
  position: relative;
  float: left;
  width: 50%;
  padding: 40px;
}
.valuta_la_tua_casa .box .btn {
  float: left;
}
.valuta_la_tua_casa .box:nth-child(1), .valuta_la_tua_casa .box:nth-child(3), .valuta_la_tua_casa .box:nth-child(5), .valuta_la_tua_casa .box:nth-child(7), .valuta_la_tua_casa .box:nth-child(9), .valuta_la_tua_casa .box:nth-child(11) {
  float: left;
}
.valuta_la_tua_casa .box:nth-child(2), .valuta_la_tua_casa .box:nth-child(4), .valuta_la_tua_casa .box:nth-child(6), .valuta_la_tua_casa .box:nth-child(8), .valuta_la_tua_casa .box:nth-child(10), .valuta_la_tua_casa .box:nth-child(12) {
  float: right;
}
.valuta_la_tua_casa .box iframe {
  width: 100%;
  min-height: 675px;
}
.valuta_la_tua_casa .box h3 {
  font-size: 28px;
  /* font-weight: 300; */
}
.valuta_la_tua_casa .box p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px
}
.calltoaction .box img {}
.calltoaction h3 {
  text-align: center;
  text-transform: inherit;
  font-size: 50px;
  font-weight: 300;
  border: none;
}
.calltoaction p {
  font-size: 26px;
  color: #000;
  line-height: initial;
  padding: 20px;
  border-radius: 5px;
  padding: 20px 100px;
  text-shadow: white 0px 1px 0px;
  text-align: center;
}
.calltoaction .btn {
  font-size: 30px !important;
  float: inherit;
  margin: auto;
  display: table;
  padding: 10px 30px;
  margin: 20px auto 50px auto;
}
section.casehistories h2 {
  font-size: 40px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0px;
  clear: both;
  /* padding-bottom: 10px; */
  text-align: left;
  padding: 50px 0px 30px 0px;
}
.pannello_espandi {
  position: relative;
  width: 100%;
}
.espandi2 {
  cursor: pointer;
  padding: 2px 7px;
  background: #ffffff;
  margin: 2px;
  display: inline-block;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 19px;
  background-color: #ffc800;
  color: #242020;
}
.espandi2::before {
  content: 'Vedi tutti i tags';
}
.espandi2.active_btn::before {
  content: 'Nascondi tags';
}
#panel2 {
  display: block !important; /* non importante  */
}
#panel2.pannello_aperto::before {
  display: block;
}
#panel2.pannello_chiuso .testo {
  height: 34px;
  overflow: hidden;
}
#panel2.pannello_aperto .testo {
  height: auto;
  overflow: hidden;
}
ul.counter-item {
  display: block;
  text-align: center;
  padding: 20px 0px 10px 0px;
  position: relative;
  top: 0px;
  border-top: 1px dotted #ccc;
}
ul.counter-item li {
  display: inline-block;
  margin: 0px;
}
article ul.counter-item li::before {
  content: "";
  margin: 0px;
}
ul.counter-item .counter-text {
  max-width: none;
  position: relative;
  top: -10px;
  font-size: 28px;
  text-transform: inherit;
  color: #333;
  padding: 0px 10px;
}
ul.counter-item .counter-number {
  font-size: 58px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
ul.counter-item .clear {
  /*display: none;*/
}
.recensione {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 15px;
}
.recensione h4 {
  color: #2b2a28;
  font-size: 15px;
  font-weight: 600;
}
.recensione h5 {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0px;
}
.recensione h5 svg {
  color: #ffc800;
  font-size: 15px;
}
.recensione .img {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #ffc800;
  border-radius: 50%;
  position: relative;
  float: left;
  text-transform: uppercase;
  padding: 12px;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  margin: 5px 10px 0px 1px;
}
.content .box .recensione p {
  font-size: 13px;
  color: #727780;
  line-height: 16px;
  margin-bottom: 10px;
  /* text-align: justify; */
}
.recensione .img img {
  max-width: 50px;
  max-height: 50px;
  position: relative;
  top: -12px;
  left: -12px;
}
.recensione .img a, .recensione h4 a {
  color: #2b2a28;
}
.recensione .img a:hover, .recensione h4 a:hover {
  text-decoration: none;
}
.box.recensioni {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  border-bottom: none;
  margin-bottom: 20px;
}
.box.recensioni h3 {
  font-size: 20px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #f1f1f1;
}
.tornaindietro {}
.tornaindietro svg {
  color: #ffc800
}
a.tornaindietro, a.tornaindietro:hover {
  color: #2b2a28;
  text-decoration: none;
  font-size: 16px;
}
.gm-style img.mappa {
  width: 200px;
  height: auto;
}
.gm-style .dettagli a, aside .gm-style .dettagli a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: #222;
}
article .gm-style h2, .gm-style h2 {
  text-align: center;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin: 0px 0px 14px 0px;
}
.casehistories_riepilogo {}
.casehistories_riepilogo .item {
  margin: 0px 0px 20px 0px;
  display: inline-block;
  width: 100%;
}
.counter.valuta {
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.counter.valuta .box {
  max-width: inherit;
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-right: 1px dotted #ccc;
  padding: 0px 40px;
  min-height: 180px;
}
.counter.valuta img {
  position: relative;
  top: 20px;
}
.counter.valuta .box:nth-child(5) {
  border-right: none;
}
.counter.valuta .box:nth-child(2) {
  border-left: 1px dotted #ccc;
}
.counter.valuta h4 {
  width: 100%;
  font-size: 34px;
  /* text-transform: uppercase; */
  font-weight: 400;
  color: #231f20;
  padding: 20px 0px 20px 0px;
  display: inline-block;
  /* border-top: 1px dotted #ccc; */
}
aside .banner.valuta img {
  height: auto;
  margin-right: 0px;
  position: relative;
  opacity: 1;
  width: 100%;
}
aside .banner.valuta {
  border: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px;
  background-color: #fed500;
}
aside .banner.valuta h2 {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  color: #2b2a28;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  padding: 10px 0px;
  margin: 10px 0px;
  /* text-transform: uppercase; */
  line-height: 34px;
}
aside .banner.valuta h2 small {
  font-size: 21px;
}
aside .banner.valuta p {
  text-align: center;
  color: #2b2a28;
  /* font-weight: 600; */
  font-size: 16px;
  margin-bottom: 15px
}
aside .banner.valuta .btn {
  background-color: #2b2a28;
}
section section.casehistories .owl-buttons {
  display: none !important
}
section section.casehistories .owl-pagination {
  display: inherit !important;
  width: 50%;
  text-align: left;
  position: relative;
  float: left;
  padding: 0px 20px;
}
section section.casehistories .articolo_news {
  height: 67px;
}
section section.casehistories .btn {
  float: right;
  margin: 20px;
}
section section.casehistories .newsart {
  padding: 20px;
}
section section.casehistories .newsart_img div {
  display: block;
}
section section.casehistories h2 {
  font-size: 20px;
  color: #2b2a28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  width: 100%;
  margin: 0px;
  clear: both;
  text-align: left;
  padding: 20px;
  text-transform: uppercase;
}
section section.casehistories {
  background: #f1f1f1;
}
section section.casehistories .newsart h3 a, section section.casehistories .newsart h3 a:hover {
  text-transform: inherit;
  text-decoration: none;
  color: #2b2a28 !important;
  font-size: 19px;
  line-height: 25px;
}
section section.casehistories .owl-theme .owl-controls .owl-page {
  background-color: #2b2a28 !important;
  float: inherit;
}
section section.casehistories .owl-theme .owl-controls .owl-page:hover, section section.casehistories .owl-theme .owl-controls .owl-page.active span {
  background-color: #ffc800 !important;
}
section section.casehistories .newsart h4 {
  display: none
}
.casehistories .franchising .articolo_news {
  height: 88px;
}
.casehistories .franchising .newsart {
  padding: 10px 0px 20px 0px;
  border-bottom: 1px dotted #c4c4c4;
}
.casehistories .franchising .newsart_img {
  width: 25%;
}
.casehistories .franchising .newsart_testo {
  width: 75%;
}
.evidenza.aside .owl-carousel {
  margin-bottom: 0px;
}
.evidenza.aside .btn {
  margin-bottom: 30px;
  border-radius: 0px;
  width: 100%;
  text-align: center;
}
.immobili.agenzia header .social {
  display: block;
  width: 100%;
  float: inherit;
  position: relative;
  top: 0px;
  right: 0px;
}
.immobili.agenzia header .social a {
  font-size: 40px;
  color: #ffc800;
  margin: 5px;
}
.affidati {
  background: #f1f1f1;
  padding: 40px 30px;
}
section .affidati h3 {
  font-size: 20px;
  padding: 10px 0px;
  margin: 0px 0px 20px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.slideshow .btns input[type="button"].btn {
  margin-bottom: 10px;
  font-size: 17px;
  float: left;
  width: 48%;
  text-align: center;
  margin: 1%;
}
/*striscia vistocasa old */
/*
.striscia {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}
.striscia.vistocasa {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0px;
  background-image: url(../img/pattern.jpg);
  background-repeat: repeat;
  background-size: auto 221px;
  background-position: 77px;
  height: 100px;
  margin-bottom: 20px;
  border-top: 1px solid #e0e0e0;
}
.striscia.vistocasa div:nth-child(1) {
  position: relative;
  float: right;
  width: 70%;
  padding: 0px;
  background-color: #b2b3b5;
  height: 100px;
}
.striscia.vistocasa div:nth-child(2) {
  position: absolute;
  float: right;
  width: 50%;
  padding: 0px;
  background-color: #fed500;
  height: 100px;
  top: 0px;
  right: 0px;
}
.striscia.vistocasa div:nth-child(1)::before {
  content: "";
  width: 27px;
  height: 100%;
  position: absolute;
  left: -13px;
  top: 0;
  background: #b2b3b5;
  transform: skew(127deg);
  z-index: 1;
}
.striscia.vistocasa div:nth-child(2)::before {
  content: "";
  width: 27px;
  height: 100%;
  position: absolute;
  left: -13px;
  top: 0;
  background: #fed500;
  transform: skew(127deg);
  z-index: 1;
}
.striscia.white {
  background-image: url(../img/pattern2.jpg);
  margin-bottom: 0px;
}*/
.striscia {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}
.striscia.vistocasa {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0px;
  background-image: url(../img/pattern-vistocasa.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  height: 20px;
  margin-bottom: 20px;
/*  border-top: 1px solid #e0e0e0;*/
}
.cbp-af-header.cbp-af-header-shrink .areariservata svg {
    margin-right: 10px;
}
.cbp-af-header.cbp-af-header-shrink .menusup, .home .menusup {
  background-image: none !important;
}
.cbp-af-header.cbp-af-header-shrink {
  background-image: url(../img/pattern3-vistocasa.jpg) !important;
/*  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;*/
}
.menusup {
  background-image: url(../img/pattern3-vistocasa.jpg) !important;
/*  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;*/
}
