@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap");
:root {
  --color-brand: #063f70;
  --color-brand-alt: #082644;
  --color-primary: #7CBA3D;
  --color-primary-alt: #add784;
  --color-secondary: #008238;
  --color-tertiary: #43A140;
  --color-orange: #f58233;
  --color-orange-alt: #f9ae7b;
  --color-text: #666;
  --background-lightgrey: #f8f8f8;
  --background-grey: #f0F0f0;
  --color-u-term-1: #d6eefa;
  --color-u-term-10: #89cff1;
  --color-u-term-20: #2d9fe3;
  --color-u-term-30: #1a84c1;
  --color-u-term-40: #1d6a9b;
  --color-u-term-50: #254294;
  --color-u-term-60: #22366a;
  --color-u-term-90: #03233f; }

.bg-grey {
  background: var(--background-grey); }

.bg-lightgrey {
  background: var(--background-lightgrey); }

.bg-brand {
  background: var(--color-brand) !important; }

.text-black {
  color: var(--color-text); }

.text-orange {
  color: var(--color-orange); }

.header_left, .header_right {
  float: none; }

.header_left a img {
  float: none;
  max-width: 100%; }

.header-top-sidebar-container {
  background: #F8F8F8; }
  .header-top-sidebar-container .col-line {
    position: relative;
    display: none; }
@media(min-width: 992px) {
  .header-top-sidebar-container .col-line {
    display: block; } }
    .header-top-sidebar-container .col-line:after {
      content: "";
      height: 4px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px; }
  .header-top-sidebar-container .thin-list {
    padding: 12px 0; }
    .header-top-sidebar-container .thin-list li {
      float: none;
      display: inline;
      list-style: none; }
      .header-top-sidebar-container .thin-list li + li {
        margin-left: 30px; }
      .header-top-sidebar-container .thin-list li a {
        border-bottom: none;
        font-size: 13px;
        color: var(--color-text); }
      .header-top-sidebar-container .thin-list li .header-icon {
        color: #999;
        font-size: 13px; }
    .header-top-sidebar-container .thin-list li.divider {
      border-right: 1px solid #d6d6d6;
      margin-left: 15px;
      margin-right: 7px;
      position: relative;
      top: 1px; }
    .header-top-sidebar-container .thin-list li.flag {
      margin-left: 10px; }
      .header-top-sidebar-container .thin-list li.flag.current {
        box-shadow: 0 2px 0 0 var(--color-brand); }
      .header-top-sidebar-container .thin-list li.flag a:hover {
        opacity: 0.6;
        text-decoration: none; }
      .header-top-sidebar-container .thin-list li.flag a img {
        width: 13px;
        position: relative;
        top: 2px; }
      .header-top-sidebar-container .thin-list li.flag a span {
        margin-left: 4px; }

@media(max-width: 457px) {
  .header-top-sidebar-container .thin-list.languages li span {
    display: none; } }
@media(max-width: 457px) {
  .header-top-sidebar-container .thin-list.fast-links ul li + li {
    margin-left: 10px; } }
.header-action-icon {
  border-bottom: none !important;
  font-size: 16px;
  color: var(--color-brand); }
  .header-action-icon:hover {
    text-decoration: none;
    color: var(--color-brand);
    opacity: 0.7; }
  .header-action-icon img {
    height: 24px; }

.header_container {
  z-index: 666; }
  .header_container header {
    padding: 36px 15px;
    transition: padding 350ms; }

.sf-menu li a, .sf-menu li a:visited {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.71429;
  padding: 11px 15px;
  white-space: nowrap; }
.sf-menu li ul {
  width: auto;
  min-width: 190px; }
  .sf-menu li ul li {
    width: 100%;
    height: auto; }
    .sf-menu li ul li a {
      display: flex;
      align-items: center; }
      .sf-menu li ul li a .link-icon {
        height: 40px;
        width: 40px;
        object-fit: contain;
        margin-right: 7px;
        position: relative; }
        .sf-menu li ul li a .link-icon.icon-appl {
          height: 25px;
          width: 25px; }
.sf-menu li.application-submenu a .link-icon {
  height: 25px;
  width: 25px; }

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: calc(100% + 0px); }

#sidebar-menu-overaly {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1060;
  background: rgba(0, 0, 0, 0.64);
  top: 0;
  left: 0;
  display: none; }

#sidebar-menu {
  color: white;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  background: var(--color-brand);
  padding: 50px;
  left: 0;
  top: 0;
  width: 90%;
  max-width: 360px;
  z-index: 1060;
  padding-top: 30px;
  transform: translateX(-150%);
  transition: transform 350ms;
  scrollbar-color: #0a2b4d transparent; }
@media(min-width: 576px) {}
  #sidebar-menu::-webkit-scrollbar {
    width: 0.5em;
    border-radius: -8em; }
  #sidebar-menu::-webkit-scrollbar-thumb {
    background: #0a2b4d;
    border-radius: 1em; }
  #sidebar-menu::-webkit-scrollbar-track {
    background-color: transparent; }
  #sidebar-menu.show {
    transform: translateX(0); }
  #sidebar-menu #close-menu {
    font-size: 25px;
    cursor: pointer; }
  #sidebar-menu a {
    color: white; }
  #sidebar-menu .sidebar-menu-links {
    margin-top: 30px;
    display: inline-block; }
    #sidebar-menu .sidebar-menu-links.other-links {
      border-top: 1px solid white;
      padding-top: 30px; }
    #sidebar-menu .sidebar-menu-links li {
      margin-bottom: 7px; }
      #sidebar-menu .sidebar-menu-links li hr {
        border-top: 1px solid rgba(255, 255, 255, 0.6); }
      #sidebar-menu .sidebar-menu-links li a {
        font-size: 14px;
        border-bottom: none;
        transition: opacity 300ms;
        display: block; }
        #sidebar-menu .sidebar-menu-links li a:hover {
          text-decoration: none;
          opacity: 0.5; }
    #sidebar-menu .sidebar-menu-links .submenu {
      position: relative; }
      #sidebar-menu .sidebar-menu-links .submenu > a i {
        margin-left: 6px; }
      #sidebar-menu .sidebar-menu-links .submenu ul {
        display: none;
        padding-left: 30px;
        padding-top: 5px;
        margin-bottom: 30px; }

body.fixed-header .header-top-sidebar-container {
  display: none; }
body.fixed-header .main-container {
  margin-top: 168px; }
body.fixed-header .header_container {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 2px 2px 0 rgba(189, 189, 189, 0.21); }
  body.fixed-header .header_container header {
    padding-top: 10px;
    padding-bottom: 10px; }

body {
  background: #F8F8F8;
  background: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 25px; }

a {
  color: var(--color-primary);
  border-bottom: none; }
  a:hover, a:focus, a:active {
    color: var(--color-brand);
    text-decoration: none; }
    a:hover:not(.btn), a:focus:not(.btn), a:active:not(.btn) {
      border-bottom: none; }
  a.link-block {
    color: inherit; }
    a.link-block:hover, a.link-block:focus, a.link-block:active {
      border-bottom: none;
      text-decoration: none; }

small {
  font-size: 80%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro"; }

h2 {
  font-size: 24px;
  line-height: 1.5; }
  h2.large {
    font-size: 23px; }
@media(min-width: 576px) {
  h2.large {
    font-size: 30px;
    line-height: 1.4; } }
h3 {
  font-size: 22px;
  font-size: 18px;
  line-height: 1.55556;
  margin-bottom: 30px; }

.subtitle-sm {
  font-size: 12px; }

.text-primary {
  color: var(--color-primary) !important; }

.text-brand {
  color: var(--color-brand) !important; }

.form-control {
  border-radius: 0; }
  .form-control.border-bottom-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-primary);
    border-radius: 0; }
    .form-control.border-bottom-control:focus {
      background: transparent;
      border-bottom: 1px solid var(--color-primary); }

.decor:after {
  content: "";
  display: block;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  margin-top: 7px;
  transition: width 350ms;
  position: relative; }

