@charset "UTF-8";
/*------------------------------------*\
	RESET
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\

	CLEARFIX

\*------------------------------------*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *		contenteditable attribute is included anywhere else in the document.
 *		Otherwise it causes space to appear at the top and bottom of elements
 *		that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *		`:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}

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

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #C99A5f;
}

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip {
  display: none;
}

.plyr input[type=range]:focus {
  outline: 0;
}

.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #C99A5f;
  border-color: #fff;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
  background: #C99A5f;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
  background: #C99A5f;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
  transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.plyr__controls > * {
  pointer-events: all;
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #C99A5f;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565d64;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
  background: #C99A5f;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #C99A5f;
  border: 4px solid currentColor;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #C99A5f;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

/*------------------------------------*\

	WIREFRAME

\*------------------------------------*/
.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

@font-face {
  font-family: "Campton-Light";
  src: url("../fonts/campton/Campton-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/campton/Campton-Light.otf") format("opentype"), url("../fonts/campton/Campton-Light.woff") format("woff"), url("../fonts/campton/Campton-Light.ttf") format("truetype"), url("../fonts/campton/Campton-Light.svg#Campton-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Book";
  src: url("../fonts/campton/Campton-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/campton/Campton-Book.otf") format("opentype"), url("../fonts/campton/Campton-Book.woff") format("woff"), url("../fonts/campton/Campton-Book.ttf") format("truetype"), url("../fonts/campton/Campton-Book.svg#Campton-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Medium";
  src: url("../fonts/campton/Campton-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/campton/Campton-Medium.otf") format("opentype"), url("../fonts/campton/Campton-Medium.woff") format("woff"), url("../fonts/campton/Campton-Medium.ttf") format("truetype"), url("../fonts/campton/Campton-Medium.svg#Campton-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Bold";
  src: url("../fonts/campton/Campton-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/campton/Campton-Bold.otf") format("opentype"), url("../fonts/campton/Campton-Bold.woff") format("woff"), url("../fonts/campton/Campton-Bold.ttf") format("truetype"), url("../fonts/campton/Campton-Bold.svg#Campton-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 7rem;
  line-height: 8.5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
h1 span {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: "Campton-Light", sans-serif;
}

h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}

h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}
h3 strong {
  font-weight: 900;
}

h4 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Campton-Medium", sans-serif;
}
h4 .detail {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: "Campton-Light", sans-serif;
}
h4 .detail span {
  display: block;
}

h5 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
  word-spacing: 0;
  font-family: "Cormorant Garamond", serif;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-family: "Campton-Light", sans-serif;
}

.bg-blush {
  background-color: #B28371;
}

.bg-ottone {
  background-color: #C6BCA5;
}

.bg-granito {
  background-color: #919892;
}

.bg-salmone {
  background-color: #CD9F7F;
}

.bg-antico {
  background-color: #f2ebe8;
}

.bg-mattone {
  background-color: #9A432F;
}

.bg-grigioblu {
  background-color: #979797;
}

.bg-beige {
  background-color: #F1EDE8;
}

.bg-corallo {
  background-color: #DD7475;
}

.bg-gray4a {
  background-color: #4A4A4A;
}

.bg-corten {
  background-color: #B9815A;
}

.bg-oro {
  background-color: #AF885F;
}

.bg-red {
  background-color: #A55758;
}

.bg-terracotta {
  background-color: #B08171;
}

.bg-giallo {
  background-color: #DFB85B;
}

.bg-panna {
  background-color: #F5F2EF;
}

.bg-melograno {
  background-color: #CB8F79;
}

.bg-white {
  background-color: white;
}

.bg-whitered {
  background-color: #DECCC3;
}

.bg-oliva {
  background-color: #C6BBA5;
}

.bg-grigioverde {
  background-color: #919891;
}

.bg-arancione {
  background-color: #CD9F7E;
}

.bg-olivascuro {
  background-color: #948c7c;
}

.bg-rossospento {
  background-color: #c8aca1;
}

.bg-arancionechiaro {
  background-color: #cc9e7f;
}

.bg-olivaoro {
  background-color: #7F7153;
}

.bg-orospray {
  background-color: #AAA18C;
}

.bg-gray7c {
  background-color: #7C7C7C;
}

.bg-ddd {
  background-color: #dddbd9;
}

.bg-reliquia {
  background-color: #C99A5F;
}

.bg-mainsanzeno {
  background-color: #c5bba4;
}

.bg-maincattedrale {
  background-color: #af8071;
}

.bg-mainsantaanastasia {
  background-color: #989985;
}

.bg-mainsanfermo {
  background-color: #77858c;
}

.bg-graye5 {
  background-color: #E5E5E3;
}

.c-white {
  color: white;
}

.c-blush {
  color: #B28371;
}

.c-ottone {
  color: #C6BCA5;
}

.c-granito {
  color: #919892;
}

.c-salmone {
  color: #CD9F7F;
}

.c-rame {
  color: #A36B44;
}

.c-corallo {
  color: #DD7475;
}

.c-gray4a {
  color: #4A4A4A;
}

.c-corten {
  color: #B9815A;
}

.c-oro {
  color: #AF885F;
}

.c-red {
  color: #A55758;
}

.c-terracotta {
  color: #B08171;
}

.c-giallo {
  color: #DFB85B;
}

.c-whitered {
  color: #DECCC3;
}

.c-oliva {
  color: #C6BBA5;
}

.c-grigioverde {
  color: #919891;
}

.c-arancione {
  color: #CD9F7E;
}

.c-olivascuro {
  color: #948c7c;
}

.c-rossospento {
  color: #c8aca1;
}

.c-arancionechiaro {
  color: #cc9e7f;
}

.c-olivaoro {
  color: #7F7153;
}

.c-orospray {
  color: #AAA18C;
}

.c-gray7c {
  color: #7C7C7C;
}

.c-mainsanzeno {
  color: #c5bba4;
}

.c-maincattedrale {
  color: #af8071;
}

.c-mainsantaanastasia {
  color: #989985;
}

.c-mainsanfermo {
  color: #77858c;
}

.banner-cookie {
  background-color: #4A4A4A;
  color: #fafafa;
  position: relative;
  font-weight: 400;
}
.banner-cookie .banner-cookie-container {
  margin: 0 auto;
  position: relative;
}
.banner-cookie .banner-cookie-container .banner-cookie-btn {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 50px;
  text-align: center;
}
.banner-cookie .banner-cookie-container .banner-cookie-btn .icon-close {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: right;
}
.banner-cookie .banner-cookie-container .banner-cookie-btn .icon-close:hover .close-bar {
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-cookie .banner-cookie-container .banner-cookie-btn .icon-close .close-bar {
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  box-sizing: border-box;
  width: 0.5px;
  height: 24px;
  background-color: white;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.banner-cookie .banner-cookie-container .banner-cookie-btn .icon-close .close-one {
  transform: rotate(45deg);
}
.banner-cookie .banner-cookie-container .banner-cookie-btn .icon-close .close-two {
  transform: rotate(-45deg);
}
.banner-cookie .banner-cookie-container p {
  padding: 50px 0;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  font-size: 15px;
  font-family: sans-serif;
}
.banner-cookie .banner-cookie-container a {
  color: #fff;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Campton-Book", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p strong {
  font-weight: 600;
}
p i {
  font-style: italic;
}

.hide-on-pc {
  display: none;
}

.hide-on-mobile {
  display: block;
}

.text-column-2 {
  column-count: 2;
  column-gap: 8.5rem;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
.ie-header {
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

header {
  min-height: 110px;
  position: relative;
}
header nav {
  padding-top: 40px;
  padding-bottom: 50px;
}
header nav .logo {
  text-indent: -9999px;
  width: 220px;
  height: 125px;
  display: block;
  top: 0;
  left: 0.9735rem;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/logo.png?ver=2.0");
}
header nav #nav-lang {
  font-family: "Campton-Light", sans-serif;
  margin-bottom: 25px;
}
header nav #nav-lang li {
  font-size: 1.4rem;
  line-height: normal;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
header nav #nav-lang li li,
header nav #nav-lang li:last-child {
  margin-right: 0;
}
header nav #nav-lang .active a {
  color: #B28371;
  font-family: "Campton-Medium", sans-serif;
}

ul.nav-main {
  font-family: "Campton-Light", sans-serif;
}
ul.nav-main li {
  margin-right: 25px;
  font-size: 1.4rem;
  line-height: normal;
  display: inline-block;
  text-transform: uppercase;
}
ul.nav-main li li,
ul.nav-main li:last-child {
  margin-right: 0;
  margin-top: 10px;
}
ul.nav-main .active a {
  font-family: "Campton-Bold", sans-serif;
}

/*------------------------------------*\
	SUB HEADER
\*------------------------------------*/
.sub-header li {
  width: 25%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
.sub-header li a {
  color: white;
  display: block;
  padding: 20% 0;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 1.8rem;
  line-height: normal;
  z-index: 10;
  font-weight: 600;
  position: relative;
  font-family: "Cormorant Garamond", serif;
}
.sub-header li span {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.sub-header li span.img {
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.sub-header li span.img.hero_san_zeno {
  background-image: url("../images/subheader-hero-san-zeno.jpg");
}
.sub-header li span.img.hero_cattedrale {
  background-image: url("../images/subheader-hero-cattedrale.jpg");
}
.sub-header li span.img.hero_santa_anastasia {
  background-image: url("../images/subheader-hero-santa-anastasia.jpg");
}
.sub-header li span.img.hero_san_fermo {
  background-image: url("../images/subheader-hero-san-fermo.jpg");
}
.sub-header li:hover span.bg {
  opacity: 0.7;
}
.sub-header li:hover span.img {
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
  transform: scale(1.05);
}
.sub-header .active span.bg {
  opacity: 0.7;
}
.sub-header .active span.img {
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
  transform: scale(1.05);
}

.cover {
  margin-bottom: 50px;
}
.cover img {
  width: 100%;
  display: block;
}

/*------------------------------------*\
	PAGE: TEXT INTRO
\*------------------------------------*/
.text-intro {
  padding: 90px 0 80px;
  margin-bottom: 90px;
}
.text-intro h1 {
  color: white;
  margin-bottom: 70px;
}
.text-intro p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.5rem;
  font-family: "Cormorant Garamond", serif;
}
.text-intro p strong {
  font-size: 3rem;
}

.double-text-intro {
  position: relative;
  margin-top: 75px;
  padding-top: 40px;
}
.double-text-intro .el-connection.columns {
  top: 0;
  right: 45px;
  height: 85%;
  z-index: -1;
  position: absolute;
}
.double-text-intro p {
  font-family: "Campton-Light", sans-serif;
  padding-bottom: 30px;
}
.double-text-intro .el-space-right.columns {
  padding-right: 40px;
}
.double-text-intro .el-space.columns {
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 65px;
  padding-bottom: 0;
}
.double-text-intro .el-space-no-margin.columns {
  padding-top: 0;
}
.double-text-intro img {
  width: 100%;
  padding-left: 60px;
}

.fringes-wrapper {
  position: absolute;
}
.fringes-wrapper span {
  top: 0;
  left: -60px;
  width: 60px;
  height: 25px;
  display: block;
  position: relative;
  opacity: 0.5;
}
.fringes-wrapper span + span {
  margin-top: 20px;
}

.fringes-right span {
  left: auto;
  margin-left: 100%;
  right: 0;
}

.text-highlight {
  padding: 90px 0 75px;
}
.text-highlight p {
  font-size: 2rem;
  line-height: 3.6rem;
  font-family: "Campton-Bold", sans-serif;
}

.text-serif {
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.6rem;
  font-family: "Cormorant Garamond", serif;
}
.text-serif strong {
  font-size: 2rem;
  font-weight: 900;
}

.flex {
  display: flex;
  align-items: stretch;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
  justify-content: flex-end;
}

.justify-end {
  justify-content: end;
}

.justifiy-center {
  justify-content: center;
}

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

.w-full {
  width: 100%;
}

/*------------------------------------*\
	HOMEPAGE
\*------------------------------------*/
.square-box-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
}

.square-box {
  padding: 10%;
  width: 50%;
  height: 50%;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  transform: scale(1);
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box:first-child {
  top: 0;
  left: 0;
}
.square-box:nth-child(2) {
  top: 0;
  left: 50%;
}
.square-box:nth-child(3) {
  top: 50%;
  left: 0%;
}
.square-box:nth-child(4) {
  top: 50%;
  left: 50%;
}
.square-box div {
  width: 60%;
  margin: 0 auto;
  line-height: 120px;
  border: 1px solid white;
  z-index: 5;
  position: relative;
  translateY: -50%;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box div h3 {
  color: white;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box div p,
.square-box div a {
  display: none;
}
.square-box div p {
  color: white;
  padding-top: 20px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: "Cormorant Garamond", serif;
}
.square-box div a.button {
  color: white;
  max-width: 200px;
  border: 1px solid white;
  text-transform: uppercase;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 1.4rem;
  text-align: center;
  margin: 75px auto 0;
  border-radius: 0;
  font-family: "Campton-Light", sans-serif;
}
.square-box span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.square-box .overlay {
  z-index: 2;
  opacity: 0.4;
  display: block;
  -webkit-backface-visibility: hidden;
  background-color: black;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box .img {
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box .img.hero_san_zeno {
  background-image: url("../images/homepage/small_san_zeno.jpg");
}
.square-box .img.hero_cattedrale {
  background-image: url("../images/homepage/small_cattedrale.jpg");
}
.square-box .img.hero_santa_anastasia {
  background-position: 50% 30%;
  background-image: url("../images/homepage/small_santa_anastasia.jpg");
}
.square-box .img.hero_san_fermo {
  background-position: 50% 0;
  background-image: url("../images/homepage/small_san_fermo.jpg");
}
.square-box:hover .img {
  transform: scale(1.05);
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}

.square-box.active {
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  transform: scale(1);
  opacity: 1;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box.active div {
  width: 100%;
  height: 100%;
  padding-top: 25%;
  line-height: normal;
  border: none;
  border-color: white;
}
.square-box.active div h3 {
  font-size: 4.9rem;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.square-box.active div br {
  display: none;
}
.square-box.active .img.hero_san_zeno {
  background-image: url("../images/homepage/large_san_zeno.jpg");
}
.square-box.active .img.hero_cattedrale {
  background-image: url("../images/homepage/large_cattedrale.jpg");
}
.square-box.active .img.hero_santa_anastasia {
  background-image: url("../images/homepage/large_santa_anastasia.jpg");
}
.square-box.active .img.hero_san_fermo {
  background-image: url("../images/homepage/large_san_fermo.jpg");
}

.square-box.deactive {
  transform: scale(0);
  opacity: 0;
}

.hero-lists-wrapper h2 {
  margin-bottom: 120px;
}
.hero-lists-wrapper .hero-lists-el li {
  margin-bottom: 80px;
}
.hero-lists-wrapper .hero-lists-el li .hero-lists-image {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 640px;
  position: relative;
}
.hero-lists-wrapper .hero-lists-el li .hero-lists-image img {
  display: block;
}
.hero-lists-wrapper .hero-lists-el li h2 {
  margin-bottom: 20px;
}
.hero-lists-wrapper .hero-lists-el li p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding-right: 60px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.hero-lists-wrapper .hero-lists-el li .c-ottone {
  color: #A59F90;
}
.hero-lists-wrapper .hero-lists-el li .c-granito {
  color: #818581;
}
.hero-lists-wrapper .hero-lists-el li .c-salmone {
  color: #BD9172;
}
.hero-lists-wrapper .hero-lists-el li .button-tour {
  width: 80px;
  height: 80px;
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/eye.png");
}
.hero-lists-wrapper .hero-lists-el li .button-tour-en {
  background-image: url("../images/eye-en.png");
}

/*------------------------------------*\
	CHI SIAMO
\*------------------------------------*/
.chi_siamo .cover {
  margin-bottom: 0;
}
.chi_siamo .after-cover {
  padding: 70px 0 50px;
}
.chi_siamo .after-cover h5 {
  font-size: 2rem;
  line-height: 3.6rem;
}
.chi_siamo h2 {
  word-spacing: 0;
  letter-spacing: 0;
  padding: 80px 0 85px;
}

.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .item {
  outline: none;
}
.carousel-wrapper .carousel ul li img {
  width: 100%;
}
.carousel-wrapper .carousel ul li p {
  padding: 90px 20px;
  font-size: 2rem;
  line-height: 3.6rem;
  column-count: 2;
  column-gap: 8.5rem;
  font-family: "Campton-Light", sans-serif;
}
.carousel-wrapper .carousel ul li .no-col {
  column-count: auto;
  column-gap: normal;
  width: 50%;
  float: left;
}
.carousel-wrapper .carousel ul li .no-col strong {
  text-transform: uppercase;
  font-family: "Campton-Medium", sans-serif;
}
.carousel-wrapper .carousel-img-wrapper {
  position: relative;
  width: 100%;
}
.carousel-wrapper .carousel-arrow {
  width: 150px;
  text-align: center;
  top: 50%;
  translateY: -50%;
  z-index: 5;
  position: absolute;
  font-style: 1.6rem;
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond", serif;
}
.carousel-wrapper .carousel-arrow span {
  width: 30px;
  height: 15px;
  margin: 0 auto 25px;
  display: block;
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/arrow.png");
}
.carousel-wrapper .carousel-arrow.carousel-arrow-right span {
  transform: rotate(-180deg);
}
.carousel-wrapper .carousel-arrow-left {
  left: -150px;
}
.carousel-wrapper .carousel-arrow-right {
  left: auto;
  right: -150px;
}
.carousel-wrapper .carousel-arrow-right span {
  margin-top: 25px;
  margin-bottom: 0;
}
.carousel-wrapper .text-highlight p {
  padding-left: 20px;
  padding-right: 20px;
}

/*------------------------------------*\
	LE CHIESE
\*------------------------------------*/
.hero_1 .hero_subtitle {
  color: #c5bba4;
}
.hero_1 h5,
.hero_1 .hero-card h1,
.hero_1 .hero_visit_title,
.hero_1 .legend-list li,
.hero_1 .hero-tour li h5 a {
  color: #c5bba4;
}
.hero_1 .fringes-wrapper span {
  opacity: 0.5;
  background-color: #c5bba4;
}
.hero_1 .legend-list li:before,
.hero_1 .hero-card-info,
.hero_1 .hero-tour-button {
  background-color: #c5bba4;
}
.hero_1 .hero-card-info:nth-child(2) {
  background-color: #c5bba4;
}
.hero_1 .hero-card-info h5 {
  color: white;
}
.hero_1 .hero-card .stamp {
  background-image: url("../images/stamp.png");
}

.hero_2 .hero_subtitle,
.hero_2 .hero-card h1,
.hero_2 h5,
.hero_2 .hero-tour h5 a,
.hero_2 .hero_visit_title,
.hero_2 .legend-list li {
  color: #af8071;
}
.hero_2 .fringes-wrapper span {
  opacity: 0.5;
  background-color: #af8071;
}
.hero_2 .legend-list li:before,
.hero_2 .hero-card-info,
.hero_2 .hero-tour-button {
  background-color: #af8071;
}
.hero_2 .hero-card-info h5 {
  color: white;
}
.hero_2 .hero-card .stamp {
  background-image: url("../images/stamp.png");
}

.hero_3 .hero_subtitle,
.hero_3 .hero-card h1,
.hero_3 h5,
.hero_3 .hero-tour h5 a,
.hero_3 .hero_visit_title,
.hero_3 .legend-list li {
  color: #989985;
}
.hero_3 .fringes-wrapper span {
  opacity: 0.5;
  background-color: #989985;
}
.hero_3 .legend-list li:before,
.hero_3 .hero-card-info,
.hero_3 .hero-tour-button {
  background-color: #989985;
}
.hero_3 .hero-card-info h5 {
  color: white;
}
.hero_3 .hero-card .stamp {
  background-image: url("../images/stamp_3.png");
}

.hero_4 .hero_subtitle,
.hero_4 .hero-card h1,
.hero_4 h5,
.hero_4 .hero-tour h5 a,
.hero_4 .hero_visit_title,
.hero_4 .legend-list li {
  color: #77858c;
}
.hero_4 .fringes-wrapper span {
  opacity: 0.5;
  background-color: #77858c;
}
.hero_4 .legend-list li:before,
.hero_4 .hero-tour-button {
  background-color: #77858c;
}
.hero_4 .hero-card-info {
  background-color: #77858c;
}
.hero_4 .hero-card-info h5 {
  color: white;
}
.hero_4 .hero-card .stamp {
  background-image: url("../images/stamp_3.png");
}

.le_chiese h1 {
  font-size: 8rem;
  line-height: 9.7rem;
}

.hero-panels {
  width: 100%;
  height: 680px;
  margin-top: 90px;
}
.hero-panels li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  flex: 1;
  overflow: hidden;
  vertical-align: bottom;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.hero-panels li h3 {
  z-index: 5;
  width: 400px;
  padding: 13px 20px 20px 20px;
  top: -71px;
  right: 0;
  font-weight: 600;
  position: absolute;
  color: #DD7475;
  background-color: #F1EDE8;
  transform-origin: 100%, 100%;
  transform: rotate(-90deg);
}
.hero-panels li h3 a {
  color: #DD7475;
}
.hero-panels li span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-panels li .overlay {
  z-index: 2;
  opacity: 0.5;
  background-color: white;
}
.hero-panels li .img {
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.hero-panels li:hover {
  flex-grow: 2;
}
.hero-panels li:hover .img {
  transform: scale(1.05);
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.hero-panels li.active {
  flex-grow: 2;
}
.hero-panels li.active h3 {
  background-color: #4A4A4A;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
.hero-panels li.active span.overlay {
  opacity: 0;
}
.hero-panels li.active span.img {
  z-index: 2;
}
.hero-panels li.open {
  width: 100%;
}
.hero-panels li.open h3 {
  display: none;
}
.hero-panels li.open span {
  display: none;
}
.hero-panels li.close {
  flex-grow: 0;
}
.hero-panels li.panel_1 .img {
  background-image: url("../images/le_chiese/1/panel_1.jpg");
}
.hero-panels li.panel_2 .img {
  background-image: url("../images/le_chiese/1/panel_2.jpg");
}
.hero-panels li.panel_3 .img {
  background-image: url("../images/le_chiese/1/panel_3.jpg");
}
.hero-panels li.panel_4 .img {
  background-image: url("../images/le_chiese/1/panel_4.jpg");
}
.hero-panels li.panel_5 .img {
  background-image: url("../images/le_chiese/2/panel_5.jpg");
}
.hero-panels li.panel_6 .img {
  background-image: url("../images/le_chiese/2/panel_6.jpg");
}
.hero-panels li.panel_7 .img {
  background-image: url("../images/le_chiese/2/panel_7.jpg");
}
.hero-panels li.panel_8 .img {
  background-image: url("../images/le_chiese/2/panel_8.jpg");
}
.hero-panels li.panel_9 .img {
  background-image: url("../images/le_chiese/3/panel_9.jpg");
}
.hero-panels li.panel_10 .img {
  background-image: url("../images/le_chiese/3/panel_10.jpg");
}
.hero-panels li.panel_11 .img {
  background-image: url("../images/le_chiese/3/panel_11.jpg");
}
.hero-panels li.panel_12 .img {
  background-image: url("../images/le_chiese/3/panel_12.jpg");
}
.hero-panels li.panel_13 .img {
  background-image: url("../images/le_chiese/4/panel_13.jpg");
}
.hero-panels li.panel_14 .img {
  background-image: url("../images/le_chiese/4/panel_14.jpg");
}
.hero-panels li.panel_15 .img {
  background-image: url("../images/le_chiese/4/panel_15.jpg");
}
.hero-panels li.panel_16 .img {
  background-image: url("../images/le_chiese/4/panel_16.jpg");
}

.hero-church-map {
  padding: 85px 0 110px;
}

.legend-list {
  text-align: left;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  counter-reset: legend_list;
}
.legend-list li {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 60px;
}
.legend-list li:before {
  content: counter(legend_list);
  counter-increment: legend_list;
  font-family: "Campton-Medium", sans-serif;
  font-size: 1.6rem;
  width: 40px;
  height: 40px;
  color: white;
  line-height: 40px;
  margin-right: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
}

.push-top-legend {
  margin-top: 60px;
}

.hero-tour {
  margin-bottom: 110px;
}
.hero-tour li {
  padding-top: 60px;
  padding-left: 72.5px;
  padding-right: 72.5px;
  display: inline-block;
}
.hero-tour li .hero-tour-button {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}
.hero-tour li .hero-tour-button span {
  display: block;
  width: 55px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -27.5px;
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
}
.hero-tour li .hero-tour-button.hero-tour-button-movie span {
  background-size: 100%;
  background-image: url("../images/movie.png");
}
.hero-tour li .hero-tour-button.hero-tour-button-virtual-tour span {
  background-size: 100%;
  background-image: url("../images/virtual-tour.png");
}
.hero-tour li h5 {
  padding-top: 25px;
}
.hero-tour li h5 a {
  color: #A36B44;
}

.hero-card {
  color: white;
  position: relative;
}
.hero-card a,
.hero-card p a {
  color: white;
}
.hero-card h1 {
  color: #A36B44;
  font-size: 8rem;
  line-height: 9.7rem;
  padding: 60px 0 50px;
}
.hero-card .hero-card-image {
  margin-left: 0;
  position: relative;
}
.hero-card img {
  z-index: 0;
  width: 100%;
  position: absolute;
}
.hero-card .hero-card-info {
  z-index: 2;
  padding: 70px 55px 40px 45px;
  position: relative;
  margin-bottom: 35px;
}
.hero-card .hero-card-info hr {
  height: 3px;
  max-width: 55px;
  margin: 35px 0 50px;
  border: none;
  background-color: white;
}
.hero-card .hero-card-info:first-child {
  margin-top: 90px;
}
.hero-card .stamp {
  width: 100px;
  height: 100px;
  display: block;
  top: -50px;
  right: -50px;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hero-card .hero-card-menu {
  padding: 0;
  margin: 0;
}
.hero-card .hero-card-menu li {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: white;
  display: inline-block;
  border-right: 1px solid white;
  margin-right: 15px;
  padding-right: 14px;
}
.hero-card .hero-card-menu li a {
  color: white;
}
.hero-card .hero-card-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/*------------------------------------*\
	VISITA
\*------------------------------------*/
.cover-maps {
  position: relative;
}
.cover-maps img.cover-map-img {
  width: 100%;
  z-index: 5;
  display: block;
  position: relative;
}
.cover-maps #map {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #A5E0E1;
}
.cover-maps #canvas {
  top: 100%;
  margin-top: -350px;
  left: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
}

.mini-menu {
  text-align: center;
  padding: 30px 0;
}
.mini-menu li {
  font-size: 1.8rem;
  color: black;
  display: inline-block;
  font-family: "Campton-Light", sans-serif;
  text-transform: uppercase;
  border-right: 1px solid black;
  margin-right: 35px;
  padding-right: 34px;
}
.mini-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.visita .text-intro {
  padding: 130px 0 80px;
  margin-bottom: 15px;
  position: relative;
}
.visita .text-title-visita {
  padding: 0 0 40px;
}
.visita .hero-text p {
  padding-right: 60px;
}
.visita .hero-image {
  padding-top: 60px;
}
.visita .hero-image img {
  padding-left: 0;
  padding-right: 20px;
}
.visita .hero-image p {
  padding-top: 60px;
  padding-left: 50px;
}
.visita h2 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 500;
  margin: 90px 0 40px;
}

.hero-visiting-hour {
  margin-bottom: 55px;
}
.hero-visiting-hour li {
  margin-bottom: 25px;
}
.hero-visiting-hour li h5 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  word-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 55px;
}
.hero-visiting-hour li p {
  margin-bottom: 40px;
}
.hero-visiting-hour li p:last-child {
  margin-bottom: 0;
}
.hero-visiting-hour .hero-card-img {
  width: 50%;
  height: 100%;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-visiting-hour .hero-card {
  width: 50%;
  padding: 25px 50px;
}

.text-advice-wrapper {
  margin-bottom: 90px;
}

.text-advice {
  margin-top: 60px;
  position: relative;
}
.text-advice h5 {
  font-size: 2.2rem;
  line-height: 4.8rem;
  padding-left: 10px;
  padding-right: 10px;
}
.text-advice p {
  padding-bottom: 60px;
}
.text-advice p strong {
  font-size: 2.2rem;
  line-height: 3.6rem;
}
.text-advice .color-box {
  z-index: -1;
  width: 390px;
  height: 270px;
  top: 50px;
  left: 50%;
  margin-left: -195px;
  display: block;
  position: absolute;
  background-color: #DFB85B;
}
.text-advice .color-box span {
  width: 85px;
  height: 45px;
  display: block;
  left: 50%;
  bottom: 40px;
  margin-left: -42.5px;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/visita/eye.png");
}

.hero-ticket-wrapper h3 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.hero-ticket-wrapper ul li {
  margin-bottom: 65px;
}
.hero-ticket-wrapper ul li a.icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
  background-color: black;
  border-radius: 50%;
  position: relative;
}
.hero-ticket-wrapper ul li a.icon span {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  display: block;
  position: absolute;
  background-size: 70px 350px;
  background-repeat: no-repeat;
  background-image: url("../images/visita/sprite.png");
}
.hero-ticket-wrapper ul li a.icon.icon-ticket span {
  background-position-y: 0;
}
.hero-ticket-wrapper ul li a.icon.icon-carnet span {
  background-position-y: -70px;
}
.hero-ticket-wrapper ul li a.icon.icon-school span {
  background-position-y: -140px;
}
.hero-ticket-wrapper ul li a.icon.icon-family span {
  background-position-y: -210px;
}
.hero-ticket-wrapper ul li a.icon.icon-card span {
  background-position-y: -280px;
}
.hero-ticket-wrapper h4 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  text-transform: none;
}
.hero-ticket-wrapper .text-right,
.hero-ticket-wrapper .text-left {
  width: 50%;
  padding: 0 20px;
}
.hero-ticket-wrapper .text-right {
  border-right: 1px solid #B3B3B3;
}

/*------------------------------------*\
	CHURCH GALLERY
\*------------------------------------*/
#gallery {
  height: 100%;
  position: relative;
}
#gallery h2 {
  font-size: 4.4rem;
  line-height: normal;
}
#gallery h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-family: "Campton-Bold", sans-serif;
}
#gallery h5 {
  color: #B08171;
}
#gallery .gallery-close {
  width: 30px;
  height: 45px;
  z-index: 20;
  text-indent: -9999px;
  top: 20px;
  left: 0.9375rem;
  display: block;
  position: absolute;
  -webkit-touch-callout: none;
  user-select: none;
}
#gallery .gallery-close span {
  top: 0;
  left: auto;
  position: relative;
  margin: 20px auto 0;
  margin-right: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #1a1a1a;
  transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
}
#gallery .gallery-close .btn-nav-bar + .btn-nav-bar {
  margin-top: 4px;
}
#gallery .gallery-close .btn-nav-bar-1 {
  top: 0;
  transform: rotate(45deg) scale(1) skew(0) translate(3px, 3px);
}
#gallery .gallery-close .btn-nav-bar-2 {
  opacity: 0;
}
#gallery .gallery-close .btn-nav-bar-3 {
  bottom: 0;
  transform: rotate(-45deg) scale(1) skew(0) translate(4px, -4px);
}
#gallery .nav-main {
  margin-top: 50px;
  margin-bottom: 60px;
  margin-left: 60px;
}
#gallery .gallery-arrow {
  width: 35px;
  height: 10px;
  display: block;
  right: 0;
  position: absolute;
  text-indent: -9999px;
  background-color: black;
}
#gallery .gallery-nav {
  padding: 30px 45px 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
}
#gallery .gallery-nav h6 {
  padding-top: 20px;
}
#gallery .gallery-nav .gallery-scrollbar {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #C7C7C7;
}
#gallery .gallery-nav .gallery-scrollbar span {
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -4.5px;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #B08171;
}
#gallery .gallery-nav ul {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Cormorant Garamond", serif;
}
#gallery .gallery-nav ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #808080;
}
#gallery .gallery-nav ul li:last-child {
  border-right: none;
  margin-right: 0;
}
#gallery .main_section_wrapper {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
#gallery .gallery-wrapper section {
  width: 100%;
  position: relative;
  display: inline-block;
}
#gallery .gallery-wrapper section h2 {
  padding: 60px 0;
}
#gallery .gallery-wrapper section p {
  font-family: "Campton-Light", sans-serif;
}
#gallery .gallery-wrapper .wrapper-image-detail {
  position: relative;
}
#gallery .gallery-wrapper .wrapper-image-detail .image-detail {
  position: absolute;
}
#gallery .gallery-outside-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  margin-bottom: 120px;
}
#gallery .gallery-outside-link ul {
  margin-top: 50px;
}
#gallery .gallery-outside-link ul li {
  display: block;
  margin-bottom: 30px;
}
#gallery .gallery-outside-link ul li a {
  color: #1a1a1a;
}
#gallery .gallery-outside-link ul li:last-child {
  margin-bottom: 0;
}
#gallery .section_wrapper_1_1 .section_1 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_1_1 .section_3 {
  margin-bottom: 20px;
}
#gallery .section_wrapper_1_1 .section_3 img {
  width: 100%;
  margin-bottom: 0;
}
#gallery .section_wrapper_1_1 .section_4 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_1_1 .section_4 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_1_1 .section_5 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_1_1 .section_5 img {
  width: 100%;
}
#gallery .section_wrapper_1_1 .section_5 .image-detail {
  margin-bottom: 30px;
}
#gallery .section_wrapper_1_1 .section_6 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_1_1 .section_6 img {
  width: 100%;
}
#gallery .section_wrapper_1_1 .section_7 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_1_1 .section_7 .image-detail {
  right: 0;
  bottom: 0;
  max-width: 250px;
  transform: translate(50%, 50%);
}
#gallery .section_wrapper_1_1 .section_7 img.float-center {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_1_1 .section_8 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_1_1 .section_8 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_1_2 .section_1 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_1_2 .section_1 img {
  max-width: 450px;
}
#gallery .section_wrapper_1_2 .section_2,
#gallery .section_wrapper_1_2 .section_3,
#gallery .section_wrapper_1_2 .section_4,
#gallery .section_wrapper_1_2 .section_5,
#gallery .section_wrapper_1_2 .section_6,
#gallery .section_wrapper_1_2 .section_7,
#gallery .section_wrapper_1_2 .section_8 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_1_2 .section_3 .image-detail {
  top: 10%;
  right: -40%;
}
#gallery .section_wrapper_1_2 .section_4 img {
  margin-bottom: 20px;
}
#gallery .section_wrapper_1_2 .section_4 img:last-child {
  margin-bottom: 0;
}
#gallery .section_wrapper_1_2 .section_5 .image-detail {
  margin-bottom: 90px;
}
#gallery .section_wrapper_1_2 .section_6 img {
  margin-bottom: 75px;
}
#gallery .section_wrapper_1_2 .section_8 p {
  margin-top: 75px;
  margin-bottom: 75px;
}
#gallery .section_wrapper_1_3 .section_1 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_1_3 .section_2 img {
  margin-bottom: 20px;
}
#gallery .section_wrapper_1_3 .section_3 {
  margin-bottom: 45px;
}
#gallery .section_wrapper_1_3 .section_3 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_1_3 .section_4 {
  margin-bottom: 35px;
}
#gallery .section_wrapper_1_3 .section_4 img {
  width: 100%;
  margin-bottom: 20px;
}
#gallery .section_wrapper_1_3 .section_5 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_1_4 .section_1 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_1_4 .section_2 img {
  margin-bottom: 20px;
}
#gallery .section_wrapper_1_4 .section_3 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_1_4 .section_4 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_1_4 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_1_4 .section_5 {
  margin-bottom: 35px;
}
#gallery .section_wrapper_1_4 .section_6 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_1_4 .section_6 img {
  width: 100%;
}
#gallery .section_wrapper_1_4 .section_7 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_2_5 .section_2 img {
  margin-bottom: 20px;
}
#gallery .section_wrapper_2_5 .section_3 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_2_5 .section_3 img {
  width: 100%;
}
#gallery .section_wrapper_2_5 .section_4 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_2_5 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_2_5 .section_5 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_2_5 .section_5 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_2_5 .section_6 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_2_5 .section_6 .float-center {
  width: 100%;
}
#gallery .section_wrapper_2_5 .section_6 .image-detail {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_5 .section_7 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_5 .section_7 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_2_6 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_2_6 .section_2 img {
  margin-bottom: 20px;
}
#gallery .section_wrapper_2_6 .section_3 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_6 .section_3 img {
  width: 100%;
  margin-bottom: 20px;
}
#gallery .section_wrapper_2_6 .section_4 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_6 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_2_6 .section_5 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_6 .section_5 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_2_7 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_2_7 .section_2 {
  margin-bottom: 20px;
}
#gallery .section_wrapper_2_7 .section_3 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_2_7 .section_3 img {
  width: 100%;
  margin-bottom: 20px;
}
#gallery .section_wrapper_2_7 .section_4 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_2_7 .section_4 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_2_7 .section_5 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_2_7 .section_5 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_2_7 .section_6 p {
  margin-top: 75px;
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_7 .section_6 .image-detail {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
#gallery .section_wrapper_2_8 .section_1 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_2_8 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_2_8 .section_2 {
  margin-bottom: 45px;
}
#gallery .section_wrapper_2_8 .section_2 img {
  width: 100%;
}
#gallery .section_wrapper_2_8 .section_3 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_8 .section_3 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_2_8 .section_4 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_2_8 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_1 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_9 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_2 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_9 .section_2 img {
  max-width: 220px;
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_3 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_3_9 .section_3 img {
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_4 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_9 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_5 {
  margin-bottom: 65px;
}
#gallery .section_wrapper_3_9 .section_5 img {
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_5 .image-detail {
  margin-bottom: 35px;
}
#gallery .section_wrapper_3_9 .section_6 {
  margin-bottom: 35px;
}
#gallery .section_wrapper_3_9 .section_6 img {
  width: 100%;
}
#gallery .section_wrapper_3_9 .section_7 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_3_9 .section_7 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_3_10 .section_1 {
  margin-bottom: 35px;
}
#gallery .section_wrapper_3_10 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_3_10 .section_2 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_3_10 .section_2 img {
  max-width: 220px;
  margin-bottom: 20px;
}
#gallery .section_wrapper_3_10 .section_3 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_3_10 .section_3 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_10 .section_4 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_3_10 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_3_10 .section_5 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_3_10 .section_5 img {
  width: 100%;
}
#gallery .section_wrapper_3_10 .section_6 {
  margin-bottom: 180px;
}
#gallery .section_wrapper_3_10 .section_6 .float-center {
  width: 100%;
}
#gallery .section_wrapper_3_10 .section_6 .image-detail {
  bottom: 0;
  right: 0;
  max-width: 200px;
  transform: translate(50%, 50%);
}
#gallery .section_wrapper_3_10 .section_7 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_3_10 .section_7 img {
  width: 100%;
}
#gallery .section_wrapper_3_10 .section_7 .image-detail {
  margin-bottom: 85px;
}
#gallery .section_wrapper_3_10 .section_8 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_3_10 .section_8 img {
  width: 100%;
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_11 .section_1 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_11 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_3_11 .section_2 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_11 .section_2 img {
  max-width: 220px;
  margin-bottom: 20px;
}
#gallery .section_wrapper_3_11 .section_3 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_3_11 .section_3 img {
  width: 100%;
}
#gallery .section_wrapper_3_11 .section_4 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_3_11 .section_4 img {
  width: 100%;
  margin-bottom: 75px;
}
#gallery .section_wrapper_3_11 .section_5 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_3_11 .section_5 img {
  width: 100%;
}
#gallery .section_wrapper_3_11 .section_5 .image-detail {
  margin-bottom: 75px;
  max-width: 200px;
}
#gallery .section_wrapper_3_11 .section_6 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_3_11 .section_6 img {
  width: 100%;
  margin-bottom: 75px;
}
#gallery .section_wrapper_3_11 .section_7 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_3_11 .section_7 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_3_12 .section_1 {
  margin-bottom: 50px;
}
#gallery .section_wrapper_3_12 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_3_12 .section_2 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_3_12 .section_2 img {
  max-width: 220px;
}
#gallery .section_wrapper_3_12 .section_3 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_3_12 .section_3 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_3_12 .section_4 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_3_12 .section_4 img {
  width: 100%;
}
#gallery .section_wrapper_3_12 .section_5 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_3_12 .section_5 p {
  margin-bottom: 25px;
}
#gallery .section_wrapper_3_12 .section_5 img {
  width: 100%;
}
#gallery .section_wrapper_4_13 .section_1 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_13 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_4_13 .section_2 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_4_13 .section_2 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_13 .section_3 {
  margin-bottom: 95px;
}
#gallery .section_wrapper_4_13 .section_3 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_13 .section_4 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_13 .section_4 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_4_13 .section_5 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_4_13 .section_5 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_4_14 .section_1 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_14 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_4_14 .section_2 {
  margin-bottom: 120px;
}
#gallery .section_wrapper_4_14 .section_2 img {
  max-width: 220px;
  margin-bottom: 20px;
}
#gallery .section_wrapper_4_14 .section_3 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_14 .section_3 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_14 .section_4 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_4_14 .section_4 img {
  width: 100%;
  margin-bottom: 35px;
}
#gallery .section_wrapper_4_14 .section_5 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_14 .section_5 .float-center {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_14 .section_5 .image-detail {
  top: 10%;
  right: 0;
  max-width: 200px;
  transform: translateX(50%);
}
#gallery .section_wrapper_4_14 .section_6 {
  margin-bottom: 45px;
}
#gallery .section_wrapper_4_14 .section_6 img {
  width: 100%;
  margin-bottom: 45px;
}
#gallery .section_wrapper_4_14 .section_7 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_4_14 .section_7 img {
  width: 100%;
  margin-bottom: 45px;
}
#gallery .section_wrapper_4_15 .section_1 {
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_15 .section_1 img {
  width: 100%;
}
#gallery .section_wrapper_4_15 .section_2 {
  margin-bottom: 90px;
}
#gallery .section_wrapper_4_15 .section_2 img {
  max-width: 220px;
  margin-bottom: 20px;
}
#gallery .section_wrapper_4_15 .section_3 {
  margin-bottom: 75px;
}
#gallery .section_wrapper_4_15 .section_3 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_15 .section_4 {
  margin-bottom: 35px;
}
#gallery .section_wrapper_4_15 .section_4 img {
  width: 100%;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_15 .section_5 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_4_15 .section_5 .float-center {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 55px;
}
#gallery .section_wrapper_4_15 .section_5 .image-detail {
  top: 0;
  right: 0;
  max-width: 200px;
  transform: translate(50%, -50%);
}
#gallery .section_wrapper_4_16 .section_1 {
  margin-bottom: 65px;
}
#gallery .section_wrapper_4_16 .section_1 img {
  width: 100%;
  margin-bottom: 90px;
}
#gallery .section_wrapper_4_16 .section_2 {
  margin-bottom: 80px;
}
#gallery .section_wrapper_4_16 .section_2 img {
  width: 100%;
  margin-bottom: 65px;
}
#gallery .section_wrapper_4_16 .section_3 {
  margin-bottom: 60px;
}
#gallery .section_wrapper_4_16 .section_3 img {
  width: 100%;
  margin-bottom: 55px;
}

