@import url("https://use.typekit.net/trf7ibr.css");
body,
html {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #153043;
  box-sizing: border-box;
  font-family: futura-pt, Arial, sans-serif;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.3;
}
#cmplz-document{
	max-width:100% !important;
	text-align:left;
	font-size: 16px !important;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td{
	font-size: 16px !important;
}
div,
label {
  box-sizing: border-box;
}
p {
  margin-bottom: 20px;
  margin-top: 0;
}
:focus {
  outline: 0;
}
.sticky {
  position: sticky;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.container {
  width: 100%;
  position: relative;
}
.content {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease;
  color: #153043;
}
a:hover {
  transition: all 0.5s ease;
  color: #153043;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
.shrink {
  flex-shrink: 0;
}
.flex-auto {
  width: auto;
}
.flex-expand {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex,
.flex-mobile {
  display: flex;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-space {
  justify-content: space-between;
}
.column-2 {
  column-count: 2;
  column-gap: 100px;
}
.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;
  grid-gap: 100px;
}
.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
  grid-gap: 30px;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.d-table {
  display: table;
}
.block {
  display: block;
}
.width-100 {
  width: 100%;
  box-sizing: border-box;
}
.width-60 {
  width: 60%;
}
.height-100 {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.scuro .content a,
footer a{
	color: #fff;
	text-decoration: none;
}
.scuro .content a:hover,
footer a:hover{
	color: #fff;
	text-decoration:underline;
}
strong {
  font-family: futura-pt-bold, sans-serif;
  font-weight: normal;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
}
.font-right {
  text-align: right;
}
.font-left {
  text-align: left;
}
.font-underline {
  text-decoration: underline;
}
.font-70 {
  font-size: calc(35px + (70 - 35) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}
.font-48 {
  font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}
.font-36 {
  font-size: calc(25px + (36 - 25) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
.font-32 {
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
.font-24 {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
}
.font-20 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.font-12 {
  font-size: 12px;
}
.mappa {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25% /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */;
}
.mappa iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.border-bottom {
  border-bottom: 1px solid #153043;
}
.border-bottom-b {
  border-bottom: 1px solid #fff;
}
.no-link {
  color: inherit;
  text-decoration: none;
}
.no-link:hover {
  text-decoration: none;
  color: #153043;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
.bg-blu {
  background: #153043;
  color: #fff;
}
.bg-beige {
  background: rgba(229,219,205,0.5);
}
.bg-verde {
  background: rgba(208,217,198,0.5);
}
.bg-verde-2 {
  background: #e9e9e4;
}
.c-blu {
  color: #153043;
}
.btn {
  color: #fff;
  background: #153043;
  padding: 4px 12px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
  letter-spacing: 0.2px;
}
.btn:hover {
  background: #d0d9c6;
  transition: all 0.5s ease;
  color: #153043;
}
.margin-0 {
  margin: 0;
}
.margin-large-left {
  margin-left: 100px;
}
.margin-large-right {
  margin-right: 100px;
}
.margin-large-top {
  margin-top: 100px;
}
.margin-large-bottom {
  margin-bottom: 100px;
}
.margin-left {
  margin-left: 60px;
}
.margin-right {
  margin-right: 60px;
}
.margin-top {
  margin-top: 60px;
}
.margin-bottom {
  margin-bottom: 60px;
}
.margin-small-left {
  margin-left: 30px;
}
.margin-small-right {
  margin-right: 30px;
}
.margin-small-top {
  margin-top: 30px;
}
.margin-small-bottom {
  margin-bottom: 30px;
}
.margin-xsmall-left {
  margin-left: 15px;
}
.margin-xsmall-right {
  margin-right: 15px;
}
.margin-xsmall-top {
  margin-top: 15px;
}
.margin-xsmall-bottom {
  margin-bottom: 15px;
}
.padding-large-left {
  padding-left: 100px;
}
.padding-large-right {
  padding-right: 100px;
}
.padding-large-top {
  padding-top: 100px;
}
.padding-large-bottom {
  padding-bottom: 100px;
}
.padding-left {
  padding-left: 60px;
}
.padding-right {
  padding-right: 60px;
}
.padding-top {
  padding-top: 60px;
}
.padding-bottom {
  padding-bottom: 60px;
}
.padding-small-left {
  padding-left: 30px;
}
.padding-small-right {
  padding-right: 30px;
}
.padding-small-top {
  padding-top: 30px;
}
.padding-small-bottom {
  padding-bottom: 30px;
}
.padding-xsmall-left {
  padding-left: 15px;
}
.padding-xsmall-right {
  padding-right: 15px;
}
.padding-xsmall-top {
  padding-top: 15px;
}
.padding-xsmall-bottom {
  padding-bottom: 15px;
}
.d-table {
  display: table;
}
/*
form 
    label 
        font-size 14px
    input[type="text"], input[type="email"], input[type="password"], textarea
        border 1px solid grigio-1
        font-family inherit
        font-size 16px
        padding 13px 10px
        background grigio-4
        box-shadow 0 0 0 0
        border-radius 3px
        width 100%
        box-sizing border-box
        color grigio-2
    textarea 
        height 100px
        
    input[type="submit"], button
        box-shadow 0 0 0 0     
        -webkit-appearance none
        -moz-appearance none
        appearance none
        curson pointer
        transition all 0.5s ease
        border 0
    .no-style 
        border 0 !important
        border-radius 0 !important
        background transparent !important
        color inherit
    button 
        cursor pointer 
        
    input[type="search"]
        border-bottom 1px solid grigio-1
        padding 20px 5px
        background transparent
        box-shadow 0 0 0 0
        border-radius 0
        width 100%
        box-sizing border-box
        font-family inherit
        border-top 0
        border-left 0
        border-right 0
*/
#overlay {
  overflow-y: scroll;
  overscroll-behavior: contain;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}
.scuro .mobile-nav-button .mobile-nav-button__line {
  background: #fff;
}
.mobile-nav-button {
  width: 35px;
  position: relative;
  margin: 0rem;
  z-index: 9999;
  cursor: pointer;
  height: 22px;
}
.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 2px;
  background: #153043;
  position: relative;
  transition: 0.5s ease;
}
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0;
}
.mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
  background: #153043;
}
.mobile-nav-button__line--2 {
  display: none;
}
.mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 12px;
  position: absolute;
  background: #153043;
}
.mobile-menu {
  display: block;
  width: 100%;
  right: -100%;
  height: 100vh;
  background: #e9e9e4;
  position: absolute;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}
.mobile-menu .has-sub-menu > a {
  position: relative;
  cursor: pointer;
}
.mobile-menu .has-sub-menu > a:after {
  content: "";
  height: 7px;
  width: 23px;
  display: table;
  vertical-align: middle;
  background: url("../img/a3.svg") no-repeat;
  position: absolute;
  right: -35px;
  transform: rotate(180deg);
  top: 19px;
}
.mobile-menu .sub-menu {
  display: none;
  top: auto;
  transform: translateY(0%);
}
.mobile-menu .sub-menu li {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
.mobile-menu .sub-menu li a {
  margin: 0px auto;
  font-family: futura-pt, Arial, sans-serif;
  font-weight: normal;
}
.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.mobile-menu ul li {
  list-style: none;
  margin: 30px auto;
}
.mobile-menu ul li.instagram a {
  font-size: 0px !important;
  display: table;
  background: url("../img/ig-menu.svg") no-repeat;
  height: 66px;
  width: 66px;
  display: table;
}
.mobile-menu ul a {
  margin: 0px auto;
  display: table;
  text-align: center;
  text-decoration: none;
  color: #153043;
  font-size: calc(25px + (32 - 25) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  font-family: futura-pt-bold, sans-serif;
  font-weight: normal;
/*&:after
              content ""
              width 100%
              height 100%
              position absolute
              right -100%
              top 0
              z-index -1
              transition 0.4s ease*/
}
.mobile-menu ul a:hover {
  color: #153043;
  opacity: 0.7;
}
.mobile-menu--open {
  right: 0;
  opacity: 1;
}
.accordion {
  overflow: hidden;
  border-bottom: 1px solid #153043;
}
.accordion .accordion-item {
  border-top: 1px solid #153043;
  overflow: hidden;
}
.accordion .accordion-item .accordion-item-header.active img {
  transform: rotate(180deg);
}
.accordion .accordion-item-header {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.accordion .accordion-item-content {
  display: none;
  padding: 0px 0 15px 0;
}
.accordion.v2 .accordion-item-header {
  padding: 15px 0;
}
.accordion.v2 .accordion-item .accordion-item-header.active img {
  transform: rotate(0deg);
}
.accordion.v2 .accordion-item .accordion-item-header.active .font-12:after {
  content: "COMPRIMI";
}
.accordion.v2 .font-12:after {
  content: "ESPANDI";
}
.cta p {
  margin: 0;
}
body.blog .fascia-testo {
  padding-top: 0;
}
.isotope-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.isotope-pager .pager {
  margin: 10px 8px;
  color: #153043;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}
.filtri {
  border: 1px solid #153043;
}
.filtri .menu {
  position: relative;
  padding: 5px 10px;
}
.filtri .menu label {
  width: 100%;
  display: block;
}
.filtri .menu svg {
  transition: all 0.3s ease;
}
.filtri .menu.open svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.filtri .submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  display: none;
  background: #fff;
  z-index: 9990;
  width: 100%;
  color: #153043;
  border: 1px solid #153043;
  padding: 10px 10px 0;
}
.filtri .submenu > div {
  margin: 0 0 10px;
}
.element-item {
  display: block;
  margin: 0px;
  overflow: hidden;
  width: 100%;
}
.more-link {
  display: table;
  color: #153043;
  margin-top: 15px;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.more-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 960px) {
  .column-2 {
    column-count: 2;
    column-gap: 50px;
  }
  .col-2,
  .col-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 790px) {
  .flex {
    display: block;
  }
  .flex-only-mobile {
    display: flex;
  }
  .column-2 {
    column-count: 1;
    column-gap: 20px;
  }
  .col-2,
  .col-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: masonry;
    grid-gap: 20px;
  }
  .margin-large-left {
    margin-left: 60px;
  }
  .margin-large-right {
    margin-right: 60px;
  }
  .margin-large-top {
    margin-top: 60px;
  }
  .margin-large-bottom {
    margin-bottom: 60px;
  }
  .margin-left {
    margin-left: 40px;
  }
  .margin-right {
    margin-right: 40px;
  }
  .margin-top {
    margin-top: 40px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .margin-small-left {
    margin-left: 20px;
  }
  .margin-small-right {
    margin-right: 20px;
  }
  .margin-small-top {
    margin-top: 20px;
  }
  .margin-small-bottom {
    margin-bottom: 20px;
  }
  .margin-xsmall-left {
    margin-left: 10px;
  }
  .margin-xsmall-right {
    margin-right: 10px;
  }
  .margin-xsmall-top {
    margin-top: 10px;
  }
  .margin-xsmall-bottom {
    margin-bottom: 10px;
  }
  .padding-large-left {
    padding-left: 60px;
  }
  .padding-large-right {
    padding-right: 60px;
  }
  .padding-large-top {
    padding-top: 60px;
  }
  .padding-large-bottom {
    padding-bottom: 60px;
  }
  .padding-left {
    padding-left: 40px;
  }
  .padding-right {
    padding-right: 40px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .padding-small-left {
    padding-left: 20px;
  }
  .padding-small-right {
    padding-right: 20px;
  }
  .padding-small-top {
    padding-top: 20px;
  }
  .padding-small-bottom {
    padding-bottom: 20px;
  }
  .padding-xsmall-left {
    padding-left: 10px;
  }
  .padding-xsmall-right {
    padding-right: 10px;
  }
  .padding-xsmall-top {
    padding-top: 10px;
  }
  .padding-xsmall-bottom {
    padding-bottom: 10px;
  }
  .home header {
    background: #e9e9e4;
  }
  .home .hero-home {
    background: #e9e9e4;
    padding-bottom: 60px;
  }
  .home .hero-home .logo {
    max-width: 200px;
  }
}
