@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700&display=swap");
.colore_uno {
  color: #000000 !important;
}

.colore_due {
  color: #B59D62 !important;
}

.colore_tre {
  color: #ffffff !important;
}

.colore_sei {
  color: #dac287 !important;
}

.red {
  color: red !important;
}

.blue {
  color: blue !important;
}

.light {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}

.bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

/*
@mixin cond {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300!important;
}

@mixin cond_bold {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700!important;
}
*/
/*------ MIXIN ------*/
.bg-grad3 {
  background: rgb(238, 237, 233);
  background: linear-gradient(0deg, rgb(238, 237, 233) 19%, rgb(255, 255, 255) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeede9",endColorstr="#ffffff",GradientType=1);
}

.square {
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffffff;
  border-width: 2px !important;
  box-shadow: 0px 30px 50px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.square p.square-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.img_ratio-parent {
  position: relative;
  width: 100%;
}
.img_ratio-parent .img_ratio-child {
  position: relative;
  padding-bottom: 76.75%;
}
.img_ratio-parent .img_ratio-child > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img_ratio-parent .img_ratio-child > div img {
  width: 100%;
  height: 100%;
}
.img_ratio-parent .img_ratio-child > div iframe {
  width: 100%;
  height: 100% !important;
}
.img_ratio-parent .img_ratio-child.quad {
  padding-bottom: 100%;
}
.img_ratio-parent .img_ratio-child.inevid_list {
  padding-bottom: 37.5%;
}
.img_ratio-parent .img_ratio-child.inevid_list2 {
  padding-bottom: 56.25%;
}
@media screen and (max-width: 575px) {
  .img_ratio-parent .img_ratio-child.inevid_list2 {
    padding-bottom: 70.3125%;
  }
}
.img_ratio-parent .img_ratio-child.launch_evid_list {
  padding-bottom: 133.3333333333%;
}

.trapezio {
  border-top: 15px solid #c6c6c6;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: -17px;
  left: 0;
  filter: brightness(80%);
}

.base {
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 100%;
  text-align: 100px;
}
@media (max-width: 767px) {
  .base {
    bottom: -40px;
    font-size: 10px;
  }
}

.altezza {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: -50px;
  top: 50%;
}
@media (max-width: 767px) {
  .altezza {
    left: -28px;
    font-size: 10px;
  }
}

.proditem {
  position: absolute;
  display: none;
  z-index: 100;
}
.proditem::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border: dashed 2px transparent;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.proditem:hover::before {
  content: "";
  border: dashed 2px #bdbfc1;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.proditem:hover .remove, .proditem:hover .flip, .proditem:hover .rotate-btn, .proditem:hover .btnsize {
  opacity: 1;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.proditem_testo {
  width: auto;
}
.proditem_display {
  position: relative;
  display: block;
  width: 100%;
}
.proditem_display .testo_rilievo .testo.testo_finitura {
  width: 100%;
}
.proditem_display:hover::before {
  display: none;
}
.proditem_display:hover .remove, .proditem_display:hover .flip, .proditem_display:hover .rotate-btn, .proditem_display:hover .btnsize {
  display: none;
}
.proditem .remove {
  position: absolute;
  top: -25px;
  right: -25px;
  opacity: 0;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.proditem .flip {
  position: absolute;
  top: 15px;
  right: -25px;
  opacity: 0;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.proditem .rotate-btn {
  position: absolute;
  left: -30px;
  top: -25px;
  opacity: 0;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.proditem .btnsize {
  position: absolute;
  bottom: -60px;
  display: flex;
  left: 0px;
  opacity: 0;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
  height: 40px;
  background: transparent;
}

.loader_ricerca {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.flip_90 img {
  transform: rotate(90deg);
}
.flip_90::before {
  display: none !important;
  border: none !important;
}

.imgshad {
  /*filter: blur(8px) saturate(0%) brightness(30%);
  position: absolute;
  top: 6px;
  left: 3px;
  z-index: -1;
  opacity: 0.6;*/
  filter: blur(2px) saturate(0%) brightness(30%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.8;
}

.boxshadowfin {
  box-shadow: inset 0px 5px 20px #a3a3a3;
  border-radius: 20px;
}

.ztop {
  z-index: 2;
  position: absolute;
}

.zbottom {
  z-index: 1;
  position: absolute;
}

ul.varianti_finiture {
  list-style: none;
  padding: 0;
}
ul.varianti_finiture li {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}
ul.varianti_finiture li img {
  border-radius: 50px;
  border: 3px solid #B59D62;
}

.areaa {
  position: relative;
}
.areaa .ddd {
  overflow: scroll;
  max-height: 350px;
}
.areaa::after {
  content: "";
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.righello {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0px;
  top: 50%;
  overflow: hidden;
  display: none;
}
.righello img {
  background: white;
  border-bottom: 1px solid rgba(25, 25, 25, 0.289);
}

.drag-me {
  border: dotted 1px #B59D62;
}

#drg {
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  container-type: inline-size;
  z-index: 1;
}

#prt {
  width: 305px;
  height: 100px;
  margin: 8px;
  background: #efefef;
}

#prt p {
  width: 185px;
  margin: 1px;
  background: #a7daa8;
}

.uella::before {
  content: "";
  border: dashed 2px #bdbfc1;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.uella .remove, .uella .flip, .uella .rotate-btn, .uella .btnsize {
  opacity: 1;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.uella2::before {
  display: none;
}
.uella2 .remove, .uella2 .flip, .uella2 .rotate-btn, .uella2 .btnsize {
  opacity: 0;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.eurotext p {
  padding: 20px 15px;
  position: absolute;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .eurotext p {
    display: none;
  }
}

ul#elenco_campi {
  margin: 0;
  padding: 0;
}
ul#elenco_campi li {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  ul#elenco_campi li {
    display: block;
  }
}
ul#elenco_campi li input {
  max-width: 25%;
  position: relative;
}
@media (max-width: 767px) {
  ul#elenco_campi li input {
    max-width: 100%;
  }
}
ul#elenco_campi li input.red {
  border-bottom: 1px solid red !important;
}
ul#elenco_campi li input.red::-moz-placeholder {
  color: red !important;
  opacity: 1 !important; /* Firefox */
}
ul#elenco_campi li input.red::placeholder {
  color: red !important;
  opacity: 1 !important; /* Firefox */
}
ul#elenco_campi li input.red::-ms-input-placeholder { /* Edge 12 -18 */
  color: red !important;
}
ul#elenco_campi li input:first-child {
  text-align: left !important;
  border-right: 1px solid #B59D62 !important;
  max-width: 75% !important;
}
@media (max-width: 767px) {
  ul#elenco_campi li input:first-child {
    text-align: center !important;
    max-width: 100% !important;
  }
}

#prodotto-imgsrc {
  width: auto;
  height: auto;
  max-height: 600px;
}

.testo_rilievo {
  position: relative;
}
.testo_rilievo .testo_finitura {
  position: absolute;
  top: 0px;
}

.size-anteprima {
  font-size: 5cqw;
}
.size-anteprima.c-corsivo-istant-su-asta-25-3 {
  font-size: 8cqw;
}
.size-anteprima.c-corsivo-istant-su-asta-4 {
  font-size: 8cqw;
}

