/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/css/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Karla:400,700|Playfair+Display:400,700,900);
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/css/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  background-color: #364a52;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
body.has-background {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
body.has-scroll {
  overflow-y: auto;
  height: auto;
  min-height: 100%;
  padding-bottom: 70px;
}

.o-wrapper {
  padding: 0 70px;
  position: relative;
}
.o-wrapper.o-wrapper__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.has-scroll .o-wrapper {
  margin-top: 170px;
  width: 100%;
  display: inline-block;
}
.o-wrapper.o-wrapper--center {
  position: absolute;
  top: 140px;
  left: 0;
  height: calc(100% - 210px);
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
html.no-flexbox .o-wrapper.o-wrapper--center {
  display: inline-block;
  width: 100%;
}
html.no-flexbox .o-wrapper.o-wrapper--center > * {
  height: 100%;
  float: left;
}
body.is-single-product .o-wrapper.o-wrapper--center {
  display: flex;
  margin-top: 0;
  height: 100%;
  position: static;
}

a {
  text-decoration: none;
  color: #e0e0e0;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

svg {
  display: block;
  width: 100%;
}

p {
  margin: 0 0 10px;
  color: #e0e0e0;
}

.two-columns {
  column-count: 2;
  -moz-column-count: 2;
  column-gap: 40px;
  -moz-column-gap: 40px;
}

::selection {
  background: #1c2b32;
  color: #ffffff;
}

::-moz-selection {
  color: #ffffff;
  background: #1c2b32;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e0e0e0;
}

.o-main-content {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .o-wrapper {
    padding: 0 40px;
  }
  body.has-scroll .o-wrapper {
    margin-top: 104px;
  }
  .o-wrapper.o-wrapper--center {
    top: 104px;
    height: calc(100% - 166px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .o-wrapper {
    padding: 0 20px;
  }
  body.has-scroll .o-wrapper {
    margin-top: 82px;
  }
  .o-wrapper.o-wrapper--center {
    height: calc(100vh - 166px);
    top: 82px;
  }
  .o-main-content {
    height: auto;
  }
  .is-contract .o-main-content {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  body.is-contatti {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: auto;
    margin-top: 46px;
    min-height: calc(100vh - 46px);
    height: auto;
    position: relative;
    display: block;
  }
  body.has-scroll {
    padding-bottom: 0;
  }
  .o-wrapper {
    padding: 0 10px;
  }
  body.has-scroll .o-wrapper {
    margin-top: 0;
  }
  .o-wrapper.o-wrapper--center {
    position: relative;
    display: inline-block;
    top: auto;
    height: 100%;
    left: auto;
  }
  .is-single-news .o-wrapper {
    padding: 0;
  }
  .o-main-content {
    min-height: calc(100vh - 46px);
    position: relative;
    overflow: hidden;
  }
}
h1 {
  font-family: "Playfair Display", serif;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 30px;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
  margin: 0 0 30px;
}
h2.c-archive-title {
  color: #364a52;
  border-bottom: 1px solid #364a52;
  font-weight: 700;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0 0 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.c-btn__item {
  text-align: center;
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}
.c-btn__item h1,
.c-btn__item span {
  text-transform: uppercase;
  color: #e0e0e0;
  padding: 20px 30px;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.c-btn__item h1 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  font-family: "Karla", sans-serif;
}
.c-btn__item img {
  width: 20px;
  height: auto;
}
.c-btn__item.c-btn__item--right {
  float: right;
}

.rectangle-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-dasharray: 962;
  stroke-dashoffset: 558;
  transition: all 0.3s ease;
}
.c-btn__item:hover .rectangle-btn,
.c-btn--complete .rectangle-btn {
  stroke-dashoffset: 0;
}
.rectangle-btn * {
  stroke: #e0e0e0;
  stroke-width: 2px;
  fill: none;
}

.c-btn--complete:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all 0.3s ease;
  will-change: opacity;
}

.c-btn--complete:hover:before {
  opacity: 1;
}

.c-btn__back {
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-top: 20px;
}
.c-btn__back img {
  transform: rotate(180deg);
  margin-right: 10px;
  width: 14px;
}

.c-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  padding: 5px;
  height: 40px;
  opacity: 0.6;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s ease;
  will-change: opacity;
  z-index: 2;
}
.c-close:hover {
  opacity: 1;
}
.c-close span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.c-close span:first-child {
  transform: rotate(45deg) translate(0, 1px);
}
.c-close span:last-child {
  transform: rotate(-45deg) translate(0, -1px);
}

input,
textarea,
button {
  outline: none !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .c-btn__item h1 {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 20px;
  }
}
.c-loader {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 150;
}
.c-loader span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-loader span:first-child {
  background-color: #364a52;
}
.c-loader span:last-child {
  background-color: #263a43;
}

body.is-open {
  overflow: hidden;
}

li.o-menu__item.o-menu__item-lang:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #fff;
  top: 50%;
  height: 20px;
  transform: translate(0, -50%);
  left: 10px;
}

.c-header {
  display: block;
  width: 100%;
  position: absolute;
  padding: 65px 0 0 0;
  top: 0;
  left: 0;
  font-family: "Karla", sans-serif;
  z-index: 20;
}
.c-header .main--header {
  padding: 0 70px;
}
.c-header.c-header--fixed {
  position: fixed;
  top: 0;
  opacity: 0;
  transform: translate(0, -100%);
  padding: 10px 70px;
  background-color: #364a52;
  transition: transform 0.3s ease;
  will-change: transform;
}
.c-header.c-header--fixed .c-logo {
  max-width: 160px;
  padding-top: 2px;
}
.c-header.c-header--fixed .c-logo img {
  float: left;
}
.c-header.c-header--fixed .o-menu-small {
  display: none;
}
body.is-fixed .c-header.c-header--fixed {
  transform: translate(0, 0);
  opacity: 1;
}

svg.svg-white-fill,
svg.svg-white-stroke {
  width: 16px;
  height: 16px;
}

.svg-white-fill path,
.svg-white-fill circle {
  fill: #fff;
  transition: fill 300ms ease-in-out;
}

.svg-white-stroke path,
.svg-white-stroke circle {
  stroke: #fff;
  transition: stroke 300ms ease-in-out;
}

.c-logo {
  max-width: 200px;
  display: inline-block;
  position: relative;
}

.c-burger {
  display: none;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 5px 0 5px 5px;
  cursor: pointer;
  float: right;
  margin: 8px 0 8px 5px;
  opacity: 0.8;
  transition: all 0.3s ease;
  will-change: opacity;
}
.c-burger:hover {
  opacity: 1;
}
.c-burger span {
  width: 18px;
  height: 2px;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
}
.c-burger span:nth-child(2) {
  margin: 3px 0;
}
.c-header-full .c-burger span:first-child {
  transform: rotate(45deg) translate(0, 7px);
}
.c-header-full .c-burger span:nth-child(2) {
  opacity: 0;
  transform: translate(-10px, 0);
}
.c-header-full .c-burger span:last-child {
  transform: rotate(-45deg) translate(0, -7px);
}

.o-menu-small {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #364a52;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
}
.o-menu-small .o-menu .o-menu__item a {
  padding: 10px 15px;
  opacity: 1 !important;
}
.o-menu-small .o-menu .has-children:hover .o-submenu {
  visibility: visible;
  opacity: 1;
}
.o-menu-small .o-menu .o-submenu {
  position: absolute;
  list-style: none;
  background-color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 3px);
  display: block;
  border: 1px solid #e0e0e0;
  visibility: hidden;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: visibility, opacity;
  transition-timing-function: ease-in-out;
}
.o-menu-small .o-menu .o-submenu .o-menu__item {
  display: block;
  float: none;
}
.o-menu-small .o-menu .o-submenu .o-menu__item a {
  padding: 8px 0;
  white-space: nowrap;
  border-bottom: 1px solid #e0e0e0;
  color: #0d1e28;
  text-transform: none;
  display: block;
}
.o-menu-small .o-menu .o-submenu .o-menu__item:last-child a {
  border-bottom: 0;
}
.o-menu-small .o-menu .o-submenu::before {
  content: " ";
  top: -11px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 11px solid transparent;
  border-bottom-color: #e0e0e0;
}
.o-menu-small .o-menu .o-submenu::after {
  content: " ";
  top: -10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}

.o-menu {
  position: relative;
  display: block;
  line-height: 1;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.o-menu .o-menu__item {
  display: inline-block;
  float: left;
}
.o-menu .o-menu__item.o-menu__item--language:last-of-type {
  margin-right: 20px;
}
.o-menu .o-menu__item.o-menu__item--language a,
.o-menu .o-menu__item.o-menu__item--language span {
  padding: 10px 5px;
}
.o-menu .o-menu__item a,
.o-menu .o-menu__item span {
  color: #e0e0e0;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 18px;
  opacity: 0.6;
  transition: color, opacity 0.3s ease-out;
}
.o-menu .o-menu__item a:hover,
.o-menu .o-menu__item a.active,
.o-menu .o-menu__item span:hover,
.o-menu .o-menu__item span.active {
  color: #ffffff;
  opacity: 1;
}
.o-menu .o-menu__item-lang > span {
  display: flex;
  align-items: center;
  padding-left: 35px;
  opacity: 1;
}
.o-menu .o-menu__item-lang > span .lang-globe {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.o-menu .o-menu__item-lang > span .lang-arrow-down {
  width: 10px;
  margin-left: 5px;
}
.o-menu .o-menu__item-lang:hover .o-menu__items_lang {
  display: block;
}
.o-menu ul.o-menu__items_lang {
  padding: 0px;
  display: none;
  position: absolute;
  background-color: #364a52;
}
.o-menu ul.o-menu__items_lang li.o-menu__item a {
  padding-left: 25px !important;
}

.o-menu-big {
  display: inline-block;
  position: relative;
  float: right;
}

.c-header-full {
  padding: 65px 70px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
.c-header-full nav {
  position: absolute;
  display: block;
  top: 50%;
}
.c-header-full nav .o-menu__item {
  float: none;
  display: block;
}
.c-header-full nav .o-menu__item a,
.c-header-full nav .o-menu__item span {
  padding-left: 0;
  padding-right: 0;
}
.c-header-full nav .o-menu__item.o-menu__item--language {
  display: none;
}
.c-header-full nav.o-menu-big {
  left: 70px;
  transform: translate(0, -50%);
}
.c-header-full nav.o-menu-big .o-menu__item {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  opacity: 0;
  transform: translate(0, 20px);
}
.c-header-full nav.o-menu-big .o-menu__item a {
  font-size: 3.8rem;
  line-height: 3.8rem;
  text-transform: inherit;
}
.c-header-full nav.o-menu-small {
  left: 75%;
  transform: translate(-50%, -50%);
  padding-left: 100px;
  padding-top: 180px;
  padding-bottom: 180px;
}
.c-header-full nav.o-menu-small .o-menu__item {
  opacity: 0;
  transform: translate(0, 20px);
}
.c-header-full nav.o-menu-small .c-menu__divider {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: scale(1, 0);
  background-color: #fff;
}
.c-header-full .o-menu__item-margin {
  margin-top: 40px;
}

.c-header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  background-color: #364a52;
  opacity: 0;
}

.c-header:not(.c-header-full) .o-menu__item {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.c-overlay-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.c-close-popup {
  top: 0px;
  right: 0px;
}

.c-popup {
  top: 50%;
  left: 50%;
  z-index: 999;
  position: fixed;
  transform: translate(-50%, -50%);
}
.c-popup img {
  margin: 0 auto;
  display: block;
}

.c-popup__description {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
  background-color: #364a52;
}
.c-popup__description a {
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-topbar {
  display: none;
}
.mobile-topbar .menu--social {
  display: flex;
}
.mobile-topbar .menu--social .o-menu__item a {
  padding: 10px 20px;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-header {
    padding: 0 40px;
    top: 40px;
  }
  .c-header.c-header--fixed {
    padding: 10px 40px;
  }
  .c-logo {
    max-width: 180px;
  }
  .o-menu .o-menu__item a {
    padding: 10px 20px;
  }
  .c-header-full {
    padding: 40px;
    top: 0;
  }
  .c-header-full nav.o-menu-big {
    left: 40px;
  }
  .c-header-full nav.o-menu-big .o-menu__item a {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .c-header-full nav.o-menu-small {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .mobile-topbar {
    display: block;
  }
  .c-burger {
    display: inline-block;
  }
  .c-header .main--header {
    padding: 0;
  }
  .o-menu-small {
    display: none;
  }
  .c-header-full nav.o-menu-small {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .c-popup {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .c-popup .c-close-popup {
    right: 5%;
  }
  .c-popup img {
    width: 100%;
  }
  .c-header {
    padding: 0 20px;
    top: 25px;
  }
  .c-header.c-header--fixed {
    padding: 10px 20px 4px;
  }
  .c-logo,
  .c-header.c-header--fixed .c-logo {
    max-width: 140px;
  }
  .c-burger {
    margin: 3px 0 3px 5px;
  }
  .o-menu .o-menu__item a {
    padding: 4px 14px;
    font-size: 14px;
  }
  .c-header-full {
    padding: 20px;
    top: 0;
  }
  .c-header-full nav.o-menu-big {
    left: 20px;
  }
  .c-header-full nav.o-menu-big .o-menu__item a {
    font-size: 2.75rem;
    line-height: 2.8rem;
  }
  .c-header-full nav.o-menu-small {
    padding-left: 40px;
    left: 68%;
  }
  .c-header:not(.c-header-full) .o-menu-big {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .mobile-topbar {
    display: block;
  }
  .c-burger {
    display: inline-block;
  }
  .c-header-full nav.o-menu-small {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .c-header .main--header {
    padding: 0;
  }
  .o-menu-small {
    display: none;
  }
  .c-header {
    padding: 0 20px;
    top: 25px;
  }
  .c-header.c-header--fixed {
    padding: 10px 20px 4px;
  }
  .c-logo,
  .c-header.c-header--fixed .c-logo {
    max-width: 140px;
  }
  .c-burger {
    margin: 3px 0 3px 5px;
  }
  .o-menu .o-menu__item a {
    padding: 4px 14px;
    font-size: 14px;
  }
  .c-header-full {
    padding: 20px;
    top: 0;
  }
  .c-header-full nav.o-menu-big {
    left: 20px;
  }
  .c-header-full nav.o-menu-big .o-menu__item a {
    font-size: 2.75rem;
    line-height: 2.8rem;
  }
  .c-header-full nav.o-menu-small {
    padding-left: 40px;
    left: 68%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin-top: 90px;
  }
  .c-header .main--header {
    padding: 0;
  }
  .mobile-topbar {
    display: block;
  }
  .c-header-full nav.o-menu-small {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .o-menu-small {
    display: none;
  }
  .c-burger {
    display: inline-block;
  }
  .c-overlay-popup {
    z-index: 999;
    top: 0px;
    left: 0px;
  }
  .c-popup {
    width: 80%;
  }
  .c-header {
    padding: 10px 10px 4px;
    top: 0;
    left: 0;
    position: fixed;
    background: #364a52;
    z-index: 140;
  }
  .c-header.c-header--fixed {
    padding: 10px;
  }
  .c-logo {
    max-width: 140px;
  }
  .c-burger {
    margin: 2px 0 2px 5px;
  }
  .o-menu-big {
    display: none;
  }
  .c-header-full nav {
    padding-top: 10px;
  }
  .c-header-full nav,
  .c-header-full nav.o-menu-big,
  .c-header-full nav.o-menu-small {
    display: inline-block;
    width: 100%;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: none;
    padding: 0;
  }
  .c-header-full nav .o-menu__item,
  .c-header-full nav.o-menu-big .o-menu__item,
  .c-header-full nav.o-menu-small .o-menu__item {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .c-header-full nav .o-menu__item a,
  .c-header-full nav.o-menu-big .o-menu__item a,
  .c-header-full nav.o-menu-small .o-menu__item a {
    font-size: 1rem;
    line-height: 1rem;
  }
  .c-header-full nav .c-menu__divider,
  .c-header-full nav.o-menu-big .c-menu__divider,
  .c-header-full nav.o-menu-small .c-menu__divider {
    display: none;
  }
  .c-header-full nav.o-menu-big,
  .c-header-full nav.o-menu-small {
    padding-top: 10px;
  }
  .c-header-full .o-menu__item-margin {
    margin-top: 20px;
  }
}
.c-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  color: #e0e0e0;
  padding: 0 70px;
  font-size: 0.75rem;
  z-index: 80;
}
body.has-scroll .c-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 0;
}
.c-footer a {
  opacity: 0.8;
  will-change: opacity;
  transition: all 0.3s ease;
}
.c-footer a:hover {
  opacity: 1;
}
.c-footer::after {
  content: " ";
  clear: both;
  display: block;
}

.c-footer__copyrights {
  float: left;
  width: 60%;
}

.c-footer__utilities {
  float: right;
  width: 40%;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer__utilities li {
  display: inline-block;
}
.c-footer__utilities li + li:before {
  margin: 0 5px;
  content: "-";
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-footer {
    padding: 0 40px;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-footer {
    padding: 0 20px;
  }
  .c-footer__copyrights,
  .c-footer__utilities {
    width: 100%;
    float: none;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .is-contatti .c-footer {
    bottom: auto;
    left: auto;
    position: relative;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 0 10px;
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-footer__copyrights {
    padding-bottom: 10px;
  }
  .c-footer__copyrights,
  .c-footer__utilities {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.c-background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-background-fixed,
.c-background-fixed > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.c-background-fixed > div,
.c-background-fixed > div > div {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.c-background-fixed.c-background-fixed--hidden,
.c-background-fixed > div.c-background-fixed--hidden {
  display: none;
}

.c-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-home:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.c-home .c-entry {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}
.c-home .c-entry h2 {
  color: #e0e0e0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  font-family: "Playfair Display", serif;
  opacity: 0;
  transform: translate(0, 30px);
}
.c-home .c-entry h3 {
  color: #e0e0e0;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 4.5rem;
  margin: 0;
  font-family: "Playfair Display", serif;
  opacity: 0;
  transform: translate(0, 30px);
}
.c-home .c-overlay {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(c:\lavoro\lavori\cesana/assets4371545a7dd9a0799ef5.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.c-home .shower {
  display: block;
  position: absolute;
  height: auto;
  z-index: 1;
  visibility: hidden;
}
.c-home .shower.shower-1 {
  top: calc(-26 * 100vh / 1080);
  width: calc(462.02 * (2400 * 100vh / 1080) / 2400);
  right: calc(333 * (2400 * 100vh / 1080) / 2400);
}
.c-home .shower.shower-2 {
  top: calc(0 * 100vh / 1080);
  width: calc(686.95 * (2400 * 100vh / 1080) / 2400);
  right: calc(74 * (2400 * 100vh / 1080) / 2400);
}
.c-home .shower.shower-3 {
  top: calc(54 * 100vh / 1080);
  width: calc(628.91 * (2400 * 100vh / 1080) / 2400);
  right: calc(112 * (2400 * 100vh / 1080) / 2400);
}
.c-home .shower * {
  fill: #ffffff !important;
  fill-opacity: 0;
  stroke: #e0e0e0;
  stroke-width: 1;
  stroke-dasharray: 3319;
  stroke-dashoffset: 0;
}
.c-home.c-home--rain .shower {
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translate(0, -50%);
  height: 80vh;
  max-width: 500px;
  width: auto;
}

.c-homepage__title {
  color: #e0e0e0;
  display: inline-block;
  margin-top: 30px;
  position: absolute;
  top: 56%;
  text-transform: uppercase;
  z-index: 15;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  font-family: "Karla", sans-serif;
}
.c-homepage__title .rectangle-btn * {
  stroke-width: 4px;
}

@media only screen and (min-width: 1367px) {
  .c-home .c-entry,
  .c-homepage__title {
    left: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-home .c-entry {
    left: 40px;
  }
  .c-home .c-entry h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .c-home .c-entry h3 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
  .c-homepage__title {
    font-size: 1rem;
    left: 40px;
  }
  .c-home.c-home--rain .shower {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-home .c-entry {
    left: 20px;
  }
  .c-home .c-entry h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .c-home .c-entry h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .c-homepage__title {
    font-size: 1rem;
    left: 20px;
  }
  .c-home.c-home--rain .shower {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-home {
    height: calc(100vh - 44px);
  }
  .c-home .c-entry {
    left: 10px;
  }
  .c-home .c-entry h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .c-home .c-entry h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .c-homepage__title {
    font-size: 1rem;
    left: 10px;
    top: 60%;
  }
  .c-home.c-home--rain .shower {
    right: 10px;
  }
}
.c-gallery {
  width: 60%;
  position: relative;
  float: right;
  height: 100%;
}
.c-gallery.c-gallery--half {
  width: 50%;
  float: none;
}
.c-gallery.c-gallery--half .o-arrows {
  bottom: 30px;
  right: 30px;
}
.c-gallery .c-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 9;
}
.c-gallery .c-gallery__slides {
  width: 100%;
  display: block;
  padding-top: 112.5%;
}
.c-gallery .c-gallery__slides .c-gallery__image {
  display: block;
  position: absolute;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms linear;
}
.c-gallery .c-gallery__slides .c-gallery__image:first-child,
.c-gallery .c-gallery__slides .c-gallery__image.c-gallery__image--current {
  opacity: 1;
}
.c-gallery.c-gallery--archive {
  background-color: #151014;
}
.c-gallery.c-gallery--archive .c-gallery__slides .c-gallery__image {
  background-size: contain;
}
.c-gallery.c-gallery--product {
  width: calc(50% - 60px);
  margin-right: 60px;
  background-color: #0d1e28;
}
.c-gallery.c-gallery--product .c-gallery__slides .c-gallery__image {
  background-size: contain;
}
.c-gallery.c-gallery--collection {
  height: auto;
  background-color: #0d1e28;
}
@media only screen and (max-width: 767px) {
  .c-gallery.c-gallery--collection {
    height: 220px;
  }
}
.c-gallery.c-gallery--collection .c-gallery__slides .c-gallery__image {
  background-size: contain;
}
.c-gallery .o-arrows {
  display: block;
  position: absolute;
  right: 65px;
  bottom: 90px;
  z-index: 9;
  cursor: pointer;
}
.c-gallery .o-arrows .c-arrow {
  display: block;
  background-image: url(c:\lavoro\lavori\cesana/assets1c5f1e0ac0028f8103c0.png);
  background-size: 30px 40px;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  float: left;
  padding: 5px;
  will-change: opacity;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.c-gallery .o-arrows .c-arrow:hover {
  opacity: 1;
}
.c-gallery .o-arrows .c-arrow.c-arrow--left {
  margin-right: 30px;
}
.c-gallery .o-arrows .c-arrow.c-arrow--right {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1367px) {
  .c-gallery.c-gallery--archive .c-gallery__slides .c-gallery__image {
    height: 65%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .c-gallery .o-arrows {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-gallery .o-arrows {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .c-gallery {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c-gallery {
    width: 100%;
    height: 220px;
  }
  .c-gallery.c-gallery--half {
    width: 100%;
  }
  .c-gallery.c-gallery--half .o-arrows {
    right: 10px;
    bottom: 10px;
  }
  .c-gallery .c-gallery__overlay {
    background-position: top center;
  }
  .c-gallery .o-arrows {
    right: 10px;
    bottom: 10px;
  }
  .is-contract .c-gallery {
    order: 1;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .is-single-product .c-gallery {
    height: 380px;
  }
}
.o-content.o-content-no-sidebar {
  float: none;
  margin: 0 auto;
}
.o-content.o-content-no-sidebar .c-news {
  justify-content: space-between;
}

.c-contract {
  width: 40%;
  display: block;
  height: 60vh;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.c-contract.c-contract--single .c-btn {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
}
.c-contract .c-contract__description {
  display: block;
  position: relative;
  max-height: 64%;
}
.c-contract .c-contract__content {
  display: block;
  position: relative;
  height: 100%;
}

.c-contract__list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
}
.c-contract__list .c-contract__item {
  display: block;
  position: relative;
}
.c-contract__list .c-contract__item a {
  display: inline-block;
  position: relative;
  color: #e0e0e0;
  opacity: 0.6;
  transition: all 0.3s ease;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 58px;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  will-change: opacity;
}
.c-contract__list .c-contract__item a:before {
  display: block;
  content: "";
  background-image: url(c:\lavoro\lavori\cesana/assetse44e3df7fd39f3431188.png);
  background-position: center center;
  background-size: 28px 13px;
  position: absolute;
  top: calc(50% + 3px);
  right: 0px;
  transform: translate(-30px, -50%);
  width: 28px;
  height: 13px;
  opacity: 0;
  transition: all 0.3s ease;
  will-change: opacity, transform;
}
.c-contract__list .c-contract__item a:hover:before {
  opacity: 1;
  transform: translate(0, -50%);
}
.c-contract__list .c-contract__item a:hover {
  opacity: 1;
  color: #ffffff;
}

.has-custom-scroll {
  overflow: hidden;
  position: relative;
}
.has-custom-scroll:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(
    to top,
    rgb(54, 74, 82) 0%,
    rgba(54, 74, 82, 0) 100%
  );
  transition: all 0.3s ease;
  will-change: opacity;
  pointer-events: none;
}
.has-custom-scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(
    to bottom,
    rgb(54, 74, 82) 0%,
    rgba(54, 74, 82, 0) 100%
  );
  transition: all 0.3s ease;
  will-change: opacity;
  pointer-events: none;
}
html.no-csspointerevents .has-custom-scroll:after,
html.no-csspointerevents .has-custom-scroll:before {
  display: none;
}
.has-custom-scroll.is-scrolled:before,
.has-custom-scroll.is-end-scrolled:before {
  opacity: 1;
}
.has-custom-scroll.is-end-scrolled:after {
  opacity: 0;
}

.c-contract-intro-content {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.c-contract-intro-content.c-collezioni-intro-content {
  width: 90%;
}

.contract-intro-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  border: none;
  text-transform: uppercase;
  font-family: "Karla";
  cursor: pointer;
}

.c-contract--read-more {
  display: block;
  height: 50px;
  overflow-y: hidden;
  transition: 0.4s;
}

@media only screen and (min-width: 1367px) {
  .c-contract.c-contract--single {
    padding-right: 120px;
  }
  .c-contract.c-contract--single .c-btn {
    padding: 0 70px;
  }
  .o-content.o-content-no-sidebar .c-news__single {
    width: 30%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-contract {
    width: 45%;
  }
  .c-contract.c-contract--single .c-btn {
    padding: 0 40px;
  }
  .c-gallery {
    width: 55%;
  }
  .c-contract__list .c-contract__item a {
    font-size: 1.35rem;
    line-height: 1.35rem;
  }
  .c-btn__item span {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-contract.c-contract--single .c-btn {
    padding: 0 20px;
  }
  .c-contract__list .c-contract__item a {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding-right: 35px;
  }
  .c-contract__list .c-contract__item a:before {
    opacity: 1;
    transform: translate(0, -50%);
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .c-contract {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .c-contract .c-contract__description {
    max-height: 60%;
  }
  .c-btn__item {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .is-contract .o-main-content {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .c-contract__list .c-contract__item a {
    font-size: 1rem;
    line-height: 1.1rem;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 25px;
  }
  .c-contract__list .c-contract__item a:before {
    opacity: 1;
    transform: translate(0, -50%);
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
  }
  .c-contract {
    padding-top: 10px;
    height: 100%;
    left: auto;
    order: 2;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }
  .c-contract .has-custom-scroll:before,
  .c-contract .has-custom-scroll:after {
    display: none;
  }
  .c-contract.c-contract--single h1 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .c-contract.c-contract--single .c-btn {
    padding: 0;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .c-contract.c-contract--single .c-btn .c-btn__item {
    margin-top: 20px;
    float: left;
  }
  .c-contract.c-contract--single .c-btn .c-btn__item.c-btn__item--right {
    float: right;
  }
  /*.c-contract__list .c-contract__item a {
      font-size: 1.5rem;
      line-height: 1.625rem;
  }*/
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .c-contract.c-contract--single .c-btn .c-btn__item {
    width: 100%;
    float: none;
  }
  .c-contract.c-contract--single .c-btn .c-btn__item.c-btn__item--right {
    float: none;
  }
}
.c-sidebar {
  float: left;
  width: 20%;
  position: relative;
  padding-right: 35px;
}

.c-sidebar__content {
  position: relative;
  display: block;
}

.c-sidebar__widget {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.c-sidebar__widget .c-sidebar__title {
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  margin: 0 0 5px;
  opacity: 0.4;
}
.c-sidebar__widget ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.c-sidebar__widget ul li.has-margin {
  margin-top: 30px;
}
.c-sidebar__widget ul li ul {
  padding-left: 10px;
  margin-bottom: 7px;
}
.c-sidebar__widget ul a {
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.c-sidebar__widget ul a:hover,
.c-sidebar__widget ul a.active {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .c-sidebar {
    width: 25%;
    padding-right: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sidebar {
    display: none;
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .c-sidebar__mobile {
    display: inline-block;
    width: 100%;
  }
  .c-sidebar__widget {
    margin-bottom: 15px;
  }
  .c-sidebar__widget .c-sidebar__title {
    font-size: 1rem;
  }
  .c-sidebar__widget ul li.has-margin {
    margin-top: 15px;
  }
  .c-sidebar__widget ul a {
    font-size: 1rem;
    padding: 2px 0;
    display: block;
  }
  .c-sidebar__widget:last-of-type {
    margin-bottom: 0;
  }
}
.o-content {
  float: right;
  position: relative;
  width: 80%;
}
.o-content.o-content--white {
  background-color: #fff;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .o-content {
    width: 100%;
  }
  .o-content.o-content--white {
    padding: 10px;
  }
  .is-page-rivenditori {
    display: flex;
    flex-wrap: wrap;
  }
  .is-page-rivenditori h1 {
    order: 1;
  }
  .is-page-rivenditori .c-sidebar__mobile {
    order: 3;
  }
  .is-page-rivenditori h2 {
    order: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .o-content {
    width: 75%;
  }
  .o-content h1 {
    padding-top: 24px;
  }
}
.c-single-collection {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: stretch;
  justify-content: center;
}
.c-single-collection .o-wrapper.c-collection-body {
  width: 50%;
  margin-top: 0px !important;
  position: relative;
  padding-top: 100px;
  vertical-align: top;
  padding-bottom: 100px;
  background-color: #364a52;
}
@media only screen and (max-width: 767px) {
  .c-single-collection .o-wrapper.c-collection-body {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.c-filtri-collezioni {
  background-color: #364a52;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 25px;
  margin-top: 40px;
  z-index: 19;
  position: relative;
}
.c-filtri-collezioni .c-fake-select {
  width: 23%;
  border-top: 1px solid #57676e;
  border-bottom: 1px solid #57676e;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
}
.c-filtri-collezioni .c-fake-select.as-active-voice {
  border-top-color: #fff;
}
.c-filtri-collezioni .c-fake-select span {
  font-size: 18px;
}
.c-filtri-collezioni .c-fake-select .select-body {
  position: absolute;
  width: 100%;
  background-color: #dddddd;
  top: 100%;
  left: 0;
  padding: 9px;
  cursor: default;
  z-index: 19;
  max-height: 530px;
  overflow: scroll;
}
.c-filtri-collezioni .c-fake-select .select-body .select-intestazione {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-filtri-collezioni .c-fake-select .select-body .select-intestazione h6 {
  color: #394c52;
  margin: 0px;
  font-size: 13px;
  font-family: "Karla";
  font-weight: normal;
}
.c-filtri-collezioni .c-fake-select .select-body .select-intestazione button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #394c52;
  text-decoration: underline;
  cursor: pointer;
}
.c-filtri-collezioni .c-fake-select .select-body ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0px;
}
.c-filtri-collezioni .c-fake-select .select-body ul li {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  color: #394c52;
  padding: 10px;
}
.c-filtri-collezioni .c-fake-select .select-body ul li.selected {
  background-color: #394c52;
  color: #fff;
}
.c-filtri-collezioni .c-fake-select .select-body ul li:last-child {
  margin-bottom: 0px;
}
.c-filtri-collezioni .c-fake-select .select-body ul .texture-preview {
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.c-collections {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-collections {
    margin-top: 30px;
  }
}

.c-collections__group {
  display: inline-block;
  width: 100%;
  position: relative;
}
.c-collections__group:not(:last-child) {
  margin-bottom: 20px;
}
.c-collections__group > h2 {
  border-bottom: 1px solid #ffffff;
}
.c-collections__group .c-card p {
  text-transform: uppercase;
  height: 45px;
}

.c-retailers {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-retailers {
    margin-top: 30px;
  }
}
.c-retailers > h2 {
  border-bottom: 1px solid #ffffff;
}
.c-retailers__group {
  width: 100%;
  font-size: 0px;
  position: relative;
  display: inline-block;
}
.c-retailers__group:not(:last-child) {
  margin-bottom: 20px;
}
.c-retailers__group .c-retailers__single {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 40px;
}
.c-retailers__group .c-retailers__single a {
  color: #ffffff;
}
@media only screen and (min-width: 1367px) {
  .c-retailers__group .c-retailers__single {
    width: 20%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-retailers__group .c-retailers__single {
    width: 33.333333%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-retailers__group .c-retailers__single {
    width: 50%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .c-retailers__group .c-retailers__single {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .c-retailers__group .c-retailers__single {
    width: 33.333333%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

.c-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-card {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 50px;
}
.c-card h3 {
  margin-bottom: 0;
  font-family: "Karla";
  font-size: 18px;
  text-transform: uppercase;
}
.c-card h2 {
  font-size: 16px;
  font-weight: normal !important;
  text-transform: none !important;
}

@media only screen and (min-width: 1367px) {
  .c-card {
    width: calc(25% - 40px);
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-card {
    width: calc(33.333% - 40px);
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-card {
    width: calc(50% - 40px);
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .c-card {
    width: calc(50% - 10px);
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .c-card {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.c-single-product {
  width: 50%;
  position: relative;
}
body.has-scroll.is-single-product .c-single-product {
  width: 50%;
  padding: 0;
  margin-top: 0;
}

.c-single-product__title {
  margin-bottom: 0;
}

.c-single-product__subtitle {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
}

.c-product__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.c-product__title h1 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 42px;
  line-height: 1.6;
}
.c-product__title .c-close {
  top: 50%;
  right: -55px;
  transform: translate(0, -50%);
}

.c-product__description {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}
.c-product__description h3 {
  margin: 45px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
.c-product__description .c-btn {
  margin-top: 45px;
}
.c-product__description .c-downloads a {
  background-image: none;
  position: relative;
  padding: 10px 15px 10px 55px;
  display: block;
  margin-bottom: 15px;
}
.c-product__description .c-downloads a div {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background-color: #364a52;
  transform: translate(0, -50%);
  transition: background-color 300ms ease-in-out;
}
.c-product__description .c-downloads a div svg {
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.c-product__description .c-downloads a:hover div {
  background-color: #ffffff;
}
.c-product__description .c-downloads a:hover div svg.svg-white-fill path,
.c-product__description .c-downloads a:hover div svg.svg-white-fill circle {
  fill: #364a52;
}
.c-product__description .c-downloads a:hover div svg.svg-white-stroke path,
.c-product__description .c-downloads a:hover div svg.svg-white-stroke circle {
  stroke: #364a52;
}

.c-product__sizes {
  text-align: left;
  display: block;
}
.c-product__sizes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-product__sizes ul li {
  margin-bottom: 10px;
}

.c-product__details {
  list-style: none;
  padding: 30px;
  margin: 0 0 45px;
  width: 100%;
  display: block;
  background-color: #364a52;
}
.c-product__details li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.c-product__details li:last-child {
  margin-bottom: 0;
}
.c-product__details li::after {
  content: " ";
  display: block;
  clear: both;
}
.c-product__details__label {
  width: 30%;
  float: left;
}
.c-product__details__value {
  width: 70%;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}
.c-product__details__value > div {
  float: left;
  width: 50%;
  padding-left: 33px;
  position: relative;
  margin-bottom: 15px;
}
.c-product__details__value > div .texture-preview {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-product__details__value::after {
  content: " ";
  display: block;
  clear: both;
}

.c-category-resume {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: left;
  color: #364a52;
}
.c-category-resume h2 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: 5px;
}
.c-category-resume h2 a {
  color: #364a52;
}
.c-category-resume h3 {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.c-single-nav {
  position: absolute;
  top: 50vh;
  display: block;
  z-index: 10;
}
.c-single-nav img,
.c-single-nav[title]::before,
.c-single-nav[title]::after {
  opacity: 0.4;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  will-change: opacity;
}
.c-single-nav img {
  transition-property: opacity;
}
.c-single-nav[title]::after {
  content: attr(title);
  position: absolute;
  visibility: hidden;
  font-size: 14px;
  line-height: 1.4;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -10px);
  padding: 5px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #364a52;
  transition-property: opacity, visibility;
}
.c-single-nav[title]::before {
  content: " ";
  position: absolute;
  visibility: hidden;
  left: 50%;
  bottom: 100%;
  border: 7px solid transparent;
  border-top-color: #364a52;
  transform: translate(-50%, 25%);
  transition-property: opacity, visibility;
}
.c-single-nav.c-single-nav__left {
  left: 70px;
  transform: translate(0%, -50%);
}
.c-single-nav.c-single-nav__right {
  right: 70px;
  transform: translate(0%, -50%);
}
.c-single-nav:hover img,
.c-single-nav:hover[title]::before,
.c-single-nav:hover[title]::after {
  opacity: 1;
}
.c-single-nav:hover[title]::before,
.c-single-nav:hover[title]::after {
  visibility: visible;
}

.is-single-product .o-main-content {
  height: auto;
  padding-top: 140px;
}
.is-single-product .o-main-content .o-wrapper.o-wrapper--center {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-single-nav.c-single-nav__left {
    left: 20px;
  }
  .c-single-nav.c-single-nav__right {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-single-nav {
    display: none;
  }
  /*.is-single-product .o-main-content {
      height: auto;
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .c-single-product {
    padding-top: 64px;
  }
  .c-single-product .c-close {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-product__description {
    height: 40vh;
  }
  .c-category-resume {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .is-single-product .o-wrapper {
    padding: 0;
  }
  .c-single-product {
    width: 100%;
  }
  .c-single-product.o-wrapper {
    padding: 52px 10px 30px;
  }
  .c-single-product p {
    display: inline-block;
    width: 100%;
  }
  .c-single-product .c-close {
    right: 10px;
    top: 10px;
  }
  .c-single-product .c-downloads a {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-single-nav {
    display: none;
  }
  .c-category-resume {
    text-align: left;
    bottom: auto;
    right: auto;
    position: relative;
    margin-top: 30px;
  }
  .c-category-resume h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .c-product__description {
    height: auto;
  }
  .is-single-product .o-main-content {
    min-height: calc(100vh - 46px);
    position: relative;
    overflow: hidden;
  }
}
.c-archive-card {
  display: inline-block;
  opacity: 0.8;
  width: 170px;
  text-align: center;
  color: #364a52;
  transition: all 0.3s ease;
  will-change: opacity;
  padding: 10px;
  float: left;
  position: relative;
}
.c-archive-card:hover {
  opacity: 1;
  color: #364a52;
}
.c-archive-card .c-archive-card__ico {
  display: inline-block;
  margin: 0 auto;
  height: 40px;
  width: 33px;
}
.c-archive-card .c-archive-card__ico.c-archive-card__ico--pdf {
  /* background-image: url(c:\lavoro\lavori\cesana/assets91cf1a9e28f9062ef371.png); */
  background-image: url(../../images/download-pdf-ico.png);
}
.c-archive-card .c-archive-card__text {
  display: block;
}
.c-archive-card .c-archive-card__text {
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
  height: 50px;
  line-height: 1.1rem;
}
.c-archive-card .c-archive-card__text:hover {
  color: #364a52;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-archive-card {
    width: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-archive-card {
    width: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive-card {
    width: 100%;
  }
}
.c-downloads a {
  padding-left: 20px;
  background-image: url(c:\lavoro\lavori\cesana/assetsb08a170e4dc05c1bc92b.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.c-card .c-downloads {
  margin: 0 0 20px;
  height: 45px;
}
.is-single-product .c-downloads {
  margin-top: 15px;
}

.c-download--group {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.c-download--group h3 span {
  padding: 5px 0;
  border-bottom: 1px dashed #364a52;
  display: block;
}

@media only screen and (min-width: 1367px) {
  .c-downloads {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-downloads {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-downloads {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-downloads {
    margin: 20px 0;
  }
  .c-download--group h3 {
    text-align: center;
  }
}
.c-simplepage .c-simplepage__title {
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 30px;
}
.c-simplepage .c-simplepage__sub-title {
  font-family: "Karla", sans-serif;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.c-simplepage p {
  margin: 0 0 15px;
}

.o-content--white * {
  color: #364a52;
}
.o-content--white p {
  color: #364a52;
}
.o-content--white p a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.o-content--white p a:hover {
  opacity: 0.6;
  color: #364a52;
}

@media only screen and (min-width: 1367px) {
  .c-simplepage__width {
    width: 86%;
  }
}
@media only screen and (min-width: 1367px) {
  .c-simplepage .c-simplepage__title {
    font-size: 1.8rem;
  }
}
.c-news {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  padding-top: 60px;
}
html.no-flexbox .c-news {
  display: inline-block;
  width: 100%;
}

.c-news__single {
  margin-bottom: 60px;
  border-bottom: 2px solid #ffffff;
  display: block;
  position: relative;
  padding-bottom: 110px;
  overflow: hidden;
}
html.no-flexbox .c-news__single {
  float: left;
  position: relative;
}
.c-news__single .c-news__img {
  width: 100%;
  display: inline-block;
  height: 300px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.c-news__single .c-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 400px;
  height: auto;
}
.c-news__single .c-news__img:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  top: 0;
  left: 0;
}
.c-news__single .c-news__img .c-news__date {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.c-news__single .c-news__resume {
  padding: 10px 20px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  transition: all 0.3s ease;
  will-change: transform;
}
.c-news__single .c-news__resume h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  display: block;
}
.c-news__single .c-news__resume p {
  font-size: 0.875rem;
  line-height: 1.1rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-news__single .c-news__resume .c-news__read {
  text-transform: uppercase;
  font-size: 0.875rem;
  float: right;
  display: inline-block;
}
.c-news__single .c-news__resume .c-news__read img {
  margin-left: 4px;
  width: 18px;
  height: auto;
}
.c-news__single:hover .c-news__resume {
  transform: translate(0, -36px);
}
.c-news__single:hover p {
  opacity: 1;
}
.c-news__single.c-news__single-no-img {
  padding-bottom: 40px;
}
.c-news__single.c-news__single-no-img h3 {
  margin-bottom: 18px;
}
.c-news__single.c-news__single-no-img .c-news__date {
  padding: 20px 20px 0 20px;
  display: block;
  position: relative;
}
.c-news__single.c-news__single-no-img .c-news__resume {
  position: relative;
  bottom: auto;
  left: auto;
}
.c-news__single.c-news__single-no-img .c-news__resume p {
  opacity: 1;
  height: 238px;
  overflow: hidden;
}
.c-news__single.c-news__single-no-img .c-news__read {
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  bottom: -80px;
}
.c-news__single.c-news__single-no-img:hover .c-news__resume {
  transform: none;
}
.c-news__single.c-news__single-no-img:hover .c-news__resume .c-news__read {
  opacity: 1;
  bottom: -30px;
}

@media only screen and (min-width: 1367px) {
  .c-news__single {
    width: calc(33.3333333333% - 75px);
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .c-news__single {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .c-news__single .c-news__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-news__single {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .c-news__single .c-news__resume {
    transform: translate(0, -36px);
  }
  .c-news__single .c-news__resume p {
    opacity: 1;
  }
  .c-news__single.c-news__single-no-img .c-news__resume {
    transform: none;
  }
  .c-news__single.c-news__single-no-img .c-news__resume .c-news__read {
    bottom: -30px;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-news {
    padding-top: 30px;
  }
  .c-news__single .c-news__resume {
    transform: translate(0, -36px);
  }
  .c-news__single .c-news__resume p {
    opacity: 1;
  }
  .c-news__single.c-news__single-no-img .c-news__resume {
    transform: none;
  }
  .c-news__single.c-news__single-no-img .c-news__resume .c-news__read {
    bottom: -30px;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .c-news__single {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .c-news__single {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-news__single:nth-of-type(2n) {
    margin-right: 0;
  }
}
.is-single-news {
  /* .c-contract--single {
      padding: 10px;
  } */
}
.is-single-news .c-contract {
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .is-single-news .c-contract--single {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .is-single-news .c-contract--single {
    padding: 20px;
  }
}
.c-map {
  width: 50%;
  position: absolute;
  height: 110vh;
  display: block;
  left: 0;
  top: -5vh;
  background-color: #fff;
}
.c-map .gmnoprint {
  display: none;
  visibility: hidden;
}

.c-contatti {
  width: 50%;
  display: block;
  height: 70vh;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  overflow-y: auto;
}
.c-contatti h1 {
  margin-bottom: 6px;
}
.c-contatti a {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.c-contatti a:hover {
  opacity: 1;
}
.c-contatti .c-contatti-form {
  float: left;
  display: block;
  width: 100%;
}
.c-contatti .c-contatti-form h5 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin: 60px 0 10px 0;
}
.c-contatti .c-btn {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 30px;
}

.c-infowindow {
  color: #364a52;
  font-weight: 400;
}
.c-infowindow b {
  margin-bottom: 0;
  display: block;
}
.c-infowindow a {
  color: #364a52;
}

textarea {
  resize: none;
}

.o-form {
  float: left;
  display: block;
  width: 100%;
}
.o-form .c-contatti-form__input {
  float: left;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 40px 0 0;
  width: calc(50% - 20px);
  vertical-align: top;
  outline: none;
}
.o-form .c-contatti-form__input:nth-of-type(2n) {
  margin-right: 0;
}
.o-form .c-contatti-form__input.c-contatti-form__input--textarea {
  width: 100%;
  margin: 0;
}
.o-form .c-contatti-form__input .c-contatti-form__input__field {
  position: relative;
  display: block;
  float: right;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  padding: 13px;
  border: none;
  line-height: 18px;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  z-index: 10;
  width: 100%;
  background: transparent;
  color: #364a52;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-form .c-contatti-form__input .c-contatti-form__input__field:focus {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.o-form
  .c-contatti-form__input.c-contatti-form__input--filled
  .c-contatti-form__input__field {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.o-form .c-contatti-form__input .c-contatti-form__input__label {
  display: inline-block;
  float: right;
  padding: 0;
  font-weight: normal;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 100%;
  color: #e0e0e0;
  text-align: left;
}
.o-form .c-contatti-form__input .c-contatti-form__input__label:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: #e0e0e0;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-form
  .c-contatti-form__input
  .c-contatti-form__input__label.c-contatti-form__input__label--error:after {
  background-color: #feff00;
}
.o-form
  .c-contatti-form__input
  .c-contatti-form__input__label.c-contatti-form__input__label--error
  span {
  color: #feff00;
}
.o-form
  .c-contatti-form__input
  .c-contatti-form__input__label.c-contatti-form__input__label--textarea:before {
  height: 64px;
}
html.firefox
  .o-form
  .c-contatti-form__input
  .c-contatti-form__input__label.c-contatti-form__input__label--textarea:before {
  height: 80px;
}
.o-form .c-contatti-form__input .c-contatti-form__input__label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-form .c-contatti-form__input .c-contatti-form__input__label-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.o-form
  .c-contatti-form__input
  .c-contatti-form__input__field:focus
  + .c-contatti-form__input__label:before,
.o-form
  .c-contatti-form__input.c-contatti-form__input--filled
  .c-contatti-form__input__label:before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.o-form
  .c-contatti-form__input
  .c-contatti-form__input__field:focus
  + .c-contatti-form__input__label,
.o-form
  .c-contatti-form__input.c-contatti-form__input--filled
  .c-contatti-form__input__label {
  pointer-events: none;
}
.o-form
  .c-contatti-form__input
  .c-contatti-form__input__field:focus
  + .c-contatti-form__input__label:after,
.o-form
  .c-contatti-form__input.c-contatti-form__input--filled
  .c-contatti-form__input__label:after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
.o-form .c-contatti-form__privacy {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}
.o-form .c-contatti-form__privacy a {
  text-decoration: underline;
}
.o-form .c-contatti-form__privacy label {
  display: inline-block;
  position: relative;
  font-size: 32px;
  padding: 0 0 0 30px;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-form .c-contatti-form__privacy input[type="checkbox"],
.o-form .c-contatti-form__privacy label::before {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  position: absolute;
  cursor: pointer;
}
.o-form .c-contatti-form__privacy input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}
.o-form .c-contatti-form__privacy label:before {
  margin-top: 0px;
  content: "";
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-form .c-contatti-form__privacy.c-contatti-form__privacy--error label:before {
  border: 1px solid #feff00;
}
.o-form .c-contatti-form__privacy input[type="checkbox"]:checked + label {
  color: #fff;
}
.o-form
  .c-contatti-form__privacy
  input[type="checkbox"]:checked
  + label::before {
  opacity: 0.8;
}
.o-form .c-contatti-form__privacy svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  margin-top: 0;
  left: 0;
  pointer-events: none;
}
.o-form .c-contatti-form__privacy svg path {
  stroke: #fdfcd3;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: 126.367, 126.367;
  stroke-dashoffset: 126.5px;
  transition: stroke-dashoffset 0.2s ease-in-out 0s;
}
.o-form .c-contatti-form__privacy svg.open path {
  stroke-dashoffset: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .c-map {
    height: 260px;
    width: 100%;
    position: relative;
  }
  .c-contatti {
    height: 100%;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    width: 100%;
    padding-top: 30px;
  }
  .is-contatti .c-btn__item {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-map {
    width: 100%;
    height: 260px;
    top: 0;
    position: relative;
    left: auto;
  }
  .c-contatti {
    height: 100%;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    width: 100%;
    padding-top: 30px;
  }
  #infowindow {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .o-form .c-contatti-form__input {
    width: 100%;
    margin: 0;
  }
}
body.is-modal-open {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #364a52;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-single-product .c-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
}
.c-modal .c-modal__content {
  position: relative;
  padding: 50px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.c-modal .c-modal__content.c-modal__content--centered {
  position: absolute;
  padding: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: auto;
}
.c-modal .c-modal__content .o-form {
  margin-bottom: 60px;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

@media only screen and (min-width: 1367px) {
  .c-modal .c-modal__content {
    padding: 50px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
  }
  .c-modal .c-modal__content.c-modal__content--centered {
    width: 65vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-modal .c-btn__item {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .is-single-product .c-modal {
    position: fixed;
  }
  .is-single-product .c-modal .c-modal__content {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .c-modal .c-close.c-close-modal {
    top: 65px;
  }
  .c-modal .c-close.c-close-modal span {
    width: 20px;
  }
  .c-modal h3 {
    padding-right: 50px;
  }
  .c-modal .c-modal__content {
    padding: 10px;
  }
  .c-modal .c-modal__content.c-modal__content--centered {
    overflow-y: auto;
    width: 100%;
    padding: 76px 10px 10px;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    height: 100%;
    overflow-y: auto;
  }
  .c-single-product .c-modal {
    position: fixed;
    padding-top: 55px;
  }
}
.c-parallax {
  display: inline-block;
  width: 100%;
  margin-bottom: 240px;
}
.c-parallax h1 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-parallax h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.c-parallax h3 {
  line-height: 2rem;
  font-size: 2rem;
  margin-bottom: 20px;
}
.c-parallax.c-parallax--half {
  width: 100%;
}
.c-parallax.c-parallax--half .c-parallax__image {
  float: left;
  position: relative;
  width: 50%;
}
.c-parallax.c-parallax--half .c-parallax__text {
  float: left;
  position: relative;
  width: 50%;
}
.c-parallax.c-parallax--half.right {
  margin-left: 0;
  margin-right: 10%;
}
.c-parallax.c-parallax--half.right .c-parallax__text {
  float: right;
}
.c-parallax.c-parallax--half.right .c-parallax__image {
  float: right;
}
.c-parallax.c-parallax--one-third {
  width: 90%;
  margin-left: 10%;
}
.c-parallax.c-parallax--one-third.right {
  margin-left: 0;
  margin-right: 10%;
}
.c-parallax.c-parallax--one-third .c-parallax__text {
  float: left;
  position: relative;
  width: 50%;
}
.c-parallax.c-parallax--one-third .c-parallax__text.c-parallax__text--small {
  width: 50%;
}
.c-parallax.c-parallax--one-third .c-parallax__image {
  float: left;
  position: relative;
  width: 40%;
}
.c-parallax.c-parallax--one-third.right .c-parallax__text {
  float: right;
}
.c-parallax.c-parallax--one-third.right .c-parallax__image {
  float: right;
}
.c-parallax:last-of-type {
  margin-bottom: 220px;
}

.c-parallax__text {
  transform: translate(-20%, 340px);
  position: relative;
  z-index: 5;
}
.c-parallax__text .c-btn__item {
  margin-top: 30px;
}
.c-parallax__text.c-parallax__text--right {
  text-align: right;
  transform: translate(10%, 360px);
}

.c-parallax__description {
  width: 60%;
  display: block;
}

.c-know-how .c-btn .c-btn__item {
  display: block;
  margin: 0 auto 80px;
  text-align: center;
}

@media only screen and (min-width: 1367px) {
  .c-parallax.c-parallax--half {
    width: 90%;
    margin-left: 10%;
  }
  .c-parallax.c-parallax--half .c-parallax__text {
    width: 40%;
  }
  .c-parallax.c-parallax--one-third .c-parallax__text.c-parallax__text--small {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-parallax {
    margin-bottom: 180px;
  }
  .c-parallax h1 {
    padding-top: 20px;
    margin-bottom: 0;
  }
  .c-parallax h2,
  .c-parallax h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .c-parallax.c-parallax--one-third {
    margin-left: 0;
    width: 100%;
  }
  .c-parallax.c-parallax--one-third .c-parallax__image {
    width: 50%;
  }
  .c-parallax.c-parallax--one-third.right {
    margin-right: 0;
  }
  .c-parallax.c-parallax--half.right {
    margin-right: 0;
  }
  .c-know-how .c-btn {
    display: inline-block;
    width: 100%;
    margin-top: 110px;
  }
  .c-know-how .c-btn .c-btn__item {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-parallax {
    margin-bottom: 40px;
  }
  .c-parallax h1,
  .c-parallax h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .c-parallax h3 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
  .c-parallax.c-parallax--half.right {
    margin-right: 0;
  }
  .c-parallax.c-parallax--half .c-parallax__text {
    width: 100%;
    transform: none !important;
  }
  .c-parallax.c-parallax--half .c-parallax__image {
    width: 100%;
    transform: none !important;
  }
  .c-parallax.c-parallax--one-third {
    width: 100%;
    margin-left: 0;
  }
  .c-parallax.c-parallax--one-third.right {
    margin-right: 0;
  }
  .c-parallax.c-parallax--one-third .c-parallax__text {
    width: 100%;
    transform: none !important;
  }
  .c-parallax.c-parallax--one-third .c-parallax__text.c-parallax__text--small {
    width: 100%;
  }
  .c-parallax.c-parallax--one-third .c-parallax__image {
    width: 100%;
    transform: none !important;
  }
}
.c-read-more {
  display: none;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  z-index: 1;
  /*.is-single-product &{
      position: absolute;
      top: 40px;
      left: 70px;
      z-index: 10;
      opacity: 0.7;
      width: calc( 100% - 140px );
      }*/
}
.breadcrumbs li {
  float: left;
  padding-right: 8px;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 0.68rem;
  line-height: 0.8rem;
  position: relative;
}
.breadcrumbs li h1 {
  padding-right: 8px;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 0.68rem;
  line-height: 0.8rem;
  font-family: "Karla", sans-serif;
}
.breadcrumbs li:after {
  position: absolute;
  display: block;
  font-size: 0.5rem;
  content: ">";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs.breadcrumbs-absolute {
  position: absolute;
  top: 145px;
  left: 70px;
  z-index: 10;
}
.c-gallery .breadcrumbs {
  top: 170px;
  z-index: 10;
}
.o-content--white .breadcrumbs {
  top: 40px;
  right: 40px;
  color: #364a52;
}
.o-content--white .breadcrumbs a:hover {
  opacity: 0.6;
  color: #364a52;
}
.is-single-product .breadcrumbs {
  display: block;
}
.is-single-news .breadcrumbs {
  position: absolute;
  top: 44px;
  right: 96px;
  z-index: 12;
}
@media only screen and (min-width: 1367px) {
  .breadcrumbs {
    right: 70px;
  }
  .is-single-product .breadcrumbs,
  .is-single-news .breadcrumbs {
    right: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .breadcrumbs {
    right: 40px;
  }
  .c-gallery .breadcrumbs {
    top: 104px;
  }
  .is-single-product .breadcrumbs,
  .is-single-news .breadcrumbs {
    right: 124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .breadcrumbs {
    right: 20px;
  }
  .c-gallery .breadcrumbs {
    top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .breadcrumbs {
    right: 20px;
  }
  .c-gallery .breadcrumbs {
    position: absolute;
    right: 15px;
    top: 70px;
    padding: 0;
    width: auto;
  }
  .is-single-product .breadcrumbs,
  .is-single-news .breadcrumbs {
    position: absolute;
    right: 70px;
    top: 28px;
    padding: 0 20px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    position: relative;
    width: 100%;
    margin: 10px 0;
  }
  .c-gallery .breadcrumbs,
  .is-single-product .breadcrumbs,
  .is-single-news .breadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    width: auto;
  }
  .o-content--white .breadcrumbs {
    right: auto;
    top: auto;
  }
}

.c-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.c-center h1 {
  font-size: 15rem;
  line-height: 20rem;
  font-family: "Karla", sans-serif;
}
.c-center h1.c-title-small {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 10px;
}
.c-center a:not(.c-btn__item) {
  text-decoration: underline;
}
.c-center a.c-btn__item {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .c-center {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .c-center h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-family: "Karla", sans-serif;
  }
}
.c-alert {
  display: block;
  width: 100%;
  margin: 10px 0 20px;
  padding: 14px 25px;
  z-index: 100;
}
.c-alert.c-alert--success {
  background-color: #008b57;
  color: #fff;
}
.c-alert.c-alert--error {
  background-color: #feff00;
  color: #000;
}

.c-scroll-image {
  position: absolute;
  bottom: -45px;
  left: 58px;
  display: none;
  animation-name: upANDdown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.has-custom-scroll + .c-scroll-image {
  display: block;
}

@keyframes upANDdown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .has-custom-scroll + .c-scroll-image {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .c-scroll-image {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .c-scroll-image {
    left: 30px;
  }
}
.o-share .o-share__icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #364a52;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: relative;
  float: left;
  margin-right: 15px;
  transition: background-color 300ms ease-in-out;
}
.o-share .o-share__icon svg {
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.o-share .o-share__icon:hover {
  background-color: #ffffff;
}
.o-share .o-share__icon:hover svg.svg-white-fill path,
.o-share .o-share__icon:hover svg.svg-white-fill circle {
  fill: #364a52;
}
.o-share .o-share__icon:hover svg.svg-white-stroke path,
.o-share .o-share__icon:hover svg.svg-white-stroke circle {
  stroke: #364a52;
}
.o-share::after {
  content: " ";
  clear: both;
  display: block;
}
