@charset "UTF-8";
/*!
Theme Name: Manifattura tabacchi
Theme URI: http://underscores.me/
Author: Lcd
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: manifattura
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Manifattura tabacchi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #212322;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
}

h1, .txt-h1 {
  font-size: 2.667rem;
  line-height: 60px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}
@media screen and (max-width: 1279px) {
  h1, .txt-h1 {
    font-size: 2.222rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1, .txt-h1 {
    font-size: 2.222rem;
    line-height: 50px;
  }
}

h2, .txt-h2 {
  font-size: 2rem;
  line-height: 45px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}
@media screen and (max-width: 1279px) {
  h2, .txt-h2 {
    font-size: 1.778rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2, .txt-h2 {
    font-size: 1.778rem;
    line-height: 40px;
  }
}

h3, .txt-h3 {
  font-size: 1.778rem;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}
@media screen and (max-width: 1279px) {
  h3, .txt-h3 {
    font-size: 1.444rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  h3, .txt-h3 {
    font-size: 1.444rem;
    line-height: 33px;
  }
}

h4, .txt-h4 {
  font-size: 1.333rem;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}
@media screen and (max-width: 1279px) {
  h4, .txt-h4 {
    font-size: 1.167rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  h4, .txt-h4 {
    font-size: 1.222rem;
    line-height: 28px;
  }
}

h5, .txt-h5 {
  font-size: 0.889rem;
  line-height: 21px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}

h6 {
  font-size: 0.778rem;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}

.manifattura.special {
  font-size: 4.444rem;
  line-height: 96px;
  letter-spacing: 6px;
  font-family: "manifattura";
}
@media screen and (max-width: 1279px) {
  .manifattura.special {
    font-size: 3.556rem;
    line-height: 76px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 767px) {
  .manifattura.special {
    font-size: 2.667rem;
    line-height: 54px;
    letter-spacing: 4px;
  }
}

h1.manifattura {
  font-size: 2.667rem;
  line-height: 54px;
  letter-spacing: 4px;
  font-family: "manifattura";
}
@media screen and (max-width: 1279px) {
  h1.manifattura {
    font-size: 2.222rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  h1.manifattura {
    font-size: 2.222rem;
    line-height: 46px;
  }
}

h2.manifattura {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  font-family: "manifattura";
}
@media screen and (max-width: 1279px) {
  h2.manifattura {
    font-size: 1.778rem;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  h2.manifattura {
    font-size: 1.778rem;
    line-height: 38px;
  }
}

h3.manifattura {
  font-size: 1.778rem;
  line-height: 38px;
  letter-spacing: 3px;
  font-family: "manifattura";
}
@media screen and (max-width: 1279px) {
  h3.manifattura {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  h3.manifattura {
    font-size: 1.556rem;
    line-height: 32px;
    letter-spacing: 2.5px;
  }
}

h4.manifattura {
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: "manifattura";
}
@media screen and (max-width: 1279px) {
  h4.manifattura {
    font-size: 1.167rem;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  h4.manifattura {
    font-size: 1.222rem;
    line-height: 26px;
  }
}

h5.manifattura {
  font-size: 0.889rem;
  line-height: 21px;
  letter-spacing: 2px;
  font-family: "manifattura";
}

.new-h1 {
  line-height: 100%;
  font-size: 60px;
  font-family: "manifattura";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .new-h1 {
    font-size: 50px;
  }
}

.new-h2 {
  line-height: 100%;
  font-size: 40px;
  font-family: "manifattura";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .new-h2 {
    font-size: 30px;
  }
}

.new-h4 {
  line-height: 100%;
  font-size: 30px;
  font-family: "manifattura";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .new-h4 {
    font-size: 24;
  }
}

.new-h6 {
  line-height: 100%;
  font-size: 25px;
  font-family: "manifattura";
  text-transform: uppercase;
}

p {
  margin: 0em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

p {
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}

p.min {
  font-size: 0.778rem;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Muli", sans-serif;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.manifattura {
  font-family: "manifattura";
  text-transform: uppercase;
  font-weight: 400;
}

.terminalOpen {
  font-family: "Terminal Grotesque Open";
  text-transform: uppercase;
  font-weight: 400;
}

.terminal {
  font-family: "terminal_grotesque";
  text-transform: uppercase;
  font-weight: 400;
}

.site-main {
  position: relative;
}

.col-sx {
  float: left;
}

.col-dx {
  float: right;
  position: relative;
}

section:not(.homeFactory) {
  display: table;
  width: 100%;
  clear: both;
}

section.flexi-page, section.slider, section.flexi-single, section.postContent, section.residenzeAttuali {
  display: block;
}

section.luoghiManifattura {
  display: inline-block;
}

section.luoghiManifattura, .post-type-archive-timeline .postWrapperSingle, section.personeManifattura, section.peopleArchive, section.spazio360 {
  padding-top: 142px;
}
@media screen and (max-width: 1439px) {
  section.luoghiManifattura, .post-type-archive-timeline .postWrapperSingle, section.personeManifattura, section.peopleArchive, section.spazio360 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  section.luoghiManifattura, .post-type-archive-timeline .postWrapperSingle, section.personeManifattura, section.peopleArchive, section.spazio360 {
    padding-top: 72px;
  }
}

section.testata, section.media, section.singleImg, .personeManifattura.mtdm {
  margin-top: 142px;
}
@media screen and (max-width: 1439px) {
  section.testata, section.media, section.singleImg, .personeManifattura.mtdm {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  section.testata, section.media, section.singleImg, .personeManifattura.mtdm {
    margin-top: 72px;
  }
}

.deleteMarginTop {
  margin-top: 0 !important;
}

.deletePaddingTop {
  padding-top: 0 !important;
}

.addPaddingBottom {
  padding-bottom: 142px;
}
@media screen and (max-width: 1439px) {
  .addPaddingBottom {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .addPaddingBottom {
    padding-bottom: 72px;
  }
}

.col3 {
  width: 25%;
  float: right;
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 50%;
  }
}

.col4 {
  width: 33.3333333333%;
  float: right;
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 50%;
  }
}

.col5 {
  width: 41.6666666667%;
  float: right;
}
@media screen and (max-width: 767px) {
  .col5 {
    width: 50%;
  }
}

.col6 {
  width: 50%;
  float: right;
}
@media screen and (max-width: 767px) {
  .col6 {
    width: 50%;
  }
}

.col10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .col10 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .col12 {
    width: 100%;
  }
}

.authorAvatar {
  width: 96px;
  padding-bottom: 96px;
}

.contentElement {
  width: 50%;
  float: right;
  clear: both;
}

.contentIndex {
  position: sticky;
  top: 140px;
}

.relatedEvent aside {
  display: none;
}

.relatedEvent {
  width: 50%;
  float: left;
}

.postNavigation {
  text-align: center;
  margin: 32px auto;
}

.postWrapper {
  background: #f0f0f0;
  padding: 96px 120px;
  display: table;
  width: 100%;
}

article.post {
  width: 50%;
  float: left;
  padding: 64px;
}

.galleryItem {
  display: table;
  width: 33%;
  float: left;
}

.coverImage {
  background-size: cover;
  background-position: center;
}

.coverImage__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sliderCover {
  width: 100%;
  padding-bottom: 46.2%;
}

.relatedPlaces {
  width: 50%;
  float: left;
  padding: 96px;
}

.edificiNavigation {
  display: table;
  width: 100%;
}

.btnEdificio {
  float: left;
  display: table;
  width: auto;
  padding: 32px;
}

.buildingSpech {
  display: table;
  width: 100%;
}

.swiper-edifici-container, .swiper-edifici-container-en {
  width: 100%;
}

.swiper-slide.size-curatore, .swiper-slide.size-curatore-en {
  width: 25%;
}

.swiper-slide.size-tutor, .swiper-slide.size-tutor-en {
  width: 25%;
}

.swiper-slide.size-artista-in-residenza, .swiper-slide.size-artista-in-residenza-en {
  width: 41.6666666667%;
}

.swiper-slide.size-artista-in-visita, .swiper-slide.size-artista-in-visita-en {
  width: 50%;
}

.monthRow {
  width: 30%;
  float: left;
  clear: both;
}

.artistRow {
  width: 70%;
  float: right;
}

.artistRow {
  position: relative;
}
.artistRow:hover:before {
  width: 44%;
}
@media screen and (max-width: 1279px) {
  .artistRow:hover:before {
    width: calc(25% + 32px);
  }
}
.artistRow:after {
  content: "";
  display: table;
  border-bottom: solid #F8F7FC 1px;
  width: 96px;
  position: absolute;
  bottom: 0;
  left: 45%;
}
@media screen and (max-width: 1279px) {
  .artistRow:after {
    left: calc(25% + 32px);
  }
}
@media screen and (max-width: 767px) {
  .artistRow:after {
    display: none;
  }
}
.artistRow:before {
  content: "";
  display: table;
  border-bottom: solid #F8F7FC 1px;
  width: 48px;
  position: absolute;
  bottom: 0;
  left: 16px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .artistRow:before {
    left: 4px;
  }
}
.artistRow h6 {
  float: left;
}
.artistRow:nth-child(3) {
  border-top: solid black 1px;
}

.firstDivider {
  width: 70%;
  float: right;
  display: table;
  border-top: 1px solid black;
}

.archiveBox {
  display: table;
  width: 100%;
  position: relative;
}

.containerArTh {
  position: sticky;
  top: 50px;
  pointer-events: none;
}

.artistThumb {
  width: 25%;
  padding-bottom: 24%;
  margin-left: auto;
  margin-right: 96px;
  position: relative;
}

article.post:nth-child(2n+1) {
  clear: both;
}

.evidenza header {
  border: solid #00AEC7 5px;
  display: table;
  width: 100%;
}

.col-1 {
  width: 8.3333333333%;
  padding: 0 16px;
}

.col-2 {
  width: 16.6666666667%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .col-2 {
    width: 50%;
  }
}

.col-3 {
  width: 25%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .col-3 {
    width: 50%;
  }
}

.col-4 {
  width: 33.3333333333%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 41.6666666667%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .col-5 {
    width: 100%;
  }
}

.bg-nero {
  background: #212322;
}
.bg-nero h1, .bg-nero h2, .bg-nero h3, .bg-nero h4, .bg-nero h5, .bg-nero h6, .bg-nero p {
  color: white;
}

.bg-rosa {
  background: #FBE9F1;
}

.bg-grigio {
  background: #C6D1DC;
}

.bg-light-gray {
  background: #ECEBF1;
}

.bg-mappa {
  background: #ECEBF1;
}

.miniCta {
  display: table;
  padding: 6px 16px 5px;
  border: solid 2px;
}

.ctaBlack {
  border-color: #212322;
}
.ctaBlack:hover {
  border-color: #00AEC7;
  color: #00AEC7;
}

.ctaBig {
  padding: 14px 16px 13px 16px;
  display: table;
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .ctaBig {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .ctaResidenze {
    display: table;
    padding-left: 16px;
    width: 100%;
    padding-right: 16px;
  }
}

.ctaResidenzeA {
  border: solid 2px white;
  float: right;
  margin-right: 8.3333333333%;
  margin-top: -47px;
}
@media screen and (max-width: 767px) {
  .ctaResidenzeA {
    margin: 0;
    /* display: table; */
    /* margin-right: 16px; */
    width: 100%;
    text-align: center;
    margin-top: 24px;
    max-width: 320px;
    margin-left: 0;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .ctaText {
    display: table;
    margin: auto;
  }
}

.cta-new {
  font-family: "manifattura";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  line-height: 120%;
}
.cta-new:disabled {
  opacity: 0.6;
}

.cta--outline-light {
  padding: 12px 46px;
  border: 1px solid #fff;
  color: #fff;
}
.cta--outline-light:hover {
  background: #00AEC7;
  color: #212322;
  border-color: #212322;
}

.cta--filled-green {
  padding: 12px 46px;
  color: #212322;
  background: #00AEC7;
}
.cta--filled-green:hover:not(:disabled) {
  color: #00AEC7;
  background: #212322;
}

.bg-grigio .cta {
  background: #212322;
}
.bg-grigio .cta:hover {
  background: #00AEC7;
}
.bg-grigio .cta:hover .ctaText p {
  color: #212322;
}
.bg-grigio .cta .ctaText p {
  color: #00AEC7;
}

.bg-bianco .cta {
  background: #00AEC7;
}
.bg-bianco .cta:hover {
  background: #212322;
}
.bg-bianco .cta:hover .ctaText p {
  color: #00AEC7;
}
.bg-bianco .cta .ctaText p {
  color: #212322;
}

.ctaText p {
  font-size: 0.889rem;
  line-height: 21px;
  letter-spacing: 2px;
  float: left;
}

.ctaGreen {
  background: #00AEC7;
}
.ctaGreen:hover {
  background: #212322;
  color: #00AEC7;
}
.ctaGreen:hover span p {
  color: #00AEC7;
}

.ctaGrayFull {
  background: #484B49;
  color: white;
}

.noLink {
  text-decoration: none;
  color: #212322;
}

.ctaBorder {
  margin-top: 16px;
}
.ctaBorder p {
  font-size: 0.778rem;
  line-height: 21px;
  letter-spacing: 2px;
}

.cta .ico {
  padding: 0px 16px 0 0;
  float: left;
  height: 16px;
}

.ctaTransparent {
  background: transparent !important;
}

.cnt-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.cnt-map img {
  max-width: inherit !important;
}

.regular {
  font-weight: 400;
}