.decor-center {
  text-align: center; }
  .decor-center:after {
    left: 50%;
    transform: translateX(-50%); }

[data-aos]:after {
  width: 0; }
[data-aos].show-decor:after {
  width: 50px; }

p {
  padding: 0;
  margin-bottom: 1rem; }

.table.table-th-primary th {
  background-color: var(--color-primary);
  color: white;
  vertical-align: top;
  text-align: center; }
.table.table-data-default td, .table.table-data-default th {
  padding: 0.25rem 0.7rem; }
.table.table-data-default tr:first-child td, .table.table-data-default tr:first-child th {
  border-top: none; }
.table.table-data-default th {
  background: var(--color-primary);
  color: white; }
.table.table-data-grey th {
  background: var(--background-grey);
  color: var(--color-text); }

@keyframes loader-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@keyframes marker-jump {
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(-5px); }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.owl-nav button {
  color: var(--color-brand) !important;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: #f8f8f8 !important;
  border-radius: 100%; }
  .owl-nav button:active, .owl-nav button:focus {
    outline: none;
    box-shadow: none; }

.owl-dots {
  text-align: center; }

.owl-dot {
  width: 20px;
  height: 5px;
  box-shadow: inset 0 0 0 1px var(--color-brand);
  margin: 0 3px; }
  .owl-dot:focus, .owl-dot:active {
    outline: none; }
  .owl-dot.active {
    box-shadow: inset 0 0 0 50px var(--color-brand); }

.owl-carousel.small-dots .owl-dot {
  width: 5px; }

.hero-carousel .owl-dots {
  position: absolute;
  top: 20px;
  width: 100%; }
.hero-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  top: 22px;
  z-index: 2; }

.about-carousel {
  margin-top: 80px; }
  .about-carousel .slide.slide-img {
    height: 0;
    padding-bottom: 60%;
    position: relative; }
    .about-carousel .slide.slide-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
@media(min-width: 767px) {
  .about-carousel .slide.slide-video iframe {
    width: 100% !important;
    height: 150px; } }
@media(min-width: 768px) {
  .about-carousel .slide.slide-video {
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden; }
    .about-carousel .slide.slide-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; } }
  .about-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px; }
  .about-carousel .owl-nav {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    top: -38px;
    z-index: 2; }

@media (max-width: 992px) {
  .about-carousel .slide {
    height: auto !important;
    padding-bottom: 0 !important; }
    .about-carousel .slide img {
      position: relative !important;
      height: auto !important; } }

.owl-carousel .owl-stage {
  display: flex; }
@media(min-width: 768px) {
  .owl-carousel .owl-stage {
    align-items: center; } }
.owl-carousel .slide.slide-text {
  display: flex;
  justify-content: center;
  align-items: center; }

.owl-carousel.about-carousel .owl-stage {
  display: block; }
@media(min-width: 768px) {
  .owl-carousel.about-carousel .owl-stage {
    display: flex; } }
.form-control {
  background: var(--background-lightgrey);
  border-color: var(--background-grey);
  font-family: "Source Sans Pro";
  font-weight: 300; }
  .form-control:focus {
    box-shadow: none;
    border-color: var(--background-grey);
    background: var(--background-grey); }

.single-prodotti.main-container {
  overflow-x: hidden; }

.product-hero-image {
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
@media(max-width: 767px) {
  .product-hero-image {
    background: none !important; } }
  .product-hero-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f8f8f8, transparent); }

.product-hero-wrapper {
  margin-bottom: 40px; }
  .product-hero-wrapper .product-hero-text {
    background: #f0f0f0;
    position: relative;
    min-height: 260px; }
  .product-hero-wrapper .product-hero-image-mobile {
    width: 100%;
    height: 0;
    padding-bottom: 24%;
    background-size: cover; }
@media(min-width: 768px) {
  .product-hero-wrapper .product-hero-image-mobile {
    display: none; } }
  .product-hero-wrapper .product-hero-title {
    display: inline-block;
    padding: 20px 20px;
    color: white;
    background: var(--color-primary);
    max-width: 100%;
    width: 100%;
    position: relative;
    text-align: left; }
    .product-hero-wrapper .product-hero-title > div {
      width: 100%; }
@media(min-width: 768px) {
  .product-hero-wrapper .product-hero-title {
    height: 367px;
    max-width: 330px;
    padding: 20px 20px;
    min-width: 330px;
    display: flex;
    justify-content: center;
    align-items: center; } }
    .product-hero-wrapper .product-hero-title h1 {
      color: inherit;
      text-align: left; }
      .product-hero-wrapper .product-hero-title h1:after {
        background: white !important; }
    .product-hero-wrapper .product-hero-title .box-header {
      margin-bottom: 30px;
      position: relative; }
    .product-hero-wrapper .product-hero-title > div {
      font-family: "Source Sans Pro";
      font-size: 20px;
      line-height: 26px;
      font-weight: 300; }

.product-description {
  text-align: justify; }

.product-2d-profile {
  position: relative;
  overflow: hidden;
  min-height: 160px; }
  .product-2d-profile img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain; }

.product-applications-container {
  margin-bottom: -20px; }
  .product-applications-container .product-application {
    margin-bottom: 20px;
    display: flex; }
    .product-applications-container .product-application img {
      width: 25px;
      height: 25px;
      margin-right: 10px;
      vertical-align: middle; }

.product-u-term {
  color: white;
  position: relative;
  height: 110px;
  width: 110px;
  font-weight: 100; }
  .product-u-term.u-term-rect {
    height: 140px; }
  .product-u-term.u-term-1_5 {
    background: var(--color-u-term-1);
    color: var(--color-brand); }
  .product-u-term.u-term-10 {
    background: var(--color-u-term-10); }
  .product-u-term.u-term-10_20 {
    background: var(--color-u-term-10); }
    .product-u-term.u-term-10_20:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: var(--color-u-term-20);
      right: 0; }
  .product-u-term.u-term-10_30 {
    background: var(--color-u-term-10); }
    .product-u-term.u-term-10_30:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: var(--color-u-term-30);
      right: 0; }
  .product-u-term.u-term-20 {
    background: var(--color-u-term-20); }
  .product-u-term.u-term-20_30 {
    background: var(--color-u-term-20); }
    .product-u-term.u-term-20_30:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: var(--color-u-term-30);
      right: 0; }
  .product-u-term.u-term-20_60 {
    background: var(--color-u-term-20); }
    .product-u-term.u-term-20_60:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: var(--color-u-term-60);
      right: 0; }
  .product-u-term.u-term-40 {
    background: var(--color-u-term-40); }
  .product-u-term.u-term-50 {
    background: var(--color-u-term-50); }
  .product-u-term.u-term-60 {
    background: var(--color-u-term-60); }
  .product-u-term.u-term-60 {
    background: var(--color-u-term-60); }
  .product-u-term.u-term-90_130 {
    background: var(--color-u-term-90); }
  .product-u-term.u-term-2_55 {
    background: var(--color-u-term-1);
    color: #a0a0a0; }
    .product-u-term.u-term-2_55:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: var(--color-u-term-60);
      right: 0; }
  .product-u-term > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    white-space: nowrap; }
    .product-u-term > div span {
      font-size: 27px;
      font-weight: 500; }

@media(max-width: 575px) {
  .product-u-term {
    width: 100%;
    height: 42px !important; }
    .product-u-term > div span {
      font-size: 20px; }
    .product-u-term br {
      display: none; } }
.product-assembly-details-item {
  margin-bottom: 20px; }
  .product-assembly-details-item.is-square .product-assembly-details-image {
    padding-bottom: 106% !important; }
  .product-assembly-details-item .product-assembly-details-image {
    height: 0;
    background: var(--background-grey);
    position: relative;
    padding-bottom: 51%; }
    .product-assembly-details-item .product-assembly-details-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }
  .product-assembly-details-item .product-assembly-details-caption {
    font-size: 13px;
    line-height: 17px;
    background: var(--background-grey);
    padding: 8px 11px; }