/*------------------------------------*\
	NEWS, DIDATTICA E LINK
\*------------------------------------*/
.news h2,
.didattica h2,
.link h2 {
  word-spacing: 0;
  letter-spacing: 0;
}
.news .cover,
.didattica .cover,
.link .cover {
  margin-bottom: 100px;
}
.news .hero-news,
.didattica .hero-news,
.link .hero-news {
  margin-bottom: 150px;
}
.news .hero-news img,
.didattica .hero-news img,
.link .hero-news img {
  margin-top: 70px;
  margin-bottom: 60px;
}
.news .hero-news .hero-news-info,
.didattica .hero-news .hero-news-info,
.link .hero-news .hero-news-info {
  color: #4A4A4A;
  display: block;
  padding-top: 15px;
}
.news .hero-news p,
.didattica .hero-news p,
.link .hero-news p {
  font-size: 2rem;
  line-height: 3.6rem;
  font-family: "Cormorant Garamond", serif;
}

.link .hero-news {
  margin-bottom: 90px;
}
.link .hero-news img {
  margin-bottom: 70px;
}
.link .hero-news a.hero-news-info {
  color: #A55758;
}
.link .hero-news a.hero-news-info:hover {
  color: #A55758;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.button-full {
  border-radius: 14px;
  background: #A55757;
  color: white;
  font-family: "Campton-Medium";
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
}