@font-face {
  font-family: "corsivo_istant_7540regular";
  src: url("../caratteri/lettere/let_cor1-webfont.woff2") format("woff2"), url("../caratteri/lettere/let_cor1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-corsivo-instant, .c-corsivo-instant-num, .c-corsivo-istant-su-asta-25-3, .c-corsivo-istant-su-asta-4 {
  font-family: "corsivo_istant_7540regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  /*.ombra{
         text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
     }*/
}

.cia_prod {
  width: 100%;
  position: absolute;
  left: 0px;
}

.c-corsivo-istant-su-asta-25-3 .testo {
  text-align: center !important;
  width: 100% !important;
}
.c-corsivo-istant-su-asta-25-3.size-2_5 {
  background-position: left bottom 30% !important;
  padding-left: 5px;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.masta-4 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.masta-5 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.masta-10 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.masta-12 {
  letter-spacing: -2px;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.bronzo.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.bronzo.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.bronzo.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.bronzo.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.oro.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.oro.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.oro.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.oro.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.dark.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.dark.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.dark.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.dark.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.uniblanc.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.uniblanc.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.uniblanc.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.uniblanc.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.classic.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.classic.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.classic.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-2_5.classic.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3 {
  background-position: left bottom 31% !important;
  padding-left: 5px;
}
.c-corsivo-istant-su-asta-25-3.size-3.masta-4 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-3.masta-5 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-3.masta-10 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-3.masta-12 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-25-3.size-3.bronzo.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.bronzo.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.bronzo.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.bronzo.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.oro.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.oro.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.oro.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.oro.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.dark.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.dark.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.dark.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.dark.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.uniblanc.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.uniblanc.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.uniblanc.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.uniblanc.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-14.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.classic.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.classic.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.classic.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-12.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-25-3.size-3.classic.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-14.png") no-repeat;
  background-size: contain;
}

.c-corsivo-istant-su-asta-4 .testo {
  text-align: center !important;
  width: 100% !important;
}
.c-corsivo-istant-su-asta-4.size-4 {
  background-position: left bottom 31% !important;
  padding-left: 5px;
}
.c-corsivo-istant-su-asta-4.size-4.masta-4 {
  letter-spacing: -2px;
}
.c-corsivo-istant-su-asta-4.size-4.masta-5 {
  letter-spacing: -3px;
}
.c-corsivo-istant-su-asta-4.size-4.masta-10 {
  letter-spacing: -4px;
}
.c-corsivo-istant-su-asta-4.size-4.masta-12 {
  letter-spacing: -5px;
}
.c-corsivo-istant-su-asta-4.size-4.bronzo.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.bronzo.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.bronzo.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-10.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.bronzo.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-11.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.oro.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.oro.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.oro.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-10.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.oro.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-11.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.dark.masta-4 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-4.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.dark.masta-5 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-5.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.dark.masta-10 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-10.png") no-repeat;
  background-size: contain;
}
.c-corsivo-istant-su-asta-4.size-4.dark.masta-12 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-11.png") no-repeat;
  background-size: contain;
}