.product-accessories-item {
  margin-bottom: 40px; }
  .product-accessories-item .product-accessory-image {
    border: 1px solid var(--background-grey); }
  .product-accessories-item .product-accessory-code {
    background: var(--background-grey);
    padding: 2px 8px;
    font-weight: 700; }
  .product-accessories-item .product-accessory-text {
    margin-top: 5px;
    padding: 2px 7px;
    line-height: 17px;
    font-size: 13px; }

.application-product-item {
  margin-bottom: 40px; }
  .application-product-item:hover .img-block-bg img {
    transform: scale(1.1); }
  .application-product-item .application-product-dsc {
    margin-top: 15px; }
@media(max-width: 575px) {
  .application-product-item .application-product-dsc {
    margin-bottom: 15px; } }
  .application-product-item .application-product-cover {
    background-size: cover; }
@media(max-width: 575px) {
  .application-product-item .application-product-cover {
    height: 0;
    padding-bottom: 25%; } }
.datatable-cont {
  margin-bottom: 40px; }
  .datatable-cont .simple-datatable thead tr:first-child th {
    font-weight: bold;
    color: var(--color-primary); }
  .datatable-cont .simple-datatable .measure {
    font-size: 11px; }
  .datatable-cont .simple-datatable tbody td {
    border-bottom: 1px solid #d8d8d8; }

.irs-single {
  background: var(--color-brand); }
  .irs-single:after {
    border-top-color: var(--color-brand); }

.preview-lastra {
  display: none;
  border: 1px solid #9de6d4;
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  background-image: url(../images/texture_lastra.png);
  box-shadow: 7px 7px 5px -2px rgba(0, 0, 0, 0.35);
  background-size: 901px; }
  .preview-lastra.policomp {
    background: #8fbbdb; }

.joint-item .joint-image {
  height: 0;
  padding-bottom: 75%;
  background-size: cover; }
.joint-item .joint-color {
  height: 13px;
  margin-bottom: 5px; }
.joint-item .joint-title {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid; }
.joint-item .joint-subtitle {
  font-size: 11px; }

.carico-row td:nth-child(3) {
  background: #e5e5e5; }
.carico-row td:nth-child(4) {
  background: #d9d9d9; }
.carico-row td:nth-child(5) {
  background: #cccccc; }

.dati-scheda-cont table.resistenza-curvo td, .dati-scheda-cont table.resistenza-curvo th {
  font-weight: bold; }
.dati-scheda-cont table.resistenza-curvo tr td:nth-child(1n+9) {
  background: #e5e5e5; }
.dati-scheda-cont table.resistenza-curvo tr td:nth-child(1n+16) {
  background: #d9d9d9; }
.dati-scheda-cont table.resistenza-curvo tr td:nth-child(1n+23) {
  background: #cccccc; }

.product-loads-row:not(:first-child) .product-loads-panel-code {
  display: none; }

.product-loads-dsc {
  font-size: 13px; }

.product-loads-row-panel {
  flex-wrap: nowrap; }
  .product-loads-row-panel .product-loads-panel {
    text-align: center; }
  .product-loads-row-panel .product-loads-panel-code {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px; }
  .product-loads-row-panel img {
    height: 37px; }

img.no-graph {
  height: 37px; }

.row.apribili-standard-tables table thead > tr th {
  font-size: 12px; }
.row.apribili-standard-tables table thead > tr:first-child td {
  height: 90px; }
.row.apribili-standard-tables table thead > tr:nth-child(2) img {
  max-height: 29px; }
.row.apribili-standard-tables table thead > tr:nth-child(3) > th:first-child {
  white-space: nowrap; }

.tutotial-info-link-image {
  transition: transform 150ms linear;
  display: block; }
  .tutotial-info-link-image:hover {
    transform: scale(0.95); }

.treatments-bg-section {
  font-family: "Source Sans Pro";
  font-size: 30px;
  line-height: 46px;
  font-weight: 200;
  padding: 50px 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center; }
@media(min-width: 768px) {
  .treatments-bg-section {
    font-size: 40px; } }
  .treatments-bg-section.is-wide {
    padding: 40px; }
@media(min-width: 768px) {
  .treatments-bg-section.is-wide {
    padding: 100px; } }
  .treatments-bg-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.54); }
  .treatments-bg-section > div {
    position: relative;
    color: black; }

.treatment-tag {
  background: var(--background-grey);
  padding: 15px;
  display: block;
  text-align: center; }

a.treatment-tag:hover, a.treatment-tag.active {
  background: var(--color-primary);
  color: white; }

.treatments-container > div:nth-child(3) > div:first-child, .treatments-container > div:nth-child(4) > div:first-child, .treatments-container > div:nth-child(7) > div:first-child, .treatments-container > div:nth-child(8) > div:first-child {
  order: 2; }
.treatments-container .treatment-item {
  margin-bottom: 40px; }
.treatments-container .treatment-icon {
  text-align: center;
  padding: 20px 0; }
  .treatments-container .treatment-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover; }
.treatments-container .treatment-image-wrapper {
  background: var(--background-lightgrey); }
.treatments-container .treatment-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .treatments-container .treatment-title h3 {
    color: var(--color-primary); }
  .treatments-container .treatment-title img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover; }
.treatments-container .treatment-text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px; }

.treatment-color-previews-item {
  margin-bottom: 20px; }

.poly-certification-item {
  text-align: center; }
  .poly-certification-item.col-25 {
    flex: 0 0 20%; }
  .poly-certification-item .poly-certification-image {
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .poly-certification-item .poly-certification-text {
    background: var(--background-grey);
    padding: 10px;
    min-height: 95px; }

@media(max-width: 767px) {
  .grid .grid-item {
    position: relative; }
    .grid .grid-item > div {
      background: url("https://gallina.it/_files/uploads/gallery/21661/Senza-titolo-1777.png");
      background-size: cover;
      position: absolute;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      top: 0;
      left: 0;
      overflow: hidden; }
      .grid .grid-item > div:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, transparent, var(--color-brand));
        opacity: 0;
        transform: translateY(20px);
        transition: all 350ms; }
      .grid .grid-item > div .gallery-title {
        position: absolute;
        bottom: 0;
        padding: 5px 10px;
        color: white;
        opacity: 0;
        visibility: hidden;
        text-transform: uppercase;
        transform: translateY(-20px);
        transition: all 350ms; }
      .grid .grid-item > div:hover:before {
        opacity: 1;
        transform: translateY(0px); }
      .grid .grid-item > div:hover .gallery-title {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
    .grid .grid-item:after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%; } }
@media(min-width: 768px) {
  .grid {
    /* 2 columns */ }
    .grid > div {
      padding: 0; }
    .grid .grid-sizer,
    .grid .grid-item {
      width: 25%; }
    .grid .grid-item-2-1 {
      width: 50%; }
    .grid .grid-item-2-1 {
      width: 50%; }
    .grid .grid-item {
      position: relative; }
      .grid .grid-item > div {
        background: url("https://gallina.it/_files/uploads/gallery/21661/Senza-titolo-1777.png");
        background-size: cover;
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 0;
        left: 0;
        overflow: hidden; }
        .grid .grid-item > div:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: linear-gradient(180deg, transparent, var(--color-brand));
          opacity: 0;
          transform: translateY(20px);
          transition: all 350ms; }
        .grid .grid-item > div .gallery-title {
          position: absolute;
          bottom: 0;
          padding: 5px 10px;
          color: white;
          opacity: 0;
          visibility: hidden;
          text-transform: uppercase;
          transform: translateY(-20px);
          transition: all 350ms; }
        .grid .grid-item > div:hover:before {
          opacity: 1;
          transform: translateY(0px); }
        .grid .grid-item > div:hover .gallery-title {
          opacity: 1;
          visibility: visible;
          transform: translateY(0); }
      .grid .grid-item:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%; }
      .grid .grid-item.grid-item-1-2:after {
        padding-bottom: 200%; }
      .grid .grid-item.grid-item-2-1:after {
        padding-bottom: 50%; } }