.acf-map {
  width: 100%;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.accordionHide {
  display: block;
}

.toggleAccordion {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.readMore.isOpen .open {
  display: none;
}
.readMore.isOpen .close {
  display: table;
}
.readMore.isOpen .ico img {
  transform: translate(0, 0) rotate(180deg);
  -webkit-transform: translate(0, 0) rotate(180deg);
  -moz-transform: translate(0, 0) rotate(180deg);
  -ms-transform: translate(0, 0) rotate(180deg);
}

.readMore {
  margin-top: 24px;
  margin-left: auto;
  margin-right: 0;
  display: table;
  cursor: pointer;
}
.readMore p {
  float: left;
  text-decoration: underline;
  -webkit-text-decoration-color: #00AEC7; /* Safari */
  text-decoration-color: #00AEC7;
}
.readMore .ico {
  display: table;
  float: left;
  padding-left: 8px;
}
.readMore .ico img {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.readMore .open {
  display: table;
}
.readMore .close {
  display: none;
}

.catBox {
  padding: 3px 16px 2px;
  display: table;
  float: left;
}

.catBoxClickable {
  pointer-events: all;
}

.tagContainer a {
  padding-right: 8px;
}

.underline {
  text-decoration: underline;
}

.categories {
  display: table;
}

.category-evento, .category-event-en {
  background: #F75940;
}

.category-nam, .category-nam-en {
  background: #f8c9db;
}

.identifier.category-nam, .identifier.category-nam-en {
  border-color: #f8c9db;
  background: #f8c9db;
}

.identifier.category-evento, .identifier.category-event-en {
  border-color: #F75940;
  background: #F75940;
}

.category-workshop, .category-workshop-en {
  background: #FFD132;
}

.category-laboratorio, .category-lab-en {
  background: #57ECEC;
}

.identifier.category-laboratorio, .identifier.category-lab-en {
  border-color: #57ECEC;
  background: #57ECEC;
}

.catBox.category-concerto, .catBox.category-concert-en {
  border-color: #FF2749;
  background: #FF2749;
}

.identifier.category-concerto, .identifier.category-concert-en {
  border-color: #FF2749;
  background: #FF2749;
}

.category-arte, .category-art-en {
  background: #BAFF00;
}

.identifier.category-arte, .identifier.category-art-en {
  border-color: #BAFF00;
  background: #BAFF00;
}

.archivePosts .category-arte, .archivePosts .category-art-en, .archivePosts .category-festival, .archivePosts .category-festival-en, .archivePosts .category-nam, .archivePosts .category-nam-en {
  background: transparent;
}

.category-cinema, .category-cinema-en {
  background: #9775E3;
}

.category-in-evidenza, .category-highlights-en {
  background: #00AEC7;
}

.categories .category-cinema, .categories .category-cinema-en {
  background: #9775E3 !important;
}
.categories .category-in-evidenza, .categories .category-highlights-en {
  background: #00AEC7 !important;
}

.identifier.category-in-evidenza, .identifier.category-highlights-en {
  border-color: #00AEC7;
  background: #00AEC7;
}

.archive .category-in-evidenza, .archive .category-highlights-en {
  background: transparent;
}

.archive .category-in-nam, .archive .category-nam-en {
  background: transparent;
}

.identifier.category-talk, .identifier.category-talk-en {
  border-color: #458285;
  background: #458285;
}

.catBox.category-talk, .catBox.category-talk-en {
  background: #458285;
}

.identifier.category-mercato, .identifier.category-market {
  border-color: #e8c9ff;
  background: #e8c9ff;
}

.catBox.category-mercato, .catBox.category-market {
  background: #e8c9ff;
}

.identifier.category-festival, .identifier.category-festival-en {
  border-color: #ffb900;
  background: #ffb900;
}

.category-festival {
  background: #ffb900;
}

.identifier.category-mostra, .identifier.category-mostra-en {
  border-color: #21708d;
  background: #21708d;
}

.catBox.category-mostra, .catBox.category-mostra-en {
  background: #21708d;
}

.identifier.category-spettacolo, .identifier.category-spettacolo-en {
  border-color: #E97200;
  background: #E97200;
}

.catBox.category-spettacolo, .catBox.category-spettacolo-en {
  background: #E97200;
}

.identifier.category-dj-set, .identifier.category-dj-set-en {
  border-color: #0099D0;
  background: #0099D0;
}

.catBox.category-dj-set, .catBox.category-dj-set-en {
  background: #0099D0;
}

.identifier.category-musica, .identifier.category-musica-en {
  border-color: #BFD001;
  background: #BFD001;
}

.catBox.category-musica, .catBox.category-musica-en {
  background: #BFD001;
}

.identifier.category-food, .identifier.category-food-en {
  border-color: #e900af;
  background: #e900af;
}

.catBox.category-food, .catBox.category-food-en {
  background: #e900af;
}

.identifier.category-bambini, .identifier.category-bambini-en {
  border-color: #e97800;
  background: #e97800;
}

.catBox.category-bambini, .catBox.category-bambini-en {
  background: #e97800;
}

.cat-evidenza {
  background: #00AEC7;
  position: relative;
  z-index: 10;
}

.searchWrapper .category-arte, .searchWrapper .category-art-en, .searchWrapper .category-festival, .searchWrapper .category-festival-en, .searchWrapper .category-nam, .searchWrapper .category-nam-en {
  background: transparent;
}

.header .cat-evidenza {
  position: absolute;
}

.onlyDesk {
  display: block;
}
@media screen and (max-width: 1279px) {
  .onlyDesk {
    display: none;
  }
}

.namBorder header {
  border: solid #f8c9db 5px;
  display: table;
  width: 100%;
}

.onlySmart {
  display: none;
}
@media screen and (max-width: 1279px) {
  .onlySmart {
    display: block;
    position: relative;
  }
}

.white {
  color: white;
}

.swiper-button-prev.swiper-button-green {
  background-image: none !important;
  display: table;
}
.swiper-button-prev.swiper-button-green span {
  width: 32px;
  height: 2px;
  display: table;
  background: #00AEC7;
  position: absolute;
}
.swiper-button-prev.swiper-button-green span:nth-child(1) {
  left: 0%;
  top: 25%;
  transform: rotate(-45deg);
}
.swiper-button-prev.swiper-button-green span:nth-child(2) {
  left: 0%;
  top: 74%;
  transform: rotate(45deg);
}

.swiper-button-next.swiper-button-green {
  background-image: none !important;
  display: table;
}
.swiper-button-next.swiper-button-green span {
  width: 32px;
  height: 2px;
  display: table;
  background: #00AEC7;
  position: absolute;
}
.swiper-button-next.swiper-button-green span:nth-child(1) {
  left: 0%;
  top: 25%;
  transform: rotate(45deg);
}
.swiper-button-next.swiper-button-green span:nth-child(2) {
  left: 0%;
  top: 74%;
  transform: rotate(-45deg);
}

.navRelativeContainer {
  position: relative;
  height: 48px;
  width: 96px;
  margin: 0 auto 34px 0;
  margin-left: calc(8.3% - 32px);
  box-sizing: content-box;
}
@media screen and (max-width: 1279px) {
  .navRelativeContainer {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .navRelativeContainer {
    margin-left: -8.3333333333%;
  }
}
.navRelativeContainer .swiper-button-green {
  height: 20px;
  top: 24px;
}
.navRelativeContainer .swiper-button-green span {
  width: 16px;
}

.ctaResidenze.mtdm {
  display: none;
}

.textBox p a, .textBox h1 a, .textBox h2 a, .textBox h3 a, .textBox h4 a, .textBox h5 a, .textBox h6 a, .textBox li a, .textBox span a {
  color: #0a8194;
}

.eventLink:hover h1, .eventLink:hover h2, .eventLink:hover h3, .eventLink:hover h4, .eventLink:hover h5, .eventLink:hover h6, .eventLink:hover p {
  text-decoration: underline;
}
.eventLink:hover .categories h5 {
  text-decoration: none;
}

.postContent .category-arte, .postContent .category-art-en, .postContent .category-festival, .postContent .category-festival-en, .postContent .category-nam, .postContent .category-nam-en {
  background: transparent;
}

.superLink {
  color: #212322;
}
.superLink:visited {
  color: #212322;
}
.superLink:hover {
  color: #00AEC7;
}

.titleOfRelatedPosts {
  font-size: 1.333rem !important;
  line-height: 28px !important;
  letter-spacing: 2px !important;
  margin-top: 16px !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 1279px) {
  .archivePosts .evento-infoContainer .tagContainer {
    padding-top: 24px;
    display: table;
  }
}

.relatedWrapper .tags a {
  padding-right: 8px;
}
.relatedWrapper .tags .tagContainer a {
  color: #212322 !important;
}
.relatedWrapper .tags .tagContainer a:hover {
  color: #00AEC7 !important;
}

.evento-infoContainer:hover .title h5 {
  text-decoration: underline;
}

.righette-fondo {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .righette-fondo {
    display: none;
  }
}
.righette-fondo div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #efefef;
}
.righette-fondo .riga1 {
  left: 8.3333333333%;
}
.righette-fondo .riga2 {
  left: 16.6666666667%;
}
.righette-fondo .riga3 {
  left: 25%;
}
.righette-fondo .riga4 {
  left: 33.3333333333%;
}
.righette-fondo .riga5 {
  left: 41.6666666667%;
}
.righette-fondo .riga6 {
  left: 50%;
}
.righette-fondo .riga6 {
  left: 50%;
}
.righette-fondo .riga7 {
  left: 58.3333333333%;
}
.righette-fondo .riga8 {
  left: 66.6666666667%;
}
.righette-fondo .riga9 {
  left: 75%;
}
.righette-fondo .riga10 {
  left: 83.3333333333%;
}
.righette-fondo .riga11 {
  left: 91.6666666667%;
}

section.contatti, section.luoghiManifattura {
  position: relative;
}
section.contatti .col-sx, section.contatti .col-dx, section.luoghiManifattura .col-sx, section.luoghiManifattura .col-dx {
  z-index: 1;
  position: relative;
}
section.contatti *:not(.righette-fondo), section.luoghiManifattura *:not(.righette-fondo) {
  z-index: 1;
}
section.contatti.righette-fondo, section.luoghiManifattura.righette-fondo {
  z-index: 0;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.d-table {
  display: table;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pressTitle {
  width: calc(100% - 130px);
  margin: auto 0 auto auto;
}
@media screen and (max-width: 767px) {
  .pressTitle {
    width: 100%;
    margin: auto;
  }
}

.elNumber {
  font-size: 1.8rem;
}

.timeName {
  margin-right: 4px;
  margin-left: 2px;
}

.contdownContainer {
  margin-top: 8px;
  margin-bottom: 8px;
}
.contdownContainer span {
  color: #00AEC7;
}
.contdownContainer .elTxt {
  color: #212322;
}

.swiper-slide .contdownContainer span {
  color: white !important;
}
.swiper-slide .elTxt {
  color: white !important;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.formContanier {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 48px;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .formContanier {
    padding: 8px;
  }
}
.formContanier .formWrapper {
  background: white;
  min-height: 100%;
  overflow: scroll;
  max-height: calc(100vh - 96px);
  overflow: scroll;
  padding-bottom: 48px;
  position: relative;
  display: table;
  padding-top: 32px;
  width: 100%;
}
.formContanier .formWrapper .formHeader p.manifattura {
  letter-spacing: 2px;
}
.formContanier .formWrapper .formContent {
  width: 428px;
  margin: auto;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .formContanier .formWrapper .formContent {
    width: 100%;
    max-width: 428px;
    padding: 0 16px;
  }
}
.formContanier .formWrapper .formContent h2 {
  margin-top: 24px;
  line-height: 40px;
}
.formContanier .formWrapper .formContent p {
  margin-top: 32px;
}
.formContanier .formWrapper .formReg, .formContanier .formWrapper .formAcc {
  display: table;
  width: 100%;
  position: relative;
  padding: 0;
  padding: 0 5px;
  border: none;
  overflow: visible;
  margin-top: 56px;
}
.formContanier .formWrapper .formReg textarea, .formContanier .formWrapper .formAcc textarea {
  max-width: 428px;
}
.formContanier .formWrapper .formReg input, .formContanier .formWrapper .formReg textarea, .formContanier .formWrapper .formAcc input, .formContanier .formWrapper .formAcc textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 10px 8px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #DDD;
  font-size: 120%;
  outline: none;
  cursor: text;
  background: #F8F7FC;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.formContanier .formWrapper .formReg input::-webkit-input-placeholder, .formContanier .formWrapper .formReg textarea::-webkit-input-placeholder, .formContanier .formWrapper .formAcc input::-webkit-input-placeholder, .formContanier .formWrapper .formAcc textarea::-webkit-input-placeholder {
  transition: color 300ms ease;
}
.formContanier .formWrapper .formReg input:not(:focus)::-webkit-input-placeholder, .formContanier .formWrapper .formReg textarea:not(:focus)::-webkit-input-placeholder, .formContanier .formWrapper .formAcc input:not(:focus)::-webkit-input-placeholder, .formContanier .formWrapper .formAcc textarea:not(:focus)::-webkit-input-placeholder {
  color: transparent;
}
.formContanier .formWrapper .formReg hr, .formContanier .formWrapper .formAcc hr {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border: none;
  background: #00AEC7;
  font-size: 1px;
  will-change: transform, visibility;
  transition: all 200ms ease-out;
  transform: scaleX(0);
  visibility: hidden;
  z-index: 10;
}
.formContanier .formWrapper .formReg input:focus ~ hr, .formContanier .formWrapper .formAcc input:focus ~ hr {
  transform: scaleX(1);
  visibility: visible;
}
.formContanier .formWrapper .formReg label, .formContanier .formWrapper .formAcc label {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 100%;
  color: #838383;
  transform-origin: 0 -150%;
  transition: transform 300ms ease;
  pointer-events: none;
}
.formContanier .formWrapper .formReg input:focus ~ label,
.formContanier .formWrapper .formReg input:active ~ label, .formContanier .formWrapper .formAcc input:focus ~ label,
.formContanier .formWrapper .formAcc input:active ~ label {
  transform: scale(0.6);
  color: #00AEC7;
}
.formContanier .formWrapper .formReg input:focus,
.formContanier .formWrapper .formReg input:active, .formContanier .formWrapper .formAcc input:focus,
.formContanier .formWrapper .formAcc input:active {
  padding-top: 24px;
  margin-top: -12px;
}
.formContanier .formWrapper .formReg input, .formContanier .formWrapper .formAcc input {
  width: 100%;
}
.formContanier .formWrapper .formReg a, .formContanier .formWrapper .formAcc a {
  color: #212322;
}

.forgotPsw {
  text-align: center;
  margin: auto;
  margin-top: 40px;
  display: table;
}

.user-error ~ hr {
  transform: scaleX(1) !important;
  visibility: visible !important;
  background: #BD2115 !important;
}

.formVoice, .inputField {
  display: table;
  width: 100%;
  position: relative;
}

.formVoice {
  margin-bottom: 24px;
}

.stayTop {
  transform: scale(0.6);
}

.user-error ~ label,
.user-success ~ label {
  transform: scale(0.6);
}

.submitAdd {
  padding-top: 24px !important;
  margin-top: -12px !important;
}

.user-error, .user-success {
  padding-top: 24px !important;
  margin-top: -12px !important;
}

.user-error ~ label {
  color: #BD2115 !important;
}

.stayWidth {
  width: 100% !important;
  transform: scaleX(1) !important;
  visibility: visible !important;
}

.fullVal {
  padding-top: 24px !important;
  margin-top: -12px !important;
}

.requiredText {
  font-size: 0.75rem;
  line-height: 15px;
  color: #838383;
  padding: 8px 16px;
  display: table;
  width: 100%;
  position: relative;
}

.submit {
  padding: 16px 48px !important;
  border-bottom: none !important;
  background: #0a8194 !important;
  color: white !important;
  font-family: "manifattura";
  text-transform: uppercase;
  font-size: 1rem !important;
  letter-spacing: 2px;
  margin-top: 48px !important;
  cursor: pointer !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
}

.formAcc .submit {
  width: auto !important;
  margin: auto;
  display: table;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 12px;
  }
  50% {
    height: 8px;
    width: 10px;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 12px;
  }
  50% {
    height: 8px;
    width: 10px;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 12px;
  }
  50% {
    height: 8px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 12px;
  }
  50% {
    height: 8px;
    width: 10px;
  }
}
.wrapper {
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}

.checkbox, .checkbox-alt {
  background-color: #fff;
  display: inline-block;
  height: 18px;
  margin: 0;
  width: 100%;
  position: relative;
}
.checkbox label, .checkbox-alt label {
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
  border: solid #86948d 2px;
  margin-top: 2px;
}
.checkbox label:after, .checkbox-alt label:after {
  /*
  This element has a border on the right, and top. By rotating it looks like a check symbol, but the wrong way. That's why I'm flipping it with scaleX(-1)
  */
  transform: translate(-50%, -50%) rotate(140deg);
  -webkit-transform: translate(-50%, -50%) rotate(140deg);
  -moz-transform: translate(-50%, -50%) rotate(140deg);
  -ms-transform: translate(-50%, -50%) rotate(140deg);
  /*
  I want to position the symbol using the left top, because when increasing the width and height of an object, it expands from the top left corner as well. That is what makes it looks like it's being drawn.
  */
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 9px;
}
.checkbox label:hover:after, .checkbox-alt label:hover:after {
  border-color: #bdd;
}
.checkbox input, .checkbox-alt input {
  display: none;
}
.checkbox input:checked + label:after, .checkbox-alt input:checked + label:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: #048b5b;
}
.checkbox input:checked ~ label, .checkbox-alt input:checked ~ label {
  border-color: #048b5b;
}
.checkbox.checkbox-alt label:hover:after, .checkbox-alt.checkbox-alt label:hover:after {
  -webkit-animation: check 0.8s ease infinite;
  -moz-animation: check 0.8s ease infinite;
  -o-animation: check 0.8s ease infinite;
  animation: check 0.8s ease infinite;
}
.checkbox.checkbox-alt input:checked + label:after, .checkbox-alt.checkbox-alt input:checked + label:after {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

.cb {
  display: table !important;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center; */
  width: 100% !important;
  height: 100%;
  margin-top: 0 !important;
}

.checkLabel {
  transform-origin: 0 !important;
  transform: scale(1) !important;
  top: 0 !important;
  left: 0 !important;
}

.labelText {
  display: table;
  /* position: absolute; */
  width: 100%;
  padding: 0 0 0 32px;
}
.labelText p {
  margin: 0 !important;
  color: #838383;
}
.labelText p a {
  color: #212322;
  font-weight: 700;
}

.containerCheckbox {
  margin: 0;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .containerCheckbox {
    padding: 0px;
  }
}
.containerCheckbox .requiredText {
  padding: 0;
  margin-bottom: 24px;
  display: table;
}

.checkbox {
  margin-bottom: 24px;
  display: table;
}

.otherInfo {
  padding-top: 48px;
  padding-bottom: 16px;
}
.otherInfo h5 {
  font-size: 1.125rem;
  margin-bottom: 48px;
}
.otherInfo .containerCheckbox {
  padding: 0 0 48px 16px;
  border-bottom: solid 1px #ECEBF1;
}

.privacy {
  margin-top: 48px;
}
.privacy .cb {
  width: 22px !important;
  left: 9px;
}

.actionP {
  text-align: center;
  font-size: 1.125rem;
}
.actionP .open, .actionP a {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.containerOtherInfo {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  position: relative;
}

.closeOtherInfo {
  display: table;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background: white;
  padding: 0px 0 0 8px;
}

.closeInfo {
  width: 32px;
  height: 32px;
  background: red;
}

.textCorrect {
  color: #00AEC7;
}

.textError {
  color: #BD2115;
}

.formWrapper .close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .formWrapper .close {
    position: relative;
    left: 0px;
  }
}
.formWrapper .close span {
  width: 24px;
  height: 2px;
  background: #212322;
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
}
.formWrapper .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.formWrapper .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.formWrapper .cta {
  background: #0a8194;
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.formWrapper .cta span {
  margin: auto;
  display: table;
}
.formWrapper .cta:hover {
  background: #056340;
}
.formWrapper .cta p {
  color: white;
  margin-top: 0 !important;
}
.formWrapper input.submit:hover {
  background: #056340 !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #212322;
  width: 100%;
  height: 48px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F8F7FC;
  padding: 8px 15px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  font-size: 120%;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #212322 transparent transparent transparent;
  position: absolute;
  top: 21px;
  right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
  top: 12px;
  border-color: transparent transparent #212322 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F8F7FC;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #DDD;
  transition: 0.15s ease-in;
  -webkit-transition: 0.15s ease-in;
  -moz-transition: 0.15s ease-in;
  -ms-transition: 0.15s ease-in;
}
.select-options li:hover {
  color: white;
  background: #00AEC7;
}
.select-options li[rel=hide] {
  display: none;
}

.containerCenter {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.containerCenter .verticalCenter {
  display: table-cell;
  vertical-align: middle;
}

.dialog {
  position: fixed;
  top: 48px;
  left: 48px;
  right: 48px;
  bottom: 48px;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  .dialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
  }
}
.dialog .wrapperDialog {
  position: relative;
  max-width: 540px;
  margin: auto;
  width: 100%;
  padding: 64px;
  background: white;
  display: table;
}
@media screen and (max-width: 767px) {
  .dialog .wrapperDialog {
    padding: 48px;
  }
}
.dialog .submit {
  float: left;
  width: calc(50% - 8px) !important;
  margin-top: 48px;
}
.dialog .cta {
  width: calc(50% - 8px) !important;
  float: right;
  margin-top: 48px;
}

.hideForm {
  display: none;
}

.formContacts {
  display: table;
  position: relative;
  background: transparent;
}
.formContacts .inputMessage textarea {
  margin-top: 6px !important;
}
.formContacts .select {
  height: 61px !important;
}
.formContacts .select .select-styled {
  padding: 17px 15px !important;
}
.formContacts .select .select-styled:after {
  top: 28px !important;
}
.formContacts .select .select-styled:active:after {
  top: 20px !important;
}
.formContacts .select .select-styled.active:after {
  top: 20px !important;
}
.formContacts .col-sx, .formContacts .col-dx {
  padding: 0 8px;
}
.formContacts .col-dx {
  padding-top: 36px;
}
.formContacts .formContent {
  padding-top: 0 !important;
  width: 100% !important;
}
.formContacts .formWrapper {
  max-height: unset;
  overflow: auto;
  display: table;
  margin: auto;
  padding-bottom: 0 !important;
}
.formContacts .formWrapper .formReg label {
  z-index: 100;
}
.formContacts .formWrapper .formContent p {
  margin-top: 0;
  position: relative;
}

span.wpcf7-form-control.wpcf7-acceptance label {
  position: relative !important;
  pointer-events: all !important;
  top: 0 !important;
  left: 0 !important;
  transform-origin: 0 !important;
}

.wpcf7-submit {
  padding-top: 13px !important;
  padding-bottom: 12px !important;
  border-bottom: 0 !important;
}

input[type=submit] {
  background: #00AEC7 !important;
  color: white !important;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  cursor: pointer !important;
}
input[type=submit]:disabled {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  pointer-events: none;
  background: #F8F7FC !important;
  color: #212322 !important;
}
input[type=submit]:hover {
  background: #0a8194 !important;
}

.wpcf7-list-item input {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .blocker {
    padding: 0 !important;
  }
}

.modal a.close-modal {
  top: 32px !important;
  right: 32px !important;
  z-index: 9999 !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.searchFilter {
  width: 83.3333333333%;
  margin: 0 auto;
  padding: 32px 0px 32px;
}
@media screen and (max-width: 1279px) {
  .searchFilter {
    width: 100%;
    padding: 32px 16px 32px;
  }
}
@media screen and (max-width: 767px) {
  .searchFilter {
    width: 100%;
    padding: 16px 0px 32px;
  }
}

.searchandfilter ul {
  margin: 0;
  padding: 0;
}
.searchandfilter ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px;
}
.searchandfilter ul li input.sf-input-text {
  width: 100%;
}
.searchandfilter ul li.sf-field-search {
  margin-bottom: 8px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .searchandfilter ul li.sf-field-search {
    width: 100%;
    margin-bottom: 16px;
  }
}
.searchandfilter ul li.sf-field-search label {
  width: 100%;
}

input.sf-input-text {
  border: none;
  background: #F8F7FC;
  border-radius: 0;
  padding: 12px 10px 8px;
  outline: none;
}

@media screen and (max-width: 767px) {
  .ui-datepicker {
    left: 16px !important;
  }
}

select.sf-input-select, .ui-datepicker-month, .ui-datepicker-year {
  /* padding: 12px 10px 8px; */
  border: none;
  height: 44px;
  outline: none;
  /* padding-left: 30px!important; */
  border-radius: 0;
  background: none;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: white;
}

.chosen-container-single .chosen-single {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 48px;
  font-size: 1rem;
  padding: 16px;
  color: #212322;
  width: 100% !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
  border: none;
}

.chosen-container-single .chosen-single div b {
  background-size: 82px 54px !important;
  background-position: 0px 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -29px 10px;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  margin: 0 8px;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  background: url(chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: "Muli", sans-serif;
  line-height: normal;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #F8F7FC;
  padding: 11px 30px 10px 8px;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 4px 16px;
  list-style: none;
  line-height: 29px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 1rem;
  width: 100% !important;
}

.chosen-container .chosen-results li.highlighted {
  background: #00AEC7;
  color: #212322;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  background: url(chosen-sprite.png) 100% -33px no-repeat;
  font-size: 1em;
  font-family: "Muli", sans-serif;
  line-height: normal;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #F8F7FC;
  padding: 11px 30px 10px 8px;
  background-size: 82px !important;
}

.chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

li.sf-field-reset {
  display: table;
  width: auto !important;
  padding: 14px 16px 13px 16px !important;
  background: #00AEC7;
  cursor: pointer;
  display: table !important;
  float: none !important;
  margin-top: 16px !important;
  margin-left: 8px !important;
}
@media screen and (max-width: 767px) {
  li.sf-field-reset {
    width: auto !important;
    margin-left: 8px !important;
  }
}
li.sf-field-reset:hover {
  background: #0a8194;
}
li.sf-field-reset:hover a {
  color: white;
}
li.sf-field-reset a {
  font-family: "manifattura";
  text-transform: uppercase;
  color: #212322;
  text-decoration: none;
  line-height: 21px;
  letter-spacing: 2px;
  font-size: 1rem;
}

.sf_date_field li {
  padding: 0 !important;
}
.sf_date_field li:nth-child(2) {
  padding-left: 16px !important;
}

.ll-skin-melon .ui-widget {
  background: #0a8194;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  margin-top: 9px;
}

.ll-skin-melon .ui-datepicker th {
  border: none;
  color: white;
}

.ll-skin-melon td .ui-state-default {
  color: #212322;
}

.ll-skin-melon .ui-datepicker td {
  background: white;
  padding: 6px;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #c7c7c7;
}

.searchandfilter-date-picker .ui-datepicker {
  width: 288px;
}

.ll-skin-melon td .ui-state-active {
  background: #00AEC7;
}

.ll-skin-melon td .ui-state-hover {
  background: #C6D1DC;
}

li.sf-field-post_date {
  width: 66.6666666667% !important;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  li.sf-field-post_date {
    width: 100% !important;
    padding-bottom: 16px !important;
  }
}
li.sf-field-post_date ul li {
  width: 50% !important;
}
li.sf-field-post_date ul li label {
  width: 100% !important;
}
li.sf-field-post_date ul li label .sf-datepicker {
  width: 100% !important;
}

.searchandfilter select.sf-input-select {
  min-width: unset !important;
}

.searchandfilter ul li {
  width: 33.3333333333%;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .searchandfilter ul li {
    width: 100%;
  }
}
.searchandfilter ul li label {
  width: 100%;
}
.searchandfilter ul li label select {
  width: 100%;
}

.sf-field-sort_order, .sf-field-category {
  padding: 0 16px !important;
}
@media screen and (max-width: 767px) {
  .sf-field-sort_order, .sf-field-category {
    padding: 0 8px !important;
  }
}

.chosen-container {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sf-field-reset {
    width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .sf-field-post_date, .sf-field-post_type, .sf-field-category, .sf-field-tag, .sf-field-taxonomy-category_eventi, .sf-field-taxonomy-tags_eventi, .sf-field-sort_order {
    display: none !important;
  }
}

.searchAdmWrapper {
  padding-top: 0;
  margin-top: 64px;
  border-top: solid 1px #ECEBF1;
  border-bottom: solid 1px #ECEBF1;
}
@media screen and (max-width: 767px) {
  .searchAdmWrapper {
    padding-top: 0;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0 8px;
  }
}

.openFilterSearch {
  display: none;
}
@media screen and (max-width: 767px) {
  .openFilterSearch {
    width: 40px;
    height: 40px;
    display: table;
    position: relative;
    margin-left: 8px;
    margin-bottom: 16px;
    border-radius: 96px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    border: solid 1px #212322;
    cursor: pointer;
  }
  .openFilterSearch span {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    display: table;
    position: absolute;
    height: 1px;
    left: 50%;
    background: #212322;
  }
  .openFilterSearch span:nth-child(1) {
    width: 12px;
    top: 16px;
    transform: translate(-50%, 0) rotate(0);
    -webkit-transform: translate(-50%, 0) rotate(0);
    -moz-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
  }
  .openFilterSearch span:nth-child(2) {
    width: 8px;
    top: 20px;
    transform: translate(-50%, 0) rotate(0);
    -webkit-transform: translate(-50%, 0) rotate(0);
    -moz-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
  }
  .openFilterSearch span:nth-child(3) {
    width: 4px;
    top: 24px;
    transform: translate(-50%, 0) rotate(0);
    -webkit-transform: translate(-50%, 0) rotate(0);
    -moz-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
  }
}

@media screen and (max-width: 767px) {
  .clicked {
    background: #00AEC7;
    border: solid 1px #00AEC7;
  }
  .clicked span {
    display: table;
    position: absolute;
    height: 1px;
    left: 50%;
    background: #212322;
  }
  .clicked span:nth-child(1) {
    width: 12px;
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
  }
  .clicked span:nth-child(2) {
    width: 0px;
    top: 20px;
    transform: translate(-50%, 0) rotate(0);
    -webkit-transform: translate(-50%, 0) rotate(0);
    -moz-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
  }
  .clicked span:nth-child(3) {
    width: 12px;
    top: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .inlineBlock {
    display: inline-block !important;
  }
}

.searchButton {
  display: table;
  float: left;
  padding-left: 48px;
}
@media screen and (min-width: 1279px) {
  .searchButton {
    display: block;
    float: none;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .searchButton {
    display: none;
  }
}
.searchButton a {
  width: 48px;
  height: 48px;
  display: table;
}

@media screen and (max-width: 1279px) {
  .main-navigation.toggled .searchButton {
    display: block;
    margin-top: 34px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-navigation.toggled .searchButton a {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .main-navigation.toggled .searchButton .lens {
    display: flex;
    align-items: flex-end;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  min-height: 96px;
}
@media screen and (min-width: 1279px) {
  .site-header {
    width: 83.3333333333%;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1279px) {
  .site-header .site-branding {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.logo {
  width: auto;
  left: 8.3333333333%;
  top: 21px;
  position: absolute;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .logo {
    left: 50%;
    transform: translate(-50%, 0) rotate(0);
    -webkit-transform: translate(-50%, 0) rotate(0);
    -moz-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1279px) {
  .logo a {
    display: block;
  }
}
@media screen and (min-width: 1279px) {
  .logo {
    position: static;
  }
}
.logo svg {
  height: 51px;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: static;
  font-size: 0.889rem;
  line-height: 21px;
  letter-spacing: 0;
  margin-top: 36px;
}
@media screen and (min-width: 1279px) {
  .main-navigation {
    float: none;
    margin-top: 0;
  }
}
.main-navigation ul {
  width: auto;
  margin: auto;
  display: table;
}
.main-navigation ul { /* < main navigation */
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.main-navigation ul div { /* < div.sub-menu-wrap */
  top: -400px;
  width: 100%;
  display: block !important;
  position: absolute;
  left: 0;
  border-top: 1px solid lightgray;
  height: 48px;
}
@media screen and (max-width: 1279px) {
  .main-navigation ul div {
    position: relative;
    top: inherit;
    border-top: none;
    border-bottom: none;
    height: auto;
    font-size: 0.889rem;
    line-height: 21px;
    letter-spacing: 0;
    padding-left: 32px;
  }
}
.main-navigation ul ul { /* < sub-menu */
  float: left;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
  z-index: 99999;
}
@media screen and (max-width: 1279px) {
  .main-navigation ul ul {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-navigation ul ul {
    float: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0) rotate(0);
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  position: static;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
@media screen and (max-width: 1279px) {
  .main-navigation ul ul li {
    border-bottom: none;
    border-top: none;
  }
}
@media screen and (min-width: 1279px) {
  .main-navigation ul ul li {
    padding-bottom: 20px;
  }
}
.main-navigation ul ul a {
  width: auto;
}
@media screen and (max-width: 1279px) {
  .main-navigation ul ul a:nth-child(2) {
    float: inherit;
    font-weight: lighter;
    min-width: inherit;
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 480px) {
  .main-navigation ul ul a:nth-child(2) {
    min-width: 200px;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: static;
}
@media screen and (min-width: 1279px) {
  .main-navigation li {
    padding-bottom: 20px;
  }
}
.main-navigation li:hover > div.sub-menu-wrap {
  z-index: 999999;
}
.main-navigation li:hover > div.sub-menu-wrap, .main-navigation li.current-menu-item > div.sub-menu-wrap, .main-navigation li.current_page_ancestor > div.sub-menu-wrap {
  background-color: white;
  display: block !important;
  top: inherit !important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #00AEC7;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 12px 16px 24px;
  color: #212322;
}
@media screen and (max-width: 1279px) {
  .main-navigation a:nth-child(2) {
    float: left;
    font-weight: bolder;
    min-width: 280px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation a:nth-child(2) {
    float: none !important;
  }
}
@media screen and (min-width: 1279px) {
  .main-navigation a {
    padding: 12px 16px 12px;
    text-transform: uppercase;
    font-family: "manifattura";
  }
}
@media screen and (max-width: 1279px) {
  .main-navigation a {
    padding: 8px 16px;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #00AEC7;
}

.menu-toggle {
  display: none;
}

@media screen and (max-width: 1279px) {
  /* Small menu. */
  #site-navigation.toggled {
    padding-bottom: 96px;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation li {
    float: left;
    width: 100%;
    position: relative;
    padding: 8px 0;
  }
  .main-navigation li.menu-item-has-children {
    border-bottom: 1px solid lightgray;
  }
  .main-navigation li li {
    float: left;
    width: auto;
    position: inherit;
    padding: inherit;
  }
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  .main-navigation.toggled ul#primary-menu {
    padding-top: 64px;
  }
  .main-navigation ul#primary-menu {
    max-width: 767px;
    margin: 0 auto;
    position: relative;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 1279px) {
  .main-navigation button {
    z-index: 1000;
    top: 21px;
    left: 24px;
    width: 48px;
    height: 48px;
    /* border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px; */
    border: none 0 transparent;
    /* transform: translate(0, -50%) rotate(0);
    -webkit-transform: translate(0, -50%) rotate(0);
    -moz-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0); */
    background: #fff;
    position: absolute;
  }
  .main-navigation button span:nth-child(1) {
    top: 17px;
  }
  .main-navigation button span:nth-child(2) {
    top: 23px;
  }
  .main-navigation button span:nth-child(3) {
    top: 29px;
  }
  .main-navigation button .close_one {
    transform: translate(-50%, 5px) rotate(45deg);
    -webkit-transform: translate(-50%, 5px) rotate(45deg);
    -moz-transform: translate(-50%, 5px) rotate(45deg);
    -ms-transform: translate(-50%, 5px) rotate(45deg);
  }
  .main-navigation button .close_two {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    width: 0;
  }
  .main-navigation button .close_three {
    transform: translate(-50%, -7px) rotate(-45deg);
    -webkit-transform: translate(-50%, -7px) rotate(-45deg);
    -moz-transform: translate(-50%, -7px) rotate(-45deg);
    -ms-transform: translate(-50%, -7px) rotate(-45deg);
  }
  .main-navigation button span {
    background-color: #4A4A4A;
    width: 24px;
    height: 2px;
    transform: translate(-50%, 0) rotate(0);
    -webkit-transform: translate(-50%, 0) rotate(0);
    -moz-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    left: 50%;
    position: absolute;
    background-color: black;
  }
}
.sub-menu-wrap {
  z-index: 1;
}

.main-navigation ul#primary-menu > li.has-border > a {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}

@media screen and (min-width: 1279px) {
  .main-navigation ul#primary-menu > li.has-border > a::after {
    height: 45px;
  }
}
@media screen and (min-width: 1279px) {
  .main-navigation ul#primary-menu > li.has-border > a::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #212322;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1279px) {
  .main-navigation ul#primary-menu > li.has-border:hover > a::after {
    border: 1px solid #00AEC7;
  }
}

@media screen and (min-width: 1279px) {
  .area-riservata {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .area-riservata {
    display: none;
    padding-left: 16px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .main-navigation.toggled .area-riservata {
    display: block;
  }
}

@media screen and (min-width: 1279px) {
  .main-navigation li:hover > div.sub-menu-wrap, .main-navigation li.current-menu-item > div.sub-menu-wrap, .main-navigation li.current_page_ancestor > div.sub-menu-wrap {
    background-color: white;
    display: block !important;
    top: 80px !important;
  }
}

@media screen and (max-width: 1279px) {
  .menu-item-has-children a {
    display: inline-block;
  }
}

.menu-item-has-children .arrow-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .menu-item-has-children .arrow-menu {
    width: 14px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2px;
    transition: all ease-in-out 0.3s;
    transform: rotate(225deg);
  }
}

@media screen and (max-width: 1279px) {
  .menu-item-has-children .arrow-menu::after {
    content: "";
    display: block;
    border-top: 1px solid #212121;
    border-left: 1px solid #212121;
    height: 14px;
    width: 14px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
  }
}

.menu-item-has-children.open .arrow-menu {
  margin-bottom: -5px;
  transform: rotate(45deg);
}

@media screen and (max-width: 1279px) {
  .main-navigation .menuWrapper .menuContainer .menu-menu-principale-container .menu-item-has-children .sub-menu-wrap {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .main-navigation .menuWrapper .menuContainer .menu-menu-principale-container .menu-item-has-children.open .sub-menu-wrap {
    display: block !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-navigation .menuWrapper .menuContainer .menu-menu-principale-container .menu-item-has-children.open .sub-menu-wrap .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279px) {
  .main-navigation .menuWrapper .menuContainer .menu-menu-principale-container .menu-item-has-children.open .sub-menu-wrap .sub-menu li {
    padding-left: 0;
  }
}

@media screen and (max-width: 1279px) {
  .main-navigation ul#primary-menu > li.has-border > a {
    margin-right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .main-navigation .menuWrapper .menuContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
## Selettore Lingua
--------------------------------------------------------------*/
.menuContainer {
  display: table;
  width: auto;
  margin: auto;
  padding-left: 160px;
}
@media screen and (min-width: 1279px) {
  .menuContainer {
    display: block;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .menuContainer {
    padding-left: 0;
  }
}
.menuContainer .menu-menu-principale-container, .menuContainer .menu-menu-eng-container {
  float: left;
}
@media screen and (min-width: 1279px) {
  .menuContainer .menu-menu-principale-container, .menuContainer .menu-menu-eng-container {
    justify-self: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1279px) {
  .menuContainer .menu-menu-principale-container, .menuContainer .menu-menu-eng-container {
    float: none;
  }
}

.multilingua {
  width: auto;
  display: table;
  position: relative;
  top: -10px;
  padding-left: 48px;
  right: 0;
  float: left;
}
@media screen and (max-width: 1279px) {
  .multilingua {
    float: none;
    margin-top: 35px !important;
    justify-self: flex-end;
    margin-left: auto;
  }
}
@media screen and (min-width: 1279px) {
  .multilingua section {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1279px) {
  .multilingua section .wpml-ls-sidebars-multilingua-1 {
    padding: 0;
  }
}
@media screen and (min-width: 1279px) {
  .multilingua section .wpml-ls-sidebars-multilingua-1 ul {
    padding: 0;
  }
}
@media screen and (min-width: 1279px) {
  .multilingua {
    width: auto;
    display: block;
    top: 0;
    padding-left: 0;
    right: 0;
    float: none;
  }
}
@media screen and (max-width: 1279px) {
  .multilingua {
    padding-left: 0;
    top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .multilingua {
    margin-top: 16px;
  }
}
.multilingua a {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  .multilingua a {
    min-width: unset !important;
    float: none !important;
  }
}
.multilingua a span {
  color: white;
}
.multilingua li {
  display: table !important;
  width: 48px;
  text-align: center;
  vertical-align: middle;
  background: #484B49;
  height: 40px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.multilingua li:hover {
  height: 48px;
}
.multilingua li:hover a span {
  color: #00AEC7;
}
.multilingua .wpml-ls-current-language {
  background: #212322;
  height: 48px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  width: 66.6666666667%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .gallery {
    width: 100%;
  }
}
.gallery .galleryItem {
  width: 50%;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .gallery .galleryItem {
    width: 100%;
    padding: 8px 16px;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
.header-immagine, .header-videoWrapper {
  width: 83.3333333333%;
  margin: 96px auto 0;
}
@media screen and (max-width: 1279px) {
  .header-immagine, .header-videoWrapper {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .header-immagine, .header-videoWrapper {
    width: calc(100% - 32px);
    margin: auto;
  }
}

.header-videoWrapper {
  position: relative;
}

.header-immagine {
  padding-bottom: 30.4%;
}
@media screen and (max-width: 767px) {
  .header-immagine {
    padding-bottom: 54.5%;
  }
}

.header-video {
  height: 100%;
}

.videoFrame {
  height: 100%;
}

.single-edifici .header-immagine {
  margin-top: 0;
}

.postWrapperSingle .containerEvento {
  width: 100%;
  float: none;
  margin-top: 0;
}

header.header.video-block {
  margin: 96px auto;
  width: 80%;
}

.headerEventsVideo-block {
  position: relative;
}

.page .headerEventsVideo-block {
  margin: 96px auto;
  width: 80%;
}
@media screen and (max-width: 1279px) {
  .page .headerEventsVideo-block {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .page .headerEventsVideo-block {
    width: 100%;
    margin: 48px auto;
  }
}
.page .headerEventsVideo-block .preview-image-media {
  height: 100%;
}

.evidenza header .tagName {
  display: table;
  background: #00AEC7;
  padding: 2px 8px;
}

.namBorder header .tagName {
  display: table;
  background: #f8c9db;
  padding: 2px 8px;
}

/*--------------------------------------------------------------
# Testata
--------------------------------------------------------------*/
.testata .wrapperTestata {
  width: 66.6666666667%;
  margin: auto;
  display: table;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .testata .wrapperTestata {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .testata .wrapperTestata {
    width: 100%;
    padding: 0 16px;
  }
}
.testata .wrapperTestata a {
  color: #00AEC7;
}
.testata .wrapperTestata a:hover, .testata .wrapperTestata a:focus, .testata .wrapperTestata a:active {
  color: #0a8194;
}
.testata .wrapperTestata a:focus {
  outline: thin dotted;
}
.testata .wrapperTestata a:hover, .testata .wrapperTestata a:active {
  outline: 0;
}
.testata .wrapperTestata h3 {
  font-size: 2.667rem;
  line-height: 54px;
}
@media screen and (max-width: 1279px) {
  .testata .wrapperTestata h3 {
    font-size: 2.222rem;
    line-height: 46px;
  }
}
.testata .wrapperTestata .col-sx, .testata .wrapperTestata .col-dx {
  word-break: break-word;
  width: 37.6%;
}
@media screen and (max-width: 767px) {
  .testata .wrapperTestata .col-sx, .testata .wrapperTestata .col-dx {
    width: 100%;
  }
}
.testata .wrapperTestata .col-dx {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .testata .wrapperTestata .col-dx {
    width: 100%;
    margin-top: 32px;
  }
}
.testata .wrapperTestata .textBox {
  display: table;
  margin-top: 24px;
  width: 100%;
}
.testata .wrapperTestata .textBox p {
  margin: auto;
  margin-top: 24px;
}
.testata .wrapperTestata .abstractBox {
  margin-top: 48px;
}
.testata .wrapperTestata .abstractBox p {
  font-size: 1.778rem;
  line-height: 38px;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .testata .wrapperTestata .abstractBox p {
    font-size: 1.444rem;
    line-height: 32px;
  }
}
.testata .wrapperTestata .abstractBox blockquote p {
  font-size: 1.333rem;
  line-height: 28px;
}

.wp-video {
  width: 100% !important;
}

.wp-video-shortcode {
  width: 100% !important;
}

.textMin {
  margin-top: 48px;
}
.textMin p {
  font-size: 0.778rem;
  line-height: 20px;
  margin-top: 24px;
  max-width: 480px;
  margin-left: 0;
}

.testata.bg-bianco {
  margin-top: 142px;
}
@media screen and (max-width: 1439px) {
  .testata.bg-bianco {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .testata.bg-bianco {
    margin-top: 72px;
  }
}

.testata.bg-nero, .testata.bg-grigio {
  padding-top: 142px;
}
@media screen and (max-width: 1439px) {
  .testata.bg-nero, .testata.bg-grigio {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .testata.bg-nero, .testata.bg-grigio {
    padding-top: 72px;
  }
}

.gallery {
  padding-bottom: 142px;
  padding-top: 142px;
}
@media screen and (max-width: 1439px) {
  .gallery {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .gallery {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}

.large .wrapperTestata {
  width: 83.3333333333%;
}
.large .wrapperTestata .col-sx, .large .wrapperTestata .col-dx {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .large .wrapperTestata .col-sx, .large .wrapperTestata .col-dx {
    width: 100%;
  }
}
.large .wrapperTestata .col-sx img, .large .wrapperTestata .col-dx img {
  margin-top: 24px;
}
.large .wrapperTestata .col-sx {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .large .wrapperTestata .col-sx {
    width: 100%;
  }
}

.col-sx, .col-dx {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col-sx, .col-dx {
    width: 100%;
  }
}
.col-sx div:nth-child(1), .col-dx div:nth-child(1) {
  margin-top: 0 !important;
}

.deleteMargin {
  margin-bottom: -142px;
}
@media screen and (max-width: 1439px) {
  .deleteMargin {
    margin-bottom: -96px;
  }
}
@media screen and (max-width: 1279px) {
  .deleteMargin {
    margin-bottom: -72px;
  }
}

.addPadding {
  padding-bottom: 142px;
}
@media screen and (max-width: 1439px) {
  .addPadding {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .addPadding {
    padding-bottom: 72px;
  }
}

.testataBanner .wrapperTestata {
  padding-bottom: 142px;
}
.testataBanner .wrapperTestata .col-sx h3 {
  font-size: 4.444rem;
  line-height: 96px;
  letter-spacing: 6px;
}
@media screen and (max-width: 1279px) {
  .testataBanner .wrapperTestata .col-sx h3 {
    font-size: 2.222rem;
    line-height: 46px;
    letter-spacing: 4px;
  }
}
.testataBanner .wrapperTestata .col-sx h5 {
  margin-top: 48px;
  text-transform: none;
  font-family: "Muli", sans-serif;
  color: #838383;
  letter-spacing: 0;
}
.testataBanner .wrapperTestata .col-sx .abstractBox {
  margin-top: 24px;
}
.testataBanner .wrapperTestata .col-sx .abstractBox p {
  color: #838383;
}
.testataBanner .wrapperTestata .col-dx {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .testataBanner .wrapperTestata .col-dx {
    width: 100%;
  }
}
.testataBanner .wrapperTestata .col-dx .singleImg {
  width: 100%;
}
.testataBanner .wrapperTestata .col-dx .cta {
  position: absolute;
  background: #00AEC7;
  top: 25%;
  left: 59%;
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .testataBanner .wrapperTestata .col-dx .cta {
    top: 20.5%;
    left: 50.5%;
  }
}
.testataBanner .wrapperTestata .col-dx .cta .ctaText p {
  color: #212322;
}

.liste {
  padding-top: 64px;
  display: table;
}
@media screen and (max-width: 767px) {
  .liste {
    padding-top: 32px;
  }
}
.liste a h4 {
  font-weight: 700;
}

.titleLista {
  padding-bottom: 24px;
}

.bg-nero .ctaBig.ctaFull {
  background: #00AEC7;
}
.bg-nero .ctaBig.ctaFull span p {
  color: #212323;
}
.bg-nero .ctaBig.ctaFull:hover {
  background: white;
}
.bg-nero .ctaBig.ctaFull:hover span p {
  color: #212323;
}

.bottoneCandidature {
  position: absolute;
  top: 28%;
  transform: translate(16%, -50%) rotate(0);
  -webkit-transform: translate(16%, -50%) rotate(0);
  -moz-transform: translate(16%, -50%) rotate(0);
  -ms-transform: translate(16%, -50%) rotate(0);
  width: 100%;
}
.bottoneCandidature a {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.singleImg {
  width: 100%;
}
.singleImg .singleImg {
  width: 100%;
}

.mtdm .testata .wrapperTestata .textBox p {
  margin-top: 8px;
}

.singleImg .singleImg {
  margin-top: 0;
  margin-bottom: -6px;
}

.mtdm .testata .wrapperTestata h3 {
  margin-bottom: 16px;
}
.mtdm .testata .wrapperTestata .col-sx {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .mtdm .testata .wrapperTestata .col-sx {
    width: 100%;
    padding: 0 8px;
  }
}
.mtdm .testata .wrapperTestata .col-dx {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .mtdm .testata .wrapperTestata .col-dx {
    width: 100%;
    padding: 0 8px;
  }
}

.abstractBox a {
  word-break: break-word;
}

/*--------------------------------------------------------------
# Galelry
--------------------------------------------------------------*/
.galleryItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .galleryItem {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
  }
}
.galleryItem img {
  width: 100%;
}

.imageDesc {
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.imageDesc p {
  color: #212322;
  text-align: left;
  padding: 0 16px;
  max-width: 536px;
}

.gallery-video {
  height: 100%;
  position: absolute;
}

.containerVideoItem .imageDesc {
  bottom: -32px;
  position: absolute;
}

/*--------------------------------------------------------------
# Galelry
--------------------------------------------------------------*/
.bannerEvidenza {
  position: relative;
}
.bannerEvidenza .bannerInfo {
  position: absolute;
  bottom: 0;
  width: 33.3333333333%;
  left: 8.3333333333%;
}
@media screen and (max-width: 1279px) {
  .bannerEvidenza .bannerInfo {
    width: 58.3333333333%;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .bannerEvidenza .bannerInfo {
    width: 100%;
    position: relative;
    left: 0;
    max-width: unset;
  }
}
.bannerEvidenza .bannerInfo .asideHeader {
  padding: 32px 27% 32px 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bannerEvidenza .bannerInfo .asideHeader {
    background: #212322;
  }
}
.bannerEvidenza .bannerInfo .asideHeader h3 {
  color: white;
  font-weight: 400;
}
.bannerEvidenza .bannerInfo .asideHeader a {
  z-index: 5;
  position: relative;
}
.bannerEvidenza .bannerInfo .asideHeader .focused {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  display: block;
  background-size: 100%;
  opacity: 0.6;
  filter: blur(1px);
  z-index: 0;
}
.bannerEvidenza .bannerInfo .asideContent {
  display: flex;
}
.bannerEvidenza .bannerInfo .asideContent .primaryInfo {
  width: calc(100% - 130px);
  float: left;
  background: #212322;
  padding: 16px 32px 20px;
}
.bannerEvidenza .bannerInfo .asideContent .primaryInfo h6 {
  color: #F8F7FC;
}
.bannerEvidenza .bannerInfo .asideContent .primaryInfo a h5 {
  color: #F8F7FC;
  font-size: 1.333rem;
  line-height: 30px;
  text-decoration: underline;
  margin-top: 8px;
  font-weight: 400;
}
.bannerEvidenza .bannerInfo .asideContent .dateInfo {
  width: 130px;
  float: left;
  background: #484B49;
  padding: 8px 24px 15px;
}
.bannerEvidenza .bannerInfo .asideContent .dateInfo .endTo {
  margin-bottom: 11px;
}
.bannerEvidenza .bannerInfo .asideContent .dateInfo p {
  color: white;
  font-size: 0.778rem;
  line-height: 20px;
}

.bannerMakers .bannerInfo .asideContent {
  display: flex;
}
.bannerMakers .bannerInfo .asideContent .primaryInfo {
  width: 100%;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider {
  margin-top: -1px;
  padding-top: 142px;
  margin-top: 142px;
}
@media screen and (max-width: 1439px) {
  .slider {
    margin-top: 96px;
    padding-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .slider {
    margin-top: 72px;
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    margin-top: 64px;
    padding-top: 64px;
  }
}

.swiper-container h3 {
  width: 50%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .swiper-container h3 {
    width: 100%;
  }
}

.swiper-slider-container {
  padding-left: 8.3% !important;
  padding-right: 8.3% !important;
  padding-bottom: 142px !important;
}
@media screen and (max-width: 1439px) {
  .swiper-slider-container {
    padding-bottom: 96px !important;
  }
}
@media screen and (max-width: 1279px) {
  .swiper-slider-container {
    padding-bottom: 72px !important;
  }
}

.sliderCover {
  padding-bottom: 66.6%;
}

.slideCaption {
  margin-top: 16px;
}
.slideCaption p, .slideCaption h5 {
  color: #F8F7FC;
}
.slideCaption p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .slideCaption p {
    font-size: 0.778rem;
    line-height: 20px;
  }
}
.slideCaption h5 {
  font-size: 1.222rem;
  line-height: 26px;
}

.bg-grigio .slideCaption h5, .bg-grigio .slideCaption p {
  color: #212322;
}

.swiper-pagination-bullet {
  background: #484B49 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  height: 3px !important;
}

.swiper-pagination-bullet-active {
  background: #00AEC7 !important;
}

.swiper-slider-pagination {
  padding-top: 48px;
  width: 41.6666666667% !important;
  margin: auto !important;
}
@media screen and (max-width: 767px) {
  .swiper-slider-pagination {
    width: 83.3333333333% !important;
  }
}

.residenzeAttuali.namBlockSlider {
  background: #FBE9F1 !important;
}
.residenzeAttuali.namBlockSlider h3 {
  color: #212322;
}
.residenzeAttuali.namBlockSlider .ctaResidenze a {
  background: #F8C9DB;
  border: none;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slide .residenzeInfo p {
  color: #212322;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-button-next.swiper-button-green span, .residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-button-prev.swiper-button-green span {
  background: #212322;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-pagination-bullet {
  background: #484B49;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper {
  width: 100%;
  height: auto !important;
  display: -webkit-box !important;
  -webkit-box-align: inherit !important;
  -webkit-align-items: inherit !important;
  -ms-flex-align: inherit !important;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper .swiper-slide.size-artista-in-residenza {
  height: auto !important;
  align-self: flex-start;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper .swiper-slide.size-artista-in-residenza a.noLink {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper .swiper-slide.size-artista-in-residenza a.noLink .residenzeInfo {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  -ms-flex-direction: column !important;
  -ms-flex-align: end !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  align-items: flex-start;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper .swiper-slide.size-artista-in-residenza a.noLink .residenzeInfo .subtitle {
  font-size: 0.75rem;
  text-decoration: none;
  margin-bottom: 8px;
}
.residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper .swiper-slide.size-artista-in-residenza .sliderCover {
  padding-bottom: 50%;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali.namBlockSlider .swiper-slider-nam-container .swiper-slider-residenze-wrapper .swiper-slide.size-artista-in-residenza .sliderCover {
    padding-bottom: 50%;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.containerVideo {
  margin: auto;
}

.videoThumb {
  width: 100%;
  z-index: 1;
}

.video-block {
  position: relative;
}

.preview-image-media {
  position: absolute;
  top: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.bye {
  top: -32px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}

.media-video {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  position: relative;
}

.hideVideo {
  top: 32px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: all;
}

.in {
  top: 0;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}

.imageWrapper {
  margin: auto;
  float: none;
}
.imageWrapper img {
  width: 100%;
}

/*--------------------------------------------------------------
# Luoghi
--------------------------------------------------------------*/
.luoghiManifattura .title {
  margin-left: 16.6666666667%;
  width: 33.3333333333%;
}
@media screen and (max-width: 1439px) {
  .luoghiManifattura .title {
    margin-left: 8.3333333333%;
    width: 50%;
  }
}
@media screen and (max-width: 1279px) {
  .luoghiManifattura .title {
    width: 66.5%;
  }
}
@media screen and (max-width: 767px) {
  .luoghiManifattura .title {
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.luoghiManifattura .title h3 {
  font-size: 2.667rem;
  line-height: 54px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1279px) {
  .luoghiManifattura .title h3 {
    font-size: 2.222rem;
    line-height: 2.222rem;
  }
}

.relatedPlaces {
  position: relative;
  padding: 0;
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .relatedPlaces {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .relatedPlaces {
    margin-top: 40px;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
.relatedPlaces h4 {
  width: 66.6%;
  margin-left: 16.7%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .relatedPlaces h4 {
    width: 68%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .relatedPlaces h4 {
    padding-left: 16px;
  }
}
.relatedPlaces .thumb {
  padding-bottom: 56.25%;
}

.videoCover, .thumb {
  margin-top: 24px;
}

.buildingCode {
  width: 160px;
  height: 160px;
  background-size: 500%;
  filter: blur(0px);
  background-attachment: fixed;
  display: table;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 1;
  position: relative;
  background-position: center;
  margin-top: -161px;
  left: 48px;
  background-image: none !important;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .buildingCode {
    left: 0;
    width: 126px;
    height: 126px;
    margin-top: -126px;
  }
}
@media screen and (max-width: 767px) {
  .buildingCode {
    left: 16px;
    width: 72px;
    height: 72px;
    margin-top: -72px;
  }
}
.buildingCode:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212322;
  opacity: 0.5;
}
.buildingCode .code {
  display: table;
  border-radius: 134px;
  -webkit-border-radius: 134px;
  -moz-border-radius: 134px;
  -ms-border-radius: 134px;
  border: solid 3px white;
  width: 131px;
  height: 131px;
  text-align: center;
  margin: auto;
  display: table;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .buildingCode .code {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .buildingCode .code {
    width: 56px;
    height: 56px;
    border: solid 2px white;
    margin-top: 8px;
  }
}
.buildingCode .code h5 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .buildingCode .code h5 {
    font-size: 0.889rem;
    line-height: 21px;
    letter-spacing: 2px;
  }
}

.relatedInfoPlace {
  padding: 0 112px;
}
@media screen and (max-width: 1439px) {
  .relatedInfoPlace {
    padding: 0;
  }
}
.relatedInfoPlace .buildingSchedule {
  padding: 0 48px;
}
@media screen and (max-width: 1439px) {
  .relatedInfoPlace .buildingSchedule {
    padding: 0;
  }
}

.buildingDesc {
  width: 42.5%;
  float: left;
}
@media screen and (max-width: 767px) {
  .buildingDesc {
    width: 100%;
    padding: 0 16px;
  }
}
.buildingDesc .title {
  display: table;
  width: 100%;
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .buildingDesc .title {
    padding: 0;
    margin: 24px 0 0;
  }
}
.buildingDesc .title h6 {
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
}
.buildingDesc .descrizione {
  margin-top: 24px;
  display: table;
}
.buildingDesc .descrizione p {
  font-size: 0.889rem;
  line-height: 21px;
}
.buildingDesc .cta {
  margin-top: 24px;
}

.containerSwiperProspetti {
  padding: 0 0 0 48px !important;
  float: left;
  width: 57.5%;
}
@media screen and (max-width: 767px) {
  .containerSwiperProspetti {
    width: 100%;
    padding: 0 16px !important;
  }
}
.containerSwiperProspetti .swiper-prospetti-wrapper {
  margin-top: 48px;
}
.containerSwiperProspetti .swiper-prospetti-wrapper h6 {
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
  position: absolute;
}
.containerSwiperProspetti .swiper-prospetti-wrapper img {
  margin-top: 84px;
}

.swiper-prospetti-pagination {
  height: auto;
  margin-top: 32px;
  display: table;
}
.swiper-prospetti-pagination .swiper-pagination-bullet {
  margin-bottom: 0 !important;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.swiper-prospetti-pagination .swiper-pagination-bullet-active {
  margin-bottom: 8px !important;
}

.edificiPlace {
  width: 50%;
  float: left;
  display: block;
  margin-left: 8.3%;
}
@media screen and (max-width: 1023px) {
  .edificiPlace {
    width: 83.3333333333%;
    margin: auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .edificiPlace {
    width: 100%;
  }
}

.spazi360Place {
  width: 33.3333333333%;
  float: right;
  display: block;
  height: 20px;
  display: table;
}
@media screen and (max-width: 1023px) {
  .spazi360Place {
    width: 83.3333333333%;
    margin: auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .spazi360Place {
    width: 100%;
    margin-top: 48px;
  }
}
.spazi360Place h4 {
  margin-left: 0;
}

.spaziThumb {
  position: relative;
}
.spaziThumb .icoAbs {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
}

.cta360 {
  margin: auto;
  margin-top: -24px;
  z-index: 10;
  position: relative;
}

/*--------------------------------------------------------------
# Mappa
--------------------------------------------------------------*/
.containerMap {
  margin-top: 288px;
  background: #ECEBF1;
}
@media screen and (max-width: 1439px) {
  .containerMap {
    margin-top: 192px;
  }
}
@media screen and (max-width: 1279px) {
  .containerMap {
    margin-top: 144px;
  }
}
@media screen and (max-width: 767px) {
  .containerMap {
    margin-top: 72px;
  }
}
.containerMap.container-static .acf-map {
  background-size: cover;
  background-position: center;
  position: relative;
}
.containerMap.container-static .map-pointer {
  position: absolute;
  left: 43%;
  top: 54%;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
}

.cnt-map {
  width: 100%;
  height: 528px;
  margin: auto;
  top: -144px;
  margin-bottom: -144px;
  width: 83.3333333333%;
}
@media screen and (max-width: 1439px) {
  .cnt-map {
    top: -96px;
    margin-bottom: -96px;
    height: 408px;
  }
}
@media screen and (max-width: 1279px) {
  .cnt-map {
    top: -72px;
    margin-bottom: -72px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .cnt-map {
    margin-top: 0px;
    margin-bottom: 0;
    top: 0;
    width: 100%;
  }
}
.cnt-map.cnt-map-static {
  position: relative;
  background-size: cover;
  background-position: center;
}
.cnt-map.cnt-map-static .map-pointer {
  position: absolute;
  left: 43%;
  top: 54%;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
}

.mapIco {
  width: 100%;
  text-align: center;
  display: table;
  padding-bottom: 12px;
}
.mapIco img {
  height: 26px;
  width: 24px;
}

.containerArrivare {
  width: auto;
  display: table;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .containerArrivare {
    width: 100%;
  }
}
.containerArrivare .mapLink {
  width: auto;
  float: left;
  padding: 64px 32px 142px;
  color: #212322;
  text-decoration: underline;
  -webkit-text-decoration-color: #0a8194; /* Safari */
  text-decoration-color: #0a8194;
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .containerArrivare .mapLink {
    padding: 32px 16px 96px;
  }
}
@media screen and (max-width: 1279px) {
  .containerArrivare .mapLink {
    padding: 24px 4% 72px;
  }
}
@media screen and (max-width: 767px) {
  .containerArrivare .mapLink {
    padding: 24px 4% 32px;
  }
}
.containerArrivare .mapLink:hover {
  color: #0a8194;
}
@media screen and (max-width: 1439px) {
  .containerArrivare .mapLink p {
    font-size: 0.889rem;
    line-height: 21px;
  }
}

.mappaHome {
  margin-top: 0;
}

.wrapperTestataHome {
  background: #ECEBF1;
  width: 100%;
  display: table;
}

.containerMappaHome {
  z-index: 100;
  position: relative;
  width: 83.3333333333%;
  margin: auto;
  display: table;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #fff;
}
.containerMappaHome .acf-map {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .containerMappaHome {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.containerMappaHome .col-sx {
  background-color: white;
  padding: 96px 10%;
}
@media screen and (max-width: 767px) {
  .containerMappaHome .col-sx {
    background: #ECEBF1;
  }
}
@media screen and (max-width: 1439px) {
  .containerMappaHome .col-sx {
    padding: 64px 48px;
  }
}
@media screen and (max-width: 1279px) {
  .containerMappaHome .col-sx {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 767px) {
  .containerMappaHome .col-sx {
    width: 100%;
    padding: 40px 16px;
  }
}
.containerMappaHome .col-sx h3 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1439px) {
  .containerMappaHome .col-sx h3 {
    font-size: 1.778rem;
    line-height: 38px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .containerMappaHome .col-sx h3 {
    font-size: 1.556rem;
    line-height: 32px;
    letter-spacing: 2.5px;
  }
}
.containerMappaHome .col-sx .abstractBox {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .containerMappaHome .col-sx .abstractBox {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .containerMappaHome .col-sx .abstractBox {
    margin-top: 24px;
  }
}
.containerMappaHome .col-sx .abstractBox p {
  font-size: 1.333rem;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .containerMappaHome .col-sx .abstractBox p {
    font-size: 0.889rem;
    line-height: 21px;
  }
}
.containerMappaHome .col-sx .ctaFull {
  border: solid 2px #00AEC7;
}
.containerMappaHome .col-sx .ctaFull:hover {
  background: #00AEC7;
}
@media screen and (max-width: 767px) {
  .containerMappaHome .col-dx {
    width: 100%;
  }
}
.containerMappaHome .col-dx .containerMap {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .containerMappaHome .col-dx .containerMap {
    background: #ECEBF1;
    padding: 0 16px;
  }
}

.containerMap .containerArrivare {
  display: flex;
  justify-content: center;
}
.containerMap .containerArrivare .mapLink {
  text-decoration: none;
  justify-content: center;
  padding: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .containerMap .containerArrivare .mapLink {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.containerMap .containerArrivare .mapLink .mapIco {
  padding: 9px;
  width: 40px;
}
.containerMap .containerArrivare .mapLink p {
  font-family: "manifattura";
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .containerMap .containerArrivare .mapLink p {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Edifici
--------------------------------------------------------------*/
.edificiNavigation {
  margin: 96px auto 0;
  width: auto;
  display: table;
}

.swiper-slider-edificiName-container {
  margin: auto;
  margin: 96px auto 0 !important;
  width: 83.3333333333%;
}
@media screen and (max-width: 1279px) {
  .swiper-slider-edificiName-container {
    width: calc(83.333333% - 96px);
    margin: 0px auto 0 !important;
  }
}

.containerEdName {
  position: relative;
}

.swiper-button-next {
  right: 8.3% !important;
}

.swiper-button-prev {
  left: 8.3% !important;
}

.edificiNav {
  display: block;
}

.swiper-slider-edificiName-wrapper .swiper-slide {
  width: auto;
  display: table;
}

.btnEdificio {
  width: 74px;
  text-align: center;
  padding: 12px 13px;
  box-sizing: border-box;
}
.btnEdificio h5, .btnEdificio p {
  color: #484B49;
}
.btnEdificio h5 {
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
}

.currentPage {
  background: #00AEC7;
}

.edificioTop .col-sx {
  width: 38.333%;
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .edificioTop .col-sx {
    width: 100%;
    margin-left: 0;
    padding-right: 16px;
  }
}
.edificioTop .col-dx {
  width: 45%;
  margin-left: auto;
  margin-right: 8.3333333333%;
  margin-top: -161px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx {
    margin-right: 0;
    padding: 0 16px 0;
  }
}
.edificioTop .col-dx .buildingCode {
  left: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx .buildingCode {
    left: 0;
  }
}
@media screen and (max-width: 1439px) {
  .edificioTop .col-dx {
    margin-top: -126px;
  }
}
@media screen and (max-width: 1279px) {
  .edificioTop .col-dx {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx {
    margin-top: -72px;
    width: 100%;
    padding-bottom: 32px;
  }
}
.edificioTop .col-dx .cta {
  margin: 16px 0 16px auto;
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx .cta {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx .ctaText p {
    float: none;
    margin: auto;
    width: auto;
    display: table;
    left: -16px;
    position: relative;
  }
}
.edificioTop .col-dx .descriptionContainer {
  margin-left: 28.333%;
  width: 55%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .edificioTop .col-dx .descriptionContainer {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx .descriptionContainer {
    width: 100%;
    margin-left: auto;
  }
}
.edificioTop .col-dx .descriptionContainer .title {
  display: table;
  margin-top: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .edificioTop .col-dx .descriptionContainer .title {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.edificioTop .col-dx .descriptionContainer .desc {
  max-height: 105px;
  overflow: hidden;
  display: block;
}
.edificioTop .col-dx .descriptionContainer .desc p {
  font-size: 0.889rem;
  line-height: 21px;
}
.edificioTop .col-dx .readMore {
  margin-top: 24px;
}

.section__building {
  padding-top: 96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section__building {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}

.building3d {
  display: table;
  width: 74.5%;
  left: 0%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .building3d {
    width: 100%;
    left: 0;
    margin-top: 24px;
  }
}
.building3d img {
  width: 100%;
}

.buildingSpech {
  display: table;
  width: 73%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -16px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .buildingSpech {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .buildingSpech {
    margin-top: 24px;
    width: 100%;
    margin-left: 0;
  }
}
.buildingSpech .col-sx {
  margin-left: 0;
  width: 50%;
  padding: 0 32px 0px 0;
}
@media screen and (max-width: 1279px) {
  .buildingSpech .col-sx {
    width: 100%;
  }
}
.buildingSpech .col-sx p {
  font-family: "manifattura";
  font-size: 4.444rem;
  line-height: 96px;
  letter-spacing: 6px;
}
@media screen and (max-width: 1279px) {
  .buildingSpech .col-sx p {
    font-size: 3.556rem;
    line-height: 76px;
    letter-spacing: 5px;
  }
}
.buildingSpech .col-dx {
  margin-top: 0;
  margin-right: 0;
  padding: 0 32px 0px 0;
}
@media screen and (max-width: 1279px) {
  .buildingSpech .col-dx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .buildingSpech .col-dx {
    width: 100%;
  }
}
.buildingSpech .col-dx h5 {
  font-family: "manifattura";
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  margin-top: 13px;
}
.buildingSpech .col-dx p {
  font-size: 1.333rem;
  line-height: 30px;
}
.buildingSpech h5 {
  font-size: 0.889rem;
  line-height: 21px;
  letter-spacing: 2px;
}

.swiper-edifici-container .swiper-slide {
  text-align: center;
  padding-top: 96px;
}
.swiper-edifici-container .swiper-slide .prospetto {
  width: 66.6666666667%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .swiper-edifici-container .swiper-slide .prospetto {
    width: 100%;
  }
}

.swiper-edificiName-container {
  width: 66.6666666667% !important;
  margin: auto;
}

.swiper-edificiName-wrapper .swiper-slide {
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 8px;
}
.swiper-edifici-pagination .swiper-pagination-bullet {
  margin-bottom: 0 !important;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.swiper-edifici-pagination .swiper-pagination-bullet-active {
  margin-bottom: 8px !important;
}

/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
.headerEvents {
  width: 100%;
  margin-top: 0;
}

.removeMargin {
  width: 100%;
  margin: 0;
}

.preview-image-media {
  width: 100%;
}

.containerEvidenza {
  margin-left: 8.3333333333%;
  overflow: hidden;
  margin-top: 96px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .containerEvidenza {
    margin-left: 0;
  }
}
.containerEvidenza .galleryImages .swiper-slide {
  width: 90.91% !important;
}
@media screen and (max-width: 1279px) {
  .containerEvidenza .galleryImages .swiper-slide {
    width: 100% !important;
  }
}
.containerEvidenza .galleryDetails .primaryLink .titleBox {
  width: calc(100% - 96px);
}
@media screen and (max-width: 1279px) {
  .containerEvidenza .galleryDetails .primaryLink .titleBox {
    width: calc(100% - 45px);
  }
}

.card--event span.tagContainer {
  display: flex;
  flex-wrap: wrap;
}

span.tagContainer span.tags {
  padding-right: 16px;
  text-decoration: underline;
  word-break: break-word;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  span.tagContainer span.tags {
    display: inline-block;
  }
}

.headerEvents {
  position: relative;
}
.headerEvents .preview-image-media {
  height: 100%;
}

.swiper-image-pagination {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .swiper-image-pagination {
    width: 100%;
    padding: 0 16px;
  }
}

.swiper-image-pagination {
  height: auto;
  margin-top: 32px;
  display: table;
}
.swiper-image-pagination .swiper-pagination-bullet {
  margin-bottom: 0 !important;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.swiper-image-pagination .swiper-pagination-bullet-active {
  margin-bottom: 8px !important;
}

.galleryDetails {
  height: 24px;
}
@media screen and (max-width: 767px) {
  .galleryDetails {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .evidenzaAgenda .swiper-slide {
    margin-top: -26px !important;
  }
}

.single-container .evento-infoContainer {
  position: relative;
  z-index: 1;
}
.single-container .single-slider {
  position: relative;
}
.single-container .evento-infoContainer {
  position: absolute;
  bottom: 0;
}

.galleryDetails,
.single-container,
article.post {
  bottom: 59px;
  display: block;
}
.galleryDetails .evento-infoContainer,
.single-container .evento-infoContainer,
article.post .evento-infoContainer {
  width: 67.4%;
  display: table;
}
@media screen and (max-width: 1439px) {
  .galleryDetails .evento-infoContainer,
  .single-container .evento-infoContainer,
  article.post .evento-infoContainer {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .galleryDetails .evento-infoContainer,
  .single-container .evento-infoContainer,
  article.post .evento-infoContainer {
    width: 100%;
  }
}
.galleryDetails .containerEvento .evento-infoContainer .priamryInfo,
.single-container .containerEvento .evento-infoContainer .priamryInfo,
article.post .containerEvento .evento-infoContainer .priamryInfo {
  width: 100% !important;
}
.galleryDetails .primaryLink,
.single-container .primaryLink,
article.post .primaryLink {
  width: 67.3%;
  display: table;
  float: left;
}
@media screen and (max-width: 767px) {
  .galleryDetails .primaryLink,
  .single-container .primaryLink,
  article.post .primaryLink {
    width: 100%;
  }
}
.galleryDetails .primaryLink:hover .titleBox h2,
.single-container .primaryLink:hover .titleBox h2,
article.post .primaryLink:hover .titleBox h2 {
  text-decoration: underline;
}
.galleryDetails .primaryLink .primaryInfo,
.single-container .primaryLink .primaryInfo,
article.post .primaryLink .primaryInfo {
  width: 100%;
}
.galleryDetails .primaryLink .titleBox,
.single-container .primaryLink .titleBox,
article.post .primaryLink .titleBox {
  background: #ECEBF1;
  padding: 32px 48px 48px;
  display: table;
}
@media screen and (max-width: 1279px) {
  .galleryDetails .primaryLink .titleBox,
  .single-container .primaryLink .titleBox,
  article.post .primaryLink .titleBox {
    padding: 16px 24px 32px;
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 1279px) {
  .galleryDetails .primaryLink .titleBox .title .title,
  .single-container .primaryLink .titleBox .title .title,
  article.post .primaryLink .titleBox .title .title {
    margin-top: 24px;
  }
}
.galleryDetails .primaryLink .titleBox h2,
.single-container .primaryLink .titleBox h2,
article.post .primaryLink .titleBox h2 {
  font-size: 2.667rem;
  line-height: 60px;
}
@media screen and (max-width: 1279px) {
  .galleryDetails .primaryLink .titleBox h2,
  .single-container .primaryLink .titleBox h2,
  article.post .primaryLink .titleBox h2 {
    font-size: 1.444rem;
    line-height: 32px;
  }
}
.galleryDetails .secondaryInfo,
.single-container .secondaryInfo,
article.post .secondaryInfo {
  width: 32.7%;
  float: left;
  margin-top: 26px;
}
@media screen and (max-width: 1279px) {
  .galleryDetails .secondaryInfo,
  .single-container .secondaryInfo,
  article.post .secondaryInfo {
    padding-left: 8px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .galleryDetails .secondaryInfo,
  .single-container .secondaryInfo,
  article.post .secondaryInfo {
    width: 100%;
    margin-top: 8px;
  }
}
.galleryDetails .secondaryInfo .dateBox,
.single-container .secondaryInfo .dateBox,
article.post .secondaryInfo .dateBox {
  width: auto;
  display: table;
  background: #484B49;
  margin-left: 0;
  float: left;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .galleryDetails .secondaryInfo .dateBox,
  .single-container .secondaryInfo .dateBox,
  article.post .secondaryInfo .dateBox {
    width: auto;
  }
}
@media screen and (max-width: 1279px) {
  .galleryDetails .secondaryInfo .dateBox,
  .single-container .secondaryInfo .dateBox,
  article.post .secondaryInfo .dateBox {
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .galleryDetails .secondaryInfo .dateBox,
  .single-container .secondaryInfo .dateBox,
  article.post .secondaryInfo .dateBox {
    width: 100%;
  }
}
.galleryDetails .secondaryInfo .dateBox span,
.single-container .secondaryInfo .dateBox span,
article.post .secondaryInfo .dateBox span {
  color: white;
  clear: both;
  width: 100%;
  display: table;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .galleryDetails .secondaryInfo .dateBox span,
  .single-container .secondaryInfo .dateBox span,
  article.post .secondaryInfo .dateBox span {
    width: auto;
    float: left;
    clear: none;
    margin-right: 2px;
    font-weight: 700;
  }
}
.galleryDetails .secondaryInfo .dateBox .dayLetter,
.single-container .secondaryInfo .dateBox .dayLetter,
article.post .secondaryInfo .dateBox .dayLetter {
  font-size: 0.778rem;
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .galleryDetails .secondaryInfo .dateBox .dayLetter,
  .single-container .secondaryInfo .dateBox .dayLetter,
  article.post .secondaryInfo .dateBox .dayLetter {
    font-size: 0.778rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .galleryDetails .secondaryInfo .dateBox .dayLetter,
  .single-container .secondaryInfo .dateBox .dayLetter,
  article.post .secondaryInfo .dateBox .dayLetter {
    display: none;
  }
}
.galleryDetails .secondaryInfo .dateBox .dayNumber,
.single-container .secondaryInfo .dateBox .dayNumber,
article.post .secondaryInfo .dateBox .dayNumber {
  font-family: "manifattura";
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1439px) {
  .galleryDetails .secondaryInfo .dateBox .dayNumber,
  .single-container .secondaryInfo .dateBox .dayNumber,
  article.post .secondaryInfo .dateBox .dayNumber {
    font-family: "Muli", sans-serif;
    font-size: 1.333rem;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1279px) {
  .galleryDetails .secondaryInfo .dateBox .dayNumber,
  .single-container .secondaryInfo .dateBox .dayNumber,
  article.post .secondaryInfo .dateBox .dayNumber {
    font-family: "Muli", sans-serif;
    font-size: 0.778rem;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.galleryDetails .secondaryInfo .dateBox .month,
.galleryDetails .secondaryInfo .dateBox .year,
.single-container .secondaryInfo .dateBox .month,
.single-container .secondaryInfo .dateBox .year,
article.post .secondaryInfo .dateBox .month,
article.post .secondaryInfo .dateBox .year {
  position: relative;
  top: 0;
}
@media screen and (max-width: 1439px) {
  .galleryDetails .secondaryInfo .dateBox .month,
  .galleryDetails .secondaryInfo .dateBox .year,
  .single-container .secondaryInfo .dateBox .month,
  .single-container .secondaryInfo .dateBox .year,
  article.post .secondaryInfo .dateBox .month,
  article.post .secondaryInfo .dateBox .year {
    font-family: "Muli", sans-serif;
    font-size: 0.778rem;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.home .evento-infoContainer {
  width: 41.6%;
  padding: 48px 48px 80px 48px;
  display: table;
}
@media screen and (max-width: 1439px) {
  .home .evento-infoContainer {
    padding: 24px 24px 56px;
    width: 50%;
    margin-left: 11.3%;
  }
}
@media screen and (max-width: 767px) {
  .home .evento-infoContainer {
    width: 100%;
    padding: 24px 16px 48px;
    margin-left: 0;
  }
}
.home .eventsInHome .evento-infoContainer {
  padding: 0;
  margin: 0;
}

.headerTikets .cta {
  margin-top: 0;
  float: left;
  margin-left: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .headerTikets .cta {
    margin-right: 0;
  }
}

aside.headerTikets {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: 9.1%;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  aside.headerTikets {
    margin-right: auto;
    margin-left: 8px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1279px) {
  .notInHome .evento-infoContainer {
    margin-top: 0 !important;
    left: 0 !important;
  }
}

.back {
  width: 8.3333333333%;
  float: left;
  padding: 16px;
}
@media screen and (max-width: 1279px) {
  .back {
    width: 100%;
  }
}
.back .ico {
  width: 32px;
  height: 32px;
  display: table;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  .back .ico {
    margin: 0 16px 0 0;
    float: left;
  }
}
.back .backUrl p {
  font-size: 0.889rem;
  line-height: 21px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1279px) {
  .back .backUrl p {
    display: table;
    margin-top: 5px;
  }
}

.containerEvento,
.back {
  margin-top: 0px;
}

.back {
  margin-top: 0px;
}

.containerEvento {
  width: 91.6666666667%;
  float: left;
}
@media screen and (max-width: 1279px) {
  .containerEvento {
    width: 100%;
    margin-top: 0px;
  }
}
.containerEvento .headerEvents {
  position: absolute;
}
.containerEvento .preview-image-media {
  z-index: 1;
}
.containerEvento .header-immagine {
  width: 100%;
  margin: 0;
  position: relative;
  padding-bottom: 0%;
}
@media screen and (max-width: 1279px) {
  .containerEvento .header-immagine {
    padding-bottom: 56%;
  }
}

.eventi-template-default.single .header-immagine {
  width: 100%;
  margin: 0;
  position: relative;
  padding-bottom: 45%;
}

.containerEvento {
  bottom: 0;
  display: block;
}
.containerEvento header.header.video-block {
  width: 100%;
  margin: 0;
}
.containerEvento .evento-infoContainer {
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .containerEvento .evento-infoContainer {
    margin-left: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 0;
    max-width: unset;
  }
}
.containerEvento .evento-infoContainer .primaryInfo {
  width: 67.3%;
  display: table;
  float: left;
}
.containerEvento .evento-infoContainer .primaryInfo .titleBox {
  background: #ECEBF1;
  padding: 32px 48px 48px;
  background: white;
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .primaryInfo .titleBox {
    padding: 24px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .containerEvento .evento-infoContainer .primaryInfo .titleBox {
    padding: 16px;
  }
}
.containerEvento .evento-infoContainer .primaryInfo .titleBox h2 {
  font-size: 2.667rem;
  line-height: 60px;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .primaryInfo .titleBox h2 {
    font-size: 1.444rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .containerEvento .evento-infoContainer .primaryInfo .titleBox h2 {
    font-size: 1.222rem;
    line-height: 28px;
  }
}
.containerEvento .evento-infoContainer .secondaryInfo {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .secondaryInfo {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .containerEvento .evento-infoContainer .secondaryInfo {
    margin-top: 0px;
  }
}
.containerEvento .evento-infoContainer .secondaryInfo .dateBox {
  width: auto;
  display: table;
  background: none;
  margin-right: 10px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox {
    width: auto;
  }
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox {
    margin-left: 0;
    width: auto;
    padding: 0;
    margin-bottom: 4px;
    margin-right: 4px;
  }
}
.containerEvento .evento-infoContainer .secondaryInfo .dateBox span {
  color: #212322;
  clear: both;
  width: 100%;
  display: table;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox span {
    width: auto;
    margin-right: 2px;
  }
}
.containerEvento .evento-infoContainer .secondaryInfo .dateBox .dayLetter {
  font-size: 0.778rem;
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox .dayLetter {
    font-size: 0.778rem;
    line-height: 20px;
  }
}
.containerEvento .evento-infoContainer .secondaryInfo .dateBox .dayNumber {
  font-family: "manifattura";
  font-size: 50px;
  margin-right: 4px;
  line-height: 100%;
  letter-spacing: 3px;
}
@media screen and (max-width: 1439px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox .dayNumber {
    font-family: "manifattura";
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1279px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox .dayNumber {
    font-family: "manifattura";
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.containerEvento .evento-infoContainer .secondaryInfo .dateBox .month,
.containerEvento .evento-infoContainer .secondaryInfo .dateBox .year {
  top: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox .month,
  .containerEvento .evento-infoContainer .secondaryInfo .dateBox .year {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.containerEvento .video-block .preview-image-media {
  height: 100% !important;
}

.single-eventi .containerEvento .onlySmart .evento-infoContainer {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-eventi .containerEvento .onlySmart .evento-infoContainer {
    bottom: 0;
  }
}
.single-eventi .containerEvento .onlySmart .evento-infoContainer .primaryInfo {
  width: calc(100% - 104px);
}
@media screen and (max-width: 767px) {
  .single-eventi .containerEvento .onlySmart .evento-infoContainer .primaryInfo {
    width: 100%;
  }
}
.single-eventi .containerEvento .onlySmart .evento-infoContainer .secondaryInfo {
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .single-eventi .containerEvento .onlySmart .evento-infoContainer .secondaryInfo {
    width: 100%;
    position: relative;
  }
}

.postWrapperSingle .headerEvents {
  position: absolute;
}
.postWrapperSingle .preview-image-media {
  z-index: 5;
}
.postWrapperSingle .evento-infoContainer {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 41.6666666667%;
  margin-left: 8.3333333333%;
  left: -48px;
  padding: 48px;
}
@media screen and (max-width: 1279px) {
  .postWrapperSingle .evento-infoContainer {
    width: 50%;
    padding: 24px;
    left: -24px;
  }
}
@media screen and (max-width: 767px) {
  .postWrapperSingle .evento-infoContainer {
    position: relative;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.postWrapperSingle .buildingCode {
  display: table;
  justify-content: unset;
  background-attachment: inherit;
}
.postWrapperSingle .primaryInfo .title .title h1 {
  font-weight: 400;
}
.postWrapperSingle .primaryInfo .tags .tagContainer {
  display: table;
  margin-bottom: 16px;
}
.postWrapperSingle .primaryInfo .tags .tagContainer a {
  color: white;
  display: table;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.postWrapperSingle .header-immagine {
  width: 91.6666666667%;
  margin: 0;
  margin-left: 8.3333333333%;
  position: relative;
  padding-bottom: 45.5%;
}
@media screen and (max-width: 1279px) {
  .postWrapperSingle .header-immagine {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .postWrapperSingle .header-immagine {
    padding-bottom: 0;
    display: block;
    clear: both;
  }
}
.postWrapperSingle .back {
  margin-top: 0;
  z-index: 100;
  position: absolute;
}
@media screen and (max-width: 1279px) {
  .postWrapperSingle .back {
    position: relative;
    width: 100%;
    float: none;
  }
}
.postWrapperSingle .galleryGriglia {
  padding: 142px 0 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .postWrapperSingle .galleryGriglia {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .postWrapperSingle .galleryGriglia {
    padding: 40px 16px 40px;
  }
}
.postWrapperSingle .galleryGriglia .galleryItem {
  width: 50%;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .postWrapperSingle .galleryGriglia .galleryItem {
    width: 100%;
    padding: 8px 0;
  }
}
.postWrapperSingle .noImage {
  background: #00AEC7;
  position: relative;
}
.postWrapperSingle .noImage .buildingCode:before {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.home {
  overflow-x: hidden;
}

.swiper-homeManual-container .header-immagine {
  width: 100%;
}
.swiper-homeManual-container .evento-infoContainer {
  position: absolute;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 33.3333333333%;
  margin-left: 8.3333333333%;
}

.home .sliderCover {
  padding-bottom: 64.9%;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .home .sliderCover {
    padding-bottom: 64.9%;
  }
}
@media screen and (max-width: 1279px) {
  .home .sliderCover {
    padding-bottom: 54.2%;
  }
}
@media screen and (max-width: 767px) {
  .home .sliderCover {
    padding-bottom: 155%;
  }
}
.home .containerEvidenza {
  width: 66.6666666667%;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .home .containerEvidenza {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .containerEvidenza {
    position: relative;
  }
}
.home .containerEvidenza .galleryImages .swiper-slide {
  width: 100% !important;
}
.home .galleryDetails {
  height: 0;
}
@media screen and (max-width: 767px) {
  .home .galleryDetails {
    height: auto;
    position: relative;
    bottom: -20px;
  }
}
.home .galleryDetails .evento-infoContainer {
  left: 0;
  width: 62.5%;
  margin-left: calc(12.5% - 48px);
}
@media screen and (max-width: 1279px) {
  .home .galleryDetails .evento-infoContainer {
    width: calc(50% + 40px);
    margin-left: calc(8.3333333333% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .home .galleryDetails .evento-infoContainer {
    left: 0;
    margin-left: 0;
    width: 100%;
    bottom: 20px;
  }
}
.home .galleryDetails .buildingCode {
  height: auto;
  margin-top: 0;
  padding: 48px 48px 80px 48px;
  background: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .home .galleryDetails .buildingCode {
    padding: 24px 24px 56px;
  }
}
@media screen and (max-width: 767px) {
  .home .galleryDetails .buildingCode {
    padding: 24px 16px 48px;
  }
}
.home .swiper-image-pagination {
  position: absolute;
  bottom: 32px;
  z-index: 100;
  left: 0;
  width: calc(62.5% - 96px);
  margin-left: 12.5%;
}
@media screen and (max-width: 1279px) {
  .home .swiper-image-pagination {
    bottom: 24px;
    width: calc(50% - 8px);
    margin-left: calc(8.3333333333% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .home .swiper-image-pagination {
    width: 100%;
    margin-left: 0;
    padding: 0 16px;
    bottom: 8px;
  }
}
.home .evento-infoContainer .tags {
  color: white;
  display: table;
  float: left;
}
@media screen and (max-width: 1439px) {
  .home .evento-infoContainer .tags {
    font-size: 0.889rem;
    line-height: 21px;
  }
}
.home .evento-infoContainer .title {
  margin-top: 24px;
}
.home .evento-infoContainer .title h2 {
  color: white;
  font-family: "manifattura";
  text-transform: uppercase;
  font-size: 2.667rem;
  line-height: 54px;
  letter-spacing: 4px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .home .evento-infoContainer .title h2 {
    font-size: 2rem;
    line-height: 42px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .home .evento-infoContainer .title h2 {
    font-size: 1.556rem;
    line-height: 32px;
    letter-spacing: 2.5px;
  }
}
.home .evento-infoContainer .title p {
  color: white;
  width: 75%;
  margin-top: 24px;
}

.home .eventsInHome {
  z-index: 10;
  width: 33.3333333333%;
  top: 0;
  right: 0;
  left: auto;
  padding-bottom: 0;
  position: relative;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome {
    width: 100%;
    position: relative;
    height: auto !important;
    padding: 32px;
    background: #ECEBF1;
    display: table;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .home .eventsInHome {
    padding: 0;
  }
}
.home .eventsInHome .notInHome {
  height: 50%;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .notInHome {
    height: 50%;
    width: 50% !important;
    float: left;
    clear: none !important;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home .eventsInHome .notInHome {
    height: 50%;
    width: 100% !important;
    padding: 0;
    padding-bottom: 48px;
  }
}
.home .eventsInHome .containerEvento {
  width: 100%;
  margin-top: 0;
  height: 100%;
  position: relative;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .eventsInHome .containerEvento {
    padding: 16px 16px 0;
    background: #ECEBF1;
  }
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .containerEvento .onlySmart {
    margin-top: -26px;
  }
}
.home .eventsInHome .containerEvento .header-immagine {
  z-index: 10;
  height: 100%;
  display: table;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .containerEvento .header-immagine {
    height: 0%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home .eventsInHome .containerEvento .header-immagine {
    padding-bottom: 56%;
  }
}
.home .eventsInHome .containerEvento .header-video {
  z-index: 4;
  position: relative;
}
.home .eventsInHome .containerEvento .videoThumb {
  z-index: 5;
}
.home .eventsInHome .containerEvento header.header.video-block {
  height: 100% !important;
}
.home .eventsInHome .evento-infoContainer {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .evento-infoContainer {
    position: relative;
  }
}
.home .eventsInHome .evento-infoContainer .tags {
  color: #212322;
}
.home .eventsInHome .evento-infoContainer .title {
  display: table;
}
.home .eventsInHome .evento-infoContainer .tags {
  width: 100%;
}
.home .eventsInHome .evento-infoContainer .tags .tagContainer {
  display: table;
}
.home .eventsInHome .evento-infoContainer .tags .tagContainer .tags {
  width: auto;
  text-decoration: underline;
}
.home .eventsInHome .evento-infoContainer .title {
  margin-top: 8px;
}
.home .eventsInHome .evento-infoContainer .title h5 {
  font-size: 1.778rem;
  line-height: 40px;
}
@media screen and (max-width: 1439px) {
  .home .eventsInHome .evento-infoContainer .title h5 {
    font-size: 1.333rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .eventsInHome .evento-infoContainer .title h5 {
    font-size: 1.444rem;
    line-height: 33px;
  }
}
.home .eventsInHome .evento-infoContainer .description p {
  color: #212322;
  margin-top: 16px;
}
.home .eventsInHome .evento-infoContainer .primaryInfo {
  width: calc(100% - 153px);
  position: absolute;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 1439px) {
  .home .eventsInHome .evento-infoContainer .primaryInfo {
    width: calc(100% - 112px);
  }
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .evento-infoContainer .primaryInfo {
    width: 100%;
    position: relative;
  }
}
.home .eventsInHome .evento-infoContainer .primaryInfo .description p {
  width: 100%;
}
.home .eventsInHome .evento-infoContainer .primaryInfo .description p .readMore {
  display: none;
}
.home .eventsInHome .evento-infoContainer .primaryInfo .titleBox {
  padding: 16px 24px 24px 24px;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .evento-infoContainer .primaryInfo .titleBox {
    padding: 16px;
  }
}
.home .eventsInHome .evento-infoContainer .secondaryInfo {
  width: 130px;
  float: none;
  margin: auto 16px 32px auto;
  display: table;
}
@media screen and (max-width: 1439px) {
  .home .eventsInHome .evento-infoContainer .secondaryInfo {
    width: 96px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .evento-infoContainer .secondaryInfo {
    width: 100%;
    margin-bottom: 0;
  }
}
.home .eventsInHome .righette-fondo {
  display: none;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .righette-fondo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home .eventsInHome .righette-fondo {
    display: none;
  }
}
.home .eventsInHome .righette-fondo div {
  background-color: #DCDCDC;
}
.home .headerTikets {
  display: none;
}

.galleryDetails .title {
  float: left;
}

.home .evento-infoContainer .title {
  clear: both;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-part {
  width: calc(100% - 123px);
}

.home .eventsInHome .containerEvento {
  background-color: #484b49;
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .containerEvento {
    background-color: transparent;
  }
}
.home .eventsInHome .containerEvento .header-immagine {
  width: calc(100% - 152px);
  height: calc(100% - 32px);
}
@media screen and (max-width: 1439px) {
  .home .eventsInHome .containerEvento .header-immagine {
    width: calc(100% - 112px);
  }
}
@media screen and (max-width: 1279px) {
  .home .eventsInHome .containerEvento .header-immagine {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.postNavigation {
  position: relative;
  margin: 96px 0 48px 0;
}
@media screen and (max-width: 1279px) {
  .postNavigation {
    margin: 48px 0 48px 0;
  }
}
.postNavigation .arrow {
  position: absolute;
  height: 24px;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  -webkit-transform: translate(0, -50%) rotate(0);
  -moz-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
}
.postNavigation .next {
  right: 8.3333333333%;
}
.postNavigation .prev {
  left: 8.3333333333%;
}

.archiveEvents {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .archiveEvents .righette-fondo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .archiveEvents .righette-fondo {
    display: none;
  }
}
.archiveEvents .righette-fondo div {
  background-color: #DCDCDC;
}
@media screen and (max-width: 1279px) {
  .archiveEvents {
    padding-bottom: 48px !important;
  }
}
.archiveEvents article.post {
  z-index: 1;
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .archiveEvents article.post {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .archiveEvents article.post .evento-infoContainer .primaryLink {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .archiveEvents article.post .evento-infoContainer .primaryLink .titleBox {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .archiveEvents article.post .evento-infoContainer .secondaryInfo {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .archiveEvents article.post .evento-infoContainer .secondaryInfo .dateBox {
    padding: 0;
    width: auto;
  }
}
.archiveEvents .category-agenda {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1279px) {
  .headerTikets .cta {
    margin-right: 8px;
    margin-left: 0;
  }
}

.postWrapper {
  background: #ECEBF1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  padding: 50px 8.3%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .postWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .postWrapper {
    grid-template-columns: 1fr;
  }
}
.postWrapper article.post {
  padding: 0;
}
.postWrapper article.post .containerEvento {
  margin-top: 0;
  width: 100%;
}
.postWrapper article.post .containerEvento .header-immagine {
  padding-top: 0;
}
.postWrapper article.post header.header.video-block {
  margin: 0;
  width: 100%;
}
.postWrapper article.post:nth-child(odd) {
  padding-right: 0;
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post:nth-child(odd) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .postWrapper article.post:nth-child(odd) {
    padding-right: 0;
  }
}
.postWrapper article.post:nth-child(even) {
  padding-left: 0;
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post:nth-child(even) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .postWrapper article.post:nth-child(even) {
    padding-left: 0px;
  }
}
.postWrapper article.post .header-immagine {
  margin: 0;
}
.postWrapper article.post .header-immagine, .postWrapper article.post .header-videoWrapper {
  width: 100%;
}
.postWrapper article.post .header-immagine {
  padding-bottom: 100%;
  background-size: cover;
}
.postWrapper article.post .in-evidenza {
  border: solid 4px #00AEC7;
}
.postWrapper article.post .header-immagine {
  position: relative;
}
.postWrapper article.post .header-videoWrapper {
  margin: 0;
}
.postWrapper article.post .header-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.postWrapper article.post .preview-image-media {
  z-index: 1;
}
.postWrapper article.post .evento-infoContainer {
  width: 100%;
  padding: 20px 20px 35px 20px;
  background-color: white;
  left: 0px;
  z-index: 1;
  margin-left: 0;
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post .evento-infoContainer {
    position: relative;
    padding: 15px 20px 35px 15px;
    bottom: 0;
  }
}
.postWrapper article.post .evento-infoContainer .tags .tagsContainer {
  display: table;
}
.postWrapper article.post .in-evidenza .evento-infoContainer {
  left: -5px;
  bottom: 0;
}
.postWrapper article.post .secondaryInfo {
  width: 100%;
  position: relative;
  bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .postWrapper article.post .secondaryInfo {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post .secondaryInfo {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 0;
  }
}
.postWrapper article.post .secondaryInfo .dateBox {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .postWrapper article.post .secondaryInfo .dateBox {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post .secondaryInfo .dateBox {
    padding: 0;
    width: 100%;
  }
}
.postWrapper article.post .primaryLink {
  width: 100%;
  bottom: 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post .primaryLink {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1439px) {
  .postWrapper article.post .primaryLink {
    width: 100%;
  }
}
.postWrapper article.post .primaryLink:hover .titleBox .title span h5 {
  text-decoration: underline;
}
.postWrapper article.post .primaryLink .titleBox {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post .primaryLink .titleBox {
    padding: 0;
  }
}
@media screen and (max-width: 1439px) {
  .postWrapper article.post .primaryLink .titleBox .title .title {
    display: table;
    margin-top: 8px;
  }
}
.postWrapper article.post .primaryLink .titleBox .title span h5 {
  font-family: "manifattura";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .postWrapper article.post .primaryLink .titleBox .title span h5 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1279px) {
  .postWrapper article.post .primaryLink .titleBox .title span h5 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
  }
}
.postWrapper article.post .primaryLink .description {
  margin-top: 16px;
  display: table;
}
.postWrapper article.post .primaryLink .description p {
  font-size: 0.889rem;
  line-height: 21px;
}
.postWrapper article.post .primaryLink .description p .readMore {
  display: unset;
  font-weight: 700;
  text-decoration: underline;
}
.postWrapper article.post aside.headerTikets {
  margin-left: 0;
  margin-right: auto;
}

.load-more-container {
  position: relative;
  z-index: 2000;
  margin-left: 16px;
}

.cta-load-more {
  background-color: #00AEC7;
  font-family: "manifattura";
  color: white;
  margin: auto;
}
.cta-load-more:hover {
  background-color: #0a8194;
}

.container-pre-header-archive {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .container-pre-header-archive {
    margin-bottom: 48px;
  }
}

.temporaryArchive.postWrapper {
  padding: 96px calc(8.3% - 16px);
}
@media screen and (max-width: 1800px) {
  .temporaryArchive.postWrapper {
    padding: 96px calc(8.3% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .temporaryArchive.postWrapper {
    padding: 96px 8.3%;
  }
}
.temporaryArchive.postWrapper .containerTemporaryPost {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1800px) {
  .temporaryArchive.postWrapper .containerTemporaryPost {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .temporaryArchive.postWrapper .containerTemporaryPost {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
}
.temporaryArchive.postWrapper article.temporaryPost.post {
  padding: 0 16px;
  width: 100%;
  clear: none;
}
@media screen and (max-width: 1800px) {
  .temporaryArchive.postWrapper article.temporaryPost.post:nth-child(odd) {
    padding-right: calc(16.6% + 16px);
  }
}
@media screen and (max-width: 1279px) {
  .temporaryArchive.postWrapper article.temporaryPost.post:nth-child(odd) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1800px) {
  .temporaryArchive.postWrapper article.temporaryPost.post:nth-child(even) {
    padding-left: calc(16.6% + 16px);
  }
}
@media screen and (max-width: 1279px) {
  .temporaryArchive.postWrapper article.temporaryPost.post:nth-child(even) {
    padding-left: 0px;
  }
}

.switchCalendar {
  width: auto;
  margin: auto;
  text-align: center;
  margin-top: 48px;
  display: table;
  margin-bottom: 48px;
}
.switchCalendar a {
  padding: 16px;
  display: table;
  float: left;
  cursor: pointer;
}
.switchCalendar .active {
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: solid 3px #00AEC7;
}

.ajaxCategory {
  clear: both;
  display: table;
  margin-bottom: 24px;
  margin-left: -16px;
}

.load-more-loading {
  padding-bottom: 40px;
}

.load-more-events-wrap {
  background: #ECEBF0;
  padding-bottom: 105px;
  display: flex;
  justify-content: center;
}
.load-more-events-wrap .cta-new {
  border: none;
}
.load-more-events-wrap .cta-new:not(:disabled) {
  cursor: pointer;
}

.archiveEvents img.emoji {
  margin-left: auto !important;
}
.archiveEvents .containerEvento, .archiveEvents .card--event, .archiveEvents .card--event > div {
  height: 100%;
}
.archiveEvents .containerEvento .eventLink {
  height: 100%;
}
.archiveEvents .card--event {
  overflow: hidden;
}
.archiveEvents .evento-infoContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapperArchivio {
  width: 83.3333333333%;
  margin: auto;
  padding-top: 142px;
  padding-bottom: 142px;
}
@media screen and (max-width: 1439px) {
  .wrapperArchivio {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1439px) {
  .wrapperArchivio {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.wrapperArchivio .containerArTh {
  z-index: 0;
  margin: 0 !important;
  height: 0;
  top: 50%;
  margin-top: 0;
}
.wrapperArchivio .containerArTh .artistThumb {
  transform: translate(0, -50%) rotate(0);
  -webkit-transform: translate(0, -50%) rotate(0);
  -moz-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
}
.wrapperArchivio .wrapperBox {
  z-index: 10;
  position: relative;
  display: table;
  width: 100%;
}
.wrapperArchivio h3 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 400;
}
.wrapperArchivio .archiveBox {
  margin-top: 56px;
  display: block;
}
.wrapperArchivio .artistRow {
  padding: 26px;
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .artistRow {
    width: 100%;
    padding: 16px;
  }
}
.wrapperArchivio .artistRow h6 {
  float: left;
  display: table;
  color: #F8F7FC;
  font-weight: 400;
  width: 22.7%;
}
@media screen and (max-width: 1279px) {
  .wrapperArchivio .artistRow h6 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .artistRow h6 {
    width: 100%;
  }
}
.wrapperArchivio .artistRow .artistNameRow {
  margin-top: -4px;
  display: table;
  margin-left: 22.7%;
  float: left;
  width: 33.7%;
}
@media screen and (max-width: 1279px) {
  .wrapperArchivio .artistRow .artistNameRow {
    width: 75%;
    padding-left: 32px;
    box-sizing: border-box;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .artistRow .artistNameRow {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }
}
.wrapperArchivio .artistRow .artistNameRow h4 {
  color: #F8F7FC;
  font-weight: 400;
}
.wrapperArchivio .artistRow .pressThumb {
  position: absolute;
  left: 0;
  width: 20%;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center;
  transform: translate(-100%, -50%) rotate(0);
  -webkit-transform: translate(-100%, -50%) rotate(0);
  -moz-transform: translate(-100%, -50%) rotate(0);
  -ms-transform: translate(-100%, -50%) rotate(0);
  z-index: -1;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .wrapperArchivio .artistRow .pressThumb {
    width: 30%;
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .artistRow .pressThumb {
    width: 50%;
    padding-bottom: 50%;
    transform: translate(0%, -50%) rotate(0);
    -webkit-transform: translate(0%, -50%) rotate(0);
    -moz-transform: translate(0%, -50%) rotate(0);
    -ms-transform: translate(0%, -50%) rotate(0);
    left: 50%;
  }
}
.wrapperArchivio .artistRow .pressThumb.hide-postThumb {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}
.wrapperArchivio .artistRow .pressThumb.show-postThumb {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .artistRow .pressThumb.show-postThumb {
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    pointer-events: none;
  }
}
.wrapperArchivio .artistRow .thumbPressVisible {
  width: 16.6%;
  padding-bottom: 16.6%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .artistRow .thumbPressVisible {
    width: 50%;
    padding-bottom: 50%;
  }
}
.wrapperArchivio .monthRow {
  width: 130px;
  padding: 16px 24px;
  background: #484B49;
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .monthRow {
    width: 100%;
  }
}
.wrapperArchivio .monthRow .meseAnno h6 {
  font-weight: 400;
  color: white;
}
.wrapperArchivio .goToArchive {
  display: table;
  margin-top: 76px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.wrapperArchivio .goToArchive a {
  display: table;
  float: right;
}
.wrapperArchivio .goToArchive a .ico img {
  transform: translate(0, 0) rotate(-90deg);
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
}
.wrapperArchivio .artistRow:hover .noLink {
  text-decoration: underline;
  color: #F8F7FC;
}

.archivioResidenze.bg-white .artistRow h6 {
  color: #212322;
}
.archivioResidenze.bg-white .artistRow .artistNameRow h4 {
  color: #212322;
}

.archivioResidenze.bg-mappa .wrapperBox a:nth-child(1) .artistRow {
  border-top: solid 1px #F8F7FC;
}
.archivioResidenze.bg-mappa .archiveBox .wrapperBox a:nth-child(1) .artistRow {
  border-top: solid 1px #F8F7FC;
}

.archiveRow a:nth-child(2) .artistRow {
  border-top: solid 1px #F8F7FC;
}

.archiveRow .attachmentSpec .fileTitle p {
  font-size: 0.889rem;
  line-height: 21px;
  color: #212322;
}
.archiveRow .attachmentSpec .fileSize p {
  color: #838383;
  font-size: 0.889rem;
  line-height: 21px;
}
.archiveRow .artistRow h4 {
  font-weight: 400;
}
.archiveRow .artistRow h5 {
  font-weight: 400;
  font-size: 1.333rem;
  line-height: 30px;
  color: #838383;
}

.attachmentSpec {
  float: left;
  width: 29.6%;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .attachmentSpec {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
.attachmentSpec .fileTitle {
  display: table;
  float: left;
  padding-right: 16px;
}
.attachmentSpec .fileTitle p {
  font-size: 0.889rem;
  line-height: 21px;
  color: #212322;
}
.attachmentSpec .fileSize p {
  color: #838383;
  font-size: 0.889rem;
  line-height: 21px;
}

.attachmentName {
  float: left;
  width: 53.8%;
}
@media screen and (max-width: 767px) {
  .attachmentName {
    width: 100%;
    margin-top: 24px;
  }
}
.attachmentName h4 {
  font-weight: 400;
}
.attachmentName h5 {
  font-weight: 400;
  font-size: 1.333rem;
  line-height: 30px;
  color: #838383;
}

.wrapperArchivio .pressArchive {
  margin-top: 96px;
}

.archivioResidenze .artistRow:nth-child(3) {
  border-top: none;
}

.archivioMaker .artistRow {
  border-bottom-color: #212322;
}
.archivioMaker .wrapperArchivio .monthRow {
  padding: 4px 24px;
}
.archivioMaker .wrapperArchivio .artistRow:hover .noLink {
  color: #00AEC7;
}

.monthRow.bg-bianco {
  background: white;
  padding: 4px 24px;
}

.wrapperArchivio .catNavContainer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapperArchivio .catNavContainer {
    padding: 0;
  }
}
.wrapperArchivio .catNavContainer ul {
  padding-bottom: 32px;
  padding-top: 40px;
}
.wrapperArchivio .catVoce.active {
  text-decoration: underline;
  cursor: pointer;
  text-decoration-color: #00AEC7;
}

.ico img {
  max-width: 24px;
}

.containerArchivioCats {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  display: table;
}
.containerArchivioCats a {
  float: left;
  padding: 16px;
}
.containerArchivioCats a:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #00AEC7 !important; /* Safari */
  text-decoration-color: #00AEC7 !important;
}
.containerArchivioCats .active a {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #00AEC7 !important; /* Safari */
  text-decoration-color: #00AEC7 !important;
}
.containerArchivioCats li {
  list-style: none;
}
.containerArchivioCats li a {
  color: #212322 !important;
  text-decoration: none !important;
  padding: 16px;
}
.containerArchivioCats li a:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #00AEC7 !important; /* Safari */
  text-decoration-color: #00AEC7 !important;
}

.postWrapper.archivePosts {
  position: relative;
  padding: 96px calc(8.3% - 40px);
}
@media screen and (max-width: 1279px) {
  .postWrapper.archivePosts .righette-fondo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .postWrapper.archivePosts .righette-fondo {
    display: none;
  }
}
.postWrapper.archivePosts .righette-fondo div {
  background-color: #DCDCDC;
}
.postWrapper.archivePosts .category-in-evidenza {
  background: transparent;
}
.postWrapper.archivePosts .post {
  position: relative;
  top: 0;
  z-index: 10;
  margin-bottom: 96px;
  width: 33.3333333333%;
  float: left;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media screen and (max-width: 1279px) {
  .postWrapper.archivePosts .post {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .postWrapper.archivePosts .post {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-bottom: 40px;
  }
}
.postWrapper.archivePosts .post .evidenza .tagName {
  position: absolute;
  background: #00AEC7;
  font-size: 0.778rem;
  line-height: 21px;
  letter-spacing: 2px;
  font-family: "manifattura";
  text-transform: uppercase;
  padding: 3px 20px 2px;
  left: -1px;
  top: -1px;
}
.postWrapper.archivePosts .post .namBorder .tagName {
  position: absolute;
  background: #f8c9db;
  font-size: 0.778rem;
  line-height: 21px;
  letter-spacing: 2px;
  font-family: "manifattura";
  text-transform: uppercase;
  padding: 3px 20px 2px;
  left: -1px;
  top: -1px;
}
.postWrapper.archivePosts .post:nth-child(odd) {
  clear: none;
  padding-right: 0;
}
.postWrapper.archivePosts .post:nth-child(even) {
  clear: none;
  padding-left: 0;
}
@media screen and (min-width: 1279px) {
  .postWrapper.archivePosts .post:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1279px) {
  .postWrapper.archivePosts .post:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .postWrapper.archivePosts .post:nth-child(2n+1) {
    clear: none;
  }
}
.postWrapper.archivePosts .post .evento-infoContainer {
  padding: 24px;
}
.postWrapper.archivePosts .post .evento-infoContainer .title .title {
  margin-top: 16px;
}
.postWrapper.archivePosts .post .evento-infoContainer .title .title h5 {
  font-family: "manifattura";
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
  margin-top: 16px;
  text-transform: uppercase;
}
.postWrapper.archivePosts .post .evento-infoContainer .description {
  margin-top: 16px;
  display: table;
  width: 100%;
}
.postWrapper.archivePosts .post .evento-infoContainer .description p {
  font-size: 0.778rem;
  line-height: 20px;
}
.postWrapper.archivePosts .post.category-comunicazioni .postComunicazione {
  display: table;
  background: #00AEC7;
  padding: 24px;
  width: 100%;
}
.postWrapper.archivePosts .post.category-comunicazioni .postComunicazione .evento-infoContainer {
  padding: 0;
}
.postWrapper.archivePosts .post.category-comunicazioni .postComunicazione .title .title {
  margin-top: 16px;
  display: table;
  width: 100%;
}
.postWrapper.archivePosts .post.category-comunicazioni .postComunicazione .title .title h5 {
  font-size: 1rem;
  line-height: 23px;
  font-family: "Muli", sans-serif;
  letter-spacing: 0;
  margin-top: 0px;
}
.postWrapper.archivePosts .post.category-comunicazioni .postComunicazione .description {
  display: table;
  width: 100%;
  margin-top: 16px;
  width: 100%;
}
.postWrapper.archivePosts .post.category-comunicazioni .postComunicazione .description p {
  font-size: 0.778rem;
  line-height: 20px;
}
.postWrapper.archivePosts a .postComunicazione header {
  display: none;
}
.postWrapper.archivePosts a span .evento-infoContainer {
  position: relative;
}

.readMore {
  margin: 0;
  font-weight: 700;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Evento
--------------------------------------------------------------*/
.theDay {
  display: table;
  width: 100%;
  padding: 16px 0;
  border-top: solid 2px #00AEC7;
}
.theDay h4 {
  float: left;
}
.theDay .ico {
  float: right;
  transform: translate(0, 0) rotate(-180deg);
  -webkit-transform: translate(0, 0) rotate(-180deg);
  -moz-transform: translate(0, 0) rotate(-180deg);
  -ms-transform: translate(0, 0) rotate(-180deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.tableEvent {
  display: block;
  width: 100%;
}

.theEvent {
  display: table;
  width: 100%;
  padding: 0 0 0 56px;
  border-top: solid 1px #00AEC7;
  position: relative;
}
.theEvent .icoOpen {
  width: 56px;
  height: 100%;
  position: absolute;
  left: 0;
}
.theEvent .icoOpen span {
  width: 24px;
  height: 2px;
  display: table;
  background: #00AEC7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.theEvent h5 {
  padding: 32px 0;
  border-bottom: solid 1px #ECEBF1;
}

.eventColumns {
  display: table;
  width: 100%;
  padding: 32px 0 32px 56px;
}
.eventColumns .col-sx {
  width: 45%;
}
@media screen and (max-width: 1279px) {
  .eventColumns .col-sx {
    width: 100% !important;
  }
}
.eventColumns .col-sx h4 {
  margin-bottom: 16px;
}
.eventColumns .col-dx {
  margin-right: 7%;
}
@media screen and (max-width: 1279px) {
  .eventColumns .col-dx {
    width: 100% !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .eventColumns .col-dx {
    margin-top: 24px;
  }
}
.eventColumns .col-dx a {
  color: #212322;
}
.eventColumns .col-dx h5 {
  margin-top: 12px;
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
}

.containerDetails {
  overflow: hidden;
  max-height: 0;
  display: block;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.wrapperDetails {
  display: block;
}
.wrapperDetails h6 {
  font-weight: 400;
}
.wrapperDetails h4 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
}

.wrapperEvent {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.closeDetail .ico {
  transform: translate(0, 0) rotate(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg);
  -moz-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
}

.closeTable .icoOpen span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
}

.detailTable {
  border-bottom: solid 2px #00AEC7;
}

.relatedWrapper {
  position: relative;
  background: #ECEBF1;
  margin-top: 142px;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1439px) {
  .relatedWrapper {
    margin-top: 96px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .relatedWrapper {
    margin-top: 72px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .relatedWrapper {
    margin-top: 40px;
    padding-top: 0;
  }
}
.relatedWrapper h4 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  padding: 0px 8.3%;
}
.relatedWrapper .postWrapper {
  padding: 48px 8.3%;
}
@media screen and (max-width: 1439px) {
  .relatedWrapper .postWrapper {
    padding: 0px 8.3% 64px;
  }
}
@media screen and (max-width: 1279px) {
  .relatedWrapper .postWrapper {
    padding: 0px 8.3% 40px;
  }
}
@media screen and (max-width: 767px) {
  .relatedWrapper .postWrapper {
    padding: 0 16px 40px;
  }
}
@media screen and (max-width: 767px) {
  .relatedWrapper .postWrapper article.post {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .relatedWrapper .righette-fondo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .relatedWrapper .righette-fondo {
    display: none;
  }
}
.relatedWrapper .righette-fondo div {
  background-color: #DCDCDC;
}
.relatedWrapper article.post {
  z-index: 10;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .relatedWrapper article.post .primaryLink {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .relatedWrapper article.post .secondaryInfo .dateBox {
    width: auto;
  }
}
.relatedWrapper .onlySmart .evento-infoContainer {
  bottom: 26px !important;
}
.relatedWrapper .onlySmart .evento-infoContainer .primaryInfo {
  width: 100% !important;
}

.relatedBlog {
  background: white;
}
.relatedBlog article.post {
  width: 33.3333333333%;
}
.relatedBlog article.post:nth-child(2n+1) {
  clear: none;
}
.relatedBlog article.post:nth-child(odd) {
  padding-right: 0;
}
.relatedBlog article.post:nth-child(even) {
  padding-left: 0;
}
.relatedBlog article.post:nth-child(1) {
  padding-right: 45px;
}
.relatedBlog article.post:nth-child(2) {
  padding: 0 24px;
}
.relatedBlog article.post:nth-child(3) {
  padding-left: 45px;
}
.relatedBlog .postWrapper {
  background: transparent;
}
@media screen and (max-width: 1279px) {
  .relatedBlog .postWrapper article.post {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .relatedBlog .postWrapper article.post {
    width: 100%;
  }
}
.relatedBlog .postWrapper article.post:nth-child(odd) {
  clear: none;
}
.relatedBlog .postWrapper article.post:nth-child(even) {
  clear: none;
}
@media screen and (min-width: 1279px) {
  .relatedBlog .postWrapper article.post:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1279px) {
  .relatedBlog .postWrapper article.post {
    margin-bottom: 48px;
  }
  .relatedBlog .postWrapper article.post:nth-child(2n+1) {
    clear: left;
  }
  .relatedBlog .postWrapper article.post:nth-child(even) {
    padding-left: 0px;
    padding-right: 24px;
  }
  .relatedBlog .postWrapper article.post:nth-child(odd) {
    padding-left: 0px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .relatedBlog .postWrapper article.post:nth-child(2n+1) {
    clear: none;
  }
  .relatedBlog .postWrapper article.post:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0;
  }
  .relatedBlog .postWrapper article.post:nth-child(even) {
    padding-left: 0px;
    padding-right: 0;
  }
}
.relatedBlog .postWrapper article.post .evento-infoContainer {
  position: relative;
  bottom: 0;
  padding: 0;
  left: 0;
  margin-left: 0;
}
.relatedBlog .postWrapper article.post .evento-infoContainer .tags {
  font-size: 1rem;
  line-height: 20px;
  margin-right: 8px;
}
.relatedBlog .postWrapper article.post .evento-infoContainer .title h5 {
  font-size: 0.778rem;
  line-height: 20px;
}
.relatedBlog .postWrapper article.post .evento-infoContainer .description {
  display: table;
  margin-top: 16px;
}
.relatedBlog .postWrapper article.post .evento-infoContainer .description p {
  font-size: 0.778rem;
  line-height: 20px;
}
.relatedBlog .postComunicazione {
  background: #00AEC7;
  display: table;
  padding: 24px 24px 32px 24px;
}
.relatedBlog .postComunicazione .header-immagine {
  display: none;
}
.relatedBlog .category-in-evidenza {
  background: transparent;
}
.relatedBlog .postNews .evento-infoContainer .primaryInfo {
  padding: 24px;
}
.relatedBlog .postNews .evento-infoContainer .primaryInfo .titleBox .title h5 {
  font-family: "manifattura";
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.timelineYear .relatedBlog article.post {
  width: 33.3333333333%;
}
.timelineYear .relatedBlog article.post:nth-child(2n+1) {
  clear: none;
}
.timelineYear .relatedBlog article.post:nth-child(odd) {
  padding-right: 0;
}
.timelineYear .relatedBlog article.post:nth-child(even) {
  padding-left: 0;
}
.timelineYear .relatedBlog article.post:nth-child(1) {
  padding-right: 0px;
}
.timelineYear .relatedBlog article.post:nth-child(2) {
  padding: 0px;
}
.timelineYear .relatedBlog article.post:nth-child(3) {
  padding-left: 0px;
}

/*--------------------------------------------------------------
# Contenuto
--------------------------------------------------------------*/
.contentWrapper {
  width: 66.6666666667%;
  margin: auto;
  display: table;
  margin-top: 142px;
}
@media screen and (max-width: 1279px) {
  .contentWrapper {
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .contentWrapper {
    margin-top: 72px;
    width: 100%;
    padding: 0 16px;
  }
}
.contentWrapper .col-sx {
  width: 25%;
  position: sticky;
  top: 140px;
  height: auto;
  display: table;
}
@media screen and (max-width: 767px) {
  .contentWrapper .col-sx {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.contentWrapper .col-sx .contentIndex p {
  font-size: 0.778rem;
  line-height: 21px;
  letter-spacing: 2px;
}
.contentWrapper .col-sx .contentIndex .indexList {
  display: table;
  margin-top: 24px;
}
.contentWrapper .col-sx .contentIndex .indexList a {
  display: table;
  margin-bottom: 4px;
}
.contentWrapper .col-sx .contentIndex .indexList a:hover {
  color: #00AEC7;
  text-decoration: underline;
}
.contentWrapper .col-sx .contentIndex .indexList a:active  {
  color: #00AEC7;
}
@media screen and (max-width: 767px) {
  .contentWrapper .col-dx {
    margin-top: 0 !important;
  }
}
.contentWrapper .col-dx .contentElement {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contentWrapper .col-dx .contentElement {
    width: 100%;
  }
}
.contentWrapper .col-dx .textBox {
  display: table;
  margin-top: 24px;
}
.contentWrapper .col-dx .textBox p {
  margin: auto;
  margin-top: 24px;
}
.contentWrapper .col-dx .textBox p span a {
  color: #00AEC7;
}
.contentWrapper .author {
  margin-top: 48px;
  float: left;
  display: table;
}
.contentWrapper .authorAvatar {
  float: left;
}
.contentWrapper .authorSpec {
  width: calc(100% - 160px);
  float: left;
  padding: 32px;
  background: #F75940;
}
@media screen and (max-width: 767px) {
  .contentWrapper .authorSpec {
    width: 100%;
  }
}
.contentWrapper .authorAvatar {
  width: 160px;
  height: 160px;
  padding-bottom: 0;
}
.contentWrapper .description {
  display: table;
  width: 100%;
  margin-top: 24px;
}
.contentWrapper .singleImg:nth-child(1) {
  margin-top: 0;
}

.centerInSpace .textBox {
  margin: 48px auto 48px;
  float: none;
}
@media screen and (max-width: 767px) {
  .centerInSpace .textBox {
    width: 100%;
    margin: 0;
    padding: 32px 16px;
  }
}
.centerInSpace .author {
  margin: 48px auto 0;
  float: none;
}

.textBox span a {
  color: #00AEC7;
}

.lawBox .contentWrapper .authorSpec {
  background: white;
}

/*--------------------------------------------------------------
# Social Stream
--------------------------------------------------------------*/
.socialStream {
  margin-top: 96px;
  text-align: center;
}
.socialStream h3 {
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  word-break: break-word;
}
@media screen and (max-width: 1279px) {
  .socialStream h3 {
    font-size: 1.778rem;
    line-height: 38px;
    letter-spacing: 3px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .socialStream h3 {
    padding: 0 16px;
  }
}

.personeManifattura h3 {
  word-break: break-word;
}

/*--------------------------------------------------------------
# Residenze
--------------------------------------------------------------*/
.residenzeAttuali {
  background: #212322;
  padding-top: 142px;
  padding-bottom: 142px;
}
@media screen and (max-width: 1439px) {
  .residenzeAttuali {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.residenzeAttuali h3 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  color: white;
  font-weight: 400;
  width: 33.3333333333%;
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali h3 {
    width: 50%;
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .residenzeAttuali h3 {
    font-size: 1.778rem;
    line-height: 38px;
    letter-spacing: 3px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
  }
}
.residenzeAttuali h4 {
  font-size: 1.333rem;
  line-height: 28px;
  letter-spacing: 2px;
  color: black;
  font-weight: 400;
  width: 33.3333333333%;
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali h4 {
    width: 50%;
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .residenzeAttuali h4 {
    font-size: 0.889rem;
    line-height: 21px;
    letter-spacing: 2px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
  }
}
.residenzeAttuali .swiper-slider-residenze-container, .residenzeAttuali .swiper-slider-maker-container, .residenzeAttuali .swiper-slider-nam-container {
  margin-top: 56px;
}
.residenzeAttuali .size-artista-in-visita, .residenzeAttuali .size-curatore, .residenzeAttuali .size-tutor, .residenzeAttuali .size-artista-in-visita-en, .residenzeAttuali .size-curatore-en, .residenzeAttuali .size-tutor-en {
  width: 16.6666666667%;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali .size-artista-in-visita, .residenzeAttuali .size-curatore, .residenzeAttuali .size-tutor, .residenzeAttuali .size-artista-in-visita-en, .residenzeAttuali .size-curatore-en, .residenzeAttuali .size-tutor-en {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .residenzeAttuali .size-artista-in-visita, .residenzeAttuali .size-curatore, .residenzeAttuali .size-tutor, .residenzeAttuali .size-artista-in-visita-en, .residenzeAttuali .size-curatore-en, .residenzeAttuali .size-tutor-en {
    width: 50%;
  }
}
.residenzeAttuali .size-artista-in-visita .sliderCover, .residenzeAttuali .size-curatore .sliderCover, .residenzeAttuali .size-tutor .sliderCover, .residenzeAttuali .size-artista-in-visita-en .sliderCover, .residenzeAttuali .size-curatore-en .sliderCover, .residenzeAttuali .size-tutor-en .sliderCover {
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .residenzeAttuali .size-artista-in-visita .sliderCover, .residenzeAttuali .size-curatore .sliderCover, .residenzeAttuali .size-tutor .sliderCover, .residenzeAttuali .size-artista-in-visita-en .sliderCover, .residenzeAttuali .size-curatore-en .sliderCover, .residenzeAttuali .size-tutor-en .sliderCover {
    padding-bottom: 133%;
  }
}
.residenzeAttuali .size-artista-in-residenza, .residenzeAttuali .size-artista-in-residenza-en {
  width: 33.3333333333%;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali .size-artista-in-residenza, .residenzeAttuali .size-artista-in-residenza-en {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .residenzeAttuali .size-artista-in-residenza, .residenzeAttuali .size-artista-in-residenza-en {
    width: 100%;
  }
}
.residenzeAttuali .size-artista-in-residenza .sliderCover, .residenzeAttuali .size-artista-in-residenza-en .sliderCover {
  padding-bottom: 50%;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali .size-artista-in-residenza .sliderCover, .residenzeAttuali .size-artista-in-residenza-en .sliderCover {
    padding-bottom: 67%;
  }
}
.residenzeAttuali .swiper-slider-residenze-container, .residenzeAttuali .swiper-slider-maker-container, .residenzeAttuali .swiper-slider-nam-container {
  padding: 0 32px;
}
@media screen and (max-width: 1279px) {
  .residenzeAttuali .swiper-slider-residenze-container, .residenzeAttuali .swiper-slider-maker-container, .residenzeAttuali .swiper-slider-nam-container {
    padding: 0 32px 0 8.3333333333%;
  }
}
.residenzeAttuali .swiper-slider-residenze-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-nam-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-nam-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-nam-pagination {
  width: 41.6666666667% !important;
  margin: auto;
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-nam-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-nam-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-nam-pagination {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-residenze-container .swiper-slider-nam-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-maker-container .swiper-slider-nam-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-residenze-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-maker-pagination, .residenzeAttuali .swiper-slider-nam-container .swiper-slider-nam-pagination {
    width: 100% !important;
    margin-top: 24px;
  }
}
.residenzeAttuali .swiper-slider-residenze-container .swiper-slide .residenzeInfo, .residenzeAttuali .swiper-slider-maker-container .swiper-slide .residenzeInfo, .residenzeAttuali .swiper-slider-nam-container .swiper-slide .residenzeInfo {
  padding: 16px 24px 20px;
}
.residenzeAttuali .swiper-slider-residenze-container .swiper-slide .residenzeInfo h6, .residenzeAttuali .swiper-slider-residenze-container .swiper-slide .residenzeInfo p, .residenzeAttuali .swiper-slider-maker-container .swiper-slide .residenzeInfo h6, .residenzeAttuali .swiper-slider-maker-container .swiper-slide .residenzeInfo p, .residenzeAttuali .swiper-slider-nam-container .swiper-slide .residenzeInfo h6, .residenzeAttuali .swiper-slider-nam-container .swiper-slide .residenzeInfo p {
  color: #F8F7FC;
  font-weight: 400;
}
.residenzeAttuali .swiper-slider-residenze-container .swiper-slide .residenzeInfo p, .residenzeAttuali .swiper-slider-maker-container .swiper-slide .residenzeInfo p, .residenzeAttuali .swiper-slider-nam-container .swiper-slide .residenzeInfo p {
  text-decoration: underline;
  margin-top: 8px;
  font-size: 1.333rem;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .residenzeAttuali .swiper-slider-residenze-container .swiper-slide .residenzeInfo p, .residenzeAttuali .swiper-slider-maker-container .swiper-slide .residenzeInfo p, .residenzeAttuali .swiper-slider-nam-container .swiper-slide .residenzeInfo p {
    font-size: 1rem;
    line-height: 23px;
  }
}

.makersBlockSlider {
  background: white;
}
.makersBlockSlider h3 {
  color: #212322;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide .residenzeInfo h6, .makersBlockSlider .swiper-slider-maker-container .swiper-slide .residenzeInfo p {
  color: #212322;
}

.makersBlockSlider .navRelativeContainer {
  margin-left: 0;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-button-prev.swiper-button-green span,
.makersBlockSlider .swiper-slider-maker-container .swiper-button-next.swiper-button-green span {
  background: #212322;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza .sliderCover {
  padding-bottom: 76%;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a {
  position: relative;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a .residenzeInfo {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  background: rgba(72, 75, 73, 0.5);
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a .residenzeInfo h6, .makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a .residenzeInfo p {
  color: #fff;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a .residenzeInfo h6 {
  font-size: 16px;
}
.makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a .residenzeInfo p {
  line-height: 100%;
  font-size: 30px;
  font-family: "manifattura";
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .makersBlockSlider .swiper-slider-maker-container .swiper-slide.size-artista-in-residenza a .residenzeInfo p {
    font-size: 30;
  }
}
.makersBlockSlider .swiper-slider-maker-container {
  padding-left: 8.33%;
}
@media screen and (max-width: 767px) {
  .makersBlockSlider .swiper-slider-maker-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.makersBlockSlider .ctaResidenze {
  display: block;
}
.makersBlockSlider .ctaResidenze a {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-newsletter {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .footer-newsletter {
    margin-bottom: 20px;
  }
}

section.footerone {
  background: #ECEBF1;
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  section.footerone {
    margin-top: 292px;
    z-index: 10000;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  section.footerone {
    margin-top: 0;
  }
}
section.footerone a {
  color: #00AEC7;
}
section.footerone p {
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  section.footerone p {
    font-size: 0.889rem;
    line-height: 21px;
  }
}
section.footerone div.manifattura-info {
  background: #fff;
  margin-top: -105px;
  margin-left: 8.3333333333%;
  padding-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  padding-right: 8.3333333333%;
  padding-bottom: 96px;
  padding-top: 65px;
}
@media screen and (max-width: 1439px) {
  section.footerone div.manifattura-info {
    padding-left: 112px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-info {
    padding-bottom: 72px;
    padding-top: 72px;
    width: 100%;
    margin-left: 0;
    padding-left: 8.3%;
    padding-right: 8.3%;
  }
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-info {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
  }
}
section.footerone div.manifattura-info .footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 0px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-info .footer-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
section.footerone div.manifattura-info .footer-container .logo-footer-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-info .footer-container .logo-footer-container {
    align-items: flex-start;
  }
}
section.footerone div.manifattura-info .footer-container .logo-footer-container .rowTitle {
  margin-bottom: 18px;
}
section.footerone div.manifattura-info .footer-container .logo-footer-container img {
  width: auto;
  max-width: 150px;
  max-height: 78px;
}
section.footerone div.manifattura-info .rowLoghetto {
  margin-top: 4px;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}
@media screen and (max-width: 1439px) {
  section.footerone div.manifattura-info .rowLoghetto {
    max-width: 150px;
  }
}
section.footerone div.manifattura-info .col-dx {
  margin-top: 24px;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-info .col-dx {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-info .col-dx .col-sx {
    padding-right: 0;
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-info .col-dx .col-sx {
    padding-right: 0;
    width: 100%;
  }
}
section.footerone div.manifattura-info .col-dx .col-dx {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-info .col-dx .col-dx {
    margin-top: 0;
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  section.footerone div.manifattura-info .col-dx .col-dx {
    padding-right: 0;
    width: 100%;
  }
}
section.footerone div.manifattura-info .col-sx {
  padding-right: 8.3333333333%;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-info .col-sx {
    width: 100%;
    padding-right: 50%;
  }
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-info .col-sx {
    padding-right: 0;
  }
}
section.footerone div.manifattura-info .col-sx .rowTitle {
  margin-bottom: 30px;
}
section.footerone div.manifattura-info .col-sx .rowText p {
  font-size: 0.778rem;
  line-height: 20px;
  letter-spacing: 0;
}
section.footerone div.manifattura-info .col-sx .rowText .readMore {
  margin-top: 30px;
}
section.footerone div.manifattura-info .col-sx .rowText .readMore p {
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: normal;
}
section.footerone div.manifattura-info .col-sx .rowText .readMore a {
  color: #212322;
  text-decoration-color: #00AEC7;
  -webkit-text-decoration-color: #00AEC7;
}
section.footerone div.manifattura-info .col-sx .rowText .readMore .ico {
  transform: translate(0, 0) rotate(-90deg);
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  margin-left: 8px;
  padding-left: 6px;
}
section.footerone div.manifattura-footer {
  display: table;
  width: 100%;
  clear: both;
  padding: 16.6666666667%;
  padding: 16.6666666667%;
  padding-bottom: 96px;
  padding-top: 96px;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-footer {
    padding-bottom: 48px;
    padding-top: 72px;
    width: 100%;
    margin-left: 0;
    padding-left: 8.3%;
    padding-right: 8.3%;
  }
}
section.footerone div.manifattura-footer a {
  color: #212322;
}
section.footerone div.manifattura-footer .col-sx {
  padding-right: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-footer .col-sx {
    padding-right: 0;
    width: 100%;
  }
}
section.footerone div.manifattura-footer .col-sx .rowTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-footer .col-dx {
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-footer .col-dx .col-sx {
    padding-right: 0;
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-footer .col-dx .col-sx {
    padding-right: 0;
    width: 100%;
  }
}
section.footerone div.manifattura-footer .col-dx .col-dx {
  width: 25%;
}
@media screen and (max-width: 1279px) {
  section.footerone div.manifattura-footer .col-dx .col-dx {
    margin-top: 0;
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  section.footerone div.manifattura-footer .col-dx .col-dx {
    padding-right: 0;
    width: 100%;
    margin-top: 48px;
  }
}
section.footerone div.manifattura-footer .col-dx .rowTitle {
  margin-bottom: 16px;
}
section.footerone div.manifattura-finale {
  display: table;
  width: 100%;
  clear: both;
  display: none;
}

/*--------------------------------------------------------------
# Contatti
--------------------------------------------------------------*/
.rowContact {
  display: table;
  width: 100%;
}

.contatti .col-sx {
  position: sticky !important;
  top: 48px;
}
@media screen and (max-width: 767px) {
  .contatti .col-sx {
    position: relative !important;
    top: 0;
  }
}
.contatti .col-dx {
  clear: right;
}

@media screen and (max-width: 767px) {
  .col-contatti {
    margin-left: 0 !important;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .col-contatti .testata .wrapperTestata .col-dx {
    margin-right: 0 !important;
  }
}
.col-contatti .col-sx {
  width: 41.6666666667% !important;
}
@media screen and (max-width: 767px) {
  .col-contatti .col-sx {
    width: 100% !important;
  }
}
.col-contatti .col-dx {
  width: 24% !important;
  margin-right: 25% !important;
}
@media screen and (max-width: 1023px) {
  .col-contatti .col-dx {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .col-contatti .col-dx {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.col-contatti a {
  color: #212322 !important;
}

section.contatti {
  padding-top: 144px;
  padding-bottom: 144px;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
@media screen and (max-width: 1439px) {
  section.contatti {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1279px) {
  section.contatti {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  section.contatti {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.contatti h2 {
  font-size: 4.445rem;
  line-height: 54px;
  letter-spacing: 4px;
  font-family: "manifattura";
}
section.contatti h6 {
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0;
}
section.contatti a {
  color: #212322;
}
section.contatti .rowContact {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #F8F7FC;
}
section.contatti .rowContact .col-sx {
  top: 0;
}
section.contatti .col-riga-contatto {
  margin-top: 76px !important;
  display: table;
  width: 100%;
  clear: both;
}
section.contatti .col-dx:nth-child(2) .col-riga-contatto {
  margin-top: 0 !important;
}
@media screen and (max-width: 1279px) {
  section.contatti .col-dx {
    width: 60%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  section.contatti .col-dx {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1279px) {
  section.contatti .col-sx {
    width: 40%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  section.contatti .col-sx {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.relatedInTime .swiper-container-posts {
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .relatedInTime .swiper-container-posts {
    width: 100%;
  }
}
.relatedInTime .swiper-slide {
  width: 100%;
  margin-bottom: 0 !important;
  top: 0;
  margin-top: 0 !important;
}
.relatedInTime .relatedBlogPost {
  width: 100% !important;
}

.timelineYear {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .timelineYear {
    width: 100%;
    padding: 0 16px;
  }
}
.timelineYear .relatedWrapper h4 {
  padding: 0;
}
.timelineYear .relatedBlog {
  width: 83.3333333333%;
  margin: auto;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .timelineYear .relatedBlog {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .relatedBlog {
    width: 100%;
  }
}
.timelineYear .relatedBlog .postWrapper {
  padding: 48px 0 0;
  display: block;
}
.timelineYear .relatedBlog .postWrapper .primaryInfo {
  padding-bottom: 0;
}
.timelineYear .gallery {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .timelineYear .gallery {
    width: 100%;
  }
}
.timelineYear .gallery .col-2 {
  width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .timelineYear .gallery .col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .gallery .col-2 {
    width: 100%;
    padding: 0;
  }
}
.timelineYear .gallery .col-3 {
  width: 41.6666666667%;
}
@media screen and (max-width: 1023px) {
  .timelineYear .gallery .col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .gallery .col-3 {
    width: 100%;
    padding: 0;
  }
}
.timelineYear .gallery .col-4 {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .timelineYear .gallery .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .gallery .col-4 {
    width: 100%;
    padding: 0;
  }
}
.timelineYear .gallery .col-5 {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .timelineYear .gallery .col-5 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .gallery .col-5 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .wrapperTestata {
    width: 100%;
    padding: 0;
  }
}
.timelineYear .wrapperTestata .col-sx {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .timelineYear .wrapperTestata .col-sx {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .wrapperTestata .col-sx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .timelineYear .wrapperTestata .col-dx {
    margin-top: 16px;
  }
}
.timelineYear .slider {
  padding-top: 0;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .timelineYear .slider {
    margin-top: 72px;
  }
}
.timelineYear .slider .swiper-slider-pagination {
  width: 60% !important;
}
.timelineYear .slider .slideCaption h5 {
  color: #212322;
  word-break: break-word;
}
.timelineYear .slider .slideCaption p {
  color: #212322;
}
@media screen and (max-width: 767px) {
  .timelineYear .slider .swiper-slider-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.timelineYear .slider.bg-grigio, .timelineYear .slider.bg-nero {
  padding-top: 96px;
  margin-top: 136px;
}
@media screen and (max-width: 1439px) {
  .timelineYear .slider.bg-grigio, .timelineYear .slider.bg-nero {
    margin-top: 66px;
    padding-top: 64px;
  }
}
.timelineYear .slider.bg-nero .slideCaption h5 {
  color: white;
}
.timelineYear .slider.bg-nero .slideCaption p {
  color: white;
}

.wrapperYear {
  width: 83.3333333333%;
  margin: auto;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapperYear {
    width: 100%;
  }
}
.wrapperYear:nth-child(0) {
  margin-top: 142px;
}
@media screen and (max-width: 1439px) {
  .wrapperYear:nth-child(0) {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .wrapperYear:nth-child(0) {
    margin-top: 72px;
  }
}
.wrapperYear h2:before {
  content: "";
  display: table;
  width: 8px;
  height: 8px;
  background: #00AEC7;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  position: absolute;
  top: 4px;
  border: 1px solid #979797;
  left: -4px;
}

.post-type-archive-timeline .righette-fondo {
  margin-top: 151px;
}
@media screen and (max-width: 1279px) {
  .post-type-archive-timeline .righette-fondo {
    display: block;
    margin-top: 80px;
  }
}
.post-type-archive-timeline .righette-fondo .riga1 {
  background: #D8D8D8;
}
@media screen and (max-width: 767px) {
  .post-type-archive-timeline .righette-fondo .riga1 {
    left: 16px;
  }
}

/*--------------------------------------------------------------
# Toast
--------------------------------------------------------------*/
.disable {
  pointer-events: none;
}

.toastThumb {
  padding-bottom: 45%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toastThumb {
    padding-bottom: 100%;
  }
}

.ajaxNav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  -webkit-transform: translate(0, -50%) rotate(0);
  -moz-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .ajaxNav {
    top: 32%;
  }
}

.containerGiornoNext {
  right: 0;
  left: auto;
}

.toastHeaderHome {
  overflow: hidden;
  position: relative;
}

.containerMarquee {
  background: #000000;
  height: 52px;
  overflow: hidden;
}
.containerMarquee .marquee {
  color: white;
  font-size: 2.25rem;
}

@media screen and (max-width: 1023px) {
  .menu-toast-container {
    display: none;
  }
}

.toastVisible {
  display: table;
  width: 100%;
}

.toastMenu {
  margin-bottom: 0;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 1023px) {
  .toastMenu {
    border-bottom: solid 0px #000000;
    border-top: solid 1px #000000;
  }
}
.toastMenu ul {
  margin: auto;
  padding: 16px 0;
  width: 83.3333333333%;
  display: table;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .toastMenu ul {
    padding: 0;
    width: 100%;
    display: table;
  }
}
.toastMenu ul li {
  float: left;
  width: auto;
  display: table;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .toastMenu ul li {
    text-align: center !important;
    width: 100%;
    padding: 16px 0 16px;
    border-bottom: solid 1px #000000;
  }
  .toastMenu ul li:hover {
    background: #000000;
  }
  .toastMenu ul li:hover a {
    color: white;
  }
}
.toastMenu ul li:nth-child(2) {
  text-align: center;
}
.toastMenu ul li:nth-child(3) {
  text-align: right;
}
.toastMenu ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}
.toastMenu ul .current-menu-item a {
  color: black;
}

.titolettoToast {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 16px;
  font-family: "UniversLTPro-65Bold";
}
@media screen and (max-width: 767px) {
  .titolettoToast {
    font-size: 0.889rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .toastWrapperText {
    padding: 0 16px;
  }
}
.toastWrapperText p {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}

.toastOpere {
  width: 70%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .toastOpere {
    width: 100%;
  }
}
.toastOpere p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .toastOpere p {
    font-size: 0.889rem;
    line-height: 1.4;
  }
}

.toastArtistD {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .toastArtistD {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.toastArtistD p {
  font-size: 3rem;
  font-family: "Terminal Grotesque Open";
  line-height: 50px;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .toastArtistD p {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .toastArtistD p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

.toastTesto {
  margin-bottom: 56px;
  font-size: 3rem;
  font-family: "Terminal Grotesque Open";
  line-height: 50px;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .toastTesto {
    margin-bottom: 32px;
    padding: 0 16px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.toastTesto a {
  color: #000000;
}
.toastTesto p {
  font-size: 3rem;
  font-family: "Terminal Grotesque Open";
  line-height: 50px;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .toastTesto p {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .toastTesto p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.toastTesto p a {
  color: #000000;
}

.terminalNotOpen {
  font-family: "Terminal Grotesque Open";
}

@media screen and (max-width: 767px) {
  .toastTestoPiccolo {
    padding: 0 16px;
  }
}
.toastTestoPiccolo p {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}
.toastTestoPiccolo a {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}
.toastTestoPiccolo p {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}
.toastTestoPiccolo a {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}
.toastTestoPiccolo p {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}
.toastTestoPiccolo p a {
  color: #000000;
  font-family: "UniversLTPro-65Bold";
}

.flexi-toast {
  width: 83.3333333333%;
  margin: auto;
  margin-top: 56px;
  display: block;
}
@media screen and (max-width: 767px) {
  .flexi-toast {
    width: 100%;
    margin-top: 32px;
    display: block;
  }
}

.archveTitle p {
  font-family: "UniversLTPro-65Bold";
}
@media screen and (max-width: 767px) {
  .archveTitle p {
    padding: 0 16px;
    font-size: 0.889rem;
  }
}

.toastTitoletto {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .toastTitoletto {
    margin-top: 32px;
    padding: 0 16px;
  }
}

.containerGiornoPrev {
  left: 26px;
}

.disable {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  pointer-events: none;
}

.containerGiornoNext {
  right: 26px;
}

.toastArtist h2, .toastArtistTitle h2 {
  font-size: 5.25rem;
  line-height: 84px;
}
@media screen and (max-width: 1023px) {
  .toastArtist h2, .toastArtistTitle h2 {
    font-size: 4.5rem;
    line-height: 86px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .toastArtist h2, .toastArtistTitle h2 {
    font-size: 2.25rem;
    line-height: 36px;
  }
}
.toastArtist h2 .noLink, .toastArtistTitle h2 .noLink {
  color: #000000;
  text-transform: initial;
}
.toastArtist h2 .noLink:hover, .toastArtistTitle h2 .noLink:hover {
  color: #28fa1e;
}

@media screen and (max-width: 767px) {
  .toastArtistTitle {
    padding: 0 16px 16px;
    display: table;
  }
}

.dateToast {
  font-size: 1.125rem;
  font-family: "UniversLTPro-65Bold";
  padding-left: 24px;
}
@media screen and (max-width: 1023px) {
  .dateToast {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .dateToast {
    font-size: 0.889rem;
    padding-left: 8px;
  }
}

.toastArtistsContainer {
  margin: auto;
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .toastArtistsContainer {
    padding: 16px 0px 0;
  }
}
.toastArtistsContainer .toastArtist {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .toastArtistsContainer .toastArtist {
    padding: 0 16px;
  }
}

.toastColor {
  color: #000000;
}

.wallItem {
  width: 33.3%;
  float: left;
  display: table;
  padding: 16px 12px 0;
  cursor: pointer;
}
.wallItem:nth-child(3n+1) {
  clear: both;
}

.wall {
  display: block;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: table;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .wall {
    display: block;
    width: calc(116.6% + 40px);
    margin-left: calc(-8.3% - 20px);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .wall {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.ajaxNav {
  cursor: pointer;
}

.toastFooter {
  margin-top: 96px;
  padding: 24px 0;
  border-top: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .toastFooter {
    margin-top: 32px;
  }
}
.toastFooter .flexi-toast {
  margin-top: 0;
}
.toastFooter .toastTesto {
  margin-bottom: 0;
}
.toastFooter .toastTesto {
  float: left;
  width: 25%;
}
.toastFooter .socialFooter {
  display: table;
  margin-top: 20px;
  float: left;
  display: table;
}
@media screen and (max-width: 1023px) {
  .toastFooter .socialFooter {
    margin-top: 10px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .toastFooter .socialFooter {
    margin-top: 3px;
    float: left;
    float: right;
    padding-right: 24px;
  }
}
.toastFooter .socialFooter p {
  float: left;
  padding: 0 4px;
}
.toastFooter .socialFooter p a {
  text-decoration: none;
  font-family: "UniversLTPro-65Bold";
  color: #000000;
  text-transform: uppercase;
}
.toastFooter .manifatturaToast {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .toastFooter .manifatturaToast {
    display: none;
  }
}
.toastFooter .manifatturaToast .manifattura a {
  font-size: 1.8rem;
  color: #000000;
  text-decoration: none;
}

.toastDesktop {
  display: block;
}
@media screen and (max-width: 1023px) {
  .toastDesktop {
    display: none;
  }
}

.toastTablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .toastTablet {
    display: block;
  }
}

.toastSmartphone {
  display: none;
}
@media screen and (max-width: 767px) {
  .toastSmartphone {
    display: block;
  }
}

.containerTitleNM .Nm {
  font-size: 2.25rem;
  line-height: 35px;
  text-align: center;
  margin: auto;
  max-width: 302px;
  padding: 25px 0;
}

.toastMenuButton {
  color: #000000;
  font-size: 1.125rem;
  text-align: center;
  margin: auto;
  padding: 16px 0;
  cursor: pointer;
  font-family: "UniversLTPro-65Bold";
  border-bottom: solid 1px #000000;
}
.toastMenuButton:hover {
  color: #28fa1e;
}

.toastSmartphone .swiper-wall-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 32px !important;
}

@media screen and (max-width: 1023px) {
  .swiper-pagination-wall {
    padding: 0 8.3%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-wall {
    padding: 0 24px;
    position: absolute;
    bottom: 0px !important;
  }
}
.swiper-pagination-wall .swiper-pagination-bullet {
  background: transparent !important;
  color: #000000 !important;
  opacity: 1 !important;
  padding: 0 4px 0 0;
  display: table;
  float: left;
  font-family: "UniversLTPro-65Bold";
}
@media screen and (max-width: 1023px) {
  .swiper-pagination-wall .swiper-pagination-bullet {
    padding-top: 16px;
  }
}
.swiper-pagination-wall .swiper-pagination-bullet-active {
  background: transparent !important;
  color: black !important;
}

.toastHeader {
  width: 100%;
  margin-top: 0;
}

.toastTesto a:hover {
  color: #28fa1e;
}

.post-type-archive-toast .fancybox-content, .toast-template-default .fancybox-content {
  background: #000000;
  width: 75%;
  margin-left: 8.3333333333%;
  height: 100%;
  padding: 4px 4px 0;
}
@media screen and (max-width: 767px) {
  .post-type-archive-toast .fancybox-content, .toast-template-default .fancybox-content {
    display: none;
  }
}
.post-type-archive-toast .fancybox-content .fancybox-close-small, .toast-template-default .fancybox-content .fancybox-close-small {
  background: white;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  padding: 3px;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
}
.post-type-archive-toast .fancybox-content .fancybox-button svg path, .toast-template-default .fancybox-content .fancybox-button svg path {
  stroke-width: 3px !important;
  stroke: #000000;
}
.post-type-archive-toast .fancybox-content .swiper-slide, .toast-template-default .fancybox-content .swiper-slide {
  width: 100% !important;
  overflow: scroll;
}
.post-type-archive-toast .fancybox-content .swiper-slide img, .toast-template-default .fancybox-content .swiper-slide img {
  width: 100%;
}
.post-type-archive-toast .fancybox-content .swiper-slide .titleImage, .toast-template-default .fancybox-content .swiper-slide .titleImage {
  padding: 10px 60px 10px 10px;
  display: table;
  color: white;
  font-size: 1rem;
  z-index: 10;
  position: relative;
  width: 100%;
  background: #000000;
  font-family: "UniversLTPro-65Bold";
}
.post-type-archive-toast .fancybox-bg, .toast-template-default .fancybox-bg {
  background: transparent;
}
.post-type-archive-toast #lightbox, .toast-template-default #lightbox {
  display: none;
  max-height: 90vh;
}
.post-type-archive-toast .slideContainer, .toast-template-default .slideContainer {
  display: block;
}
.post-type-archive-toast .swiper-pagination-fancy, .toast-template-default .swiper-pagination-fancy {
  position: relative;
  background: #000000;
  padding: 12px 0 8px;
  text-align: left;
  width: calc(100% - 64px) !important;
  float: left;
}
.post-type-archive-toast .swiper-pagination-fancy .swiper-pagination-bullet, .toast-template-default .swiper-pagination-fancy .swiper-pagination-bullet {
  background: transparent !important;
  font-size: 1rem;
  padding: 0 4px;
  opacity: 1;
  color: white;
  font-family: "UniversLTPro-65Bold";
  width: auto;
  float: left;
}
.post-type-archive-toast .swiper-pagination-fancy .swiper-pagination-bullet:focus, .toast-template-default .swiper-pagination-fancy .swiper-pagination-bullet:focus {
  outline: none !important;
}
.post-type-archive-toast .swiper-pagination-fancy .swiper-pagination-bullet-active, .toast-template-default .swiper-pagination-fancy .swiper-pagination-bullet-active {
  color: #212322 !important;
}
.post-type-archive-toast .containerNavFancy, .toast-template-default .containerNavFancy {
  position: relative;
  width: 52px;
  height: 48px;
  margin: auto 0 auto auto;
  display: table;
}
.post-type-archive-toast .containerNavFancy .swiper-button-next, .post-type-archive-toast .containerNavFancy .swiper-button-prev, .toast-template-default .containerNavFancy .swiper-button-next, .toast-template-default .containerNavFancy .swiper-button-prev {
  position: absolute;
  top: 14px;
  width: 12px;
  height: 20px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-toast .containerNavFancy .swiper-button-next, .toast-template-default .containerNavFancy .swiper-button-next {
  margin-right: 8px;
}
.post-type-archive-toast .navigationFixed, .toast-template-default .navigationFixed {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #000000;
}

.fancybox-container {
  position: relative;
}

.swiper-container-fancy {
  height: 100%;
}

.imageItem {
  padding-bottom: 67.66%;
  background-size: cover;
  background-position: center;
}

.centraAltezza, .centraLarghezza {
  position: absolute;
}

.centraAltezza {
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  width: auto !important;
  left: 50% !important;
}
.centraAltezza img {
  height: 87% !important;
}

.centraLarghezza {
  left: 50%;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
}

.toastTablet .swiper-button-next, .toastTablet .swiper-button-prev {
  background: none !important;
  height: 22px;
  width: 8px;
}
.toastTablet .swiper-button-next {
  transform: translate(0, 0) rotate(-180deg);
  -webkit-transform: translate(0, 0) rotate(-180deg);
  -moz-transform: translate(0, 0) rotate(-180deg);
  -ms-transform: translate(0, 0) rotate(-180deg);
}

@media screen and (max-width: 1023px) {
  .toast-template-default .sliderCover {
    padding-bottom: 55.5%;
  }
}
@media screen and (max-width: 767px) {
  .toast-template-default .sliderCover {
    padding-bottom: 66.6%;
  }
}
@media screen and (max-width: 1023px) {
  .toast-template-default .swiper-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .toast-template-default .swiper-container {
    padding-bottom: 0px;
  }
}

.containerInfoArtist {
  display: none;
}

ul#menu-toast li a {
  cursor: pointer;
}
ul#menu-toast li a:hover {
  color: #28fa1e;
}

.js-marquee::selection, .toastTesto::selection, .toastTitle::selection, .dateToast::selection {
  color: white;
  background: #000000;
}
.js-marquee::-moz-selection, .toastTesto::-moz-selection, .toastTitle::-moz-selection, .dateToast::-moz-selection {
  color: white;
  background: #000000;
}

.menu-toast-container a::selection, .manifatturaToast a::selection, .toastTesto a::selection {
  color: white;
  background: #000000;
}
.menu-toast-container a::-moz-selection, .manifatturaToast a::-moz-selection, .toastTesto a::-moz-selection {
  color: white;
  background: #000000;
}

.flexi-toast h6::selection, .flexi-toast p::selection {
  color: white;
  background: #000000;
}
.flexi-toast h6::-moz-selection, .flexi-toast p::-moz-selection {
  color: white;
  background: #000000;
}

.socialLink span::selection {
  color: white;
  background: #000000;
}
.socialLink span::-moz-selection {
  color: white;
  background: #000000;
}

.toastTesto p a::selection {
  color: white;
  background: #000000;
}
.toastTesto p a::-moz-selection {
  color: white;
  background: #000000;
}

section.toastTestoPiccolo {
  font-family: "UniversLTPro-65Bold";
}

/*--------------------------------------------------------------
# 360
--------------------------------------------------------------*/
.container360 {
  width: 100%;
  display: table;
  background: #212322;
}
@media screen and (max-width: 767px) {
  .container360 .swiper-container {
    top: 8px;
  }
}

.wrapper360 {
  width: 100%;
  margin: auto;
  position: relative;
}

.iframe360 {
  width: 83.3333333333%;
  height: 0;
  border: none;
  margin: auto;
  display: table;
}
@media screen and (max-width: 767px) {
  .iframe360 {
    width: 100%;
  }
}

.spaceNavigator {
  display: block;
  width: 66.7%;
  background: rgba(0, 0, 0, 0.54);
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
  position: absolute;
  bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .spaceNavigator {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .spaceNavigator {
    width: 100%;
    background: rgb(0, 0, 0);
    position: relative;
    padding: 0;
  }
}

.actualBuildingCode, .thumbNavigator {
  width: 12.5%;
  height: 90px;
  float: left;
}

@media screen and (max-width: 767px) {
  .actualBuildingCode {
    width: 81px;
    height: auto;
    margin-top: -81px;
  }
}

.code {
  width: 56px;
  height: 56px;
  border: 2px white solid;
  display: table;
  border-radius: 66px;
  margin: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .code {
    margin: 0 24px;
  }
}
.code h5 {
  color: white;
  text-align: center;
  margin-top: 16px;
}

.thumbsContainer {
  width: 100%;
  max-width: 37.5%;
  float: left;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .thumbsContainer {
    float: none;
    margin-left: 0;
    width: calc(100% - 96px);
    max-width: unset;
    position: absolute !important;
    left: 96px;
  }
}

.thumbOf360 {
  width: 160px !important;
  height: 90px;
  background-size: cover !important;
  float: left;
  cursor: pointer;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  pointer-events: all;
}

.opacityDown {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  pointer-events: all;
}

.currentThumb {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}

.thumbNavigator {
  float: left;
  display: table;
}
@media screen and (max-width: 767px) {
  .thumbNavigator {
    clear: both;
    height: 106px;
    margin-top: 0;
    width: 80px;
    margin-left: 8px;
  }
}
.thumbNavigator .swiper-button-next, .thumbNavigator .swiper-button-prev {
  position: unset !important;
  top: 0 !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: 0 !important;
  z-index: 10;
  cursor: pointer;
  background-size: 0 !important;
  width: 80px;
  margin-left: 8px;
  float: left;
  padding: 0 6px !important;
  box-sizing: content-box !important;
}
@media screen and (max-width: 767px) {
  .thumbNavigator .swiper-button-next, .thumbNavigator .swiper-button-prev {
    margin-left: 2px;
  }
}
.thumbNavigator .swiper-button-next:focus, .thumbNavigator .swiper-button-prev:focus {
  outline: none !important;
}

.actualInfo {
  float: left;
  padding: 10px 8px;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .actualInfo {
    padding: 18px 16px;
    width: 100%;
  }
}

.navigatorWrapper {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  text-align: center;
}
.navigatorWrapper a {
  width: 32px;
  height: 24px;
  padding: 0 4px;
  box-sizing: content-box;
  display: inline-block;
}
.navigatorWrapper .navCenter {
  display: table;
  margin: auto;
}
.navigatorWrapper .navCenter .swiper-button-disabled {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -moz-opacity: 1 !important;
  pointer-events: all !important;
  cursor: pointer !important;
}

.subtitle {
  margin-top: 8px;
}

.catNavContainer {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .catNavContainer {
    width: 100%;
    padding: 0 16px;
  }
}
.catNavContainer ul {
  padding: 96px 0;
  margin: auto;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catNavContainer ul {
    padding: 16px 0;
  }
}
.catNavContainer ul li {
  float: left;
  margin-right: 16px;
  font-size: 2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .catNavContainer ul li {
    font-size: 1.5rem;
  }
}
.catNavContainer ul li:hover {
  text-decoration: underline;
  cursor: pointer;
  text-decoration-color: #00AEC7;
}

.catClickToggled li {
  text-decoration: underline;
  text-decoration-color: #00AEC7;
}

a:focus {
  outline: none;
}

.navigatorWrapper .navCenter .swiper-button-disabled.swiper-button-unable {
  pointer-events: none !important;
  cursor: pointer;
}

.thumbsWrapper {
  transfrom: translate3d(0, 0, 0);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out !important;
  -moz-transition: 0.2s ease-in-out !important;
  -ms-transition: 0.2s ease-in-out !important;
  -webkit-transition: 0.2s ease-in-out !important;
}

section.spazio360 h3 {
  width: 83.3333333333%;
  margin: auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  section.spazio360 h3 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.spazio360 h3 {
    width: 100%;
    padding: 0 16px;
  }
}

/*--------------------------------------------------------------
# Persone di manifattura
--------------------------------------------------------------*/
.personeManifattura {
  padding-bottom: 96px;
  display: block !important;
  overflow: hidden;
}
.personeManifattura .swiper-people-container {
  width: 83.3333333333%;
  margin: auto;
}
.personeManifattura .swiper-people-container h3 {
  float: left;
}
.personeManifattura .swiper-people-container .swiper-slide {
  width: 23.2% !important;
}
@media screen and (max-width: 1023px) {
  .personeManifattura .swiper-people-container .swiper-slide {
    width: 48.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .personeManifattura .swiper-people-container .swiper-slide {
    width: 100% !important;
  }
}
.personeManifattura .swiper-people-container .swiper-wrapper {
  padding-top: 48px;
}
.personeManifattura .ctaResidenzeA {
  margin-top: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .personeManifattura .ctaResidenzeA {
    display: table;
    padding-left: 0;
    width: 100%;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .personeManifattura .ctaResidenze {
    display: table;
    padding-left: 0;
    width: 100%;
    padding-right: 16px;
    padding-top: 24px;
  }
}

.photoContainer {
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.photoPeople {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  background-size: cover;
}

.photoPeopleUp {
  padding-bottom: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  background-position: bottom;
}

.photoPeopleDown {
  padding-bottom: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-position: top;
}

.photoPeopleFull {
  padding-bottom: 100%;
}

.showPhoto {
  padding-bottom: 100%;
}

.hidePhoto {
  padding-bottom: 0;
}

.photoSize {
  transform: scale(1.05);
}

.peopleName {
  letter-spacing: 2px;
  color: #ECEBF1;
  margin-top: 16px;
}

.role {
  font-size: 1.2rem;
  line-height: 23px;
  color: #ECEBF1;
  display: table;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}

.swiper-people-pagination {
  padding-top: 48px;
  width: 50% !important;
  margin: auto;
}

.peopleBox {
  width: 25%;
  float: left;
  padding: 0px 8px 48px;
}
@media screen and (max-width: 1023px) {
  .peopleBox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .peopleBox {
    width: 100%;
  }
}

section.peopleArchive {
  width: 83.3333333333%;
  margin: auto;
}
section.peopleArchive h1 {
  text-align: center;
  margin-bottom: 48px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  section.peopleArchive {
    width: 100%;
    padding: 0 16px;
  }
}
section.peopleArchive .peopleName, section.peopleArchive .role {
  color: #212322;
}

section.sectionPeop {
  display: block;
}

/*--------------------------------------------------------------
# Accade in
--------------------------------------------------------------*/
.swiper-slide-happendcode .code {
  border: none;
  margin-top: 0;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .swiper-slide-happendcode .code {
    margin: 0;
    width: 44px;
    height: 44px;
  }
}
.swiper-slide-happendcode .code h5 {
  color: #212322;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .swiper-slide-happendcode .code h5 {
    margin-top: 13px;
    letter-spacing: 1px;
  }
}

.swiperCodeOver {
  width: 64px;
  float: left;
}
@media screen and (max-width: 767px) {
  .swiperCodeOver {
    width: 48px;
  }
}

.containerAccade {
  left: 8.3333333333%;
  position: absolute;
  z-index: 9999;
  height: 96px;
}
@media screen and (max-width: 1279px) {
  .containerAccade {
    left: 0;
    top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .containerAccade {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    top: unset !important;
  }
}

.swiper-happendcode-container {
  border: 2px #212322 solid;
  border-radius: 65px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .swiper-happendcode-container {
    width: 48px;
    height: 48px;
  }
}

.containerHappend {
  display: inline-block;
  width: 320px;
  left: 8.3333333333%;
  padding: 16px;
  position: relative;
  left: -16px;
  top: -16px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .containerHappend {
    padding: 8px;
    left: -8px;
    top: -8px;
  }
}
.containerHappend .colInfo {
  display: block;
  padding: 0 0 0 16px;
  float: left;
  width: 224px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  top: 32px;
  left: 80px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .containerHappend .colInfo {
    left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .containerHappend .colInfo p {
    font-size: 0.889rem;
    line-height: normal;
  }
}

.swiper-happendtext-container {
  margin-top: 16px;
}

.swiper-slide-happendtext a {
  color: #0a8194;
  text-decoration: underline;
}
.swiper-slide-happendtext .title h6 {
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .swiper-slide-happendtext .title h6 {
    font-size: 0.889rem;
  }
}

.swiper-happendtext-container .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  left: 0;
  margin-top: 8px !important;
}
.swiper-happendtext-container .swiper-pagination .swiper-pagination-bullet {
  float: left;
  margin-right: 4px !important;
  width: auto;
  display: table;
  width: 8px !important;
  height: 8px !important;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  border: solid 1px #212322 !important;
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .swiper-happendtext-container .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}
.swiper-happendtext-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0a8194 !important;
  border: none !important;
}

.coloroer {
  background: #00AEC7;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 96px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transform: scale(6);
  -webkit-transform: scale(6);
  -moz-transform: scale(6);
  -ms-transform: scale(6);
}
@media screen and (max-width: 767px) {
  .coloroer {
    width: 100%;
  }
}

.containerHappendWrapper {
  width: 320px;
  height: 96px;
  padding: 16px;
  overflow: hidden;
  transition: 0.2 ease-in-out;
  -webkit-transition: 0.2 ease-in-out;
  -moz-transition: 0.2 ease-in-out;
  -ms-transition: 0.2 ease-in-out;
  top: 0;
}
@media screen and (max-width: 767px) {
  .containerHappendWrapper {
    width: 100%;
    padding: 8px;
    height: 64px;
  }
}

.stayOpened {
  width: 320px !important;
}
@media screen and (max-width: 767px) {
  .stayOpened {
    width: 100% !important;
  }
}
.stayOpened .colInfo {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  top: 16px !important;
  pointer-events: all !important;
}
@media screen and (max-width: 767px) {
  .stayOpened .colInfo {
    top: 12px !important;
  }
}
.stayOpened .coloroer {
  transform: scale(6) !important;
  -webkit-transform: scale(6) !important;
  -moz-transform: scale(6) !important;
  -ms-transform: scale(6) !important;
}

.fixedElement {
  position: fixed;
  top: 16px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-results article {
  position: relative;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .search-results article {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .search-results article {
    margin-top: 48px;
    padding-top: 0;
  }
  .search-results article:after {
    content: "";
    display: table;
    float: right;
    width: calc(100% - 56px);
    height: 2px;
    border: solid 1px #212322;
    position: absolute;
    top: 24px;
    left: 56px;
  }
}
.search-results .category-in-evidenza {
  background: transparent;
}
.search-results .catBox.category-in-evidenza {
  background: #00AEC7;
}
.search-results article.post {
  width: 100%;
  float: none;
  bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .search-results article.post {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .search-results article.post {
    margin-top: 48px;
    padding-top: 0;
  }
}

.searchWrapper {
  padding: 64px 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .searchWrapper {
    padding-top: 0px;
  }
}

.searchContent {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .searchContent {
    width: 100%;
    margin: auto;
    padding: 0 16px;
  }
}
.searchContent .page-header {
  padding-left: 80px;
}
@media screen and (max-width: 1279px) {
  .searchContent .page-header {
    padding-left: 0px;
  }
}
.searchContent article {
  position: relative;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .searchContent article {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .searchContent article {
    margin-top: 48px;
    padding-top: 0;
  }
  .searchContent article:after {
    content: "";
    display: table;
    float: right;
    width: calc(100% - 56px);
    height: 2px;
    border: solid 1px #212322;
    position: absolute;
    top: 24px;
    left: 56px;
  }
}
.searchContent article.post {
  width: 100%;
  float: none;
  bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .searchContent article.post {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .searchContent article.post {
    margin-top: 48px;
    padding-top: 0;
  }
}

.containerLetterPostType {
  position: absolute;
  width: 48px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .containerLetterPostType {
    width: 48px;
    height: 48px;
    float: none;
    position: relative;
  }
}
.containerLetterPostType .letterPostType {
  position: absolute;
  top: calc(50% + 48px);
  transform: translate(0, -50%) rotate(0);
  -webkit-transform: translate(0, -50%) rotate(0);
  -moz-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 2px;
  border: solid 2px;
}
@media screen and (max-width: 1279px) {
  .containerLetterPostType .letterPostType {
    top: 0%;
    transform: translate(0, 0%) rotate(0);
    -webkit-transform: translate(0, 0%) rotate(0);
    -moz-transform: translate(0, 0%) rotate(0);
    -ms-transform: translate(0, 0%) rotate(0);
  }
}

.coverSearch {
  width: 320px;
  padding-bottom: 320px;
  float: left;
}
@media screen and (max-width: 1279px) {
  .coverSearch {
    width: 260px;
    padding-bottom: 260px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .coverSearch {
    width: 100%;
    padding-bottom: 100%;
  }
}

.containerAricleSearch {
  position: relative;
  width: calc(100% - 40px);
  left: 80px;
  margin-top: 96px;
  clear: both;
  display: table;
}
@media screen and (max-width: 1279px) {
  .containerAricleSearch {
    margin-top: 0px;
    left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .containerAricleSearch {
    width: 100%;
    margin-top: 8px;
    left: 0;
  }
}

.containerSpechSearch {
  display: table;
  width: calc(100% - 320px);
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .containerSpechSearch {
    display: table;
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
  }
}

.searchCategoryContainer {
  display: table;
  width: 100%;
}
.searchCategoryContainer .catBox,
.searchCategoryContainer .tags {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .searchTagsContainer {
    margin-bottom: 16px;
  }
}

.containerSearchInfos {
  padding: 32px 32px 32px 16px;
  float: left;
  width: calc(100% - 308px);
  max-width: 600px;
}
@media screen and (max-width: 1279px) {
  .containerSearchInfos {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .containerSearchInfos {
    padding: 32px 0px;
  }
}
.containerSearchInfos .attachmentName {
  width: 100%;
  float: none;
  display: table;
}
.containerSearchInfos .attachmentSpec {
  width: 100%;
  margin-top: 16px;
  float: none;
  display: table;
}

.disablePadTop {
  padding-top: 0;
}

.containerSearchDates {
  width: 276px;
  float: left;
}
@media screen and (max-width: 1279px) {
  .containerSearchDates {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .containerSearchDates {
    width: 100%;
  }
}

.searchTitleContainer {
  margin-top: 16px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .searchTitleContainer {
    margin-top: 0px;
  }
}
.searchTitleContainer h5 {
  font-size: 1.778rem;
  line-height: 40px;
  font-weight: 600;
}
.searchTitleContainer .toastTesto h5 {
  font-size: 1.778rem;
  line-height: 40px;
  font-weight: 400;
  font-family: "Terminal Grotesque Open";
}

.searchExcerptContainer {
  margin-top: 8px;
}

.ctaSearch {
  border: solid 1px #00AEC7;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .ctaSearch {
    margin-left: 0px;
  }
}
.ctaSearch:hover {
  background: #00AEC7;
}
.ctaSearch p {
  font-size: 1rem;
}

.paddingCat {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .paddingCat {
    padding-left: 0px;
  }
}

.addPadTop {
  padding-top: 16px;
}

.category-post {
  background: #44D7B6;
}

.dateInfo {
  width: 100%;
  float: left;
  margin-top: 0px;
}
@media screen and (max-width: 1279px) {
  .dateInfo {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .dateInfo {
    margin-top: 0px;
  }
}
.dateInfo .dateBox {
  width: 130px;
  display: table;
  background: #484B49;
  margin-right: 8px;
  float: left;
  padding: 8px 24px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .dateInfo .dateBox {
    width: 96px;
  }
}
@media screen and (max-width: 1279px) {
  .dateInfo .dateBox {
    margin-left: 0;
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 4px;
    margin-right: 4px;
    float: left;
  }
}
.dateInfo .dateBox span {
  color: white;
  clear: both;
  width: 100%;
  display: table;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .dateInfo .dateBox span {
    width: auto;
    float: left;
    clear: none;
    margin-right: 2px;
    font-weight: 700;
  }
}
.dateInfo .dateBox .dayLetter {
  font-size: 0.778rem;
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .dateInfo .dateBox .dayLetter {
    font-size: 0.778rem;
    line-height: 20px;
    display: block;
    padding-right: 2px;
  }
}
.dateInfo .dateBox .dayNumber {
  font-family: "manifattura";
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1439px) {
  .dateInfo .dateBox .dayNumber {
    font-family: "Muli", sans-serif;
    font-size: 1.333rem;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1279px) {
  .dateInfo .dateBox .dayNumber {
    font-family: "Muli", sans-serif;
    font-size: 0.778rem;
    line-height: 20px;
    letter-spacing: 0;
    display: block;
    padding-right: 2px;
  }
}
.dateInfo .dateBox .month,
.dateInfo .dateBox .year {
  top: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .dateInfo .dateBox .month,
  .dateInfo .dateBox .year {
    font-family: "Muli", sans-serif;
    font-size: 0.778rem;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1439px) and (max-width: 1279px) {
  .dateInfo .dateBox .month,
  .dateInfo .dateBox .year {
    display: block;
    padding-right: 2px;
  }
}

.letterPostType {
  position: relative;
}

.specialLetter {
  font-size: 11.875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
}

.searchCodiceEdificio {
  display: table;
  width: 48px;
  height: 48px;
  border: solid 2px #212322;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  text-align: center;
}
.searchCodiceEdificio h5 {
  display: table-cell;
  vertical-align: middle;
}

.bigScreen {
  display: block;
}
@media screen and (max-width: 1279px) {
  .bigScreen {
    display: none;
  }
}

.smallScreen {
  display: none;
}
@media screen and (max-width: 1279px) {
  .smallScreen {
    display: block;
  }
}

.containerHeaderSearch {
  display: table;
  width: 320px;
  float: left;
}
@media screen and (max-width: 1279px) {
  .containerHeaderSearch {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .containerHeaderSearch {
    width: 100%;
  }
}

.postNavigation a {
  font-family: "manifattura";
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #212322;
}
.postNavigation a:hover {
  color: #00AEC7;
  text-decoration: underline;
}

.navigation.posts-navigation {
  margin-top: 96px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .navigation.posts-navigation {
    margin-top: 48px;
  }
}
.navigation.posts-navigation .nav-links {
  display: table;
  margin: auto;
}
.navigation.posts-navigation .nav-links a {
  padding: 0 16px;
  font-family: "manifattura";
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #212322;
}
@media screen and (max-width: 767px) {
  .navigation.posts-navigation .nav-links a {
    margin-top: 48px;
    float: none;
    margin: auto;
    display: table;
    padding: 4px 0px;
  }
}
.navigation.posts-navigation .nav-links a:hover {
  color: #00AEC7;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Select ajax
--------------------------------------------------------------*/
.ajaxCategory {
  padding: 8px 16px;
  width: 100%;
}
.ajaxCategory ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ajaxCategory ul .selectedVoice {
  padding: 0px 16px 12px;
  background: transparent !important;
}
.ajaxCategory ul .selectedVoice .identifier {
  margin-left: 0;
}
.ajaxCategory ul .selectedVoice:hover .identifier {
  border-color: black;
}
.ajaxCategory ul .selectedVoice span {
  display: table;
}
.ajaxCategory ul .selectedVoice span h5 {
  color: #212322 !important;
  padding: 14px 16px 12px;
}
.ajaxCategory ul li {
  display: table;
  width: 100%;
  background: white;
  cursor: pointer;
}
.ajaxCategory ul li:hover {
  background: #212322;
}
.ajaxCategory ul li:hover span {
  color: white;
}
.ajaxCategory ul li .category- {
  background: white;
}
.ajaxCategory ul li .catBox {
  padding: 14px 16px 12px;
}
.ajaxCategory ul li .catBoxClickable {
  pointer-events: all;
  float: left;
  width: calc(100% - 40px) !important;
}
.ajaxCategory ul li .identifier {
  width: 24px;
  height: 24px;
  display: table;
  float: left;
  margin-left: 16px;
  border-radius: 32px;
  margin-top: 11px;
  border-style: solid;
  border-width: 2px;
}

.disappearList {
  margin-top: 0;
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10001;
  overflow: hidden;
}

.tableDisplay {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1439px) {
  .tableDisplay {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1279px) {
  .tableDisplay {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .tableDisplay {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .tableDisplay {
    grid-template-columns: 1fr 1fr;
  }
}

.transparentBg {
  background: transparent !important;
}

.identifier.category-in-evidenza, .identifier.category-in-evidenza-en {
  border-color: #00AEC7;
}

.identifier.category-evento, .identifier.category-evento-en {
  border-color: #F75940;
}

.identifier.category-workshop, .identifier.category-workshop-en {
  border-color: #FFD132;
}

.identifier.category-laboratorio, .identifier.category-laboratorio-en {
  border-color: #57ECEC;
}

.identifier.category-festival, .identifier.category-festival-en {
  border-color: #ffb900;
}

.identifier.category-concerti, .identifier.category-concerti-en {
  border-color: #FF2749;
}

.identifier.category-arte, .identifier.category-arte-en {
  border: #BAFF00;
}

.identifier.category-cinema, .identifier.category-cinema-en {
  border: #9775E3;
}

.filterBy {
  display: table;
  margin-left: 16px;
  padding-top: 16px;
  margin-left: 0;
  cursor: pointer;
}
.filterBy h6 {
  letter-spacing: 1px;
  font-size: 20px;
}
.filterBy h6 span {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 2px;
  transition: all ease-in-out 0.3s;
  transform: rotate(225deg);
}
.filterBy h6 span:after {
  content: "";
  display: block;
  border-top: 1px solid #00AEC7;
  border-left: 1px solid #00AEC7;
  height: 14px;
  width: 14px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.filterBy.filter-tab-opened h6 span {
  margin-bottom: -5px;
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Select ajax
--------------------------------------------------------------*/
.embedTitle {
  font-size: 1.333rem;
  line-height: 28px;
  clear: both;
  padding-bottom: 24px;
  padding-top: 16px;
  display: table;
}

.embedContent {
  width: 50%;
  margin: auto;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  .embedContent {
    width: 100%;
    margin: 48px auto;
  }
}
.embedContent iframe {
  border: 0;
  width: 100%;
  clear: both;
}
.embedContent:before {
  content: "";
  display: table;
  height: 8px;
  width: 20%;
  background: #00AEC7;
}

.embedContent.fullIframe {
  width: 100%;
}

.wrapperTestata .embedContent {
  width: 100%;
}

.flexi-page .embedContent {
  padding: 0 16px;
}

.bg-nero .embedTitle {
  color: white;
}

.embedHome {
  display: table;
}
@media screen and (max-width: 1279px) {
  .embedHome {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .embedHome {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .embedHome {
    width: 100%;
    padding: 0 16px;
  }
}
.embedHome iframe {
  border: 0;
  /* position: fixed; */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .embedHome iframe {
    width: 100%;
  }
}
.embedHome:before {
  display: none;
}
.embedHome .embedTitle {
  padding-top: 0;
}
.embedHome .title {
  width: 100%;
  float: right;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .embedHome .title {
    width: 100%;
    float: none;
    padding: 16px 0px;
  }
}

.luciaIframe {
  max-width: 400px !important;
  max-height: 400px !important;
}

.containerEmbedHome {
  border-top: solid 1px #d6d6d6;
}

.stikyIframe {
  position: fixed;
  z-index: 999;
  bottom: 16px;
  right: 32px;
}
@media screen and (max-width: 767px) {
  .stikyIframe {
    right: 16px;
    left: 16px;
    width: calc(100% - 32px) !important;
  }
}

.noStick {
  width: 32px;
  height: 32px;
  background: #ecebf1;
  position: relative;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  display: none;
}
.noStick span {
  display: block;
  width: 16px;
  height: 2px;
  background: black;
  position: absolute;
  left: 50%;
  top: 50%;
}
.noStick span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.noStick span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.forceNoFixed {
  position: relative !important;
}

.showMe {
  display: block;
  position: fixed;
  bottom: 104px;
  right: 32px;
  z-index: 999;
  cursor: pointer;
}
.showMe:hover {
  background: #00AEC7;
}
@media screen and (max-width: 767px) {
  .showMe {
    right: 16px;
  }
}

.dontShowMe {
  display: none !important;
}

.podcast-snippet {
  border-radius: 35px;
  padding: 5px 7px;
  margin-top: 32px;
}
.podcast-snippet h6 {
  margin-top: 16px;
}

.boxInfoPod {
  max-width: 426px;
  margin-top: 16px;
  margin-bottom: 32px;
}

/*--------------------------------------------------------------
# Nam
--------------------------------------------------------------*/
.namArchiveContainer .namEl:nth-child(1) .namHeader .image {
  text-align: right;
  margin-top: auto;
  width: 40%;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .namEl:nth-child(1) .namHeader .image {
    margin-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 8px !important;
  }
}
.namArchiveContainer .namEl:nth-child(1) .namHeader .description {
  margin-left: 0;
  margin-top: auto;
  margin-bottom: 14px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .namArchiveContainer .namEl:nth-child(1) .namHeader .description {
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .namEl:nth-child(1) .namHeader .description {
    width: 100%;
    margin-left: 0;
  }
}
.namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-sx {
  width: 40%;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-sx {
    width: 100%;
  }
}
.namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-dx {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-dx {
    width: 100%;
  }
}
.namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-dx .textBox {
  padding-right: 0%;
}
@media screen and (max-width: 1023px) {
  .namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-dx .textBox {
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .namEl:nth-child(1) .wrapperTestata .col-dx .textBox {
    padding-right: 16px;
  }
}

.namHeader {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .namHeader {
    width: 100%;
    padding: 0 16px;
    display: table;
    padding-bottom: 0 !important;
  }
}
.namHeader .image {
  text-align: right;
  margin-top: auto;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .namHeader .image {
    width: 100%;
    text-align: left;
    margin-bottom: 8px !important;
  }
}
.namHeader .description {
  margin-left: 40px;
  margin-top: auto;
  margin-bottom: 14px;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .namHeader .description {
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .namHeader .description {
    width: 100%;
    margin-left: 0;
  }
}

.namWrapper .postWrapperSingle {
  margin-top: 96px;
}
@media screen and (max-width: 1023px) {
  .namWrapper .postWrapperSingle {
    margin-top: 0px;
  }
}
.namWrapper .testata.bg-rosa {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata.bg-rosa {
    margin-top: 16px;
  }
}
.namWrapper .testata .wrapperTestata {
  width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata {
    width: 100%;
    padding: 0;
  }
}
.namWrapper .testata .wrapperTestata .col-sx, .namWrapper .testata .wrapperTestata .col-dx {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .col-sx, .namWrapper .testata .wrapperTestata .col-dx {
    width: 100%;
  }
}
.namWrapper .testata .wrapperTestata .col-dx div:nth-child(1), .namWrapper .testata .wrapperTestata .col-dx h3:nth-child(1), .namWrapper .testata .wrapperTestata .col-sx div:nth-child(1), .namWrapper .testata .wrapperTestata .col-sx h3:nth-child(1) {
  margin-top: 48px !important;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata .wrapperTestata .col-dx div:nth-child(1), .namWrapper .testata .wrapperTestata .col-dx h3:nth-child(1), .namWrapper .testata .wrapperTestata .col-sx div:nth-child(1), .namWrapper .testata .wrapperTestata .col-sx h3:nth-child(1) {
    margin-top: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .col-dx div:nth-child(1), .namWrapper .testata .wrapperTestata .col-dx h3:nth-child(1), .namWrapper .testata .wrapperTestata .col-sx div:nth-child(1), .namWrapper .testata .wrapperTestata .col-sx h3:nth-child(1) {
    margin-top: 24px !important;
  }
}
.namWrapper .testata .wrapperTestata .col-dx div.deleteMarginTopNam, .namWrapper .testata .wrapperTestata .col-sx div.deleteMarginTopNam {
  margin-top: 0 !important;
}
.namWrapper .testata .wrapperTestata .col-dx div:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.namWrapper .testata .wrapperTestata .col-sx {
  padding-right: 32px;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata .wrapperTestata .col-sx {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .col-sx {
    padding-right: 0px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .col-dx {
    margin-top: 0;
    padding-left: 16px;
  }
}
.namWrapper .testata .wrapperTestata .singleImg {
  margin-bottom: -6px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata .wrapperTestata .singleImg {
    margin-top: 16px;
  }
}
.namWrapper .testata .wrapperTestata .singleImg .singleImg {
  margin: 0;
}
.namWrapper .testata .wrapperTestata .textBox {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata .wrapperTestata .textBox {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.namWrapper .testata .wrapperTestata .textBox p {
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 1.4px;
  line-height: 22px;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata .wrapperTestata .textBox p {
    font-size: 0.688rem;
    line-height: 14px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .textBox p {
    font-size: 1rem;
    line-height: 21px;
    letter-spacing: 1px;
  }
}
.namWrapper .testata .wrapperTestata .col-dx .textBox {
  padding-right: 11%;
}
@media screen and (max-width: 1023px) {
  .namWrapper .testata .wrapperTestata .col-dx .textBox {
    padding-right: 13%;
  }
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .col-dx .textBox {
    padding-right: 16px;
  }
}
.namWrapper .testata .wrapperTestata .col-sx .textBox {
  padding-right: 24%;
}
@media screen and (max-width: 767px) {
  .namWrapper .testata .wrapperTestata .col-sx .textBox {
    padding-right: 16px;
  }
}
.namWrapper .namEl:nth-child(1) .containerNamEvents {
  padding-top: 0 !important;
  background: #FBE9F1;
}
.namWrapper .namEl:nth-child(1) .containerNamEvents .testata.bg-rosa {
  margin-top: 0 !important;
}
.namWrapper .namEl.openArr:nth-child(1) {
  background: #FBE9F1;
}

.namEl:nth-child(1) .arrow {
  margin: auto;
}

.arrow {
  display: table;
  width: 96px;
  height: 0;
  position: relative;
  bottom: -48px;
}
.arrow span {
  width: 32px;
  background: black;
  height: 2px;
  display: table;
  position: absolute;
  top: 50%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.arrow span:nth-child(1) {
  transform: translate(0, 0) rotate(45deg);
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
}
.arrow span:nth-child(2) {
  transform: translate(0, 0) rotate(-45deg);
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  left: 22px;
}

.openArr .arrow span:nth-child(1) {
  transform: translate(0, 0) rotate(-45deg);
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
}
.openArr .arrow span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
}

.namWrapper {
  font-family: "Merriweather", serif;
}
.namWrapper h1, .namWrapper h2, .namWrapper h3, .namWrapper h4, .namWrapper h5, .namWrapper h6, .namWrapper p, .namWrapper a, .namWrapper span {
  font-family: "Merriweather", serif;
}

a.openEl {
  display: table;
  width: 100%;
}

.namArchiveContainer {
  padding: 0;
  margin: 0;
}
.namArchiveContainer li {
  margin-top: 70px;
  margin-bottom: 102px;
}
@media screen and (max-width: 1023px) {
  .namArchiveContainer li {
    margin-top: 64px;
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  .namArchiveContainer li {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
.namArchiveContainer .namEl:nth-last-child(1) {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 1023px) {
  .namArchiveContainer .namEl:nth-last-child(1) {
    margin-bottom: 40px !important;
  }
}
.namArchiveContainer .namEl:nth-child(1) {
  padding-top: 73px;
}
@media screen and (max-width: 1023px) {
  .namArchiveContainer .namEl:nth-child(1) {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .namEl:nth-child(1) {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .namArchiveContainer .containerNamEvents {
    padding-top: 16px !important;
  }
}

.namHeader.namFooter {
  display: flex;
}

.namLogo {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .namLogo {
    width: 150px;
  }
}

.socialFooterNam {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .socialFooterNam {
    text-align: right;
  }
}

.manifatturaNam {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .manifatturaNam {
    display: none;
  }
}
.manifatturaNam p {
  text-align: center;
  display: table;
  margin-left: auto;
  max-width: 120px;
}
@media screen and (max-width: 1023px) {
  .manifatturaNam p {
    max-width: 90px;
  }
}
.manifatturaNam p a {
  font-size: 1.75rem;
  text-decoration: none;
  /* text-align: center; */
  letter-spacing: 0.5px;
  color: #212322;
}
@media screen and (max-width: 1023px) {
  .manifatturaNam p a {
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.socialLink {
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1023px) {
  .socialLink {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .socialLink {
    font-size: 1.188rem;
    line-height: 16px;
  }
}

.namFooterSup {
  border-color: #E5E5E5;
  padding: 32px 0;
  margin-top: 0;
}

.namFooter {
  padding: 0 16px;
}
@media screen and (min-width: 1023px) {
  .namFooter {
    padding: 0 48px;
  }
}
.namFooter p a {
  color: black;
}

svg#namLogo {
  width: 128px;
  left: 50%;
  position: absolute;
  top: 143px;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
  -webkit-animation: 0.2s ease-in-out;
  -moz-animation: 0.2s ease-in-out;
  -o-animation: 0.2s ease-in-out;
  animation: 0.2s ease-in-out;
}
@media screen and (max-width: 1279px) {
  svg#namLogo {
    top: 104px;
  }
}
@media screen and (max-width: 767px) {
  svg#namLogo {
    top: 88px;
  }
}

.fixedNam {
  position: fixed !important;
  top: 24px !important;
  z-index: 9999;
}
@media screen and (max-width: 1279px) {
  .fixedNam {
    top: 24px !important;
  }
}
.fixedNam g path, .fixedNam g polygon {
  fill: #F8C9DB;
}

.loader {
  position: fixed;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-animation: 0.2s ease-in-out;
  -moz-animation: 0.2s ease-in-out;
  -o-animation: 0.2s ease-in-out;
  animation: 0.2s ease-in-out;
  background: rgba(248, 201, 219, 0.8);
}

.in-loading {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}

.absoluteFooter {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}

.comingSoon {
  position: fixed;
  left: 50%;
  top: 339px;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
}
@media screen and (max-width: 1279px) {
  .comingSoon {
    top: 279px;
  }
}
@media screen and (max-width: 767px) {
  .comingSoon {
    top: 260px;
  }
}

.txt-h6 {
  font-size: 1.125rem;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .txt-h6 {
    font-size: 0.688rem;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .txt-h6 {
    font-size: 1rem;
    line-height: 21px;
    letter-spacing: 1px;
  }
}

.letter-1 {
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1023px) {
  .letter-1 {
    letter-spacing: 1px;
  }
}

.namWrapper .testata .wrapperTestata h3 {
  font-size: 2rem;
  text-transform: none;
  font-weight: 600;
  line-height: 1.5;
}
.namWrapper .testata .wrapperTestata .abstractBox p {
  font-size: 1.688rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.namWrapper .testata .wrapperTestata .cta {
  background: #F8C9DB;
}
.namWrapper .testata .wrapperTestata .cta:hover {
  background: #e0bac9;
}
.namWrapper .testata .wrapperTestata .cta p.manifattura {
  font-family: "manifattura" !important;
  font-size: 1.2rem;
  color: #212322;
}
.namWrapper .testata .wrapperTestata .captionImg {
  font-size: 0.889rem;
  margin-bottom: 14px;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.popupContainer {
  display: none;
}

.newsletterPopup {
  position: static;
  top: 94px;
  background: #00AEC7;
  width: 100%;
  z-index: 100000;
  padding: 48px 8.3333333333%;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media screen and (max-width: 767px) {
  .newsletterPopup {
    display: table;
    padding: 64px 16px 48px;
  }
}
.newsletterPopup .popupTitle {
  padding-right: 16px;
  padding-right: 8.3%;
  max-width: 60%;
}
.newsletterPopup .popupTitle h2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .newsletterPopup .popupTitle h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .newsletterPopup .popupTitle {
    padding-right: 0px;
    max-width: unset;
  }
}
.newsletterPopup .popupButton {
  width: 40%;
  display: flex;
  padding-bottom: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .newsletterPopup .popupButton {
    width: 100%;
    margin-top: 32px;
  }
}
.newsletterPopup .popupButton img {
  width: 25px;
  margin-top: auto;
}
.newsletterPopup .popupButton p {
  margin-top: auto;
  letter-spacing: 1px;
  font-size: 1.375rem;
}
.newsletterPopup .popupButton a {
  width: 100%;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  border-bottom: 2px solid;
  padding-bottom: 14px;
  margin-bottom: auto;
}
.newsletterPopup .popUpCloser {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: auto;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.newsletterPopup .popUpCloser span {
  background: #212322;
  width: 24px;
  height: 2px;
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
}
.newsletterPopup .popUpCloser span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.newsletterPopup .popUpCloser span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.newsletterPopup.generalPopup {
  background-color: #ee783b;
  position: absolute;
}
.newsletterPopup.generalPopup .popUpCloser {
  display: block;
}

.fixed-popup {
  position: fixed;
  top: 0;
}

/*--------------------------------------------------------------
# Factory
--------------------------------------------------------------*/
.containerNavImage {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: all;
  transition: 0.2s cubic-bezier(0.19, 0.36, 0.09, 1);
  -webkit-transition: 0.2s cubic-bezier(0.19, 0.36, 0.09, 1);
  -moz-transition: 0.2s cubic-bezier(0.19, 0.36, 0.09, 1);
  -ms-transition: 0.2s cubic-bezier(0.19, 0.36, 0.09, 1);
  top: -32px;
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .containerNavImage {
    width: 100%;
    margin-bottom: 48px;
    top: 0;
  }
}
.containerNavImage .centerSvgImage {
  position: relative;
}
.containerNavImage .svgNavigator {
  position: absolute;
  top: 0;
  width: 100%;
}

.buildingClickSvg {
  position: relative;
}

.sensibleArea {
  opacity: 0;
  fill: transparent;
  stroke: #00AEC7;
  stroke-width: 8px;
}

.sensibleVisible {
  opacity: 1;
}

.popup {
  position: fixed;
  padding: 8px 16px;
  background: #00AEC7;
  border-radius: 18px;
  border-radius: 18px;
  margin-left: 24px;
  margin-top: -10px;
  display: none;
}
.popup:before {
  display: table;
  width: 16px;
  height: 16px;
  background: #00AEC7;
  opacity: 1;
  content: "";
  position: absolute;
  left: -5px;
  top: 12px;
  transform: rotate(45deg);
}

.cursorPointer {
  cursor: pointer;
}

.buildignNames {
  pointer-events: none;
  position: fixed;
  width: 108.3%;
  left: 0;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .buildignNames {
    width: calc(100% + 32px);
  }
}

.factoryNavigator {
  margin-top: 64px;
  background-color: #fdfdfd;
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .factoryNavigator {
    padding-top: 48px;
  }
}
.factoryNavigator .factoryNavigatorWrapper {
  position: relative;
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .factoryNavigator .factoryNavigatorWrapper {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.navigator {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 4px;
  border-bottom: solid 1px #17324D;
}
@media screen and (max-width: 767px) {
  .navigator {
    width: 100%;
  }
}
.navigator li {
  padding-right: 24px;
}
.navigator li:marker {
  display: none;
}
.navigator .buildingNavigator {
  font-size: 1.5rem;
}
.navigator .buildingNavigator.noLink {
  color: #85A8C3 !important;
}
.navigator .buildingNavigator.active {
  color: #17324D !important;
}

#buildingNav {
  display: flex;
  padding-bottom: 120px;
  padding-top: 64px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #buildingNav {
    padding-bottom: 48px;
  }
}
#buildingNav h1,
#buildingNav h2,
#buildingNav h3,
#buildingNav h4,
#buildingNav h5,
#buildingNav h6,
#buildingNav p,
#buildingNav a {
  color: #17324D;
}
#buildingNav .buildingTitle {
  font-size: 2.667rem;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingTitle {
    font-size: 2.222rem;
  }
}
#buildingNav .buildingContent {
  width: 40%;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingContent {
    width: 100%;
    margin-left: 0;
  }
}
#buildingNav .buildingRepeater {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingRepeater {
    margin-top: 32px;
  }
}
#buildingNav .buildingRow {
  border-bottom: solid 1px #17324D;
  padding: 20px 0;
}
#buildingNav .buildingRow:nth-last-child(1) {
  border-bottom: none;
}
#buildingNav .buildingRow .buildingSpecifica {
  font-size: 1.5rem;
  line-height: 32px;
}
#buildingNav .buildingRow.grande .buildingSpecifica {
  font-size: 2rem;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingRow.grande .buildingSpecifica {
    font-size: 1.778rem;
    line-height: 36px;
  }
}
#buildingNav .buildingFooter {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingFooter {
    margin-top: 0px;
    flex-direction: column-reverse;
  }
}
#buildingNav .buildingFooter .swiper-container,
#buildingNav .buildingFooter .timeMachineCount {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingFooter .swiper-container,
  #buildingNav .buildingFooter .timeMachineCount {
    width: 100%;
  }
}
#buildingNav .buildingFooter .swiper-container .swiper-slide,
#buildingNav .buildingFooter .timeMachineCount .swiper-slide {
  width: 50% !important;
}
@media screen and (max-width: 1279px) {
  #buildingNav .buildingFooter .swiper-container .swiper-slide,
  #buildingNav .buildingFooter .timeMachineCount .swiper-slide {
    width: 100% !important;
  }
}
#buildingNav .buildingFooter .rowInfoTab {
  border-top: solid 1px #17324D;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
#buildingNav .buildingFooter .rowInfoTab p {
  text-transform: none !important;
  font-size: 1.5rem;
  line-height: 32px;
}
#buildingNav .buildingFooter .infoTab {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #buildingNav .buildingFooter .infoTab {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 32px;
  }
}
#buildingNav .buildingFooter .building-pag {
  justify-content: center;
  display: flex;
  margin-top: 16px;
}
#buildingNav .buildingFooter .building-pag .swiper-pagination-bullet {
  height: 8px !important;
  width: 8px !important;
  border-radius: 16px !important;
  margin: 0 4px !important;
  background-color: #85A8C3;
}
#buildingNav .buildingFooter .building-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17324D;
}

.header-factory {
  padding-bottom: 64%;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-bottom: -180px;
}
@media screen and (max-width: 767px) {
  .header-factory {
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
  }
}

.containerMiniHeader {
  width: 83.3333333333%;
  margin: auto;
  display: table;
}
@media screen and (max-width: 767px) {
  .containerMiniHeader {
    width: 100%;
  }
}

.unCapitalize {
  text-transform: none !important;
}

.miniHeaderAside {
  background-color: #00AEC7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .miniHeaderAside {
    display: block;
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .miniHeaderAside .downloadBrochure {
    padding: 0 16px;
  }
}
.miniHeaderAside .downloadBrochure a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .miniHeaderAside .downloadBrochure a {
    justify-content: center;
  }
}
.miniHeaderAside .downloadBrochure a img {
  margin-left: 16px;
}
.miniHeaderAside .ctaFactory {
  margin-top: auto;
  margin-right: 0;
  background-color: #17324D;
  color: white;
  padding: 24px 48px;
}
@media screen and (max-width: 767px) {
  .miniHeaderAside .ctaFactory {
    margin-top: 16px;
    width: 100%;
  }
}
.miniHeaderAside .ctaFactory span p {
  color: white !important;
}

.miniHeaderIncipit {
  display: table;
  width: 100%;
  padding-top: 64px;
  background-color: white;
}
.miniHeaderIncipit .col-sx {
  width: 30%;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .miniHeaderIncipit .col-sx {
    width: 100%;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.miniHeaderIncipit .col-dx {
  width: 40%;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .miniHeaderIncipit .col-dx {
    width: 100%;
    margin-top: 32px;
    padding-left: 16px;
    margin-right: auto;
    padding-right: 16px;
  }
}
.miniHeaderIncipit p {
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .miniHeaderIncipit p {
    font-size: 1.444rem;
    line-height: 32px;
  }
}

.marginTopMiniHeader {
  margin-top: 32px;
}

.factory-spaces-container h3,
.miniHeaderIncipit h3,
.timelineWrapper h3 {
  font-size: 2.667rem;
  line-height: 54px;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .factory-spaces-container h3,
  .miniHeaderIncipit h3,
  .timelineWrapper h3 {
    font-size: 2.222rem;
    line-height: 46px;
  }
}

.multiply {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.factoryColor a,
.factoryColor h1,
.factoryColor h2,
.factoryColor h3,
.factoryColor h4,
.factoryColor h5,
.factoryColor h6,
.factoryColor p {
  color: #17324D !important;
}
.factoryColor .testata.bg-nero a,
.factoryColor .testata.bg-nero h1,
.factoryColor .testata.bg-nero h2,
.factoryColor .testata.bg-nero h3,
.factoryColor .testata.bg-nero h4,
.factoryColor .testata.bg-nero h5,
.factoryColor .testata.bg-nero h6,
.factoryColor .testata.bg-nero p {
  color: white !important;
}
.factoryColor .testata.bg-nero .ctaText p {
  color: #212322 !important;
}

.factory-spaces-container {
  overflow: hidden;
  margin-top: 96px;
  background: #fbfbfb;
  padding-top: 96px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .factory-spaces-container {
    margin-top: 48px;
    padding-top: 64px;
  }
}
.factory-spaces-container .factory-spaces-wrapper {
  overflow: hidden;
  width: 83.3333333333%;
  margin: auto;
}
.factory-spaces-container .factory-spaces-wrapper .sectionTitle {
  margin-bottom: 32px;
}
.factory-spaces-container .factory-spaces-wrapper #buildingNav {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .factory-spaces-container .factory-spaces-wrapper #buildingNav {
    padding-bottom: 0px;
  }
}
.factory-spaces-container .swiper-pagination-spaces {
  text-align: center !important;
}
.factory-spaces-container .swiper-container-spaces .containerNavImage {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}
.factory-spaces-container .swiper-pagination-bullet {
  height: 8px !important;
  width: 8px !important;
  border-radius: 16px !important;
  margin: 0 4px !important;
  background-color: #85A8C3;
}
.factory-spaces-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17324D;
}
.factory-spaces-container .lancioHeader {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .factory-spaces-container .lancioHeader {
    display: table;
  }
}

.ctaBorderBlue {
  border: solid 2px #17324D;
}
.ctaBorderBlue:hover {
  background: #17324D;
}
.ctaBorderBlue:hover p {
  color: white !important;
}

.ctaBorderWhite {
  border: solid 2px white;
}
.ctaBorderWhite:hover {
  background: transparent;
}
.ctaBorderWhite:hover p {
  color: white !important;
}

.buttonNormal {
  top: 0;
  margin: 0;
}

.namSpaceContent .namImage {
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: -132px;
}
@media screen and (max-width: 767px) {
  .namSpaceContent .namImage {
    padding: 96px 0;
    margin-bottom: -48px;
  }
}
.namSpaceContent .miniHeaderIncipit {
  padding-top: 0;
  background: transparent;
}
.namSpaceContent .miniHeaderIncipit h3 {
  color: white !important;
}
.namSpaceContent .miniHeaderIncipit h3.specialType {
  font-size: 6rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 767px) {
  .namSpaceContent .miniHeaderIncipit h3.specialType {
    font-size: 3.556rem !important;
  }
}
.namSpaceContent .miniHeaderIncipit h4 {
  color: white !important;
}
.namSpaceContent .residenzeAttuali.namBlockSlider {
  width: calc(100% - 64px);
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .namSpaceContent .residenzeAttuali.namBlockSlider {
    width: 100%;
    margin-left: 0px;
  }
}

.factoryMapContainer {
  padding-bottom: 33%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .factoryMapContainer {
    padding-bottom: 85%;
  }
}
.factoryMapContainer .factory-map {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.timelineWrapper {
  width: 100%;
  margin: auto;
  margin-top: 96px;
  padding: 0 64px;
}
@media screen and (max-width: 767px) {
  .timelineWrapper {
    padding: 0 16px;
    margin-top: 64px;
  }
}
.timelineWrapper h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .timelineWrapper h3 {
    text-align: left;
  }
}
.timelineWrapper .yearsWrapper {
  overflow-x: scroll;
  overflow-y: visible;
  height: 268px;
  padding: 76px 13px 0;
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .timelineWrapper .yearsWrapper {
    height: 238px;
  }
}

.mapEl-1,
.newMapEl {
  opacity: 0;
  stroke: #85A8C3;
  stroke-width: 3;
  stroke-miterlimit: 10;
  enable-background: new;
  fill: white;
}

.mapEl-2 {
  opacity: 0.2;
  fill: #17324D;
  enable-background: new;
}

.mapEl-3 {
  fill: #17324D;
}

.selectedSvg polygon,
.selectedSvg path {
  fill: #00AEC7;
  stroke: #00AEC7;
  opacity: 1;
}
.selectedSvg g path {
  fill: #17324D;
  stroke: #17324D;
  opacity: 1;
  stroke-width: 0;
}

.selectedSvg polygon.newMapEl,
.selectedSvg path.newMapEl {
  fill: #00AEC7;
  stroke: #00AEC7;
  opacity: 0.5;
}
.selectedSvg g path.newMapEl {
  fill: #17324D;
  stroke: #17324D;
  opacity: 0.5;
  stroke-width: 0;
}

.yearsContainer {
  display: flex;
}

.containerTimeline {
  border-top: solid 2px #17324D;
  position: relative;
}
.containerTimeline .month {
  display: table;
  z-index: 2;
}
.containerTimeline .month:before {
  content: "";
  display: table;
  width: 16px;
  height: 16px;
  border: solid 2px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  background-color: #85A8C3;
  margin-bottom: 8px;
}
.containerTimeline .month .monthName,
.containerTimeline .month .targetBuilding {
  letter-spacing: 0;
  color: #85A8C3 !important;
}
.containerTimeline .month .buildingList {
  padding: 0;
  margin: 0;
  padding-left: 4px;
  border-left: dotted 1px #85A8C3;
  margin-left: 2px;
}
.containerTimeline .month.active:before {
  background-color: #17324D;
}
.containerTimeline .month.active .monthName,
.containerTimeline .month.active .targetBuilding {
  letter-spacing: 0;
  color: #17324D !important;
}
.containerTimeline .month.active .buildSelect {
  color: #00AEC7 !important;
}
.containerTimeline .month.active .buildingList {
  border-left-color: #17324D;
}
.containerTimeline .targetBuilding {
  cursor: pointer;
  line-height: 18px;
}
.containerTimeline .targetBuilding:hover {
  color: #00AEC7 !important;
}

.timelineWrapper .month,
.timelineWrapper .monthCantiere {
  width: 8.3%;
  position: absolute;
  top: -9px;
}

.monthCantiere {
  width: auto;
  display: none;
}

.monthList {
  list-style: none;
}

.timelineGrow {
  background: rgb(130, 240, 184);
  background: -moz-linear-gradient(90deg, rgb(130, 240, 184) 58%, rgb(23, 50, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(130, 240, 184) 58%, rgb(23, 50, 77) 100%);
  background: linear-gradient(90deg, rgb(130, 240, 184) 58%, rgb(23, 50, 77) 100%);
  position: absolute;
  bottom: 0;
  height: 2px;
  z-index: 1;
  width: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
}

.monthCantiere {
  bottom: 0;
  top: auto;
}

.yearsContainer .timelineYear {
  padding-left: 0;
  margin-bottom: 24px;
  font-size: 1.5rem;
  z-index: 3;
}
.yearsContainer .timelineYear:before {
  content: "";
  display: table;
  width: 16px;
  height: 16px;
  border: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -33px;
  background: white;
}
.yearsContainer .singleYear {
  min-width: 440px;
}
.yearsContainer .singleYear:nth-last-child(1) {
  width: 0 !important;
  left: auto;
  right: 18px;
  min-width: unset !important;
  position: relative;
}

.containerSvg {
  margin: auto;
  max-width: 1184px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .containerSvg {
    margin-top: 32px;
  }
}
.containerSvg .assonometriaImage {
  position: absolute;
  top: 0;
  left: 0;
}
.containerSvg svg {
  position: relative;
  z-index: 3;
}
.containerSvg .building {
  cursor: pointer;
}
.containerSvg .building:hover .mapEl-1,
.containerSvg .building:hover .mapEl-2,
.containerSvg .building:hover .newMapEl {
  stroke-width: 5px;
  stroke: #00AEC7;
}

.dataInizioCantiere {
  background: #00AEC7;
  text-align: center;
  padding: 16px;
  margin-bottom: 20px;
  margin-left: -14px;
  z-index: 4;
  position: absolute;
  width: 104px;
  bottom: 0;
}
.dataInizioCantiere span {
  margin: auto;
}
.dataInizioCantiere .startOn {
  display: table;
  font-size: 0.889rem;
}
.dataInizioCantiere:after {
  display: table;
  content: "";
  width: 12px;
  height: 12px;
  background: #00AEC7;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
  left: 16px;
}
.dataInizioCantiere:before {
  content: "";
  display: table;
  width: 16px;
  height: 16px;
  background: #00AEC7;
  position: absolute;
  bottom: -27px;
  border-radius: 24px;
  border: 2px #17324D solid;
  left: 14px;
}

.dataFineCantiere {
  background-color: #17324D !important;
  color: #00AEC7 !important;
  position: absolute;
  top: -97px;
  bottom: auto;
  width: 104px;
  display: none;
  z-index: 4;
  margin-left: -22px;
}
.dataFineCantiere:after {
  background: #17324D !important;
  bottom: -6px;
  left: 24px;
}
.dataFineCantiere:before {
  display: none;
}

.onZeroPoint .dataInizioCantiere {
  margin-left: -12px;
  margin-bottom: 20px;
}
.onZeroPoint .dataInizioCantiere:after {
  left: 14px;
  bottom: -6px;
}
.onZeroPoint .dataInizioCantiere::before {
  display: none;
}

.onZeroPoint.dataFineCantiere {
  padding-bottom: 42px;
  margin-left: -12px;
  top: -116px;
}
.onZeroPoint.dataFineCantiere:after {
  left: 13px;
  bottom: -6px;
}

.timeMachineCount {
  position: relative;
  margin-bottom: -6px;
}

.timeMachine {
  width: 80%;
  position: absolute;
  bottom: 50%;
  z-index: 200;
  left: 10%;
  transform: translate(0%, 100%) rotate(0);
  -webkit-transform: translate(0%, 100%) rotate(0);
  -moz-transform: translate(0%, 100%) rotate(0);
  -ms-transform: translate(0%, 100%) rotate(0);
}

.imageNew {
  width: 100%;
}

.imageOld {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 50%;
  background-size: cover;
}

.containerStartDrag {
  position: absolute;
  width: calc(80% - 32px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
  z-index: 1000;
  margin-bottom: 48px;
  pointer-events: none;
}

.startDrag {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 400;
  transform: translate(-50%, calc(-50% - 56px));
  background: #00AEC7;
  padding: 8px 16px;
  border-radius: 32px;
  width: 62px;
  height: 62px;
}
.startDrag:after {
  content: "";
  display: table;
  background: #00AEC7;
  width: 26px;
  height: 24px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}
.startDrag p {
  position: relative;
  z-index: 1;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 11.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 0.5px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(0, 0, 0, 0.94);
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(1, 0, 0, 0);
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background: #00AEC7;
  border: solid 2px white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(128, 128, 128, 0.94);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 0.5px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(0, 0, 0, 0.94);
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(1, 0, 0, 0);
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background: #00AEC7;
  border: solid 2px white;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.94);
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0.5px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.94);
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0.5px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(1, 0, 0, 0);
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background: #00AEC7;
  border: solid 2px white;
  cursor: pointer;
  height: 1px;
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.94);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(128, 128, 128, 0.94);
}

input[type=range] {
  -webkit-appearance: none;
  width: 80%;
  margin: 0;
  border: none;
  border-color: white;
  background: transparent;
}

.backArrow {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

#nextArrow {
  position: absolute;
  left: auto;
  right: 24px;
  transform: translate(0, 0) rotate(90deg);
  -webkit-transform: translate(0, 0) rotate(90deg);
  -moz-transform: translate(0, 0) rotate(90deg);
  -ms-transform: translate(0, 0) rotate(90deg);
  animation: arrowNext 3s ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #nextArrow {
    margin-top: -48px;
  }
}

#prevArrow {
  position: absolute;
  left: 24px;
  right: auto;
  transform: translate(0, 0) rotate(-90deg);
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  animation: arrowPrev 3s ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #prevArrow {
    margin-top: -48px;
  }
}

@keyframes arrowNext {
  0% {
    right: 24px;
  }
  25% {
    right: 16px;
  }
  45% {
    right: 24px;
  }
  65% {
    right: 16px;
  }
  85% {
    right: 24px;
  }
  100% {
    right: 24px;
  }
}
@keyframes arrowPrev {
  0% {
    left: 24px;
  }
  25% {
    left: 16px;
  }
  45% {
    left: 24px;
  }
  65% {
    left: 16px;
  }
  85% {
    left: 24px;
  }
  100% {
    left: 24px;
  }
}
.hideArrow {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}

.factoryLoader {
  position: absolute;
  z-index: 1000;
  width: 288px;
  height: 288px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 50, 77, 0.81);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: loaderKey 2.5s ease-in-out;
  animation-iteration-count: infinite;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .factoryLoader {
    position: absolute;
    width: 100%;
    height: calc(100% + 48px);
    border-radius: 0 !important;
    animation: loaderKeySmart 2.5s ease-in-out;
    background: rgba(23, 50, 77, 0.95);
    left: 0 !important;
    top: -48px !important;
    transform: translate(0, 0) rotate(0);
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
  }
}
.factoryLoader h1 {
  color: #f5f5f0 !important;
}

@keyframes loaderKey {
  0% {
    background: rgba(23, 50, 77, 0.81);
    width: 288px;
    height: 288px;
  }
  50% {
    background: rgba(23, 50, 77, 0.6);
    width: 320px;
    height: 320px;
  }
  100% {
    background: rgba(23, 50, 77, 0.81);
    width: 288px;
    height: 288px;
  }
}
@keyframes loaderKeySmart {
  0% {
    background: rgba(23, 50, 77, 0.95);
  }
  50% {
    background: rgba(23, 50, 77, 0.95);
  }
  100% {
    background: rgba(23, 50, 77, 0.95);
  }
}
.buildingNamesTimeline .buildingCode {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  color: #17324D !important;
}

.buildingSelect {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  display: none;
  border: none;
  border: solid 1px #00AEC7;
  color: #212322;
  padding: 10px 24px 10px 8px;
  font-family: "manifattura";
  text-transform: uppercase;
  width: 100%;
  margin-top: 16px;
  background-size: 16px !important;
}
.buildingSelect:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .buildingSelect {
    display: block;
  }
}
.buildingSelect option:nth-child(1) {
  display: none;
}

@media screen and (max-width: 767px) {
  .timelineHeader {
    justify-content: space-between;
  }
}

a.specialCta {
  background: #00AEC7 !important;
}
a.specialCta:hover {
  background: #00AEC7 !important;
}
a.specialCta p {
  font-size: 1rem !important;
}

.fixedContactButton {
  position: fixed;
  top: 16px;
  z-index: 1000;
  right: 16px;
  background: #17324d;
  display: none;
}
@media screen and (max-width: 767px) {
  .fixedContactButton {
    top: auto;
    bottom: 16px;
  }
}
.fixedContactButton:hover {
  background: #00AEC7 !important;
}
.fixedContactButton:hover span p {
  color: #17324D !important;
}
.fixedContactButton span p {
  color: white !important;
}

.backButtonBuilding {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 100;
  top: 16px;
}
.backButtonBuilding img {
  width: 16px;
  margin-right: 16px;
}

.factoryGoWrapper {
  background-size: cover;
  background-position-y: 75%;
}
.factoryGoWrapper h2 {
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 3px;
  color: white;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .factoryGoWrapper h2 {
    font-size: 1.778rem;
    line-height: 38px;
    letter-spacing: 3px;
  }
}

.factorySwiper {
  overflow: hidden;
}

.factoryGoContainer {
  background-color: rgba(23, 50, 77, 0.4);
  padding: 48px 0;
  display: flex;
  justify-content: center;
}
.factoryGoContainer .factoryGoWrapper {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .factoryGoContainer .factoryGoWrapper {
    padding: 0 16px;
  }
}
.factoryGoContainer .factoryGoWrapper .cta {
  margin-top: 48px;
}

.useBuilding {
  font-size: 0.889rem;
  line-height: 1.3;
  margin-top: 4px;
  display: table;
  display: table;
}

.contact-us-piani {
  width: 100%;
  padding: 16px;
  background: #00AEC7;
  color: white;
  font-family: "manifattura";
  margin-bottom: 24px;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  left: 0;
  margin-bottom: 0;
}
.contact-us-piani p, .contact-us-piani a {
  color: white !important;
}

.closer-contact-us {
  width: 32px;
  height: 32px;
  display: table;
  background-color: #17324D;
  position: absolute;
  top: -38px;
  border-radius: 100%;
  cursor: pointer;
}
.closer-contact-us span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: white;
  display: table;
  left: 50%;
  top: 50%;
}
.closer-contact-us span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.closer-contact-us span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Superblast
--------------------------------------------------------------*/
.superBlastHeader {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .superBlastHeader {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.superblastIncipit {
  width: 80%;
  margin-left: 10%;
  color: black;
  margin-top: 64px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .superblastIncipit {
    margin-top: 24px;
    width: 100%;
    margin-left: 0;
    padding-right: 16.6%;
    padding-bottom: 20px;
  }
}

.incipit-style {
  font-size: 1.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .incipit-style {
    font-size: 1rem;
  }
}

.readMore-active {
  max-height: 277px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.readMore-opener {
  margin-top: 32px;
  display: table;
  cursor: pointer;
}
.readMore-opener:hover {
  text-decoration: underline;
}

.superBlastLogo img {
  width: 100%;
}

.superBlastWrapper {
  font-family: "Merriweather", serif;
}
.superBlastWrapper h1, .superBlastWrapper h2, .superBlastWrapper h3, .superBlastWrapper h4, .superBlastWrapper h5, .superBlastWrapper h6, .superBlastWrapper p, .superBlastWrapper a, .superBlastWrapper span {
  font-family: "Merriweather", serif;
}

.has-superblast-background-color {
  background: #FFFFFF;
}

.superblastContainer {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .superblastContainer {
    width: 100%;
  }
}

.logoFixed {
  position: sticky;
  top: 0;
  padding-top: 48px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .logoFixed {
    padding-top: 16px;
  }
}
.logoFixed img {
  max-width: 100%;
}

.sbSmImage {
  display: none;
}
@media screen and (max-width: 767px) {
  .sbSmImage {
    display: block;
  }
}

.sbDkImage {
  display: block;
}
@media screen and (max-width: 767px) {
  .sbDkImage {
    display: none;
  }
}

.superBlastWrapper {
  text-align: justify;
}
.superBlastWrapper .wrapperTestata {
  width: 100%;
}
.superBlastWrapper p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper p {
    font-size: 1rem;
  }
}
.superBlastWrapper section.testata {
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper section.testata {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata {
    padding-left: 0;
    padding-right: 0;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx, .superBlastWrapper .testata .wrapperTestata .col-dx {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx, .superBlastWrapper .testata .wrapperTestata .col-dx {
    width: 100%;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx h3, .superBlastWrapper .testata .wrapperTestata .col-dx h3 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx .textBox, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx .textBox ul, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox ul, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox ul, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox ul {
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx .textBox p, .superBlastWrapper .testata .wrapperTestata .col-sx .textBox li, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox p, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox li, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox p, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox li, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox p, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox li {
    font-size: 0.68rem;
    line-height: 1.2;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx .textBox p a, .superBlastWrapper .testata .wrapperTestata .col-sx .textBox li a, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox p a, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox li a, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox p a, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox li a, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox p a, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox li a {
  color: #0a8194;
}
.superBlastWrapper .testata .wrapperTestata .col-sx .textBox p a:hover, .superBlastWrapper .testata .wrapperTestata .col-sx .textBox li a:hover, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox p a:hover, .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox li a:hover, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox p a:hover, .superBlastWrapper .testata .wrapperTestata .col-dx .textBox li a:hover, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox p a:hover, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox li a:hover {
  color: #0a8194;
}
.superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox p, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox p {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx .abstractBox p, .superBlastWrapper .testata .wrapperTestata .col-dx .abstractBox p {
    font-size: 1.125rem;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx .cta, .superBlastWrapper .testata .wrapperTestata .col-dx .cta {
  display: table;
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 4px black;
  padding: 40px 12px 56px;
  width: 100%;
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx .cta, .superBlastWrapper .testata .wrapperTestata .col-dx .cta {
    padding: 30px 12px;
    margin-top: 16px;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx .cta:hover, .superBlastWrapper .testata .wrapperTestata .col-dx .cta:hover {
  border-color: #0a8194 !important;
}
.superBlastWrapper .testata .wrapperTestata .col-sx .cta:hover .ctaText p, .superBlastWrapper .testata .wrapperTestata .col-dx .cta:hover .ctaText p {
  color: #0a8194 !important;
}
.superBlastWrapper .testata .wrapperTestata .col-sx .cta .ctaText, .superBlastWrapper .testata .wrapperTestata .col-dx .cta .ctaText {
  width: 100%;
  margin: auto;
  text-align: center;
  display: table;
}
.superBlastWrapper .testata .wrapperTestata .col-sx .cta .ctaText p, .superBlastWrapper .testata .wrapperTestata .col-dx .cta .ctaText p {
  font-family: "manifattura" !important;
  font-size: 3.125rem;
  line-height: 1;
  color: black;
  margin: auto;
  letter-spacing: 0;
  text-align: center;
  display: table;
  float: none;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx .cta .ctaText p, .superBlastWrapper .testata .wrapperTestata .col-dx .cta .ctaText p {
    font-size: 1.6rem;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx h3, .superBlastWrapper .testata .wrapperTestata .col-dx h3 {
  font-family: "manifattura" !important;
  font-size: 3.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx h3, .superBlastWrapper .testata .wrapperTestata .col-dx h3 {
    font-size: 1.5rem;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx .singleImg, .superBlastWrapper .testata .wrapperTestata .col-dx .singleImg {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx .singleImg, .superBlastWrapper .testata .wrapperTestata .col-dx .singleImg {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-sx .singleImg .singleImg, .superBlastWrapper .testata .wrapperTestata .col-dx .singleImg .singleImg {
  margin-top: 0;
  margin-bottom: 0;
}
.superBlastWrapper .testata .wrapperTestata .col-sx {
  padding-right: 22px;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-sx {
    padding-right: 0px;
  }
}
.superBlastWrapper .testata .wrapperTestata .col-dx {
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .superBlastWrapper .testata .wrapperTestata .col-dx {
    padding-left: 0px;
  }
}

.titleImg {
  padding-bottom: 5px;
}
.titleImg img {
  width: 100%;
}

.superBlastHeaderWrapper {
  cursor: pointer;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .superBlastHeaderWrapper {
    padding-top: 24px;
  }
}

.superBlastPostContainer {
  height: 0;
  max-height: 1220px;
  overflow: scroll;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .superBlastPostContainer {
    width: 100%;
    padding: 0 16px;
    max-height: 810px;
  }
}

.sbArrow {
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sbArrow {
    width: 40px;
    right: 16px;
    bottom: 8px;
  }
}

.superBlastIsOpen .sbArrow {
  transform: translate(0, 0) rotate(-180deg);
  -webkit-transform: translate(0, 0) rotate(-180deg);
  -moz-transform: translate(0, 0) rotate(-180deg);
  -ms-transform: translate(0, 0) rotate(-180deg);
}

.sbDivider {
  width: 100%;
  height: 10px;
  background: black;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .sbDivider {
    height: 4px;
    top: 2px;
  }
}

.superBlastLoop:after {
  content: "";
  width: 100%;
  height: 24px;
  display: table;
  background: #FFFFFF;
}

/*--------------------------------------------------------------
# +Cascine
--------------------------------------------------------------*/
.cascine-image-header {
  width: 100%;
  padding-bottom: 55.7%;
  background-size: cover;
  background-position: center;
}

.cascine-header-video {
  width: 100%;
}

.cascine-nav {
  position: sticky;
  top: 0;
  border-bottom: solid 1px #175D53;
  background-color: white;
  z-index: 10;
  overflow: scroll;
}
.cascine-nav .cascine-nav-wrapper {
  width: 83.3333333333%;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cascine-nav .cascine-nav-wrapper {
    width: 100%;
    padding: 0 16px;
  }
}
.cascine-nav .cascine-nav-wrapper.center-items {
  justify-content: center;
  flex-wrap: wrap;
}
.cascine-nav .cascine-nav-wrapper a {
  color: #175D53;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .cascine-nav .cascine-nav-wrapper a {
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.4px;
    padding: 16px 8px;
  }
}
.cascine-nav .cascine-nav-wrapper a.active:after {
  content: "";
  display: table;
  width: 100%;
  height: 8px;
  background-color: #175D53;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cascine-nav .cascine-nav-wrapper a.active:after {
    height: 4px;
  }
}

.cascine-article-header {
  color: #175D53;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .cascine-article-header {
    padding: 24px 16px 16px;
  }
}
.cascine-article-header .cascine-article-header-wrapper {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cascine-article-header .cascine-article-header-wrapper {
    width: 100%;
  }
}
.cascine-article-header .cascine-article-header-wrapper .cascine-accordion-opener {
  cursor: pointer;
}
.cascine-article-header .cascine-article-header-wrapper h2 {
  width: calc(100% - 64px);
}
@media screen and (max-width: 767px) {
  .cascine-article-header .cascine-article-header-wrapper h2 {
    width: calc(100% - 32px);
  }
}
.cascine-article-header .freccia-container {
  width: 64px;
  height: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cascine-article-header .freccia-container {
    width: 32px;
    height: 32px;
  }
}
.cascine-article-header .freccia-container .freccia-el {
  width: 48px;
  height: 3px;
  background-color: #175D53;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cascine-article-header .freccia-container .freccia-el {
    width: 32px;
  }
}
.cascine-article-header .freccia-container .freccia-el:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.cascine-article-header .freccia-container .freccia-el:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.parent-block {
  border-bottom: solid 1px #175D53;
}

.cascine-article-content {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.singola-cascine-container {
  width: 83.3333333333%;
  margin: auto;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .singola-cascine-container {
    width: 100%;
    padding: 0px 16px 0;
  }
}
.singola-cascine-container * {
  color: #175D53;
}

.cascine-single-image-wrapper {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .cascine-single-image-wrapper {
    margin-bottom: 32px;
  }
}
.cascine-single-image-wrapper img {
  width: 100%;
}

.cascine-article-container {
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.close-accordion .cascine-article-container {
  max-height: 0;
}
.close-accordion .freccia-container .freccia-el:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
}
.close-accordion .freccia-container .freccia-el:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}
.close-accordion .cascine-article-content {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}

.testata-inner-container img {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .testata-inner-container img {
    margin-bottom: 32px;
  }
}

.testata-doppia-container .testata-doppia-sx {
  width: 50%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .testata-doppia-container .testata-doppia-sx {
    width: 100%;
    margin-bottom: 32px;
  }
}
.testata-doppia-container .testata-doppia-sx > *:nth-last-child(1) {
  margin-bottom: 0;
}
.testata-doppia-container .testata-doppia-dx {
  width: 40%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .testata-doppia-container .testata-doppia-dx {
    width: 100%;
    margin-bottom: 32px;
  }
}
.testata-doppia-container .testata-doppia-dx > *:nth-last-child(1) {
  margin-bottom: 0;
}

.cascine-text-box {
  margin-bottom: 48px;
}

.cascine-read-more-cta {
  background-color: transparent;
  border: solid 1px #175D53;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 14px 32px 16px;
  cursor: pointer;
}
.cascine-read-more-cta:hover {
  background-color: #175D53;
  border-color: #175D53;
  color: white;
}
.cascine-read-more-cta:focus {
  border-color: #175D53;
}

.cascine-text-obscurer-wrapper {
  margin-top: -78px;
  z-index: 1;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.cascine-text-obscurer-wrapper:before {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  content: "";
  display: table;
  width: 100%;
  height: 64px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.cascine-text-obscurer-wrapper .cascine-button-wrapper {
  background-color: white;
  width: 100%;
  padding-top: 24px;
}

.active-read-more .cascine-text-wrapper {
  max-height: 320px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.active-read-more.read-more-open .cascine-text-wrapper {
  max-height: unset;
}
.active-read-more.read-more-open .cascine-text-obscurer-wrapper {
  margin-top: 0px;
}
.active-read-more.read-more-open .cascine-text-obscurer-wrapper:before {
  height: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}

.bottom-cascine-container {
  background-color: #092622;
  text-decoration: none;
  padding: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .bottom-cascine-container {
    margin-top: 32px;
  }
}
.bottom-cascine-container:hover {
  background-color: #008e7b;
}

.iframe-cascine-wrapper {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .iframe-cascine-wrapper {
    margin-bottom: 32px;
  }
}
.iframe-cascine-wrapper .iframe-cascine-decoration {
  width: 160px;
  height: 8px;
  background-color: #175D53;
  margin-bottom: 16px;
}
.iframe-cascine-wrapper .iframe-cascine-container {
  margin-top: 32px;
}
.iframe-cascine-wrapper .iframe-cascine-container iframe {
  width: 100%;
}

.cascine-accordion {
  margin-bottom: 48px;
}
.cascine-accordion--header {
  cursor: pointer;
  padding: 13px 0 12px;
  border-bottom: solid 1px #175D53;
}
.cascine-accordion--header .cascine-accordion-arrow {
  cursor: pointer;
}
.cascine-accordion--header .cascine-accordion-arrow .freccia-container {
  width: 24px;
  height: 24px;
  position: relative;
}
.cascine-accordion--header .cascine-accordion-arrow .freccia-container .freccia-el {
  width: 12px;
  height: 2px;
  background-color: #175D53;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.cascine-accordion--header .cascine-accordion-arrow .freccia-container .freccia-el:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.cascine-accordion--header .cascine-accordion-arrow .freccia-container .freccia-el:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}
.cascine-accordion--wrapper {
  overflow: hidden;
  max-height: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.cascine-accordion .remove-hider {
  max-height: unset;
}
.cascine-accordion--content {
  padding-top: 32px;
  padding-bottom: 32px;
}
.cascine-accordion--content p {
  margin-bottom: 24px;
}
.cascine-accordion--content p:nth-last-child(1) {
  margin-bottom: 0;
}
.cascine-accordion.remove-margin-bottom {
  margin-bottom: 0;
}
.cascine-accordion.is-block-accordion-open .cascine-accordion--header .cascine-accordion-arrow .freccia-container .freccia-el:nth-child(1) {
  transform: translate(-50%, 0%) rotate(-45deg);
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  -moz-transform: translate(-50%, 0%) rotate(-45deg);
  -ms-transform: translate(-50%, 0%) rotate(-45deg);
}
.cascine-accordion.is-block-accordion-open .cascine-accordion--header .cascine-accordion-arrow .freccia-container .freccia-el:nth-child(2) {
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  -ms-transform: translate(-50%, 0%) rotate(45deg);
}

.cascine-article-container.is-green-bg {
  background-color: #175D53;
}
.cascine-article-container.is-green-bg .singola-cascine-container {
  width: 83.3333333333%;
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .cascine-article-container.is-green-bg .singola-cascine-container {
    padding: 24px 16px 0;
  }
}
.cascine-article-container.is-green-bg .singola-cascine-container * {
  color: #DDFFFA;
}
.cascine-article-container.is-green-bg .cascine-text-obscurer-wrapper:before {
  background: rgb(23, 93, 83);
  background: -moz-linear-gradient(180deg, rgba(23, 93, 83, 0) 0%, rgb(23, 93, 83) 100%);
  background: -webkit-linear-gradient(180deg, rgba(23, 93, 83, 0) 0%, rgb(23, 93, 83) 100%);
  background: linear-gradient(180deg, rgba(23, 93, 83, 0) 0%, rgb(23, 93, 83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#175d53",endColorstr="#175d53",GradientType=1);
}
.cascine-article-container.is-green-bg .cascine-text-obscurer-wrapper .cascine-button-wrapper {
  background-color: #175D53;
}
.cascine-article-container.is-green-bg .cascine-read-more-cta {
  border: solid 1px #DDFFFA;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 14px 32px 16px;
  cursor: pointer;
}
.cascine-article-container.is-green-bg .cascine-read-more-cta:hover {
  background-color: #DDFFFA;
  border-color: #DDFFFA;
  color: #175D53;
}
.cascine-article-container.is-green-bg .cascine-read-more-cta:focus {
  border-color: #DDFFFA;
}
.cascine-article-container.is-green-bg .iframe-cascine-wrapper .iframe-cascine-decoration {
  background-color: #DDFFFA;
}
.cascine-article-container.is-green-bg .cascine-accordion--header {
  border-bottom: solid 1px #DDFFFA;
}
.cascine-article-container.is-green-bg .cascine-accordion--header .cascine-accordion-arrow .freccia-container .freccia-el {
  background-color: #DDFFFA;
}

.post-type-archive-piu-cascine .cascine-archive-container *:not(.quiche) {
  font-family: "quasimoda", sans-serif;
}
.post-type-archive-piu-cascine .cascine-archive-container *.quiche {
  font-family: "quiche-sans", sans-serif;
}
.post-type-archive-piu-cascine .cascine-archive-container h2 {
  font-size: 4.5rem;
  letter-spacing: 2.5px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .post-type-archive-piu-cascine .cascine-archive-container h2 {
    font-size: 2rem;
    line-height: 45px;
    letter-spacing: 0.8px;
  }
}
.post-type-archive-piu-cascine .cascine-archive-container h3 {
  font-size: 3rem;
  line-height: 57px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-piu-cascine .cascine-archive-container h3 {
    font-size: 1.75rem;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.post-type-archive-piu-cascine .cascine-archive-container h4 {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 45px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-piu-cascine .cascine-archive-container h4 {
    font-size: 1.5rem;
    line-height: 34px;
    margin-bottom: 28px;
    letter-spacing: 1px;
  }
}
.post-type-archive-piu-cascine .cascine-archive-container h5 {
  font-size: 1.5rem;
  line-height: 34px;
}
.post-type-archive-piu-cascine .cascine-archive-container h5.accordion-header-text {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 22px;
}
.post-type-archive-piu-cascine .cascine-archive-container p {
  font-size: 1.3125rem;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-piu-cascine .cascine-archive-container p {
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.post-type-archive-piu-cascine .cascine-archive-container p.cta-cascine-bottom {
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #DDFFFA;
}
.post-type-archive-piu-cascine .cascine-archive-container .cascine-accordion--content p {
  font-size: 1rem;
  line-height: 1.5;
}
.post-type-archive-piu-cascine .cascine-archive-container .testo-cascine-archivio__wrapper {
  color: #175D53;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  padding-top: 96px;
  padding-bottom: 96px;
  border: solid 1px #175D53;
}
@media screen and (max-width: 767px) {
  .post-type-archive-piu-cascine .cascine-archive-container .testo-cascine-archivio__wrapper {
    width: 100%;
    padding: 48px 16px;
  }
}
.post-type-archive-piu-cascine .cascine-archive-container .testo-cascine-archivio__wrapper * {
  font-size: 1.778rem !important;
  line-height: 40px !important;
}
.post-type-archive-piu-cascine .cascine-archive-container .testo-cascine-archivio__wrapper a {
  color: #175D53;
}
.post-type-archive-piu-cascine .cascine-archive-container .testo-cascine-archivio__wrapper a:hover {
  color: #008e7b;
}

/*--------------------------------------------------------------
# Landing
--------------------------------------------------------------*/
.header__landing {
  width: 50%;
  margin: auto;
  margin-top: 96px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__landing {
    width: 100%;
    padding: 0 16px;
    margin-top: 64px;
  }
}

.landing-uffici__box-wrapper {
  width: 83.3333333333%;
  margin: auto;
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .landing-uffici__box-wrapper {
    margin-top: 48px;
    width: 100%;
    padding: 0 16px;
  }
}

.box-uffici__wrapper {
  position: relative;
  margin-bottom: 16px;
  width: 50%;
}
.box-uffici__wrapper:nth-child(odd) {
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .box-uffici__wrapper:nth-child(odd) {
    padding-right: 0px;
  }
}
.box-uffici__wrapper:nth-child(even) {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .box-uffici__wrapper:nth-child(even) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .box-uffici__wrapper {
    width: 100%;
  }
}
.box-uffici__container {
  position: relative;
  height: 100%;
}
.box-uffici__container:hover .box-uffici__text-container {
  top: 0;
}
.box-uffici__container:hover .box-uffici__cta {
  bottom: 0;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}
.box-uffici__container:hover .box-uffici__inner.no-cta .box-uffici__text-container {
  top: 52px;
}
@media screen and (max-width: 767px) {
  .box-uffici__container:hover .box-uffici__inner.no-cta .box-uffici__text-container {
    top: 0;
  }
}
.box-uffici__image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box-uffici__obscurer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.box-uffici__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.box-uffici__content {
  position: relative;
  width: 60%;
  margin: auto;
  padding-top: calc(70% - 96px);
  padding-bottom: 96px;
  text-align: center;
}
.box-uffici__title {
  margin-bottom: 24px;
}
.box-uffici__text {
  margin-bottom: 30px;
}
.box-uffici__cta {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
  margin: 0;
  top: auto;
  width: 100%;
  margin: auto;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .box-uffici__cta {
    bottom: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    pointer-events: all;
  }
}
.box-uffici__cta .ctaText {
  margin: auto;
  display: table;
}
.box-uffici__background {
  background-color: #4364AC;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.box-uffici__inner {
  position: relative;
  padding-bottom: 52px;
}
.box-uffici__inner.no-cta {
  padding-bottom: 0;
}
.box-uffici__text-container {
  position: relative;
  top: 52px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .box-uffici__text-container {
    top: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    pointer-events: all;
  }
}

/*--------------------------------------------------------------
# Eat&Drink template
--------------------------------------------------------------*/
.new-template {
  background-color: #ECEBF0;
}

.header-new {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.title-template-new {
  background-color: #212322;
  color: white;
  padding: 30px 0;
}
.title-template-new h1 {
  font-family: "manifattura";
  font-size: 40px;
  text-transform: uppercase;
}
.title-template-new p {
  font-size: 24px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .title-template-new p {
    font-size: 20px;
    line-height: 22px;
  }
}

.new-template-grid-container {
  margin: 80px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .new-template-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .new-template-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-template-grid-container a {
  text-decoration: none;
  color: #212322;
  background-color: #FFFFFF;
}
.new-template-grid-container span {
  display: block;
}
.new-template-grid-container span:hover {
  text-decoration: none;
}
.new-template-grid-container .new-template-thumbnail {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-template-grid-container .title-box-new-template {
  text-transform: uppercase;
  font-family: "manifattura";
  font-size: 30px;
  line-height: 35px;
  padding: 25px 20px 15px 20px;
}
.new-template-grid-container .description-box-new-template {
  font-size: 16px;
  line-height: 17px;
  padding: 0 20px 20px 20px;
}

.container-eat-and-drink {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container-eat-and-drink {
    width: 100%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .header-new {
    height: 280px;
  }
}
/*--------------------------------------------------------------
# Hero template
--------------------------------------------------------------*/
.hero .cta--outline-light {
  margin-top: 20px;
}
.hero .hero__media {
  position: relative;
  overflow: hidden;
}
.hero .hero__media img, .hero .hero__media video {
  width: 100%;
  height: auto;
}
.hero .hero__media .background-video, .hero .hero__media .background-image {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 138px);
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .hero .hero__media .background-video, .hero .hero__media .background-image {
    min-height: 70vh;
  }
}
.hero .hero__media .overlay {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* Layer nero con opacità */
}
.hero .hero__media .text-container {
  color: white;
  position: absolute;
  bottom: 18%;
  left: 8.333%;
  max-width: 531px; /* Larghezza massima del testo */
}
.hero .hero__media .text-container h1 {
  line-height: 100%;
  font-size: 60px;
  font-family: "manifattura";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .hero .hero__media .text-container h1 {
    font-size: 50px;
  }
}
.hero .hero__media .text-container p {
  font-size: 24px;
  line-height: 122%;
}
@media screen and (max-width: 767px) {
  .hero .hero__media .text-container p {
    font-size: 20px;
  }
}
.hero .hero__cta-panel {
  margin-top: -8px;
  background: #212322;
  color: white;
  text-align: center;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero .hero__cta-panel {
    margin: -30px 8.33% 0 8.33%;
  }
}
.hero #toggle-audio-button {
  background: transparent;
  border: none;
  position: absolute;
  bottom: 70px;
  right: 8.33%;
  cursor: pointer;
}
.hero #toggle-audio-button img {
  width: 24px;
  object-fit: contain;
}
.hero #toggle-audio-button .off {
  display: none;
}
.hero #toggle-audio-button.is-off .on {
  display: none;
}
.hero #toggle-audio-button.is-off .off {
  display: block;
}
@media screen and (max-width: 767px) {
  .hero #toggle-audio-button {
    bottom: 58px;
  }
}

.dark-bg {
  background: #212322;
}

/*--------------------------------------------------------------
# Card list template
--------------------------------------------------------------*/
section.container-card-list, .container--default {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.container-card-list, .container--default {
    width: 100%;
    padding: 0 16px;
  }
}

.section.container-card-list .new-template-grid-container {
  margin-top: 57px;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .section.container-card-list .new-template-grid-container {
    margin-top: 34px;
    margin-bottom: 22px;
  }
}

.card--default .title {
  padding: 18px 12px 12px 12px;
  text-align: center;
  line-height: 100%;
  font-size: 25px;
  font-family: "manifattura";
  text-transform: uppercase;
  color: #212322;
}

.card--dark .title {
  padding: 27px 12px 12px 12px;
  text-align: center;
  line-height: 100%;
  font-size: 30px;
  font-family: "manifattura";
  text-transform: uppercase;
  color: #fff;
  background: #484B49;
}
@media screen and (max-width: 767px) {
  .card--dark .title {
    font-size: 30;
  }
}

section.card-list-dark {
  padding-top: 154px;
  padding-bottom: 154px;
  background: #212322;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.card-list-dark {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}
section.card-list-dark .swiper-slide {
  height: auto;
}
section.card-list-dark .card--dark {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.card-list-dark .card--dark .card__body {
  padding: 27px 20px 20px 20px;
  background: #484B49;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.card-list-dark .card--dark .card__body .description {
  color: #fff;
}
section.card-list-dark .card--dark .card__body .title {
  text-align: left;
  padding: 0;
  color: #fff;
  margin-bottom: 14px;
}
section.card-list-dark .card-list__subtitle {
  margin-top: 14px;
  margin-bottom: 40px;
  width: 60%;
}
section.card-list-dark .card-list__subtitle p {
  font-size: 24px;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  section.card-list-dark .card-list__subtitle p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.card-list-dark .card-list__subtitle {
    width: 100%;
    margin-top: 50px;
  }
}

section.card-list-dark {
  display: block;
}
section.card-list-dark .new-template-grid-container {
  display: block;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.card-list-dark .new-template-grid-container {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Eventi in evidenza list template
--------------------------------------------------------------*/
.events-evidence {
  background: #ecebf0;
  padding-top: 82px;
  margin-bottom: 324px;
  display: block !important;
}
.events-evidence .swiper-inevidence-events {
  margin-bottom: -230px;
}
.events-evidence .postWrapper.archiveEvents {
  display: block;
  background: transparent;
  grid-template-columns: 1fr;
}
.events-evidence .postWrapper.archiveEvents .containerEvento {
  width: 100%;
}
.events-evidence .postWrapper.archiveEvents .containerEvento .eventLink span {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .events-evidence .postWrapper.archiveEvents {
    padding: 24px 16px;
  }
}
.events-evidence .in-evidence-box {
  padding-top: 120px;
  padding-bottom: 106px;
  position: absolute;
  bottom: 10%;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .events-evidence .in-evidence-box {
    left: 12px;
    right: 12px;
  }
  .events-evidence .in-evidence-box .card--event-evidence {
    width: 100%;
  }
}
.events-evidence .in-evidence-box .categories .catBox .manifattura {
  color: initial;
}
.events-evidence .categories {
  display: flex;
  flex-wrap: wrap;
}
.events-evidence .card--event-evidence, .events-evidence .categories {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .events-evidence .card--event-evidence, .events-evidence .categories {
    max-width: 100%;
  }
}
.events-evidence .card--event-evidence {
  padding: 24px 30px;
  background: #fff;
}
.events-evidence .card--event-evidence .card__title {
  line-height: 120%;
  color: initial;
}
.events-evidence .ratio-2 {
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.events-evidence .card--event-evidence .secondaryInfo {
  width: 100%;
  margin-top: 0;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .events-evidence .card--event-evidence .secondaryInfo {
    margin-top: 0px;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox {
  width: auto;
  display: table;
  background: none;
  margin-right: 10px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox {
    width: auto;
  }
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox {
    margin-left: 0;
    width: auto;
    padding: 0;
    margin-bottom: 4px;
    margin-right: 4px;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox span {
  color: #212322;
  clear: both;
  width: 100%;
  display: table;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox span {
    width: auto;
    margin-right: 2px;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox .dayLetter {
  font-size: 0.778rem;
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox .dayLetter {
    font-size: 0.778rem;
    line-height: 20px;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox .dayNumber {
  font-family: "manifattura";
  font-size: 50px;
  margin-right: 4px;
  line-height: 100%;
  letter-spacing: 3px;
}
@media screen and (max-width: 1439px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox .dayNumber {
    font-family: "manifattura";
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox .dayNumber {
    font-family: "manifattura";
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox .month,
.events-evidence .card--event-evidence .secondaryInfo .dateBox .year {
  top: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox .month,
  .events-evidence .card--event-evidence .secondaryInfo .dateBox .year {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1439px) {
  .events-evidence .card--event-evidence .secondaryInfo {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 0;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .events-evidence .card--event-evidence .secondaryInfo .dateBox {
    padding: 0;
    width: 100%;
  }
}
.events-evidence .card--event-evidence .secondaryInfo .dateBox {
  width: fit-content;
}
.events-evidence .card--event-evidence .dateBox + .dateBox {
  padding-left: 15px;
  position: relative;
}
.events-evidence .card--event-evidence .dateBox + .dateBox:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #212322;
  transform: skewX(-13deg);
  position: absolute;
  left: 0;
  top: 0;
}
.events-evidence .card--event .titleBox .title h2 {
  color: #212322;
}
.events-evidence .card--event .dateBox + .dateBox {
  padding-left: 15px !important;
  position: relative;
}
.events-evidence .card--event .dateBox + .dateBox:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #212322;
  transform: skewX(-13deg);
  position: absolute;
  left: 0;
  top: 0;
}

.ratio-2 {
  padding-bottom: 40%;
}

.swiper-inevidence-events .swiper-slider-pagination {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .swiper-inevidence-events .swiper-slider-pagination {
    margin-top: -30px;
    padding-top: 0;
  }
}

.swiper-card-list-dark .swiper-slider-pagination,
.swiper-slider-maker-container .swiper-slider-pagination {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .swiper-card-list-dark .swiper-slider-pagination,
  .swiper-slider-maker-container .swiper-slider-pagination {
    padding-top: 28px;
  }
}

.swiper-inevidence-events .swiper-slider-pagination, .swiper-inevidence-events .swiper-slider-maker-pagination, .swiper-card-list-dark .swiper-slider-pagination, .swiper-card-list-dark .swiper-slider-maker-pagination,
.swiper-slider-maker-container .swiper-slider-pagination,
.swiper-slider-maker-container .swiper-slider-maker-pagination {
  display: flex;
}
.swiper-inevidence-events .swiper-slider-pagination span, .swiper-inevidence-events .swiper-slider-maker-pagination span, .swiper-card-list-dark .swiper-slider-pagination span, .swiper-card-list-dark .swiper-slider-maker-pagination span,
.swiper-slider-maker-container .swiper-slider-pagination span,
.swiper-slider-maker-container .swiper-slider-maker-pagination span {
  width: 100%;
}
.swiper-inevidence-events .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-card-list-dark .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-slider-maker-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00AEC7 !important;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
}

@media screen and (min-width: 1204px) {
  .swiper-inevidence-events .swiper-slider-pagination, .swiper-card-list-dark .swiper-slider-pagination {
    display: none;
  }
}

.mb-3 {
  margin-bottom: 30px;
}

.mt-5 {
  margin-top: 80px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex;
}

.fake-input {
  border: none;
  outline: none;
  width: 1px;
  opacity: 0;
  padding: 0 !important;
}

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

.h-100 {
  height: 100%;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.iframe-wrap iframe {
  width: 100%;
}

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

.d-none {
  display: none !important;
}

@media screen and (min-width: 1279px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .d-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 1279px) {
  .d-md-flex {
    display: flex !important;
  }
}

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