/*------------------------------------*\
	EVENTI
\*------------------------------------*/
.eventi {
  background-color: #E5E5E3;
}
.eventi img {
  width: 100%;
  padding-right: 40px;
}
.eventi .event-wrapper {
  padding-top: 110px;
  padding-bottom: 70px;
}
.eventi .page-title {
  padding-top: 80px;
}
.eventi .category-title {
  font-family: "Campton-Light", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #4A4A4A;
  letter-spacing: 0.15rem;
}
.eventi .subtitle-event {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  color: #1C2221;
  padding-bottom: 25px;
}
.eventi p {
  color: #4A4A4A;
  font-size: 1.4rem;
  line-height: 3rem;
}
.eventi p i,
.eventi p em {
  font-style: italic;
}
.eventi .primary-button {
  margin-top: 60px;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Campton-Light", sans-serif;
  color: #4A4A4A;
  border: 1px solid #979797;
}
.eventi .primary-button:hover {
  color: white;
  background-color: #979797;
}
.eventi .open-form-and-pdf {
  margin-right: 60px;
}
.eventi form {
  margin-top: 60px;
}
.eventi form label {
  color: #4A4A4A;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Campton-Book", sans-serif;
}
.eventi form input {
  max-width: 370px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #979797;
  font-size: 1.4rem;
}
.eventi form input:focus {
  background-color: transparent;
  box-shadow: none;
}
.eventi form input[type=submit] {
  margin-top: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  outline: none;
  box-shadow: none;
}
.eventi form input[type=submit]:focus {
  color: white;
  background-color: #979797;
}
.eventi form .error {
  color: #A55758;
  font-size: 1.2rem;
}
.eventi .recaptcha_disclaimer {
  font-size: 1.2rem;
}
.eventi .box-confirm-text {
  padding-top: 60px;
  font-family: "Campton-Medium", sans-serif;
  color: #4A4A4A;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

/*------------------------------------*\
	INTERVISTE
\*------------------------------------*/
.plyr--stopped.plyr--video .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr--stopped.plyr--video.plyr--init-play .plyr__controls {
  opacity: 1;
  pointer-events: inherit;
}

.plyr:hover .plyr__play-large {
  opacity: 1;
}

.plyr__play-large {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translateX(-50%) translateY(-50%);
  border: 0;
  background: url("../images/player.png") 0 0 no-repeat;
  background-size: 100%;
  opacity: 0.8;
}
.plyr__play-large svg {
  display: none;
}

.interviste .cover {
  margin-bottom: 0;
}
.interviste .text-intro {
  font-weight: 600;
}
.interviste video.plyr--setup,
.interviste .banner {
  width: 100%;
}
.interviste .hero-news {
  margin-bottom: 80px;
}
.interviste .hero-news .banner {
  margin-bottom: 30px;
}
.interviste .hero-news h2 {
  margin-bottom: 50px;
}
.interviste .hero-news p {
  font-size: 2rem;
  line-height: 3.7rem;
  font-family: "Cormorant Garamond", serif;
}
.interviste .hero-news .hero-news-info-wrapper {
  padding-top: 15px;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer .footer-info {
  color: white;
  padding: 65px 0 80px;
}
footer .footer-info a {
  color: white;
}
footer .footer-info p {
  line-height: 2rem;
}
footer .footer-address {
  padding: 45px 0 40px;
  font-family: "Campton-Light", sans-serif;
}
footer .footer-logo {
  width: 100px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/footer-logo.png");
}
footer h5 {
  color: #B28371;
  margin-top: 50px;
  margin-bottom: 35px;
}
footer .footer-privacy {
  margin-top: 50px;
  text-transform: lowercase;
  font-family: "Campton-Light", sans-serif;
}
footer .footer-privacy li {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
}
footer .footer-privacy li li,
footer .footer-privacy li:last-child {
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header nav .logo {
    background-image: url("../images/logo.svg?ver=2.0");
  }
  .square-box .img.hero_san_zeno {
    background-image: url("../images/homepage/large_san_zeno.jpg");
  }
  .square-box .img.hero_cattedrale {
    background-image: url("../images/homepage/large_cattedrale.jpg");
  }
  .square-box .img.hero_santa_anastasia {
    background-image: url("../images/homepage/large_santa_anastasia.jpg");
  }
  .square-box .img.hero_san_fermo {
    background-image: url("../images/homepage/large_san_fermo.jpg");
  }
  .square-box.active .img.hero_san_zeno {
    background-image: url("../images/homepage/large_san_zeno_2x.jpg");
  }
  .square-box.active .img.hero_cattedrale {
    background-image: url("../images/homepage/large_cattedrale_2x.jpg");
  }
  .square-box.active .img.hero_santa_anastasia {
    background-image: url("../images/homepage/large_santa_anastasia_2x.jpg");
  }
  .square-box.active .img.hero_san_fermo {
    background-image: url("../images/homepage/large_san_fermo_2x.jpg");
  }
  .hero-lists-wrapper .hero-lists-el li .button-tour {
    background-image: url("../images/eye.svg");
  }
  .hero-lists-wrapper .hero-lists-el li .button-tour-en {
    background-image: url("../images/eye-en.svg");
  }
  .carousel-wrapper .carousel-arrow span {
    background-image: url("../images/arrow.svg");
  }
  .hero-panels li.panel_1 .img {
    background-image: url("../images/le_chiese/1/panel_1_2x.jpg");
  }
  .hero-panels li.panel_2 .img {
    background-image: url("../images/le_chiese/1/panel_2_2x.jpg");
  }
  .hero-panels li.panel_3 .img {
    background-image: url("../images/le_chiese/1/panel_3_2x.jpg");
  }
  .hero-panels li.panel_4 .img {
    background-image: url("../images/le_chiese/1/panel_4_2x.jpg");
  }
  .hero-panels li.panel_5 .img {
    background-image: url("../images/le_chiese/2/panel_5_2x.jpg");
  }
  .hero-panels li.panel_6 .img {
    background-image: url("../images/le_chiese/2/panel_6_2x.jpg");
  }
  .hero-panels li.panel_7 .img {
    background-image: url("../images/le_chiese/2/panel_7_2x.jpg");
  }
  .hero-panels li.panel_8 .img {
    background-image: url("../images/le_chiese/2/panel_8_2x.jpg");
  }
  .hero-panels li.panel_9 .img {
    background-image: url("../images/le_chiese/3/panel_9_2x.jpg");
  }
  .hero-panels li.panel_10 .img {
    background-image: url("../images/le_chiese/3/panel_10_2x.jpg");
  }
  .hero-panels li.panel_11 .img {
    background-image: url("../images/le_chiese/3/panel_11_2x.jpg");
  }
  .hero-panels li.panel_12 .img {
    background-image: url("../images/le_chiese/3/panel_12_2x.jpg");
  }
  .hero-panels li.panel_13 .img {
    background-image: url("../images/le_chiese/4/panel_13_2x.jpg");
  }
  .hero-panels li.panel_14 .img {
    background-image: url("../images/le_chiese/4/panel_14_2x.jpg");
  }
  .hero-panels li.panel_15 .img {
    background-image: url("../images/le_chiese/4/panel_15_2x.jpg");
  }
  .hero-panels li.panel_16 .img {
    background-image: url("../images/le_chiese/4/panel_16_2x.jpg");
  }
  .hero-tour li .hero-tour-button.hero-tour-button-movie span {
    background-image: url("../images/movie.svg");
    background-size: 100%;
  }
  .hero-tour li .hero-tour-button.hero-tour-button-virtual-tour span {
    background-image: url("../images/virtual-tour.svg");
    background-size: 100%;
  }
  .hero_1 .hero-card .stamp,
  .hero_2 .hero-card .stamp {
    background-image: url("../images/stamp.svg");
  }
  .hero_3 .hero-card .stamp,
  .hero_4 .hero-card .stamp {
    background-image: url("../images/stamp_3.svg?ver=0.0.0.1");
  }
  .text-advice .color-box span {
    background-image: url("../images/visita/eye.svg");
  }
  .hero-ticket-wrapper ul li a.icon span {
    background-image: url("../images/visita/sprite.svg");
  }
  .plyr__play-large {
    background-image: url("../images/player.svg");
  }
  footer .footer-logo {
    background-image: url("../images/footer-logo.svg");
  }
}
@media only screen and (min-width: 855px) {
  header nav .logo {
    position: absolute !important;
  }
  .m-wrap-nav {
    display: inline !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  .square-box-wrapper {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 1200px) {
  .carousel-wrapper .carousel-arrow {
    background-color: white;
  }
  .carousel-wrapper .carousel-arrow-left {
    left: -50px;
  }
  .carousel-wrapper .carousel-arrow-left span {
    margin-bottom: 15px;
  }
  .carousel-wrapper .carousel-arrow-right {
    right: -50px;
  }
  .carousel-wrapper .carousel-arrow-right span {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 6rem;
    line-height: 7.5rem;
  }
  ul.nav-main li {
    margin-right: 15px;
  }
  /*------------------------------------*\
  	TABLET: HOMEPAGE
  \*------------------------------------*/
  .square-box div {
    width: 70%;
  }
  .square-box div h3 {
    font-size: 2.2rem;
  }
  /*------------------------------------*\
  	TABLET: GALLERY 1 SECTION 1
  \*------------------------------------*/
  #gallery .section_wrapper_1_2 .section_3 .image-detail {
    width: 50%;
    right: -30%;
  }
  /*------------------------------------*\
  	TABLET: SUB HEADER LE CHIESE
  \*------------------------------------*/
  .sub-header li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 854px) {
  .hide-on-mobile {
    display: none;
  }
  .hide-on-pc {
    display: block;
  }
  .text-column-2 {
    column-count: auto;
    column-gap: normal;
  }
  header nav #nav-lang {
    padding-right: 50px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 5rem;
    line-height: 4rem;
    margin-bottom: 10px;
  }
  h1 span {
    margin-bottom: 10px;
  }
  h2,
  #gallery h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  h5 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .cover,
  .news .cover,
  .didattica .cover,
  .link .cover {
    margin-bottom: 40px;
  }
  /*------------------------------------*\
  	MOBILE: TEXT INTRO
  \*------------------------------------*/
  .text-intro {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .text-intro h1 {
    color: white;
    margin-bottom: 40px;
  }
  .text-highlight {
    padding: 30px 0;
  }
  .text-highlight p {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .double-text-intro {
    margin-top: 40px;
    padding-top: 40px;
  }
  .double-text-intro img {
    padding-left: 0;
  }
  .double-text-intro .el-space.columns {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 20px;
  }
  .double-text-intro .el-space-double-text.columns {
    padding-left: 0;
    padding-right: 0;
  }
  header {
    position: relative;
  }
  header nav {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  header nav .logo {
    width: 180px;
    height: 105px;
    z-index: 20;
    background-size: 100%;
  }
  .m-wrap-nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: white;
    overflow-y: scroll;
    z-index: 15;
  }
  ul.nav-main {
    top: 50%;
    translateY: -50%;
    width: 100%;
    position: absolute;
    text-align: center;
  }
  ul.nav-main li {
    display: block;
    margin-right: 0;
    line-height: 3rem;
    text-align: center;
  }
  ul.nav-main li:last-child {
    margin: 5px 10px;
  }
  .btn-nav-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2;
  }
  .btn-nav {
    width: 30px;
    height: 30px;
    z-index: 20;
    text-indent: -9999px;
    top: 6px;
    right: 0.9375rem;
    display: block;
    position: absolute;
    -webkit-touch-callout: none;
    user-select: none;
  }
  .btn-nav span {
    top: 0;
    margin: 20px auto 0;
    margin-right: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #A55758;
    transition: all 800ms cubic-bezier(0.4, 0.2, 0, 1);
  }
  .btn-nav .btn-nav-bar + .btn-nav-bar {
    margin-top: 4px;
  }
  .btn-nav-active .btn-nav-bar-1 {
    top: 0;
    transform: rotate(45deg) scale(1) skew(0) translate(3px, 3px);
  }
  .btn-nav-active .btn-nav-bar-2 {
    opacity: 0;
  }
  .btn-nav-active .btn-nav-bar-3 {
    bottom: 0;
    transform: rotate(-45deg) scale(1) skew(0) translate(4px, -4px);
  }
  /*------------------------------------*\
  	MOBILE: HOMEPAGE
  \*------------------------------------*/
  .square-box-wrapper {
    padding-top: 50%;
    /* 4:3 Aspect Ratio */
  }
  .square-box {
    padding: 5%;
  }
  .square-box div {
    width: 100%;
  }
  .square-box div h3 {
    font-size: 2rem;
  }
  .square-box.active div {
    padding-top: 40%;
  }
  .square-box.active div h3 {
    font-size: 3.2rem;
  }
  .square-box.active div a.button {
    margin: 65px auto 0;
  }
  .hero-lists-wrapper h2 {
    margin-bottom: 40px;
  }
  .hero-lists-wrapper .hero-lists-el li {
    margin-bottom: 60px;
  }
  .hero-lists-wrapper .hero-lists-el li .hero-lists-image {
    max-width: 330px;
    margin-bottom: 30px;
  }
  .hero-lists-wrapper .hero-lists-el li p {
    font-size: 2rem;
    line-height: 2.8rem;
    padding-right: 0;
  }
  .hero-lists-wrapper .hero-lists-el li .button-tour {
    margin-top: 10px;
  }
  .fringes-wrapper span {
    width: 25px;
    left: -25px;
    height: 15px;
  }
  .fringes-wrapper span + span {
    margin-top: 15px;
  }
  /*------------------------------------*\
  	MOBILE: CHI SIAMO
  \*------------------------------------*/
  .chi_siamo .after-cover {
    padding: 40px 0;
  }
  .chi_siamo .after-cover h3 {
    margin-bottom: 10px;
  }
  .chi_siamo h2 {
    padding: 40px 0;
  }
  .carousel-wrapper .carousel ul li img {
    margin-bottom: 25px;
  }
  .carousel-wrapper .carousel ul li p {
    padding: 50px 10px 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    column-count: auto;
    column-gap: normal;
  }
  .carousel-wrapper .carousel-arrow {
    top: auto;
    bottom: -50px;
    transform: rotate(0deg);
    padding: 10px 0;
  }
  .carousel-wrapper .carousel-arrow span {
    width: 25px;
    height: 10px;
    display: inline-block;
    top: 50%;
    translateY: -50%;
    bottom: auto;
    position: absolute;
  }
  .carousel-wrapper .carousel-arrow.carousel-arrow-left {
    left: 0;
    padding-left: 20px;
  }
  .carousel-wrapper .carousel-arrow.carousel-arrow-left span {
    left: 0;
    margin-top: -1px;
    margin-bottom: auto;
    transform: rotate(-90deg);
  }
  .carousel-wrapper .carousel-arrow.carousel-arrow-right {
    right: 0;
    padding-right: 20px;
  }
  .carousel-wrapper .carousel-arrow.carousel-arrow-right span {
    right: 0;
    margin-top: -7px;
    transform: rotate(90deg);
  }
  /*------------------------------------*\
  	MOBILE: LE CHIESE
  \*------------------------------------*/
  .sub-header li {
    width: 50%;
  }
  .sub-header li a {
    font-size: 1.6rem;
  }
  .le_chiese h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .le_chiese .fringes-wrapper span {
    left: 0;
  }
  .hero-panels {
    height: 550px;
  }
  .hero-panels li h3 {
    top: -62px;
    width: 360px;
    font-size: 2.6rem;
    line-height: normal;
    padding: 15px 10px;
  }
  .hero-panels li.active {
    flex-grow: 4;
  }
  .hero-church-map {
    padding: 60px 0;
  }
  .legend-list li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .legend-list li:before {
    font-size: 1.2rem;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .hero-tour {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .hero-tour li {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 30px;
  }
  .hero-tour li .hero-tour-button {
    width: 65px;
    height: 65px;
  }
  .hero-tour li .hero-tour-button span {
    margin-top: -23px;
    margin-left: -17.5px;
    width: 35px;
    height: 46px;
  }
  .hero-card h1 {
    padding: 30px 0;
  }
  .hero-card .hero-card-info:first-child {
    margin-top: 60px;
  }
  .hero-card .hero-card-info {
    padding: 40px 10px;
  }
  .hero-card .hero-card-info hr {
    margin: 30px 0;
  }
  .hero-card .stamp {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
    background-size: 100%;
  }
  /*------------------------------------*\
  MOBILE: GALLERY
  \*------------------------------------*/
  #gallery {
    /*------------------------------------*\
    MOBILE: SECTION WRAPPER
    \*------------------------------------*/
  }
  #gallery .gallery-nav ul,
  #gallery .gallery-outside-link ul {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #gallery .gallery-outside-link {
    margin-bottom: 60px;
  }
  #gallery .gallery-outside-link ul {
    margin-top: 25px;
  }
  #gallery .gallery-outside-link ul li {
    margin-bottom: 15px;
  }
  #gallery .flex {
    display: block;
  }
  #gallery .text-right {
    text-align: left;
  }
  #gallery .gallery-close {
    top: 0;
    width: 20px;
    height: 45px;
  }
  #gallery .gallery-nav ul {
    text-align: center;
  }
  #gallery .gallery-nav ul li {
    display: block;
    border: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #gallery .section_wrapper_1_1 .section_2 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_1_1 .section_2 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_1_1 .section_4 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_1_1 .section_4 {
    margin-bottom: 60px;
  }
  #gallery .section_wrapper_1_1 .section_5 {
    margin-bottom: 60px;
  }
  #gallery .section_wrapper_1_1 .section_5 .image-detail {
    width: 25%;
  }
  #gallery .section_wrapper_1_1 .section_6 img {
    margin-top: 20px;
  }
  #gallery .section_wrapper_1_1 .section_7 {
    margin-bottom: 60px;
  }
  #gallery .section_wrapper_1_1 .section_7 .image-detail {
    width: 20%;
  }
  #gallery .section_wrapper_1_1 .section_8 {
    margin-bottom: 60px;
  }
  #gallery .section_wrapper_1_1 .section_8 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_1_2 .section_1 img {
    max-width: 220px;
  }
  #gallery .section_wrapper_1_2 .section_2,
  #gallery .section_wrapper_1_2 .section_3,
  #gallery .section_wrapper_1_2 .section_4,
  #gallery .section_wrapper_1_2 .section_5,
  #gallery .section_wrapper_1_2 .section_6,
  #gallery .section_wrapper_1_2 .section_7,
  #gallery .section_wrapper_1_2 .section_8 {
    margin-bottom: 60px;
  }
  #gallery .section_wrapper_1_2 .section_2 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_1_2 .section_3 .image-detail {
    top: -10%;
    right: 0;
  }
  #gallery .section_wrapper_1_2 .section_3 .float-center {
    width: 80%;
  }
  #gallery .section_wrapper_1_2 .section_3 p {
    margin-top: 35px;
  }
  #gallery .section_wrapper_1_2 .section_4 img {
    margin-top: 20px;
  }
  #gallery .section_wrapper_1_2 .section_5 .image-detail {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_1_2 .section_6 img {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_1_2 .section_7 img {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_1_2 .section_8 p {
    margin: 35px 0;
  }
  #gallery .section_wrapper_1_3 .section_2 {
    margin-bottom: 55px;
  }
  #gallery .section_wrapper_1_3 .section_3 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_1_4 .section_2 {
    margin-bottom: 55px;
  }
  #gallery .section_wrapper_1_4 .section_3 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_1_4 .section_4 img {
    margin-top: 20px;
  }
  #gallery .section_wrapper_1_4 .section_6 {
    margin-bottom: 60px;
  }
  #gallery .section_wrapper_1_4 .section_6 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_5 .section_2,
  #gallery .section_wrapper_2_5 .section_3,
  #gallery .section_wrapper_2_5 .section_4,
  #gallery .section_wrapper_2_5 .section_5,
  #gallery .section_wrapper_2_5 .section_6,
  #gallery .section_wrapper_2_5 .section_7 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_2_5 .section_2 img {
    margin-bottom: 10px;
  }
  #gallery .section_wrapper_2_5 .section_4 p {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_5 .section_5 img,
  #gallery .section_wrapper_2_5 .section_7 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_5 .section_6 .float-center,
  #gallery .section_wrapper_2_5 .section_6 .image-detail {
    max-width: 80%;
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_5 .section_6 .image-detail {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #gallery .section_wrapper_2_6 .section_2,
  #gallery .section_wrapper_2_6 .section_3,
  #gallery .section_wrapper_2_6 .section_4 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_2_6 .section_4 img,
  #gallery .section_wrapper_2_6 .section_5 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_7 .section_2,
  #gallery .section_wrapper_2_7 .section_3,
  #gallery .section_wrapper_2_7 .section_4,
  #gallery .section_wrapper_2_7 .section_5 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_2_7 .section_2 img,
  #gallery .section_wrapper_2_7 .section_4 img,
  #gallery .section_wrapper_2_7 .section_5 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_7 .section_6 {
    margin-top: 60px;
  }
  #gallery .section_wrapper_2_7 .section_6 p {
    margin-top: 20px;
  }
  #gallery .section_wrapper_2_7 .section_6 .image-detail {
    max-width: 100px;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  #gallery .section_wrapper_2_8 .section_2,
  #gallery .section_wrapper_2_8 .section_3,
  #gallery .section_wrapper_2_8 .section_4,
  #gallery .section_wrapper_2_8 .section_5 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_2_8 .section_2 img,
  #gallery .section_wrapper_2_8 .section_3 img,
  #gallery .section_wrapper_2_8 .section_4 img,
  #gallery .section_wrapper_2_8 .section_5 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_2_8 .section_4 p {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_9 .section_2 img {
    max-width: 150px;
  }
  #gallery .section_wrapper_3_9 .section_2,
  #gallery .section_wrapper_3_9 .section_5,
  #gallery .section_wrapper_3_9 .section_6,
  #gallery .section_wrapper_3_9 .section_7 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_3_9 .section_2 img,
  #gallery .section_wrapper_3_9 .section_5 img,
  #gallery .section_wrapper_3_9 .section_7 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_9 .section_3 {
    margin-bottom: 10px;
  }
  #gallery .section_wrapper_3_9 .section_3 img {
    margin-top: 20px;
  }
  #gallery .section_wrapper_3_9 .section_4 {
    margin-bottom: 0;
  }
  #gallery .section_wrapper_3_9 .section_6 p {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_10 .section_2 img {
    max-width: 150px;
  }
  #gallery .section_wrapper_3_10 .section_2,
  #gallery .section_wrapper_3_10 .section_3,
  #gallery .section_wrapper_3_10 .section_4,
  #gallery .section_wrapper_3_10 .section_6,
  #gallery .section_wrapper_3_10 .section_7 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_3_10 .section_1 img,
  #gallery .section_wrapper_3_10 .section_2 img,
  #gallery .section_wrapper_3_10 .section_3 img,
  #gallery .section_wrapper_3_10 .section_4 img,
  #gallery .section_wrapper_3_10 .section_7 img,
  #gallery .section_wrapper_3_10 .section_8 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_10 .section_5 {
    margin-bottom: 55px;
  }
  #gallery .section_wrapper_3_10 .section_5 p {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_10 .section_6 .float-center {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_10 .section_6 .image-detail {
    max-width: 100px;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  #gallery .section_wrapper_3_10 .section_7 .image-detail {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_11 .section_2 img {
    max-width: 150px;
  }
  #gallery .section_wrapper_3_11 .section_1,
  #gallery .section_wrapper_3_11 .section_2,
  #gallery .section_wrapper_3_11 .section_3,
  #gallery .section_wrapper_3_11 .section_4,
  #gallery .section_wrapper_3_11 .section_5,
  #gallery .section_wrapper_3_11 .section_6,
  #gallery .section_wrapper_3_11 .section_7 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_3_11 .section_1 img,
  #gallery .section_wrapper_3_11 .section_2 img,
  #gallery .section_wrapper_3_11 .section_3 img,
  #gallery .section_wrapper_3_11 .section_4 img,
  #gallery .section_wrapper_3_11 .section_6 img,
  #gallery .section_wrapper_3_11 .section_7 img,
  #gallery .section_wrapper_3_11 .section_8 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_11 .section_5 .image-detail {
    max-width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_3_11 .section_6 img {
    margin-top: 20px;
  }
  #gallery .section_wrapper_3_12 .section_2 img {
    max-width: 150px;
  }
  #gallery .section_wrapper_3_12 .section_1,
  #gallery .section_wrapper_3_12 .section_2,
  #gallery .section_wrapper_3_12 .section_3,
  #gallery .section_wrapper_3_12 .section_4 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_3_12 .section_1 img,
  #gallery .section_wrapper_3_12 .section_2 img,
  #gallery .section_wrapper_3_12 .section_3 img,
  #gallery .section_wrapper_3_12 .section_5 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_13 .section_1,
  #gallery .section_wrapper_4_13 .section_2,
  #gallery .section_wrapper_4_13 .section_3,
  #gallery .section_wrapper_4_13 .section_4 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_4_13 .section_1 img,
  #gallery .section_wrapper_4_13 .section_2 img,
  #gallery .section_wrapper_4_13 .section_3 img,
  #gallery .section_wrapper_4_13 .section_5 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_14 .section_2 img {
    max-width: 150px;
  }
  #gallery .section_wrapper_4_14 .section_1,
  #gallery .section_wrapper_4_14 .section_2,
  #gallery .section_wrapper_4_14 .section_3,
  #gallery .section_wrapper_4_14 .section_4,
  #gallery .section_wrapper_4_14 .section_5 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_4_14 .section_1 img,
  #gallery .section_wrapper_4_14 .section_2 img,
  #gallery .section_wrapper_4_14 .section_3 img,
  #gallery .section_wrapper_4_14 .section_5 img,
  #gallery .section_wrapper_4_14 .section_6 img,
  #gallery .section_wrapper_4_14 .section_7 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_14 .section_4 img {
    margin-bottom: 0;
  }
  #gallery .section_wrapper_4_14 .section_4 .image-detail {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_14 .section_5 {
    margin-top: 20px;
  }
  #gallery .section_wrapper_4_14 .section_5 .image-detail {
    max-width: 100px;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  #gallery .section_wrapper_4_14 .section_5 .float-center {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_15 .section_2 img {
    max-width: 150px;
  }
  #gallery .section_wrapper_4_15 .section_1,
  #gallery .section_wrapper_4_15 .section_2,
  #gallery .section_wrapper_4_15 .section_3,
  #gallery .section_wrapper_4_15 .section_4 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_4_15 .section_1 img,
  #gallery .section_wrapper_4_15 .section_2 img,
  #gallery .section_wrapper_4_15 .section_3 img,
  #gallery .section_wrapper_4_15 .section_4 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_15 .section_5 .float-center {
    margin-top: 50px;
  }
  #gallery .section_wrapper_4_15 .section_5 .image-detail {
    max-width: 100px;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  #gallery .section_wrapper_4_16 .section_1,
  #gallery .section_wrapper_4_16 .section_2 {
    margin-bottom: 35px;
  }
  #gallery .section_wrapper_4_16 .section_1 img,
  #gallery .section_wrapper_4_16 .section_2 img,
  #gallery .section_wrapper_4_16 .section_3 img {
    margin-bottom: 20px;
  }
  #gallery .section_wrapper_4_16 .section_3 {
    margin-bottom: 60px;
  }
  /*------------------------------------*\
  MOBILE: VISITA
  \*------------------------------------*/
  .cover-maps img.cover-map-img {
    height: 350px;
  }
  .cover-maps #map {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #A5E0E1;
  }
  .cover-maps #canvas {
    top: 100%;
    margin-top: -350px;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
  }
  .mini-menu {
    padding: 20px 0;
  }
  .mini-menu li {
    font-size: 1.6rem;
  }
  .visita h2 {
    margin: 30px 0 20px;
    font-size: 3rem;
    line-height: 4rem;
  }
  .visita .text-intro {
    padding: 60px 0;
    margin-bottom: 0;
  }
  .visita .hero-image img {
    padding-left: 0;
    padding-right: 0;
  }
  .visita .hero-image p {
    padding-left: 20px;
  }
  .visita .hero-text p {
    padding-right: 20px;
  }
  .hero-visiting-hour {
    margin-bottom: 40px;
  }
  .hero-visiting-hour .flex {
    display: block;
  }
  .hero-visiting-hour li {
    margin-bottom: 25px;
  }
  .hero-visiting-hour li h5 {
    margin-bottom: 30px;
  }
  .hero-visiting-hour li p {
    margin-bottom: 40px;
  }
  .hero-visiting-hour .hero-card-img,
  .hero-visiting-hour .hero-card {
    width: 100%;
  }
  .hero-visiting-hour .hero-card-img {
    min-height: 400px;
  }
  .hero-visiting-hour .hero-card {
    padding: 20px 20px 30px;
  }
  .text-advice {
    margin-top: 40px;
  }
  .text-advice .color-box {
    width: 95%;
    height: 90%;
    left: 2.5%;
    margin-left: 0;
  }
  .hero-ticket-wrapper .text-right,
  .hero-ticket-wrapper .text-left {
    padding: 0 15px;
  }
  .hero-ticket-wrapper ul li a.icon {
    width: 65px;
    height: 65px;
  }
  .hero-ticket-wrapper ul li a.icon span {
    margin-top: -23px;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    background-size: 46px 230px;
  }
  .hero-ticket-wrapper ul li a.icon.icon-ticket span {
    background-position-y: 0;
  }
  .hero-ticket-wrapper ul li a.icon.icon-carnet span {
    background-position-y: -46px;
  }
  .hero-ticket-wrapper ul li a.icon.icon-school span {
    background-position-y: -92px;
  }
  .hero-ticket-wrapper ul li a.icon.icon-family span {
    background-position-y: -138px;
  }
  .hero-ticket-wrapper ul li a.icon.icon-card span {
    background-position-y: -184px;
  }
  /*------------------------------------*\
  	MOBILE: NEWS, DIDATTICA E LINK
  \*------------------------------------*/
  .news .hero-news,
  .didattica .hero-news,
  .link .hero-news {
    margin-bottom: 90px;
  }
  .news .hero-news img,
  .didattica .hero-news img,
  .link .hero-news img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .news .hero-news .hero-news-info,
  .didattica .hero-news .hero-news-info,
  .link .hero-news .hero-news-info {
    margin-bottom: 30px;
  }
  .plyr__play-large {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  /*------------------------------------*\
  MOBILE: EVENTI
  \*------------------------------------*/
  .eventi .event-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .eventi img {
    padding-right: 0;
  }
  .eventi .primary-button {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
  .eventi .open-form-and-pdf {
    margin-right: 30px;
  }
  /*------------------------------------*\
  	MOBILE: FOOTER
  \*------------------------------------*/
  footer .footer-info {
    padding: 60px 0;
  }
  footer h5 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .visita .hero-image p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 399px) {
  h1,
  .le_chiese h1 {
    font-size: 4rem;
  }
  h2,
  .visita h2,
  h3,
  #gallery h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h4,
  .hero-ticket-wrapper h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  h5 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .text-intro p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .text-intro p strong {
    font-size: 2.2rem;
  }
  .square-box.active div {
    padding-top: 20%;
  }
  .square-box.active div p {
    font-size: 2rem;
  }
  .square-box.active div a.button {
    font-size: 1.2rem;
  }
  .hero-lists-wrapper .hero-lists-el li p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .hero-lists-wrapper .hero-lists-el li .button-tour {
    width: 60px;
    height: 60px;
    background-size: 100%;
  }
  .sub-header li a {
    font-size: 1.2rem;
  }
  .hero-panels li h3 {
    font-size: 2rem;
    padding: 8px 10px;
  }
  .legend-list li {
    font-size: 1.4rem;
  }
  .hero-card-info p {
    font-size: 1.4rem;
  }
  .visita .text-intro {
    padding: 40px 0;
  }
  .visita .hero-text p {
    padding-right: 20px;
  }
  .hero-ticket-wrapper .text-right,
  .hero-ticket-wrapper .text-left {
    padding: 0 10px;
  }
  footer h5 {
    margin-bottom: 10px;
  }
  footer .footer-logo {
    width: 80px;
    height: 80px;
    background-size: 100%;
  }
  footer p,
  footer a {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

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