.gallery-filters-container {
  display: flex; }
@media(min-width: 768px) {
  .gallery-filters-container > div + div {
    margin-left: 20px; } }
  .gallery-filters-container .dropdown-menu a {
    font-size: 14px; }

.gallery-item > a {
  margin-bottom: 20px; }
  .gallery-item > a:hover div {
    transform: scale(1) !important;
    opacity: 1 !important; }
  .gallery-item > a:hover img {
    transform: scale(1.1) !important; }
  .gallery-item > a .gallery-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%; }
    .gallery-item > a .gallery-image div {
      position: absolute;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      background: white;
      color: var(--color-brand);
      display: flex;
      justify-content: center;
      align-items: center;
      left: 50%;
      top: 50%;
      margin-top: -15px;
      margin-left: -15px;
      opacity: 0;
      transform: scale(0);
      transition: all 350ms; }
    .gallery-item > a .gallery-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      transition: transform 350ms; }
  .gallery-item > a .gallery-info {
    background: var(--background-grey);
    padding: 10px;
    color: var(--color-text);
    font-size: 13px; }

.gallery-details-props {
  display: flex;
  justify-content: space-between; }
  .gallery-details-props a {
    font-weight: 600;
    display: block; }
    .gallery-details-props a:hover {
      color: var(--color-primary);
      opacity: 0.7; }

.single-gallery-info {
  margin-bottom: 40px; }

.single-gallery-main-links > div {
  text-align: center; }
.single-gallery-main-links i {
  font-size: 40px; }

.skeleton {
  background: lightgrey;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), var(--background-grey);
  background-position: -40% 0;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  animation: shine 2s infinite; }

.skeleton-image {
  padding-bottom: 135px;
  margin-bottom: 20px; }

.skeleton-image-square {
  padding-bottom: 100%;
  margin-bottom: 20px; }

.skeleton-text-half {
  width: 50%;
  height: 20px;
  margin-bottom: 10px; }

@keyframes shine {
  to {
    background-position: 120% 0; } }
.search-wrapper {
  position: relative; }
  .search-wrapper i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--color-primary); }
  .search-wrapper input {
    padding-left: 21px; }

.download-list-item {
  border-bottom: 1px solid #f0f0f0; }
  .download-list-item a {
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .download-list-item a:hover span {
      color: var(--color-brand); }
    .download-list-item a:hover i {
      color: var(--color-brand); }
    .download-list-item a i {
      position: relative;
      transition: color 350ms;
      top: 2px; }
    .download-list-item a span {
      transition: color 350ms;
      color: var(--color-text); }

.table-download-container .table-download-macro {
  background: var(--color-primary);
  color: white;
  padding: 5px 10px; }
.table-download-container table thead th {
  font-size: 12px;
  line-height: 15px;
  text-align: center; }
  .table-download-container table thead th.table-download-micro {
    text-align: left;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    width: 310px; }
.table-download-container table tbody td {
  text-align: center;
  vertical-align: middle; }
  .table-download-container table tbody td.table-download-product {
    vertical-align: middle;
    text-align: left;
    color: var(--color-brand);
    font-weight: 600; }

.download-tabel-popover-link {
  font-weight: 600;
  color: var(--color-primary);
  transition: color 350ms;
  padding: 10px 0; }
  .download-tabel-popover-link + a {
    border-top: 1px solid var(--background-grey); }
  .download-tabel-popover-link:hover {
    color: var(--color-brand); }

.news-page-item {
  margin-bottom: 40px; }

.post-item-info {
  display: flex;
  margin-bottom: 10px; }

.post-date {
  background: var(--color-brand);
  color: #FFF;
  padding: 11px 13px 12px;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-right: 5px; }
  .post-date:after {
    content: "";
    width: 0;
    height: 0;
    display: inline;
    visibility: visible;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-top: 5px solid var(--color-brand);
    border-right: 5px solid transparent; }
  .post-date.has-up-right-angle:after {
    bottom: auto;
    left: auto;
    right: -10px;
    top: 0;
    border-top: 10px solid var(--color-brand);
    border-right: 10px solid transparent; }

.post-category {
  background: var(--color-primary);
  color: #FFF;
  padding: 11px 13px 12px;
  font-size: 12px;
  position: relative; }

.post-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 150px;
  display: block;
  margin-bottom: 5px; }
  .post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms; }
  .post-image:hover img {
    transform: scale(1.2); }

.post-title {
  line-height: 150%; }

.news-events-container .table-events {
  width: 100%; }
  .news-events-container .table-events td {
    border: 1px solid #d6d6d6;
    padding: 15px 9px; }

.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  margin-top: 5px;
  margin-bottom: 0; }
.post-content blockquote {
  margin: 29px 0 30px 0;
  padding-left: 30px;
  line-height: 1.55556;
  font-size: 18px;
  border-color: var(--color-brand); }
.post-content p {
  padding: 1em 0;
  line-height: 1.71429;
  margin: 0; }
.post-content ul, .post-content ol {
  padding: 0;
  margin: 5px 0 20px; }
  .post-content ul li:before, .post-content ol li:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color-primary);
    margin-right: 8px; }
.post-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.post-content .alignright {
  float: right;
  margin: 0 20px 20px 5px; }

a.category-tag {
  display: block;
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  margin-bottom: 10px;
  padding: 5px 9px;
  text-transform: uppercase; }
  a.category-tag:hover, a.category-tag.active {
    background: var(--color-brand);
    color: white;
    border-bottom: 1px solid !important; }

.complessivo, .dettaglio {
  position: relative;
  height: 0;
  padding-bottom: 63%; }
  .complessivo img, .dettaglio img {
    max-width: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .complessivo .main, .dettaglio .main {
    box-shadow: 0 0 0 1px var(--color-brand); }
  .complessivo .part, .dettaglio .part {
    display: none;
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: unset; }

.mappa.dettaglio {
  display: none; }

@media(min-width: 768px) {
  .map-column {
    padding-right: 0; } }
.map-links-column {
  background: var(--color-brand);
  box-shadow: 0 -1px 0 0 var(--color-brand); }

.map-links ul li a {
  padding: 5px 7px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.33);
  display: block; }
.map-links ul li ul {
  display: none;
  border-left: 1px solid var(--color-orange); }
.map-links > ul > li > a {
  color: white;
  font-weight: bold; }
  .map-links > ul > li > a.active, .map-links > ul > li > a:hover, .map-links > ul > li > a.hover {
    background: var(--color-primary);
    color: white;
    border-bottom-color: var(--color-primary); }
.map-links > ul > li > ul a {
  color: white;
  padding-left: 15px; }
  .map-links > ul > li > ul a.active, .map-links > ul > li > ul a:hover, .map-links > ul > li > ul a.hover {
    background: var(--color-orange);
    color: white;
    border-bottom-color: var(--color-orange); }
.map-links > ul > li > ul ul {
  border-left: none; }
  .map-links > ul > li > ul ul a {
    color: white;
    padding-left: 15px;
    background: var(--color-primary-alt);
    border-bottom-color: rgba(240, 240, 240, 0.33); }
    .map-links > ul > li > ul ul a.active, .map-links > ul > li > ul ul a:hover, .map-links > ul > li > ul ul a.hover {
      background: var(--color-primary-alt);
      border-bottom-color: rgba(240, 240, 240, 0.33);
      color: white; }

.products-list-wrapper > div {
  margin-top: 40px; }
.products-list-wrapper a {
  color: var(--color-brand);
  font-weight: 600; }
  .products-list-wrapper a img {
    max-width: 100%;
    height: 57px;
    object-fit: cover; }

.choosing-guide-page .news-col {
  background-color: var(--color-tertiary);
  display: flex; }
  .choosing-guide-page .news-col:first-child {
    background-color: var(--color-secondary); }
  .choosing-guide-page .news-col:last-child {
    background-color: var(--color-primary); }

.work-with-us .decor:after {
  background: var(--color-orange); }
.work-with-us .rhomboid-icon {
  background: var(--color-orange) !important; }