@font-face {
  font-family: "duploregular";
  src: url("../caratteri/lettere/let_dup-webfont.woff2") format("woff2"), url("../caratteri/lettere/let_dup-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-duplo {
  font-family: "duploregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
}

@font-face {
  font-family: "eliteregular";
  src: url("../caratteri/lettere/let_eli-webfont.woff2") format("woff2"), url("../caratteri/lettere/let_eli-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-elite {
  font-family: "eliteregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

@font-face {
  font-family: "lydianregular";
  src: url("../caratteri/lettere/let_lyd-webfont.woff2") format("woff2"), url("../caratteri/lettere/let_lyd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-lydian {
  font-family: "lydianregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

@font-face {
  font-family: "mundialregular";
  src: url("../caratteri/lettere/let_mun-webfont.woff2") format("woff2"), url("../caratteri/lettere/let_mun-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-mundial {
  font-family: "mundialregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

@font-face {
  font-family: "romano_baseregular";
  src: url("../caratteri/lettere/let_rom-webfont.woff2") format("woff2"), url("../caratteri/lettere/let_rom-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-romano {
  font-family: "romano_baseregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

.c-romano-oro {
  font-family: "romano_baseregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

.c-romano-classic {
  font-family: "romano_baseregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

@font-face {
  font-family: "vilvoregular";
  src: url("../caratteri/lettere/epi_vil-webfont.woff2") format("woff2"), url("../caratteri/lettere/epi_vil-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-vilvo {
  font-family: "vilvoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 4px;
}

@font-face {
  font-family: "armonyregular";
  src: url("../caratteri/lettere/armony-webfont.woff2") format("woff2"), url("../caratteri/lettere/armony-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-armony {
  font-family: "armonyregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 4px;
}

@font-face {
  font-family: "cirillicoregular";
  src: url("../caratteri/lettere/cirillico-webfont.woff2") format("woff2"), url("../caratteri/lettere/cirillico-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-cirillico {
  font-family: "cirillicoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 4px;
}

@font-face {
  font-family: "mundial_cirillicoregular";
  src: url("../caratteri/lettere/mundialcirillico-webfont.woff2") format("woff2"), url("../caratteri/lettere/mundialcirillico-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-cirillico-mundial {
  font-family: "mundial_cirillicoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
}

@font-face {
  font-family: "ROMANO_TRAFORATO_INOX";
  src: url("../caratteri/lettere/ROMANO_TRAFORATO_INOX.woff2") format("woff2"), url("../caratteri/lettere/ROMANO_TRAFORATO_INOX.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-romano-traforato-inox {
  font-family: "ROMANO_TRAFORATO_INOX", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

@font-face {
  font-family: "ROMANO_ACCIAIO";
  src: url("../caratteri/lettere/ROMANO_ACCIAIO.woff2") format("woff2"), url("../caratteri/lettere/ROMANO_ACCIAIO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-romano-acciaio {
  font-family: "ROMANO_ACCIAIO", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

@font-face {
  font-family: "corsivo_italicoregular";
  src: url("../caratteri/traforati/01-italico-webfont.woff2") format("woff2"), url("../caratteri/traforati/01-italico-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-italico {
  font-family: "corsivo_italicoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "corsivo_italicoregularasta";
  src: url("../caratteri/traforati/01-italico-asta-webfont.woff2") format("woff2"), url("../caratteri/traforati/01-italico-asta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-italico-con-asta {
  font-family: "corsivo_italicoregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "prestige_regularregular";
  src: url("../caratteri/traforati/prestige-webfont.woff2") format("woff2"), url("../caratteri/traforati/prestige-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-prestige {
  font-family: "prestige_regularregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "prestige_su_astaregular";
  src: url("../caratteri/traforati/PrestigeSuAstaRegular.woff2") format("woff2"), url("../caratteri/traforati/PrestigeSuAstaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-prestige-con-asta {
  font-family: "prestige_su_astaregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "elegant_regularregular";
  src: url("../caratteri/traforati/elegant-webfont.woff2") format("woff2"), url("../caratteri/traforati/elegant-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-elegant {
  font-family: "elegant_regularregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "elegant_regularregular-asta";
  src: url("../caratteri/traforati/elegant_con_asta-webfont.woff2") format("woff2"), url("../caratteri/traforati/elegant_con_asta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-elegant-con-asta {
  font-family: "elegant_regularregular-asta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "albatrosregular";
  src: url("../caratteri/traforati/albatros-webfont.woff2") format("woff2"), url("../caratteri/traforati/albatros-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-albatros {
  font-family: "albatrosregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /* .ombra{
       text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
   }*/
}

@font-face {
  font-family: "albatros_con_astaregular";
  src: url("../caratteri/traforati/albatrosconasta-webfont.woff2") format("woff2"), url("../caratteri/traforati/albatrosconasta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-albatros-con-asta {
  font-family: "albatros_con_astaregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "umbroregular";
  src: url("../caratteri/traforati/umbro-webfont.woff2") format("woff2"), url("../caratteri/traforati/umbro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-umbro {
  font-family: "umbroregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "seneseregular";
  src: url("../caratteri/traforati/senese_v1-webfont.woff2") format("woff2"), url("../caratteri/traforati/senese_v1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-senese {
  font-family: "seneseregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "romano_traforatoregular";
  src: url("../caratteri/traforati/romano-webfont.woff2") format("woff2"), url("../caratteri/traforati/romano-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-romano {
  font-family: "romano_traforatoregular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "mediterraneoregular";
  src: url("../caratteri/traforati/mediterraneo-webfont.woff2") format("woff2"), url("../caratteri/traforati/mediterraneo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-mediterraneo-3mm {
  font-family: "mediterraneoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

.c-traforato-mediterraneo-5mm {
  font-family: "mediterraneoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

@font-face {
  font-family: "mediterraneoregularasta";
  src: url("../caratteri/traforati/mediterraneo-asta-webfont.woff2") format("woff2"), url("../caratteri/traforati/mediterraneo-asta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-mediterraneo-3mm-con-asta {
  font-family: "mediterraneoregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

.c-traforato-mediterraneo-5mm-con-asta {
  font-family: "mediterraneoregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

@font-face {
  font-family: "corsivo_ingleseregular";
  src: url("../caratteri/traforati/inglese-webfont.woff2") format("woff2"), url("../caratteri/traforati/inglese-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-inglese-bronzo {
  font-family: "corsivo_ingleseregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.c-traforato-inglese-acciaio {
  font-family: "corsivo_ingleseregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "corsivo_ingleseregularasta";
  src: url("../caratteri/traforati/inglese_con_asta.woff2") format("woff2"), url("../caratteri/traforati/inglese_con_asta.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-inglese-bronzo-con-asta {
  font-family: "corsivo_ingleseregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.c-traforato-inglese-acciaio-con-asta {
  font-family: "corsivo_ingleseregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "uvn_bay_buombold";
  src: url("../caratteri/traforati/garda-webfont.woff2") format("woff2"), url("../caratteri/traforati/garda-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-garda-3mm {
  font-family: "uvn_bay_buombold", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.c-traforato-garda-5mm {
  font-family: "uvn_bay_buombold", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "corsivo_futuraregular";
  src: url("../caratteri/traforati/futura-webfont.woff2") format("woff2"), url("../caratteri/traforati/futura-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-futura {
  font-family: "corsivo_futuraregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "corsivo_futuraregularasta";
  src: url("../caratteri/traforati/futura-asta.woff2") format("woff2"), url("../caratteri/traforati/futura-asta.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-futura-con-asta {
  font-family: "corsivo_futuraregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "amalfiregular";
  src: url("../caratteri/traforati/amalfi-webfont.woff2") format("woff2"), url("../caratteri/traforati/amalfi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-amalfi-3mm {
  font-family: "amalfiregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

.c-traforato-amalfi-5mm {
  font-family: "amalfiregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

.c-traforato-amalfi-inox {
  font-family: "amalfiregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /* .ombra{
       text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
   }*/
}

@font-face {
  font-family: "amalfiasta";
  src: url("../caratteri/traforati/amalfi-asta.woff2") format("woff2"), url("../caratteri/traforati/amalfi-asta.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-amalfi-3mm-con-asta {
  font-family: "amalfiasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

.c-traforato-amalfi-5mm-con-asta {
  font-family: "amalfiasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

.c-traforato-amalfi-inox-con-asta {
  font-family: "amalfiasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /* .ombra{
       text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
   }*/
}

@font-face {
  font-family: "corsivo_classicoregular";
  src: url("../caratteri/traforati/classico-webfont.woff2") format("woff2"), url("../caratteri/traforati/classico-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-classico {
  font-family: "corsivo_classicoregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /* .ombra{
       text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
   }*/
}

@font-face {
  font-family: "corsivo_classico_astregular";
  src: url("../caratteri/traforati/corsivoclassicoast-webfont.woff2") format("woff2"), url("../caratteri/traforati/corsivoclassicoast-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-classico-con-asta {
  font-family: "corsivo_classico_astregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@font-face {
  font-family: "corsivo_eleganteregular";
  src: url("../caratteri/traforati/elegante-webfont.woff2") format("woff2"), url("../caratteri/traforati/elegante-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-elegante {
  font-family: "corsivo_eleganteregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

@font-face {
  font-family: "corsivo_eleganteregularasta";
  src: url("../caratteri/traforati/elegante-asta_webfont.woff2") format("woff2"), url("../caratteri/traforati/elegante-asta_webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-traforato-elegante-con-asta {
  font-family: "corsivo_eleganteregularasta", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*.ombra{
      text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5)!important;
  }*/
}

/*

.c-traforato-prestige
.c-traforato-elegant
.c-traforato-albatros
.c-traforato-umbro
.c-traforato-senese
.c-traforato-romano
.c-traforato-mediterraneo
.c-traforato-italico
.c-traforato-inglese
.c-traforato-garda
.c-traforato-futura
.c-traforato-amalfi
.c-traforato-classico
.c-traforato-elegante

*/
.compara_resa {
  font-size: initial !important;
}
.compara_resa .testo {
  display: none;
}

.proditem .testo, .proditem_display .testo {
  color: #B59D62 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: brightness(120%) saturate(100%) !important;
}
.proditem .rilievo, .proditem_display .rilievo {
  opacity: 0 !important;
  text-shadow: 0px 0px 0 rgb(163, 139, 97), 0px 1px 0 rgb(154, 130, 88), 0px 2px 0 rgb(146, 122, 80), 0px 3px 0 rgb(138, 114, 72), 0px 4px 0 rgb(129, 105, 63), 0px 5px 0 rgb(121, 97, 55), 0px 6px 0 rgb(113, 89, 47), 0px 7px 6px rgba(0, 0, 0, 0.6), 0px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, 0.2);
  color: transparent;
}
.proditem .glow, .proditem_display .glow {
  opacity: 0 !important;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  mix-blend-mode: color;
  opacity: 0.8;
}
.proditem .ombra, .proditem_display .ombra {
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}

.proditem .asta_ci-3x4 {
  width: 300px !important;
  height: auto;
}

.bronzo, .bronzo-87 {
  /*.rilievo{
  	filter: brightness(40%) saturate(50%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(135, 104, 75, 0.7);
  	-webkit-text-stroke: 3px rgba(165, 144, 132, 0.5);
  	mix-blend-mode:color;
  	opacity: 0.8;
  	filter: brightness(100%) saturate(110%) contrast(130%);
  }*/
}
.bronzo .testo, .bronzo-87 .testo {
  background: url("../images/finiture_caratteri/bronzo.jpg") left center/contain;
}
.bronzo .asta_ci-3x4, .bronzo-87 .asta_ci-3x4 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-4.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-3x5, .bronzo-87 .asta_ci-3x5 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-5.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-3x10, .bronzo-87 .asta_ci-3x10 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-12.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-3x12, .bronzo-87 .asta_ci-3x12 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-3-14.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-4x4, .bronzo-87 .asta_ci-4x4 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-4.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-4x5, .bronzo-87 .asta_ci-4x5 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-5.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-4x10, .bronzo-87 .asta_ci-4x10 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-10.png") center no-repeat;
  background-size: contain;
}
.bronzo .asta_ci-4x12, .bronzo-87 .asta_ci-4x12 {
  background: url("../images/aste_corsivo_istant/asta-bronzo-4-11.png") center no-repeat;
  background-size: contain;
}

.satinato {
  /*.rilievo{
  	filter: brightness(40%) saturate(50%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(135, 104, 75, 0.7);
  	-webkit-text-stroke: 3px rgba(165, 144, 132, 0.5);
  	mix-blend-mode:color;
  	opacity: 0.8;
  	filter: brightness(100%) saturate(110%) contrast(130%);
  }*/
}
.satinato .testo {
  background: url("../images/finiture_caratteri/bronzo.jpg") left center/contain;
  filter: brightness(100%) saturate(80%) !important;
}

.oro, .gold {
  /*.rilievo{
  	filter: brightness(130%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(169, 128, 5, 0.6);
  	-webkit-text-stroke: 1px rgba(239, 231, 208, 0.3);
  	filter: brightness(100%) saturate(110%) contrast(130%);
  }*/
}
.oro .testo, .gold .testo {
  background: url("../images/finiture_caratteri/oro.jpg") left center/contain;
  filter: brightness(90%) contrast(130%) !important;
}
.oro .asta_ci-3x4, .gold .asta_ci-3x4 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-4.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-3x5, .gold .asta_ci-3x5 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-5.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-3x10, .gold .asta_ci-3x10 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-12.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-3x12, .gold .asta_ci-3x12 {
  background: url("../images/aste_corsivo_istant/asta-oro-3-14.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-4x4, .gold .asta_ci-4x4 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-4.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-4x5, .gold .asta_ci-4x5 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-5.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-4x10, .gold .asta_ci-4x10 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-10.png") center no-repeat;
  background-size: contain;
}
.oro .asta_ci-4x12, .gold .asta_ci-4x12 {
  background: url("../images/aste_corsivo_istant/asta-oro-4-11.png") center no-repeat;
  background-size: contain;
}

.inox, .acciaio, .traforato-inox, .acciaio-inox-fuso {
  /*.rilievo{
  	filter: brightness(40%) saturate(0%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(226, 226, 226, 0.529);
  	-webkit-text-stroke: 1px rgba(183, 183, 183, 0.3);
  	mix-blend-mode: hard-light;
  	opacity: 1;
  	filter: brightness(120%);
  }*/
}
.inox .testo, .acciaio .testo, .traforato-inox .testo, .acciaio-inox-fuso .testo {
  background: url("../images/finiture_caratteri/inox.jpg") left center/contain;
}

.dark {
  /*.rilievo{
  	 filter: brightness(89%) saturate(0%);
  }
  .glow{
  	text-shadow: 0px 5px 3px rgba(139, 103, 53, 0.6);
  	-webkit-text-stroke: 1px rgba(130, 107, 94, 0.3);
  	filter: brightness(100%) saturate(0%) contrast(130%);
  }*/
}
.dark .testo {
  background: url("../images/finiture_caratteri/dark.jpg") left center/contain;
  filter: brightness(100%) saturate(100%) contrast(120%) !important;
}
.dark .asta_ci-3x4 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-4.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-3x5 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-5.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-3x10 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-12.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-3x12 {
  background: url("../images/aste_corsivo_istant/asta-dark-3-14.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-4x4 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-4.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-4x5 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-5.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-4x10 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-10.png") center no-repeat;
  background-size: contain;
}
.dark .asta_ci-4x12 {
  background: url("../images/aste_corsivo_istant/asta-dark-4-11.png") center no-repeat;
  background-size: contain;
}

.uniblanc, .uniblanc-lydian {
  /*.rilievo{
  	filter: brightness(150%) saturate(0%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(174, 174, 174, 0.6);
  	-webkit-text-stroke: 1px rgba(183, 183, 183, 0.3);
  	filter: brightness(120%);
  }*/
}
.uniblanc .testo, .uniblanc-lydian .testo {
  background: url("../images/finiture_caratteri/uniblanc.jpg") left center/contain;
}
.uniblanc .asta_ci-3x4, .uniblanc-lydian .asta_ci-3x4 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-4.png") center no-repeat;
  background-size: contain;
}
.uniblanc .asta_ci-3x5, .uniblanc-lydian .asta_ci-3x5 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-5.png") center no-repeat;
  background-size: contain;
}
.uniblanc .asta_ci-3x10, .uniblanc-lydian .asta_ci-3x10 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-12.png") center no-repeat;
  background-size: contain;
}
.uniblanc .asta_ci-3x12, .uniblanc-lydian .asta_ci-3x12 {
  background: url("../images/aste_corsivo_istant/asta-uniblanc-3-14.png") center no-repeat;
  background-size: contain;
}

.classic {
  /*.rilievo{
  	filter: brightness(89%) saturate(30%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(139, 103, 53, 0.6);
  	-webkit-text-stroke: 1px rgba(130, 107, 94, 0.3);
  	filter: brightness(100%) saturate(50%) contrast(130%);
  }*/
}
.classic .testo {
  background: url("../images/finiture_caratteri/classic.jpg") left center/contain;
  filter: brightness(100%) saturate(100%) contrast(120%) !important;
}
.classic .asta_ci-3x4 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-4.png") center no-repeat;
  background-size: contain;
}
.classic .asta_ci-3x5 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-5.png") center no-repeat;
  background-size: contain;
}
.classic .asta_ci-3x10 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-12.png") center no-repeat;
  background-size: contain;
}
.classic .asta_ci-3x12 {
  background: url("../images/aste_corsivo_istant/asta-classic-3-14.png") center no-repeat;
  background-size: contain;
}

.botticino {
  /*.rilievo{
  	filter: brightness(180%) saturate(20%);
  }
  .glow{
  	text-shadow: 0px 5px 3px rgba(207, 175, 135, 0.9);
  	-webkit-text-stroke: 1px rgba(239, 231, 208, 0.3);
  	filter: brightness(100%) saturate(110%) contrast(130%);
  }*/
}
.botticino .testo {
  background: url("../images/finiture_caratteri/botticino.jpg") left center/contain;
}

.carrara {
  /*.rilievo{
  	filter: brightness(150%) saturate(10%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(203, 200, 189, 0.8);
  	-webkit-text-stroke: 1px rgba(239, 231, 208, 0.3);
  	filter: brightness(100%) saturate(110%) contrast(130%);
  }*/
}
.carrara .testo {
  background: url("../images/finiture_caratteri/carrara.jpg") left center/contain;
}

.decorata-blu {
  /*.rilievo{
  	filter: brightness(50%) saturate(10%);
  }
  .glow{
     	text-shadow: 0px 5px 3px rgba(145, 147, 194, 0.8);
  	-webkit-text-stroke: 1px rgba(239, 231, 208, 0.3);
  	filter: brightness(100%) saturate(110%) contrast(130%);
  }*/
}
.decorata-blu .testo {
  background: url("../images/finiture_caratteri/dec-BLU.jpg") left center/contain;
}

.decorata-grigio {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(100, 100, 100, 0.8);
  }*/
}
.decorata-grigio .testo {
  background: url("../images/finiture_caratteri/dec-GRIGIO.jpg") left center/contain;
}

.decorata-nocciola {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(92, 54, 19, 0.8);
  }*/
}
.decorata-nocciola .testo {
  background: url("../images/finiture_caratteri/dec-NOCCIOLA.jpg") left center/contain;
}

.decorata-marrone {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(50, 28, 7, 0.8);
  }*/
}
.decorata-marrone .testo {
  background: url("../images/finiture_caratteri/dec-MARRONE.jpg") left center/contain;
}

.decorata-rosa {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(136, 98, 124, 0.8);
  }*/
}
.decorata-rosa .testo {
  background: url("../images/finiture_caratteri/dec-ROSA.jpg") left center/contain;
}

.decorata-rosso {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(193, 19, 19, 0.8);
  }*/
}
.decorata-rosso .testo {
  background: url("../images/finiture_caratteri/dec-ROSSO.jpg") left center/contain;
}

.decorata-bordeaux {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(170, 13, 66, 0.8);
  }*/
}
.decorata-bordeaux .testo {
  background: url("../images/finiture_caratteri/dec-BORDEAUX.jpg") left center/contain;
}

.decorata-giallo-ocra {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(185, 155, 55, 0.8);
  }*/
}
.decorata-giallo-ocra .testo {
  background: url("../images/finiture_caratteri/dec-OCRA.jpg") left center/contain;
}

.decorata-verde-foglia {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(26, 88, 36, 0.8);
  }*/
}
.decorata-verde-foglia .testo {
  background: url("../images/finiture_caratteri/dec-VERDE-FOGLIA.jpg") left center/contain;
}

.decorata-verde {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(13, 94, 20, 0.885);
  }*/
}
.decorata-verde .testo {
  background: url("../images/finiture_caratteri/dec-VERDE.jpg") left center/contain;
}

.decorata-verde-acqua {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(52, 167, 146, 0.8);
  }*/
}
.decorata-verde-acqua .testo {
  background: url("../images/finiture_caratteri/dec-VERDE-ACQUA.jpg") left center/contain;
}

.decorata-classic-lucida {
  /*.glow{
     	text-shadow: 0px 5px 3px rgba(169, 175, 179, 0.8);
  }*/
}
.decorata-classic-lucida .testo {
  background: url("../images/finiture_caratteri/dec-CLASSIC.jpg") left center/contain;
}

.finloc-1 {
  background: url("../images/finiture_loculo/1.jpg");
  background-size: 50%;
  border: 2px solid #ededed;
}
.finloc-1 .trapezio {
  border-top: 15px solid #ededed;
}

.finloc-2 {
  background: url("../images/finiture_loculo/2.jpg");
  background-size: 50%;
  border: 2px solid #f0f0f0;
}
.finloc-2 .trapezio {
  border-top: 15px solid #f0f0f0;
}

.finloc-3 {
  background: url("../images/finiture_loculo/3.jpg");
  background-size: 40%;
  border: 2px solid #d6dfdc;
}
.finloc-3 .trapezio {
  border-top: 15px solid #d6dfdc;
}

.finloc-4 {
  background: url("../images/finiture_loculo/4.jpg");
  background-size: 50%;
  border: 2px solid #ecdbc9;
}
.finloc-4 .trapezio {
  border-top: 15px solid #ecdbc9;
}

.finloc-5 {
  background: url("../images/finiture_loculo/5.jpg");
  background-size: 50%;
  border: 2px solid #f4dbc7;
}
.finloc-5 .trapezio {
  border-top: 15px solid #f4dbc7;
}

.finloc-6 {
  background: url("../images/finiture_loculo/6.jpg");
  background-size: 50%;
  border: 2px solid #c3b59a;
}
.finloc-6 .trapezio {
  border-top: 15px solid #c3b59a;
}

.finloc-7 {
  background: url("../images/finiture_loculo/7.jpg");
  background-size: 50%;
  border: 2px solid #e1cbb4;
}
.finloc-7 .trapezio {
  border-top: 15px solid #e1cbb4;
}

.finloc-8 {
  background: url("../images/finiture_loculo/8.jpg");
  background-size: 50%;
  border: 2px solid #c9b2b8;
}
.finloc-8 .trapezio {
  border-top: 15px solid #c9b2b8;
}

.finloc-9 {
  background: url("../images/finiture_loculo/9.jpg");
  background-size: 30%;
  border: 2px solid #ceb1b2;
}
.finloc-9 .trapezio {
  border-top: 15px solid #ceb1b2;
}

.finloc-10 {
  background: url("../images/finiture_loculo/10.jpg");
  background-size: 50%;
  border: 2px solid #9c9ea0;
}
.finloc-10 .trapezio {
  border-top: 15px solid #9c9ea0;
}

.finloc-11 {
  background: url("../images/finiture_loculo/11.jpg");
  background-size: 50%;
  border: 2px solid #373a3e;
}
.finloc-11 .trapezio {
  border-top: 15px solid #373a3e;
}

.finloc-12 {
  background: url("../images/finiture_loculo/12.jpg");
  background-size: 50%;
  border: 2px solid #7e8691;
}
.finloc-12 .trapezio {
  border-top: 15px solid #7e8691;
}

.finloc-13 {
  background: url("../images/finiture_loculo/13.jpg");
  background-size: 50%;
  border: 2px solid #181818;
}
.finloc-13 .trapezio {
  border-top: 15px solid #181818;
}

html, body {
  height: 100%;
}

.textlink {
  font-weight: bold;
}
.textlink:hover {
  color: #dac287;
}

:-internal-autofill-previewed {
  font-size: 22px !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F4F0E7 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #B59D62 !important;
}

@media (max-width: 767px) {
  .tooltip-inner {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tooltip.bs-tooltip-right .arrow:before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tooltip.bs-tooltip-left .arrow:before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tooltip.bs-tooltip-bottom .arrow:before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tooltip.bs-tooltip-top .arrow:before {
    display: none !important;
  }
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  /*
  	height: 100vh;
  	margin: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;*/
}
body.screenshot section {
  background: white;
}
body.screenshot .fixed-top, body.screenshot .fixed-bottom, body.screenshot .logo-footer, body.screenshot .titolo-footer {
  display: none;
}

.pb-footer {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .w-50 {
    width: 80% !important;
  }
}

.logo-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  z-index: 10;
}
.logo-footer img {
  position: relative;
  z-index: 10;
  max-width: 120px;
}
.logo-footer::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 120px;
  height: 80px;
  z-index: 5;
}
.logo-footer h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 7px;
  margin-top: 9px;
}
.logo-footer .logogiu {
  margin-bottom: 5px;
}

.titolo-footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding-bottom: 10px;
  padding-right: 20px;
  z-index: 1;
  text-align: right;
}
.titolo-footer h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.logo-header {
  display: inline-block;
  z-index: 10;
  max-width: 120px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
}

.devarea {
  position: fixed;
  bottom: 17px;
  right: 20px;
  border-radius: 5px;
  padding: 0px 5px;
  font-size: 10px;
  text-transform: uppercase;
  background: white;
  z-index: 1;
  box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.3);
  display: none;
}

/*@keyframes blinkingBackground{
	0%		{ background-color: white;}
	50%		{ background-color: #efd80a;}
	100%	{ background-color: white;}
}*/
.m0a {
  margin: 0 auto !important;
}

.zindexup {
  z-index: 100000;
}

.zindexup2 {
  z-index: 200000;
}

a {
  color: #000000;
  text-decoration: none !important;
  background-color: transparent;
}

section {
  background: #ffffff url("../images/bggrad.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute !important;
}
@media (max-width: 767px) {
  section {
    text-align: center;
  }
}

h1, h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

h1 {
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 50px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

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

.logo-interno {
  max-width: 140px;
  margin: 0 auto;
  margin-top: 10px;
}

.col.sx, .col.dx, .col-12.sx, .col-12.dx {
  display: block;
  width: 50%;
  height: 2px;
  position: fixed;
  top: 15px;
  left: 0px;
  text-align: left;
}
.col.sx > span, .col-12.sx > span {
  margin-top: 14px;
}
.col.dx, .col-12.dx {
  left: auto;
  right: 0px;
  text-align: right;
}
.col.down, .col-12.down {
  top: auto;
  bottom: 65px;
}

.multiply {
  mix-blend-mode: multiply;
}

.cent {
  text-align: center;
}

.linietta {
  width: 2px;
  height: 30px;
  background: #B59D62;
  margin: 0 auto;
  margin-bottom: 20px;
}

/**/
.landscape {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background: #F4F0E7;
  overflow: hidden;
  z-index: 2;
}
.landscape p {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  padding: 10%;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: inherit;
}
.landscape:before {
  content: "";
  background-image: url("../images/logo_caggiati-nero.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 4;
  width: 140px;
  height: 60px;
  margin: -30px 0px 0px -70px;
}

@media only screen and (max-height: 400px) and (orientation: landscape) {
  header, section, footer, .modal-backdrop.show, .logo-footer {
    display: none;
  }
  .landscape {
    display: block;
  }
}
.top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #bdbfc1;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  z-index: 99999;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.top:hover {
  background: #B59D62;
  color: #bdbfc1;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.top_no {
  display: none;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999 !important;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #F4F0E7;
}
#preloader:after {
  content: url("../images/loader.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 20px;
  margin-top: 80px;
  margin-top: 40px;
  margin-left: -16px;
  z-index: 2;
}
#preloader:before {
  content: "";
  background-image: url("../images/logo_caggiati-nero.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 140px;
  height: 60px;
  margin: -30px 0px 0px -70px;
}

.pin {
  position: absolute;
  top: 0px;
  left: 0px;
}

.h-40 {
  height: 20% !important;
}

.h-60 {
  height: 80% !important;
}

.cont-ext {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .cont-ext {
    text-align: center;
  }
}
.cont-ext ol {
  text-align: left !important;
}
.cont-ext .cont-int {
  display: table-cell;
  vertical-align: middle;
}

.nomobile {
  display: none !important;
}
@media (min-width: 767px) {
  .nomobile {
    display: inline-block !important;
  }
}

.yesmobile {
  display: block !important;
}
@media (min-width: 767px) {
  .yesmobile {
    display: none !important;
  }
}

.noshadow .imgshad {
  display: none !important;
}

.bg-cream {
  background: #F4F0E7 !important;
}

.grad-giu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
  /*z-index: 0!important;
  background: rgb(237, 234, 231);
  background: -moz-linear-gradient(180deg, rgba(237, 234, 231,1) 25%, rgba(237, 234, 231,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(237, 234, 231,1) 25%, rgba(237, 234, 231,0) 100%);
  background: linear-gradient(180deg, rgba(237, 234, 231,1) 25%, rgba(237, 234, 231,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edeae7",endColorstr="#edeae7",GradientType=1);*/
}

.overflow-x-auto {
  overflow-x: hidden;
}

.disathover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  z-index: 1000;
}

img.lazy {
  width: 700px;
  height: 467px;
  display: block;
  /* optional way, set loading as background */
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#squarescreen {
  position: absolute;
  top: -60px;
  left: -60px;
  width: calc(100% + 130px);
  height: calc(100% + 130px);
}

.barra::before {
  content: "";
  background: url("/images/ico/a_.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0px;
  margin-top: -8px;
}

.no-barra::before {
  content: "";
  background: url("/images/ico/a.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0px;
  margin-top: -6px;
}

.stripchiara {
  background: rgba(218, 194, 135, 0.8);
}
.stripchiara b {
  padding: 5px 10px;
  display: block;
  border: 2px solid #B59D62;
}

.blink {
  animation: blinker 0.5s linear 10;
}

.testo_desc_char {
  margin-bottom: 30px;
  position: relative;
}
.testo_desc_char .errormex {
  display: none;
  color: red;
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0px;
  left: 0px;
}
.testo_desc_char.error_char .errormex {
  display: block;
}
.testo_desc_char.error_char .errormex .blink_me {
  animation: blinker 0.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

.vibro2 {
  animation: horizontal-shaking 0.25s linear infinite;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.vibro {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
/*
	.container {
		width: calc(100% - 80px);
		min-height: 70px;
		background: #ffffff url("https://dev-configuratore.caggiati.it/images/finiture_loculo/2.jpg");
		margin: 20px;
		border-radius: 20px;
		padding: 20px;
		box-shadow: inset 0 0 10px #999;
	}
	.container.demo {
		padding: 120px 20px;
		background: #ffffff url("https://dev-configuratore.caggiati.it/images/finiture_loculo/1.jpg");
		box-shadow:  0px 15px 30px #999;
		border: 5px solid #eaeaea;
		border-radius: 6px;
	}
	.container img {
		height: 60px;
		width: auto;
		margin: 0px 6px 6px 0px;
		filter: drop-shadow(3px 3px 4px #030303);
	}
	*/
.anteprima_testo_img {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  box-sizing: border-box;
}
.anteprima_testo_img img {
  height: 60px;
  width: auto;
  margin-right: 2px;
  filter: drop-shadow(3px 3px 4px #030303);
}
.anteprima_testo_img img.speciali_accento, .anteprima_testo_img img.speciali_croce, .anteprima_testo_img img.speciali_punto, .anteprima_testo_img img.speciali_stella, .anteprima_testo_img img.speciali_trattino, .anteprima_testo_img img.speciali_virgola {
  background: yellow;
}
.anteprima_testo_img img.speciali_trattino {
  padding: 2.5% 0 2.5% 0;
}
.anteprima_testo_img img.speciali_accento {
  padding: 0 0 5% 0;
}
.anteprima_testo_img img.speciali_punto, .anteprima_testo_img img.speciali_virgola {
  padding: 5% 0 0 0;
}

/*
		.carattere_A, .carattere_B, .carattere_C, .carattere_D, .carattere_E, .carattere_F, .carattere_G, .carattere_H, .carattere_I, .carattere_J, .carattere_K, .carattere_L, .carattere_M, .carattere_N, .carattere_O, .carattere_P, .carattere_Q, .carattere_R, .carattere_S, .carattere_T, .carattere_U, .carattere_V, .carattere_W, .carattere_X, .carattere_Y, .carattere_Z, .carattere_a, .carattere_b, .carattere_c, .carattere_d, .carattere_e, .carattere_f, .carattere_g, .carattere_h, .carattere_i, .carattere_j, .carattere_k, .carattere_l, .carattere_m, .carattere_n, .carattere_o, .carattere_p, .carattere_q, .carattere_r, .carattere_s, .carattere_t, .carattere_u, .carattere_v, .carattere_w, .carattere_x, .carattere_y, .carattere_z, .carattere_0, .carattere_1, .carattere_2, .carattere_3, .carattere_4, .carattere_5, .carattere_6, .carattere_7, .carattere_8, .carattere_9{
			padding-top: 0!important;
		}
*/
.testo_img_input {
  width: 300px;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  border: none;
  background: #F4F0E7;
  border-bottom: 2px solid #B59D62;
}

.testo_img {
  max-width: 1000px;
  margin: 0 auto;
  background: yellow;
  padding-bottom: 20px;
}

.btn, label.btn {
  background: #ffffff;
  border: 1px solid #bdbfc1;
  border-radius: 50px;
  padding: 0 30px;
  max-width: 250px;
  max-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  margin: 0 3px 6px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn, label.btn {
    max-width: 100%;
    width: 80%;
  }
}
.btn .label, label.btn .label {
  display: block;
  height: 50px;
  position: relative;
}
.btn .label .centered-element, label.btn .label .centered-element {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.btn-ico, label.btn-ico {
  max-width: none;
  padding: 0;
  width: 50px;
}
.btn-ico .label, label.btn-ico .label {
  width: 50px;
}
.btn-ico .label .centered-element, label.btn-ico .label .centered-element {
  position: absolute;
  color: #B59D62;
}
.btn-small, label.btn-small {
  width: 32px;
}
.btn-small .label, label.btn-small .label {
  width: 32px;
  height: 32px;
}
.btn:hover, label.btn:hover {
  background: #F4F0E7;
  color: #B59D62;
}
.btn.active, label.btn.active {
  background: #B59D62 !important;
}
.btn.active .label .centered-element, label.btn.active .label .centered-element {
  color: #ffffff !important;
}
.btn-special, label.btn-special {
  background: #B59D62;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
.btn-special .label .centered-element, label.btn-special .label .centered-element {
  color: #ffffff;
}
.btn-special:hover, label.btn-special:hover {
  background: #dac287;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.35);
}
.btn-special:hover .label .centered-element, label.btn-special:hover .label .centered-element {
  color: #ffffff;
}

.btn_active_click {
  background: #B59D62 !important;
}
.btn_active_click .label .centered-element {
  color: #ffffff !important;
}

input, textarea, select {
  background: #ffffff !important;
  border: 1px solid #bdbfc1 !important;
  padding: 30px 10px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
}
input.form-control, textarea.form-control, select.form-control {
  background: #bdbfc1;
  border: 1px solid #B59D62;
  border-radius: 0px;
}

label, .desc-label {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000000;
  min-height: 24px;
  text-transform: uppercase;
}
label.list, .desc-label.list {
  min-height: 25px;
}

#titolo_h1 {
  font-size: 26px;
  line-height: initial;
}
@media (max-width: 1023px) {
  #titolo_h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #titolo_h1 {
    font-size: 12px;
  }
}

.che {
  background: yellow;
  width: 10px !important;
}

.nobord {
  border: none !important;
  border-bottom: 2px solid #B59D62 !important;
  background: #F4F0E7 !important;
  margin-bottom: 15px !important;
}

.cm {
  position: absolute;
  width: 50px;
  height: 30px;
  right: -50px;
  top: 0;
  margin-top: 63px;
}

input[type=radio],
input[type=checkbox] {
  display: inline !important;
  width: auto !important;
  margin-top: 10px !important;
}

/*
label{

    width: calc(100% - 20px)!important;
    margin: 0 10px!important;
    margin-bottom: 15px!important;


    .wpcf7-not-valid-tip{
        color: $colore_quattro;
    }

}*/
select {
  padding: 20px 10px !important;
}

.form-alternate br {
  display: none;
}
.form-alternate label {
  float: left;
  width: calc(50% - 20px) !important;
}
@media (max-width: 767px) {
  .form-alternate label {
    float: none;
    clear: both;
    width: calc(100% - 20px) !important;
  }
}
.form-alternate label.txtarea {
  float: none;
  width: calc(100% - 20px) !important;
  margin: 0 10px !important;
  height: auto !important;
  margin-bottom: 15px !important;
}

.screen-reader-response {
  display: none;
}

input[type=submit], .btnsend {
  display: block;
  width: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background: #B59D62 !important;
  color: #ffffff !important;
  margin-top: 20px !important;
  display: block !important;
  margin: 0 10px !important;
  float: right !important;
}
@media (max-width: 767px) {
  input[type=submit], .btnsend {
    display: inline-block !important;
    width: calc(100% - 20px) !important;
  }
}
input[type=submit]:hover, .btnsend:hover {
  background: #ffffff !important;
  color: #B59D62 !important;
}
input[type=submit]::before, .btnsend::before {
  display: none;
}
input[type=submit]::after, .btnsend::after {
  display: none;
}

.acceptance-privacy {
  display: inline-block;
  width: 50%;
}
@media (max-width: 767px) {
  .acceptance-privacy {
    float: none;
    clear: both;
    width: 100%;
  }
}
.acceptance-privacy .wpcf7-acceptance {
  display: inline-block;
  width: 100%;
}
.acceptance-privacy .wpcf7-acceptance label {
  width: 100% !important;
}
@media (max-width: 767px) {
  .acceptance-privacy .wpcf7-acceptance label {
    width: calc(100% - 20px) !important;
  }
}
.acceptance-privacy .wpcf7-acceptance a {
  color: #bdbfc1;
}
.acceptance-privacy .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}

form input {
  padding: 60px;
}

.modal {
  background: #F4F0E7 !important;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.modal-dialog {
  width: 90% !important;
  max-width: none !important;
  margin: 0 auto;
  margin-top: 20px;
}
.modal-header, .modal-footer {
  border: 0px;
}
.modal-content {
  border-radius: 20px !important;
  border: 0px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
.modal-titolo {
  margin-top: 16px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal-titolo {
    width: -webkit-fill-available;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.modal.allertmod {
  background: rgba(244, 240, 231, 0.5) !important;
}
.modal.show {
  overflow: auto !important;
}

.close_all_modal-btn {
  padding: 0px !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .close_all_modal-btn {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}

ul.item-5 {
  list-style: none;
  padding: 80px 0;
  width: 100%;
}
ul.item-5 li {
  width: 20%;
  float: left;
  margin: 0;
}
@media (max-width: 1000px) {
  ul.item-5 li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  ul.item-5 li {
    width: 33.3333%;
  }
}
@media (max-width: 565px) {
  ul.item-5 li {
    width: 50%;
  }
}
ul.item-5.no-bord .img_ratio-parent .img_ratio-child > div {
  padding: 0px;
  background-size: contain !important;
}
ul.item-5.no-bord .img_ratio-parent .img_ratio-child.carattere > div {
  background: none;
}
ul.item-5.x2 .img_ratio-parent .img_ratio-child {
  padding: 0px;
}
ul.item-5.x2 .img_ratio-parent .img_ratio-child > div {
  padding: 0px;
}
ul.item-5.x2 li {
  width: 50%;
}
@media (max-width: 1000px) {
  ul.item-5.x2 li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.item-5.x2 li {
    width: 100%;
  }
}
@media (max-width: 565px) {
  ul.item-5.x2 li {
    width: 100%;
  }
}
ul.item-5.x3 .img_ratio-parent .img_ratio-child {
  padding: 0px;
}
ul.item-5.x3 .img_ratio-parent .img_ratio-child > div {
  padding: 0px;
}
ul.item-5.x3 li {
  width: 33.33333333%;
}
@media (max-width: 1000px) {
  ul.item-5.x3 li {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  ul.item-5.x3 li {
    width: 100%;
  }
}
@media (max-width: 565px) {
  ul.item-5.x3 li {
    width: 100%;
  }
}
ul.item-5.x8 li {
  width: 12, 5%;
}
@media (max-width: 1000px) {
  ul.item-5.x8 li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  ul.item-5.x8 li {
    width: 50%;
  }
}
@media (max-width: 565px) {
  ul.item-5.x8 li {
    width: 50%;
  }
}

.asta_ci-3 {
  position: absolute;
  top: 65%;
  margin-left: -8px;
  width: 100%;
  height: 8.6%;
  /*&x4{ height: 9%;}
  &x5{ height: 9%;}
  &x12{ height: 9%;}
  &x14{height: 9%;}*/
}
.asta_ci-4 {
  position: absolute;
  top: 65%;
  margin-left: -8px;
  width: 100%;
  height: 9.6%;
  /*&x4{ height: 9%;}
  &x5{ height: 7.6%;}
  &x10{ height: 9%;}
  &x11{height: 8.5%;}*/
}

ul.item-2 {
  list-style: none;
  padding: 80px 0;
  width: 100%;
}
ul.item-2 li {
  width: 20%;
  float: left;
  margin: 0;
}
@media (max-width: 1000px) {
  ul.item-2 li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  ul.item-2 li {
    width: 33.3333%;
  }
}
@media (max-width: 565px) {
  ul.item-2 li {
    width: 50%;
  }
}
ul.item-2.no-bord .img_ratio-parent .img_ratio-child > div {
  padding: 0px;
  background-size: contain !important;
}
ul.item-2.no-bord .img_ratio-parent .img_ratio-child.carattere > div {
  background: none;
}

.img_ratio-parent {
  position: relative;
  width: 100%;
  padding: 0 8px 8px;
}
.img_ratio-parent button {
  display: contents;
}
.img_ratio-parent:hover .img_ratio-child {
  border: 1px solid #B59D62;
}
.img_ratio-parent:hover .img_ratio-child > div img {
  filter: contrast(110%);
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.img_ratio-parent:hover .img_ratio-child.quad .q .cont-ext {
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  filter: brightness(85%) contrast(130%) !important;
}
.img_ratio-parent .img_ratio-child {
  position: relative;
  padding-bottom: 68.75%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  border: 1px solid #bdbfc1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .img_ratio-parent .img_ratio-child {
    border-radius: 10px;
  }
}
.img_ratio-parent .img_ratio-child > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.img_ratio-parent .img_ratio-child > div img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.img_ratio-parent .img_ratio-child.quad {
  padding-bottom: 100%;
}
.img_ratio-parent .img_ratio-child.quad .q {
  padding: 20px !important;
}
@media (max-width: 767px) {
  .img_ratio-parent .img_ratio-child.quad .q {
    padding: 10px !important;
  }
}
.img_ratio-parent .img_ratio-child.quad .q .cont-ext {
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: #ffffff !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img_ratio-parent.netflix .img_ratio-child {
  padding-bottom: 17.5%;
  margin-bottom: 20px;
  border: none;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right !important;
}
@media (max-width: 767px) {
  .img_ratio-parent.netflix .img_ratio-child h2 {
    font-size: 14px !important;
  }
}
.img_ratio-parent.netflix .img_ratio-child::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgba(245, 243, 241, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f3f1",GradientType=1);
}

.img-insert {
  width: 100%;
  position: relative;
  height: 550px;
  text-align: center;
}
@media (min-height: 1000px) {
  .img-insert {
    height: 800px;
  }
}
@media (min-height: 1500px) {
  .img-insert {
    height: 1200px;
  }
}
@media (min-height: 2000px) {
  .img-insert {
    height: 1800px;
  }
}
@media (min-height: 2500px) {
  .img-insert {
    height: 2200px;
  }
}
@media (min-height: 3000px) {
  .img-insert {
    height: 2800px;
  }
}
.img-insert img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

/*
.imma{
	aspect-ratio: 1 / 1;
	.bg{
		background: yellow;
		max-width: 100%;
		max-height: 100%;
	}
}

*/
.tooltesto .btn {
  margin-bottom: 15px;
}
.tooltesto #sel_materiale .btn {
  font-size: 25px;
  line-height: 20px;
}

ul.risultati {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.risultati li {
  text-align: left;
  padding: 10px 0px;
}
ul.risultati li .imgric {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 40px;
}
ul.risultati li .imgric img {
  width: 100%; /* or any custom size */
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.risultati a:hover {
  cursor: pointer;
}
ul.risultati a:hover li {
  background: #e0d7bd;
}
ul.risultati a:hover:nth-child(even) li {
  background: #e0d7bd;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
ul.risultati a:nth-child(even) li {
  background: #F4F0E7;
}

.intro {
  background: #e0d7bd url("../images/bgcover.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .intro {
    background: #e0d7bd;
  }
}
.intro .logo {
  width: 260px;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .intro .logo {
    padding: 0;
  }
}
.intro .logo img {
  width: 100%;
}

@media (max-width: 767px) {
  body {
    background: #e0d7bd;
  }
}

.customcheck label {
  font-weight: unset;
  text-align: left;
  text-transform: initial;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0px;
}/*# sourceMappingURL=style_site.css.map */