.work-with-us .product-hero-wrapper .product-hero-title {
  background: var(--color-brand); }
.work-with-us .btn.btn-grey {
  color: var(--color-orange) !important; }
.work-with-us .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.38);
  padding: 8px 20px;
  display: flex; }
.work-with-us .slide {
  height: 0;
  padding-bottom: 70%;
  background-size: cover; }
.work-with-us .grid-item > div:before {
  content: none !important; }
.work-with-us .grid-item .testimonial-title {
  position: absolute;
  background: rgba(6, 63, 112, 0.85);
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  color: white;
  line-height: 24px;
  font-size: 20px;
  font-weight: 100; }
  .work-with-us .grid-item .testimonial-title > div:last-child {
    font-size: 18px;
    font-style: italic; }

.number-value {
  font-size: 10px;
  padding-top: 10px; }

.jobs-tabs-content-container > div:not(:first-child) {
  display: none; }

.jobs-tab {
  background: var(--color-orange);
  color: white;
  padding: 30px;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer; }
  .jobs-tab:nth-child(2) {
    background: #f4711a; }
  .jobs-tab:nth-child(3) {
    background: #e0600b; }

.job-type {
  border: 1px solid #e3e3e3;
  cursor: pointer; }
  .job-type:hover, .job-type.active {
    background: var(--color-orange);
    color: white; }
  .job-type .job-type-image {
    height: 0;
    padding-bottom: 60%;
    background-size: cover; }
  .job-type .job-type-name {
    padding: 10px;
    padding-bottom: 30px;
    font-size: 18px; }

.job-category {
  border: 1px solid #e3e3e3;
  padding: 10px 10px;
  cursor: pointer;
  margin-bottom: 20px; }
  .job-category:hover, .job-category.active {
    background: var(--color-orange);
    color: white; }

.job-card {
  padding: 40px;
  margin-top: 20px; }
  .job-card .job-dsc {
    margin-top: 20px; }

.job-card .job-info div {
  margin-bottom: 7px; }
  .job-card .job-info div div {
    color: var(--color-orange);
    line-height: 17px; }

.about-us-main .about-us-img-wrapper {
  background: var(--background-grey);
  padding: 10px; }
.about-us-main .about-us-img {
  height: 0;
  padding-bottom: 100%;
  background-size: cover; }
.about-us-main .about-us-title {
  padding: 20px 10px; }
  .about-us-main .about-us-title h6 {
    margin-bottom: 0;
    font-style: italic; }
.about-us-main .about-us-txt {
  position: relative;
  font-size: 11px;
  line-height: 17px;
  padding-left: 40px;
  padding-right: 20px; }
  .about-us-main .about-us-txt:before {
    content: "";
    height: 30px;
    width: 30px;
    background: url("../icons/open-quote.svg");
    background-size: contain;
    position: absolute;
    left: 4px;
    top: -12px; }

.testimoninace-text p {
  font-size: 11px;
  line-height: 17px; }

.article-list {
  margin-bottom: 50px; }

.article-text p {
  font-size: 11px;
  line-height: 17px; }
.article-text h6 {
  margin-bottom: 30px; }

.single-job-info > div {
  margin-bottom: 40px; }

.single-job-sidebar-info {
  padding-top: 80px; }
  .single-job-sidebar-info > div {
    margin-bottom: 30px; }
    .single-job-sidebar-info > div h6 {
      margin-bottom: 0; }

.grid-press-responsive {
  /* 2 columns */ }
  .grid-press-responsive > div {
    padding: 0; }
  .grid-press-responsive .grid-sizer,
  .grid-press-responsive .grid-item {
    width: 100%; }
  .grid-press-responsive .grid-item-2-1 {
    width: 100%; }
  .grid-press-responsive .grid-item-1-2 {
    width: 100%; }
  .grid-press-responsive .grid-item {
    position: relative;
    padding: 10px; }
    .grid-press-responsive .grid-item.grid-item-1-2 .press-item-image {
      padding-bottom: 170%; }
    .grid-press-responsive .grid-item.grid-item-2-1 .press-item-image {
      padding-bottom: 29%; }
    .grid-press-responsive .grid-item .press-item .press-item-info {
      background: var(--background-grey);
      padding: 15px 20px; }
      .grid-press-responsive .grid-item .press-item .press-item-info h3 {
        margin-bottom: 10px; }
        .grid-press-responsive .grid-item .press-item .press-item-info h3:after {
          margin-top: 0; }
      .grid-press-responsive .grid-item .press-item .press-item-info h4 {
        margin-bottom: 10px; }
    .grid-press-responsive .grid-item .press-item .press-item-image {
      position: relative;
      overflow: hidden;
      display: block; }
      .grid-press-responsive .grid-item .press-item .press-item-image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--color-brand);
        opacity: 0.4;
        transition: all 350ms; }
      .grid-press-responsive .grid-item .press-item .press-item-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 350ms; }
      .grid-press-responsive .grid-item .press-item .press-item-image:hover:after {
        opacity: 0.7; }
      .grid-press-responsive .grid-item .press-item .press-item-image:hover img {
        transform: scale(1.2); }

@media(min-width: 576px) {
  .grid-press-responsive .grid-sizer,
  .grid-press-responsive .grid-item {
    width: 50%; }
  .grid-press-responsive .grid-item-2-1 {
    width: 100%; }
  .grid-press-responsive .grid-item-1-2 {
    width: 50%; } }
@media(min-width: 992px) {
  .grid-press-responsive .grid-sizer,
  .grid-press-responsive .grid-item {
    width: 33%; }
  .grid-press-responsive .grid-item-2-1 {
    width: 100%; }
  .grid-press-responsive .grid-item-1-2 {
    width: 33%; } }
@media(min-width: 1200px) {
  .grid-press-responsive .grid-sizer,
  .grid-press-responsive .grid-item {
    width: 25%; }
  .grid-press-responsive .grid-item-2-1 {
    width: 50%; }
  .grid-press-responsive .grid-item-1-2 {
    width: 25%; } }
.press-tag {
  background: var(--background-grey);
  color: var(--color-primary);
  padding: 10px 20px;
  margin-bottom: 10px;
  display: block;
  text-align: center; }
  .press-tag:hover, .press-tag.active {
    background: var(--color-primary);
    color: white; }

.page-going-green .product-item-content {
  padding: 20px;
  padding-top: 0; }

.goinggreen-icon-title img {
  width: 50px;
  height: 50px;
  object-fit: cover; }

.goinggreen-icon-text {
  padding-left: 66px;
  padding-top: 10px; }

.treatments-bg-section.going-green-section .product-item-title {
  color: #000; }
@media(min-width: 768px) {
  .treatments-bg-section.going-green-section .product-item-title {
    color: white; } }
.contact-info-col {
  margin-bottom: 20px; }

img.title-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 15px; }

.page {
  width: 100%; }

.btn {
  padding: 16px 29px 17px;
  font-size: 14px;
  border-radius: 0; }
@media(max-width: 575px) {
  .btn {
    font-size: 12px; } }
  .btn.btn-bold {
    font-weight: 700; }
  .btn.btn-sm {
    padding: 9px 17px; }
  .btn.btn-primary {
    border-color: var(--color-primary);
    background: var(--color-primary); }
    .btn.btn-primary:hover {
      border-color: var(--color-tertiary);
      background: var(--color-tertiary); }
  .btn.btn-grey {
    background: var(--background-grey);
    border-color: var(--background-grey);
    color: var(--color-primary); }
  .btn.btn-brand {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: white; }
  .btn.btn-lightgrey {
    background: var(--background-lightgrey);
    border-color: var(--background-lightgrey);
    color: var(--color-primary); }

.info-box {
  position: relative;
  background: #FFF;
  padding: 33px 50px 47px;
  text-align: center; }
  .info-box .info-box-body {
    padding: 33px 50px 47px; }
  .info-box .info-box-img {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
    .info-box .info-box-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      left: 0;
      top: 0; }

.pt-xl {
  padding-top: 90px !important; }

.pb-xl {
  padding-bottom: 90px !important; }

section {
  margin-bottom: 90px; }

.loader-wrapper .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6666; }
  .loader-wrapper .loader img {
    animation: loader-pulse 1000ms infinite; }

@media (min-width: 1200px) {
  .container {
    max-width: 1230px; } }
.hexagon:before {
  bottom: 100%;
  border-bottom: 25.11px solid var(--color-primary); }

.hexagon:after {
  top: 100%;
  border-top: 25.11px solid var(--color-primary); }

.hexagon::before, .hexagon::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  border-left: 43.5px solid transparent;
  border-right: 43.5px solid transparent; }

.hexagon span {
  background: var(--color-primary); }
  .hexagon span img {
    height: 50px; }

.img-block-bg {
  position: relative;
  overflow: hidden; }
  .img-block-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 350ms;
    transform-origin: left; }

.popover-body {
  color: #ffffff;
  background: var(--color-primary); }

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  border-top-color: var(--color-primary); }

.popover-white .popover-body {
  color: var(--color-text);
  background: white; }
.popover-white .bs-popover-auto[x-placement^=top] .arrow::after,
.popover-white .bs-popover-top .arrow::after {
  border-top-color: white; }

.dropdown button {
  box-shadow: none !important;
  background: white !important;
  border: white !important;
  color: var(--color-text) !important;
  border-bottom: 2px solid var(--color-primary) !important; }
  .dropdown button:focus, .dropdown button:active {
    outline: none;
    box-shadow: none !important;
    background: white !important;
    border: white !important;
    color: var(--color-text) !important;
    border-bottom: 2px solid var(--color-primary) !important; }
.dropdown .dropdown-menu {
  border-radius: 0; }
  .dropdown .dropdown-menu a:hover {
    background: var(--color-primary);
    color: white; }

[data-readmore] {
  overflow: hidden;
  transition: height 350ms ease 0s; }

.modal-backdrop {
  background-color: rgba(35, 35, 35, 0.52); }

.modal-content {
  border-radius: 0;
  border: none; }
  .modal-content .modal-header {
    border-bottom: none;
    border-radius: 0;
    background: var(--color-primary); }
    .modal-content .modal-header .modal-title {
      font-size: 20px;
      color: white; }
    .modal-content .modal-header .close {
      color: white; }
  .modal-content .modal-footer {
    border-radius: 0; }

.modal.fade.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1); }
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.socials-wrapper-fixed {
  background: var(--color-brand);
  position: fixed;
  height: 60vh;
  min-height: 600px;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
@media(max-width: 575px) {
  .socials-wrapper-fixed {
    display: none; } }
@media(min-width: 1715px) {
  .socials-wrapper-fixed {
    right: calc(((100vW - 1609px) / 2) - 50px); } }
  .socials-wrapper-fixed .social-icon {
    text-align: center;
    padding: 10px; }
  .socials-wrapper-fixed a {
    display: block;
    color: white;
    font-size: 23px; }
  .socials-wrapper-fixed img {
    width: 25px; }

.home-carousel {
  max-width: 1600px;
  margin: 0 auto; }
  .home-carousel .slide {
    height: 60vh;
    min-height: 600px;
    background-size: cover;
    background-position: bottom;
    position: relative; }
    .home-carousel .slide:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, #ffffff, transparent); }
    .home-carousel .slide .slide-content {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-61%); }
      .home-carousel .slide .slide-content .slide-title {
        font-family: "Source Sans Pro";
        font-size: 40px;
        line-height: 46px;
        font-weight: 200; }
@media(min-width: 768px) {
  .home-carousel .slide .slide-content .slide-title {
    font-size: 60px;
    line-height: 66px; } }
        .home-carousel .slide .slide-content .slide-title strong {
          color: var(--color-primary);
          font-weight: 700; }
      .home-carousel .slide .slide-content .slide-text {
        line-height: 28px;
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
        max-width: 540px; }
@media(min-width: 768px) {
  .home-carousel .slide .slide-content .slide-text {
    margin-top: 40px; } }
      .home-carousel .slide .slide-content .slide-cta {
        margin-top: 40px; }

#home-news-section {
  margin-top: -80px; }

.news-col {
  background-color: var(--color-tertiary);
  display: flex; }
  .news-col:first-child {
    background-color: var(--color-primary); }
  .news-col:last-child {
    background-color: var(--color-secondary); }

.news-item {
  display: flex;
  text-decoration: none;
  color: white;
  flex-direction: column;
  justify-content: space-between; }
  .news-item .news-content {
    padding: 25px 30px 30px; }
  .news-item h2 {
    color: white;
    margin-bottom: 16px; }
  .news-item .news-text {
    color: white; }
  .news-item:hover {
    text-decoration: none;
    border: none; }
    .news-item:hover .news-image img {
      transform: scale(1.2); }
    .news-item:hover h2 {
      opacity: 0.6;
      color: white; }
    .news-item:hover .news-text {
      opacity: 0.6;
      color: white; }
  .news-item .news-image {
    height: 0;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden; }
    .news-item .news-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 350ms; }

.company-profile-images-wrapper img {
  position: relative; }
  .company-profile-images-wrapper img:last-child {
    margin-top: -40px;
    left: -40px; }

#certifications {
  padding: 60px 0; }
  #certifications .certification-item {
    text-align: center; }
    #certifications .certification-item img {
      width: 100%;
      margin: 0 auto;
      max-width: 150px; }

.has-overlay-text {
  position: relative;
  background-size: 100% 100%;
  transition: background-size 350ms;
  background-position: center;
  overflow: hidden; }
  .has-overlay-text .overlay-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, var(--color-primary) 0%, rgba(6, 63, 112, 0) 100%);
    padding: 20px;
    font-size: 17px;
    line-height: 20px;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 350ms, transform 350ms; }
  .has-overlay-text:hover {
    background-size: 120% 120%; }
    .has-overlay-text:hover .overlay-text {
      opacity: 1;
      transform: translateY(0); }

.home-products .product-item {
  margin-bottom: 70px;
  display: block; }
  .home-products .product-item:hover {
    text-decoration: none !important;
    border-bottom: none !important; }
    .home-products .product-item:hover .product-title {
      opacity: 0.6; }
  .home-products .product-item .product-img {
    padding-bottom: 70%;
    position: relative; }
  .home-products .product-item .product-title {
    font-size: 24px;
    text-decoration: none;
    margin-top: 10px;
    color: black; }

.application-icon {
  width: 40px;
  height: 40px;
  object-fit: contain; }

#home-applications {
  background-size: cover;
  background-attachment: fixed; }

#home-applications {
  position: relative; }
  #home-applications:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    position: absolute; }
  #home-applications .application-col {
    margin-bottom: 50px; }
    #home-applications .application-col .application-item {
      display: block;
      text-decoration: none;
      transition: box-shadow 200ms, transform 200ms; }
      #home-applications .application-col .application-item:hover {
        border-bottom: none;
        text-decoration: none;
        color: inherit;
        transform: scale(1.05); }
        #home-applications .application-col .application-item:hover .info-box-img img {
          transform: scale(1.1); }
      #home-applications .application-col .application-item h3, #home-applications .application-col .application-item p {
        transition: opacity 200ms; }
      #home-applications .application-col .application-item .info-box-body {
        padding-bottom: 0; }
      #home-applications .application-col .application-item .info-box-img img {
        transition: transform 200ms; }

.home-choosing-guide-item {
  display: block; }
  .home-choosing-guide-item:hover {
    text-decoration: none;
    color: inherit;
    border-bottom: none; }
    .home-choosing-guide-item:hover .home-choosing-guide-img-wrapper img:first-child {
      opacity: 0; }
    .home-choosing-guide-item:hover .home-choosing-guide-img-wrapper img:last-child {
      opacity: 1; }
    .home-choosing-guide-item:hover .home-choosing-guide-title {
      background: var(--color-primary);
      color: white; }
  .home-choosing-guide-item .home-choosing-guide-img-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 29%; }
    .home-choosing-guide-item .home-choosing-guide-img-wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      transition: opacity 300ms; }
      .home-choosing-guide-item .home-choosing-guide-img-wrapper img:last-child {
        opacity: 0; }
  .home-choosing-guide-item .home-choosing-guide-title {
    background: var(--background-grey);
    padding: 15px;
    text-align: center;
    transition: all 300ms;
    margin-bottom: 15px; }
  .home-choosing-guide-item .home-choosing-guide-content {
    color: var(--color-text);
    text-align: center; }

.home-choosing-guide-item {
  margin-bottom: 30px; }
@media(min-width: 992px) {
  .home-choosing-guide-item {
    margin-bottom: 0; }
    .home-choosing-guide-item .home-choosing-guide-img-wrapper {
      padding-bottom: 315%; } }
.home-products-row .product-item {
  display: block;
  margin-bottom: 30px; }
  .home-products-row .product-item:hover {
    text-decoration: none;
    color: inherit;
    border-bottom: none; }
    .home-products-row .product-item:hover .product-item-img img {
      transform: scale(1.1); }
    .home-products-row .product-item:hover .product-item-title-wrapper {
      background: var(--color-primary);
      color: white; }
    .home-products-row .product-item:hover .product-item-content {
      box-shadow: inset 0 -4px 0 0 var(--color-primary); }
    .home-products-row .product-item:hover .product-item-title.decor.decor-center:after {
      background: white; }
  .home-products-row .product-item[data-color="#ee702a"]:hover .product-item-title-wrapper {
    background: #ee702a; }
  .home-products-row .product-item[data-color="#ee702a"]:hover .product-item-content {
    box-shadow: inset 0 -4px 0 0 #ee702a; }
  .home-products-row .product-item[data-color="#f49a64"]:hover .product-item-title-wrapper {
    background: #f49a64; }
  .home-products-row .product-item[data-color="#f49a64"]:hover .product-item-content {
    box-shadow: inset 0 -4px 0 0 #f49a64; }
  .home-products-row .product-item[data-color="#fbbc43"]:hover .product-item-title-wrapper {
    background: #fbbc43; }
  .home-products-row .product-item[data-color="#fbbc43"]:hover .product-item-content {
    box-shadow: inset 0 -4px 0 0 #fbbc43; }
  .home-products-row .product-item[data-color="#87c0d5"]:hover .product-item-title-wrapper {
    background: #87c0d5; }
  .home-products-row .product-item[data-color="#87c0d5"]:hover .product-item-content {
    box-shadow: inset 0 -4px 0 0 #87c0d5; }
  .home-products-row .product-item[data-color="#e15054"]:hover .product-item-title-wrapper {
    background: #e15054; }
  .home-products-row .product-item[data-color="#e15054"]:hover .product-item-content {
    box-shadow: inset 0 -4px 0 0 #e15054; }
  .home-products-row .product-item[data-color="#ffd961"]:hover .product-item-title-wrapper {
    background: #ffd961; }
  .home-products-row .product-item[data-color="#ffd961"]:hover .product-item-content {
    box-shadow: inset 0 -4px 0 0 #ffd961; }
  .home-products-row .product-item .product-item-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%; }
    .home-products-row .product-item .product-item-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      transition: transform 300ms; }
  .home-products-row .product-item .product-item-title-wrapper {
    background: var(--background-grey);
    padding: 15px;
    text-align: center;
    transition: all 300ms;
    margin-bottom: 15px; }
    .home-products-row .product-item .product-item-title-wrapper .product-item-title {
      margin-bottom: 10px; }
  .home-products-row .product-item .product-item-content {
    text-align: center;
    color: var(--color-text);
    transition: box-shadow 300ms;
    padding-bottom: 10px; }

.why-poly-col {
  margin-bottom: 40px; }
  .why-poly-col .icon-wrapper {
    margin-top: 70px; }

.rhomboid-icon {
  background: var(--color-primary);
  transform: rotate(45deg);
  text-align: center;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  display: inline-block; }
  .rhomboid-icon.disabled {
    opacity: 0.3; }
  .rhomboid-icon.no-margin {
    margin-right: 0 !important;
    top: 0 !important; }
  .rhomboid-icon.icon-border {
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--color-primary);
    color: var(--color-primary); }
    .rhomboid-icon.icon-border i {
      color: var(--color-primary); }
  .rhomboid-icon img {
    position: absolute;
    height: 33px;
    left: 58%;
    top: 12%;
    transform: rotate(-45deg) translate(-50%, -50%); }
  .rhomboid-icon i {
    color: white;
    transform: rotate(-45deg) translate(-50%, -50%);
    position: absolute;
    left: 58%;
    top: 25%; }
  .rhomboid-icon.icon-small {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 10px; }
    .rhomboid-icon.icon-small img {
      height: 19px; }

a.rhomboid-icon i {
  transition: color 350ms; }
a.rhomboid-icon:hover {
  transition: box-shadow 350ms;
  box-shadow: inset 0 0 0 20px var(--color-primary); }
  a.rhomboid-icon:hover i {
    color: white; }

.has-left-rectangle {
  position: relative; }
  .has-left-rectangle:before {
    content: "";
    width: calc((100vw - 1200px)/2);
    height: 100%;
    background: inherit;
    top: 0;
    left: 0;
    position: absolute;
    transform: translateX(-100%); }

.green-building-row .icon-wrapper {
  margin-top: 50px; }

.page-hero-image {
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px; }
  .page-hero-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3); }
  .page-hero-image.left-gradient:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f8f8f8 20%, transparent); }
  .page-hero-image.left-gradient .page-hero-title {
    text-align: left !important; }

.page-hero-wrapper {
  margin-bottom: 40px; }

.page-hero-text {
  background: #f0f0f0;
  position: relative;
  min-height: 260px; }

.page-hero-title {
  color: white;
  color: black;
  position: relative;
  text-align: center; }
  .page-hero-title .box-header {
    margin-bottom: 30px;
    position: relative; }
  .page-hero-title > div {
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 26px;
    font-weight: 300; }

.contacts-links {
  display: flex; }
@media(min-width: 768px) {
  .contacts-links {
    padding-right: 0; } }
  .contacts-links > div {
    background: var(--background-grey);
    padding: 0;
    position: relative;
    z-index: 2;
    width: 100%; }
  .contacts-links a {
    color: var(--color-text);
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    padding: 10px 15px;
    position: relative;
    transition: all 350ms; }
    .contacts-links a:after {
      content: "";
      position: absolute;
      top: 0;
      right: -20px;
      width: 0;
      height: 0;
      border-top: 23px solid transparent;
      border-left: 20px solid var(--color-primary);
      border-bottom: 23px solid transparent;
      opacity: 0;
      visibility: hidden;
      transition: opacity 350ms; }
    .contacts-links a:hover, .contacts-links a.current {
      background: var(--color-primary);
      text-decoration: none;
      border-bottom: 1px solid white;
      color: white; }
      .contacts-links a:hover:after, .contacts-links a.current:after {
        opacity: 1;
        visibility: visible; }
      .contacts-links a:hover svg path, .contacts-links a.current svg path {
        fill: white; }
    .contacts-links a svg {
      height: 19px;
      position: relative;
      top: -3px;
      margin-right: 5px; }

@media(min-width: 768px) {
  .contacts-map {
    padding-left: 0; } }
.contacts-map iframe {
  width: 100% !important; }

.contacts-site-info iframe {
  width: 100% !important;
  height: 140px !important; }

.footer_container .box-header, .footer_container .box_header, .footer_container a, .footer_container a:hover {
  color: #FFF;
  border-bottom: 0; }

.footer_container {
  padding-top: 50px;
  background-color: var(--color-brand);
  padding-bottom: 40px; }
  .footer_container strong {
    color: white; }
  .footer_container h3.box-header {
    color: white; }
  .footer_container .footer_box_container p {
    color: #BAC0C5; }
  .footer_container .footer-sitemap-links a, .footer_container .footer-sitemap-links span {
    color: white;
    display: block;
    margin-bottom: 7px; }
  .footer_container .footer-sitemap-links a:hover {
    opacity: 0.6; }
  .footer_container .footer-sitemap-links > div > a, .footer_container .footer-sitemap-links > div > span {
    text-transform: uppercase; }
  .footer_container .footer-sitemap-links .footer-sub-links {
    padding-left: 15px; }

.copyright_area {
  text-align: center;
  margin-top: 0;
  background: var(--color-brand-alt); }

.fade-up-enter-active {
  transition: all 350ms; }

.fade-up-leave-active {
  transition: all 350ms; }

.fade-up-enter, .fade-up-leave-to {
  transform: translateY(20px);
  opacity: 0; }

body.bg-dark p {
  color: #c1c1c1; }

body.page {
  border-top: none; }

.about-us-roots-wrapper {
  background-size: cover;
  padding: 40px 0; }
  .about-us-roots-wrapper .roots-text {
    background: rgba(240, 240, 240, 0.83);
    padding: 20px; }

.headquarter-element {
  margin: 60px 0; }
  .headquarter-element > div > div:first-child {
    order: 2; }
  .headquarter-element > div > div:last-child {
    order: 1; }
@media(min-width: 768px) {
  .headquarter-element:nth-child(even) > div > div:first-child {
    order: 1; }
  .headquarter-element:nth-child(even) > div > div:last-child {
    order: 2; }
  .headquarter-element:nth-child(odd) > div > div:first-child {
    order: 2; }
  .headquarter-element:nth-child(odd) > div > div:last-child {
    order: 1; } }
  .headquarter-element .headquarter-title {
    background: var(--background-grey);
    padding: 10px;
    text-align: center;
    font-size: 18px; }

.comparation-tables-container {
  margin-top: -66px; }

.comparation-tables .table-title {
  background: var(--color-primary);
  padding: 20px;
  color: black;
  font-size: 16px; }
.comparation-tables .comparation-table-item .table-body {
  padding: 15px;
  border: 2px solid var(--color-primary);
  border-bottom-width: 4px; }
  .comparation-tables .comparation-table-item .table-body i {
    padding-right: 10px; }
.comparation-tables .comparation-table-item.item-0 .table-body {
  background: white;
  border-left-width: 4px; }
.comparation-tables .comparation-table-item.item-2 .table-body {
  border-right-width: 4px; }
.comparation-tables .comparation-table-item.item-1 .table-title {
  background: #46ab33; }
.comparation-tables .comparation-table-item.item-1 .table-body {
  border-color: #46ab33; }
.comparation-tables .comparation-table-item.item-2 .table-title {
  background: #2c831c; }
.comparation-tables .comparation-table-item.item-2 .table-body {
  border-color: #2c831c; }

.poly-certification-image.storm-panel {
  padding-bottom: 200%; }

.poly-certification-video {
  position: relative;
  height: 0;
  padding-bottom: 66%; }
  .poly-certification-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.horto-gallery-item {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  display: block; }

.map-cont {
  position: relative; }
  .map-cont .marker {
    position: absolute;
    width: 28px; }
    .map-cont .marker.jump {
      animation: marker-jump 1000ms linear; }
  .map-cont .small {
    position: absolute;
    width: 15px; }
  .map-cont #italy {
    top: 42%;
    left: 49.4%; }
  .map-cont #ga_plastic {
    top: 44.2%;
    left: 52.1%; }
  .map-cont #eurasia {
    top: 45%;
    left: 54.9%; }
  .map-cont #india {
    top: 53.8%;
    left: 68.3%; }
  .map-cont #usa {
    top: 34.8%;
    left: 23.3%; }
  .map-cont #deutschland {
    top: 37.8%;
    left: 48.3%; }
  .map-cont #dealership_1 {
    top: 43.3%;
    left: 47.5%; }
  .map-cont #dealership_2 {
    top: 46.3%;
    left: 45.7%; }
  .map-cont #dealership_3 {
    top: 51.3%;
    left: 46%; }
  .map-cont #dealership_4 {
    top: 81.3%;
    left: 87%; }
  .map-cont #dealership_5 {
    top: 77.3%;
    left: 32%; }

.map-logos {
  background: linear-gradient(0deg, #d0d3d8, #ffffff 94%); }

.about-slide {
  width: 100%;
  height: 0;
  padding-bottom: 49%; }
  .about-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.about-us-map-title {
  position: absolute;
  top: 32px;
  right: 15%; }

.extrusion-wrapper .roots-text {
  background: white; }
@media(min-width: 768px) {
  .extrusion-wrapper .roots-text {
    position: absolute;
    bottom: 15%;
    left: 20%; } }
.uv-row-wrapper .row:last-child > div:first-child {
  order: 2; }
.uv-row-wrapper .row:last-child > div:last-child {
  order: 1; }

.uv-image {
  width: 120px;
  height: 120px;
  border: 1px solid var(--color-brand);
  margin-right: 30px; }

.site-search-wrapper {
  display: none;
  position: relative;
  z-index: 666; }

.search-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 666;
  display: flex;
  justify-content: center;
  align-items: center; }
  .search-backdrop .search-content {
    width: 90%;
    max-width: 768px;
    position: relative; }
    .search-backdrop .search-content .close-search {
      position: absolute;
      top: -34px;
      right: 0;
      color: white;
      cursor: pointer;
      font-size: 25px; }

.row-product-name td {
  background: #f1f3f4; }

.sf-menu .family-color {
  position: relative; }
  .sf-menu .family-color:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px; }
.sf-menu .family-\#87c0d5:after,
.sf-menu .family-87c0d5:after {
  background: #87c0d5; }
.sf-menu .family-\#e15054:after,
.sf-menu .family-e15054:after {
  background: #e15054; }
.sf-menu .family-\#ee702a:after,
.sf-menu .family-ee702a:after {
  background: #ee702a; }
.sf-menu .family-\#f49a64:after,
.sf-menu .family-f49a64:after {
  background: #f49a64; }
.sf-menu .family-\#fbbc43:after,
.sf-menu .family-fbbc43:after {
  background: #fbbc43; }
.sf-menu .family-\#ffd961:after,
.sf-menu .family-ffd961:after {
  background: #ffd961; }

.page-id-24122 .quote {
  font-size: 20px;
  color: black; }
  .page-id-24122 .quote i {
    font-size: 30px; }

.whole-width-image {
  height: 480px;
  background-size: contain;
  background-position: center;
  background-image: url(https://gallina.it/wp-content/uploads/2023/04/webpage_immagine-retinata-bianca.jpeg);
  background-repeat: no-repeat;
  background-color: #f3f3f3; }

.page-id-24122 .product-hero-image:before, .page-id-28166 .product-hero-image:before {
  display: none; }
.page-id-24122 .product-hero-title, .page-id-28166 .product-hero-title {
  background: grey !important; }

.product-hero-image-mobile {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  padding-bottom: 75% !important; }

.masonry-content .col-md-6 img.img-fluid {
  aspect-ratio: 2.54;
  object-fit: cover; }

.prokulit-solution-header {
  display: flex;
  color: white;
  font-size: 20px;
  background: #004079;
  margin-bottom: 20px; }
  .prokulit-solution-header .prokulit-solution-size {
    min-width: 70px;
    text-align: center;
    padding: 10px;
    border-right: 2px solid white;
    white-space: nowrap; }
  .prokulit-solution-header .prokulit-solution-name {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%; }

.prokulit-solution-body {
  margin-bottom: 40px; }

.prokulit-solution-item-name {
  background: #004079;
  color: white;
  padding: 10px; }

.prokulit-solution-item-download {
  margin: 10px 0; }
  .prokulit-solution-item-download a {
    color: #969696; }
    .prokulit-solution-item-download a i {
      background: #7cba3e;
      color: white;
      padding: 5px 7px; }

.prokulit-solution-item-image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain; }

.prokulit-solution-item-text .item-code {
  color: #f44336;
  font-weight: bold; }

/*# sourceMappingURL=custom.css.map */
