@charset "UTF-8";
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container, .owl-dots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .owl-dots {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .owl-dots {
      max-width: 732px; } }
  @media (min-width: 992px) {
    .container, .owl-dots {
      max-width: 956px; } }
  @media (min-width: 1200px) {
    .container, .owl-dots {
      max-width: 1164px; } }
  @media (min-width: 1440px) {
    .container, .owl-dots {
      max-width: 1404px; } }
  @media (min-width: 1680px) {
    .container, .owl-dots {
      max-width: 1644px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1680px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.white {
  color: white; }

.grey {
  color: #7a7a7a; }

.red {
  color: #d21822; }

.blue {
  color: #0096d2; }

.orange {
  color: #f29100; }

.green {
  color: #96bf31; }

.ghost, .sala-multisala {
  color: whitesmoke; }

.happyticket {
  color: #e62103; }

.vivaticket {
  color: #ea7024; }

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

.white-radial-gradient, footer .copyrights-wrapper:before, .blocco-logo .lista-sale-wrapper:before {
  background: rgba(255, 255, 255, 0.78);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }

.top-to-bottom-dark-gradient, .hero figure:after {
  background: rgba(15, 15, 15, 0.5);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 15, 15, 0.5)), color-stop(40%, rgba(15, 15, 15, 0.34)), color-stop(100%, rgba(15, 15, 15, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0.75)), color-stop(30%, rgba(15, 15, 15, 0.34)), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.75) 0%, rgba(15, 15, 15, 0.34) 30%, rgba(15, 15, 15, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#0f0f0f', GradientType=0 ); }

.blend-screen {
  mix-blend-mode: screen; }

.difference {
  position: relative; }
  @media (min-width: 768px) {
    .difference {
      mix-blend-mode: difference; } }

.hidden {
  display: none; }

@media (max-width: 991.98px) {
  .hidden-mobile {
    display: none; } }

.container.container-lg, .container-lg.owl-dots {
  max-width: 956px; }

.container.container-xl, .owl-dots {
  max-width: 1164px; }

.container.container-xxl, .container-xxl.owl-dots {
  max-width: 1404px; }

.d-block {
  display: block !important; }

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

.d-flex-rw, .submenu-wrapper > .container > ul, .submenu-wrapper > .owl-dots > ul, .owl-dots, .accordion dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.d-flex-cw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; }

.aic, .owl-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

.aisb {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }

.jcsb, .accordion dt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

.fg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0; }

.fs {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.responsive {
  max-width: 100%; }

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

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

.border-bottom {
  padding-bottom: 6px;
  border-bottom: 1px solid #d6d6d6; }

.border-top {
  padding-top: 6px;
  border-top: 1px solid #d6d6d6; }
  .border-top.pt18 {
    padding-top: 18px; }
  .border-top.pt24 {
    padding-top: 24px; }
  .border-top.pt60 {
    padding-top: 60px; }
  .border-top.pt96 {
    padding-top: 96px; }
  .border-top.pt120 {
    padding-top: 120px; }

.border {
  border: 1px solid #d6d6d6; }

.mr18 {
  margin-right: 18px; }

.mt18 {
  margin-top: 18px; }

.mt24 {
  margin-top: 24px; }

.mt36 {
  margin-top: 36px; }

.mt48 {
  margin-top: 48px; }

.mb12 {
  margin-bottom: 12px; }

.mb18 {
  margin-bottom: 18px; }

.mb24 {
  margin-bottom: 24px; }

.mb36 {
  margin-bottom: 36px; }

.mb48 {
  margin-bottom: 48px; }

.pt18 {
  padding-top: 18px; }

.pt24 {
  padding-top: 24px; }

.pt36 {
  padding-top: 36px; }

.pt60 {
  padding-top: 60px; }

.pt96 {
  padding-top: 96px; }

.pt120 {
  padding-top: 120px; }

.pb18 {
  padding-bottom: 18px; }

.pb24 {
  padding-bottom: 24px; }

.pb36 {
  padding-bottom: 36px; }

.pb60 {
  padding-bottom: 60px; }

.pb120 {
  padding-bottom: 120px; }

.pr36 {
  padding-right: 36px; }

.pl36 {
  padding-left: 36px; }

.gutter-h {
  padding-left: 18px;
  padding-right: 18px; }

.gutter-v {
  padding-top: 18px;
  padding-bottom: 18px; }

.ditch-v {
  margin-top: 18px;
  margin-bottom: 18px; }

.no-gutter-h {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991.98px) {
  .no-gutter-h-mobile {
    padding-left: 0;
    padding-right: 0; } }

.colonna {
  padding-left: 0;
  padding-right: 0; }
  .colonna:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .colonna:last-of-type.fg {
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0; }
    .colonna:last-of-type.fs {
      -webkit-box-flex: 0;
          -ms-flex: 0 1;
              flex: 0 1; }
    @media (min-width: 1200px) {
      .colonna:last-of-type.col-xl-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 16.66667%;
                flex: 1 0 16.66667%; }
      .colonna:last-of-type.col-xl-3 {
        max-width: 25%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 25%;
                flex: 1 0 25%; }
      .colonna:last-of-type.col-xl-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.33333%;
                flex: 1 0 33.33333%; }
      .colonna:last-of-type.col-xl-6 {
        max-width: 50%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; } }
  .colonna .titolo-colonna {
    padding-right: 18px;
    margin-bottom: 18px;
    font-size: 12px; }
    @media (min-width: 576px) {
      .colonna .titolo-colonna {
        padding-right: 36px;
        font-size: 14px; } }
  .colonna p {
    padding-right: 18px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .colonna p {
        font-size: 16px; } }

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #0f0f0f; }

h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1; }
  h1.huge {
    font-size: 37px;
    font-weight: 700; }
  @media (min-width: 576px) {
    h1 {
      font-size: 24px; }
      h1.huge {
        font-size: 48px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 37px; }
      h1.huge {
        font-size: 54px; } }

h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1; }
  @media (min-width: 768px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 37px; } }
  h2.serif {
    font-weight: 400; }
    @media (min-width: 1200px) {
      h2.serif {
        font-size: 40px; } }

.title {
  position: relative;
  margin-bottom: 24px; }
  .gallery .title, .related .title {
    padding: 0 18px; }

h3 {
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 375px) {
    h3 {
      font-size: 26px; } }
  h3.lightw {
    font-weight: 300; }

h4, .h4, h4 p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5; }
  .page-template-default .paragrafo h4, .page-template-default .paragrafo .h4, .page-template-default .paragrafo h4 p, h4 .page-template-default .paragrafo p {
    padding-top: 36px; }
  h4 strong, .h4 strong, h4 p strong {
    font-weight: 700;
    letter-spacing: 0.8; }

p {
  font-size: 14px;
  font-weight: 300; }
  p.serif {
    font-size: 16px; }
  @media (min-width: 375px) {
    p {
      font-size: 16px; }
      p.serif {
        font-size: 18px; } }
  p a {
    border-bottom: 2px solid;
    font-weight: 600; }
    p a.link, p a.btn {
      border-bottom: none; }

.small {
  font-size: 14px; }
  .small > p {
    font-size: 14px; }

.smaller {
  font-size: 70%; }
  .smaller > p {
    font-size: 70%; }

.tiny {
  font-size: 12px;
  text-transform: uppercase; }
  .tiny > p {
    font-size: 12px; }

.lightw {
  font-weight: 300; }

.regularw {
  font-weight: 400; }

.boldw {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.title-baffetto {
  position: relative;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 375px) {
    .title-baffetto {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .title-baffetto {
      font-size: 24px; } }
  .title-baffetto.lightw {
    font-weight: 300; }

.serif {
  font-family: "Cardo", serif; }

.gallery .title-baffetto, .related .title-baffetto {
  padding: 0 18px; }
  @media (min-width: 768px) {
    .gallery .title-baffetto, .related .title-baffetto {
      padding: 0 36px; } }

@font-face {
  font-family: "tng";
  src: url("../fonts/tng.eot");
  src: url("../fonts/tng.eot?#iefix") format("embedded-opentype"), url("../fonts/tng.woff") format("woff"), url("../fonts/tng.ttf") format("truetype"), url("../fonts/tng.svg#tng") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "tng" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

[class^="tng-"]:before,
[class*=" tng-"]:before,
.icon-font-before:before,
.navigation .next:before,
.navigation .prev:before {
  font-family: "tng" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

[class^="after-tng-"]:after,
[class*=" after-tng-"]:after,
.icon-font-after:after,
nav.nav.mobile-nav span.menu-item.menu-item-has-children:after,
.accordion dt:after {
  font-family: "tng" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

.tng-arrow-left:before, .navigation .prev:before {
  content: "\61"; }

.tng-arrow-right:before, .navigation .next:before {
  content: "\62"; }

.tng-arrow-up:before {
  content: "\63"; }

.tng-caret-down:before {
  content: "\64"; }

.tng-caret-left:before {
  content: "\65"; }

.tng-caret-up:before {
  content: "\66"; }

.tng-download:before {
  content: "\68"; }

.tng-close:before {
  content: "\69"; }

.tng-envelope:before {
  content: "\6a"; }

.tng-envelope-fill:before {
  content: "\6b"; }

.tng-facebook:before {
  content: "\6c"; }

.tng-fax:before {
  content: "\6d"; }

.tng-info:before {
  content: "\6f"; }

.tng-instagram:before {
  content: "\70"; }

.tng-lens:before {
  content: "\71"; }

.tng-minus:before {
  content: "\73"; }

.tng-phone:before {
  content: "\74"; }

.tng-plus:before {
  content: "\6e"; }

.tng-youtube:before {
  content: "\72"; }

.tng-twitter:before {
  content: "\75"; }

.tng-arrow-down:before {
  content: "\67"; }

.tng-caret-right:before {
  content: "\76"; }

.tng-thick-arc:before {
  content: "\77"; }

.tng-pin:before {
  content: "\78"; }

.tng-sintesi:before {
  content: "\79"; }

.tng-square-o:before {
  content: "\7a"; }

.tng-check-square-o:before {
  content: "\43"; }

.after-tng-arrow-left:after {
  content: "\61"; }

.after-tng-arrow-right:after {
  content: "\62"; }

.after-tng-arrow-up:after {
  content: "\63"; }

.after-tng-caret-down:after {
  content: "\64"; }

.after-tng-caret-left:after {
  content: "\65"; }

.after-tng-caret-up:after {
  content: "\66"; }

.after-tng-download:after {
  content: "\68"; }

.after-tng-close:after {
  content: "\69"; }

.after-tng-envelope:after {
  content: "\6a"; }

.after-tng-envelope-fill:after {
  content: "\6b"; }

.after-tng-facebook:after {
  content: "\6c"; }

.after-tng-fax:after {
  content: "\6d"; }

.after-tng-info:after {
  content: "\6f"; }

.after-tng-instagram:after {
  content: "\70"; }

.after-tng-lens:after {
  content: "\71"; }

.after-tng-minus:after, .accordion dt.open:after {
  content: "\73"; }

.after-tng-phone:after {
  content: "\74"; }

.after-tng-plus:after, .accordion dt:after {
  content: "\6e"; }

.after-tng-youtube:after {
  content: "\72"; }

.after-tng-twitter:after {
  content: "\75"; }

.after-tng-arrow-down:after {
  content: "\67"; }

.after-tng-caret-right:after {
  content: "\76"; }

.after-tng-thick-arc:after {
  content: "\77"; }

.after-tng-pin:after {
  content: "\78"; }

.after-tng-sintesi:after {
  content: "\79"; }

.after-tng-square-o:after {
  content: "\7a"; }

.after-tng-check-square-o:after {
  content: "\43"; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer; }
  button:focus {
    outline: none; }

#mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  border-radius: 1px;
  background-color: white; }

.btn {
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
  padding: 15px 12px;
  background-color: #0f0f0f;
  color: white;
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-out; }
  @media (min-width: 992px) {
    .btn {
      font-size: 14px;
      padding: 15px 24px; } }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn:before {
    content: "";
    background-color: white;
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: skewX(-38deg);
            transform: skewX(-38deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 36px;
    z-index: 0; }
  @media (min-width: 992px) {
    .btn:hover, .btn:focus {
      color: white; }
      .btn:hover.white-bkg-btn, .btn:focus.white-bkg-btn {
        color: #0f0f0f; }
      .btn:hover:before, .btn:focus:before {
        left: 120%;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); } }
  .btn.btn-bkg.btn-corte, .btn .btn-bkg.btn-corte {
    background-color: #d21822; }
  .btn.btn-bkg.btn-duse, .btn .btn-bkg.btn-duse {
    background-color: #0096d2; }
  .btn.btn-bkg.btn-modena, .btn .btn-bkg.btn-modena {
    background-color: #f29100; }
  .btn.btn-bkg.btn-mercato, .btn .btn-bkg.btn-mercato {
    background-color: #96bf31; }
  .btn.btn-bkg.btn-negative, .btn .btn-bkg.btn-negative {
    background-color: white; }
  .btn.btn-bkg.btn-xlightgrey, .btn .btn-bkg.btn-xlightgrey {
    background-color: #d6d6d6; }
  .btn.btn-outline {
    background-color: transparent;
    border: 2px solid #0f0f0f;
    color: #0f0f0f; }
    @media (min-width: 992px) {
      .btn.btn-outline:hover, .btn.btn-outline:focus {
        color: white;
        background-color: #0f0f0f; } }
    .btn.btn-outline.btn-happyticket, .btn.btn-outline.btn-vivaticket {
      color: #7a7a7a;
      text-align: left;
      text-transform: capitalize; }
      @media (min-width: 992px) {
        .btn.btn-outline.btn-happyticket:hover, .btn.btn-outline.btn-happyticket:focus, .btn.btn-outline.btn-vivaticket:hover, .btn.btn-outline.btn-vivaticket:focus {
          background-color: white; } }
      .btn.btn-outline.btn-happyticket span, .btn.btn-outline.btn-vivaticket span {
        display: block;
        padding-top: 6px; }
    .btn.btn-outline.btn-happyticket {
      border-color: #e62103; }
    .btn.btn-outline.btn-vivaticket {
      border-color: #ea7024; }
    .btn.btn-outline.btn-transparent {
      border-color: transparent; }
  .btn.btn-tiny {
    min-width: 1px;
    padding: 9px 18px; }
    .btn.btn-tiny.btn-outline {
      padding: 7px 18px; }
      .btn.btn-tiny.btn-outline.btn-transparent {
        padding: 7px 0; }
        @media (min-width: 992px) {
          .btn.btn-tiny.btn-outline.btn-transparent:hover, .btn.btn-tiny.btn-outline.btn-transparent:focus {
            padding: 7px 18px; } }
      p .btn.btn-tiny.btn-outline {
        padding: 0px 4px; }
    p .btn.btn-tiny {
      padding: 4px 18px; }
  .btn.btn-icon:after {
    padding-left: 12px; }
  .btn.red-bkg-btn {
    background-color: #d21822; }
  .btn.grey-bkg-btn {
    background-color: #d6d6d6; }
  .btn.white-bkg-btn {
    background-color: white; }
    .btn.white-bkg-btn:before {
      background-color: #7a7a7a; }
  .btn.black-txt-btn {
    color: #0f0f0f; }
  .btn.red-txt-btn {
    color: #d21822; }
  .btn img {
    max-width: 108px;
    height: auto; }

@media (max-width: 767.98px) {
  .btn + .btn {
    margin-top: 18px; } }

.rounded-icon-button {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #0f0f0f;
  font-size: 24px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  padding: 0; }
  @media (min-width: 576px) {
    .rounded-icon-button {
      position: absolute;
      bottom: 12px;
      z-index: 3; } }
  .rounded-icon-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .rounded-icon-button svg {
    margin: 0 auto; }
    .rounded-icon-button svg circle {
      stroke: #0f0f0f;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      stroke-dashoffset: 170;
      stroke-dasharray: 170;
      -webkit-transition: stroke-dashoffset 0.5s ease-in-out;
      transition: stroke-dashoffset 0.5s ease-in-out; }
  @media (min-width: 992px) {
    .rounded-icon-button:hover, .rounded-icon-button:focus, .rounded-icon-button:active {
      color: #0f0f0f; }
      .rounded-icon-button:hover svg circle, .rounded-icon-button:focus svg circle, .rounded-icon-button:active svg circle {
        stroke-dashoffset: 0; } }
  .prefooter .rounded-icon-button {
    position: absolute;
    right: 48px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: -84px;
    bottom: auto;
    background-color: whitesmoke;
    color: #0f0f0f;
    border-radius: 50%; }
    .prefooter .rounded-icon-button svg circle {
      stroke: #0f0f0f; }
  .home-slider-wrapper .rounded-icon-button {
    position: absolute;
    bottom: 12px; }

.link {
  border-bottom: 2px solid; }
  .link.icon-link {
    font-weight: 500;
    color: #0f0f0f;
    border-bottom: none;
    word-break: break-all; }
    .link.icon-link:before, .link.icon-link:after {
      font-size: 14px; }
    .link.icon-link:before, .link.icon-link:after {
      -webkit-transition: padding-right 0.3s ease-out, padding-left 0.3s ease-out, font-size 0.3s ease-out;
      transition: padding-right 0.3s ease-out, padding-left 0.3s ease-out, font-size 0.3s ease-out; }
    .link.icon-link:before {
      padding-right: 12px; }
    .link.icon-link:after {
      padding-left: 12px; }
    @media (min-width: 992px) {
      .link.icon-link:hover:before, .link.icon-link:hover:after, .link.icon-link:focus:before, .link.icon-link:focus:after {
        font-size: 14px; }
      .link.icon-link:hover:before, .link.icon-link:focus:before {
        padding-right: 4px; }
      .link.icon-link:hover:after, .link.icon-link:focus:after {
        padding-left: 4px; } }
    .link.icon-link.block-link {
      display: block;
      padding: 12px 0; }

p a[class^="after-tng-"],
p a[class*=" after-tng-"] {
  border-bottom: none; }
  p a[class^="after-tng-"]:after,
  p a[class*=" after-tng-"]:after {
    padding-left: 6px; }

.input-btn {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0; }
  @media (min-width: 768px) {
    .input-btn {
      margin: 0 18px 0 0; } }
  .input-btn label {
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .input-btn label {
        padding: 0 24px 0 0; } }
    .input-btn label:after {
      display: inline-block;
      content: "+";
      top: 14px;
      right: 7px;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .input-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .input-btn input:checked ~ label:after {
    content: "–";
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  background-color: white;
  border: 2px solid #949494;
  color: #7a7a7a;
  padding-left: 12px;
  min-width: 240px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  background-image: url(../svg/caret-down.svg);
  background-position: right 12px center;
  background-size: 17px auto;
  background-repeat: no-repeat; }

.checkbox-btn {
  position: relative; }
  .checkbox-btn label {
    color: #7a7a7a;
    text-transform: uppercase;
    font-size: 14px; }
    .checkbox-btn label:before {
      font-family: "tng" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      content: "\7a";
      padding-right: 6px;
      font-size: 24px; }
  .checkbox-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .checkbox-btn input:checked ~ label:before {
    content: "\43"; }
  .filter .checkbox-btn label {
    line-height: 40px; }

#show-less-addresses {
  display: none; }

header {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: margin-top 0.3s ease-out, background-color 0.3s ease-out;
  transition: margin-top 0.3s ease-out, background-color 0.3s ease-out; }
  @media (min-width: 576px) {
    header {
      height: 94px; } }
  header.menu-is-open {
    background-color: #0f0f0f; }
  header.adviced {
    top: 74px; }

.header-on-scroll, .internal-page header {
  height: 64px;
  background-color: #0f0f0f;
  border-bottom: 1px solid #1a1a1a; }
  .header-on-scroll .logo-wrapper, .internal-page header .logo-wrapper {
    width: 90px;
    height: 40px; }

.advice {
  background: #fff;
  padding: 6px 36px 6px 6px; }
  @media (min-width: 576px) {
    .advice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .advice h5 {
    display: inline-block;
    margin: 0; }
  .advice p {
    margin: 0;
    font-size: 13px;
    max-width: 90%;
    display: inline-block;
    font-weight: 600;
    padding-left: 6px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
    @media (min-width: 768px) {
      .advice p {
        font-size: 14px; } }
  .advice span {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px; }
  .advice a.btn.red-bkg-btn.white-txt-btn {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: bottom;
    min-width: unset; }

.advice + .site .home-slider-wrapper {
  height: calc(100vh - 36px); }
  @media (min-width: 768px) {
    .advice + .site .home-slider-wrapper .slider.home-slider figure {
      height: calc(100vh - 36px); } }

#mobile-menu-toggle {
  position: absolute;
  left: 18px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  @media (min-width: 992px) {
    #mobile-menu-toggle {
      display: none; } }

.slide-out {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.navs-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .navs-wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

nav.nav {
  width: calc(50% - 112px/2); }
  nav.nav.mobile-nav {
    display: block; }
    @media (min-width: 992px) {
      nav.nav.mobile-nav {
        display: none; } }
  nav.nav.right-nav, nav.nav.left-nav {
    display: none; }
    @media (min-width: 992px) {
      nav.nav.right-nav, nav.nav.left-nav {
        display: block; } }
  footer nav.nav {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }

nav.nav.right-nav {
  text-align: right; }
  nav.nav.right-nav .submenu-wrapper {
    text-align: left; }

.mobile-nav-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0f0f0f;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .mobile-nav-wrapper.mobile-nav-opened {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 992px) {
    .mobile-nav-wrapper {
      display: none; } }
  .mobile-nav-wrapper .mobile-nav-header {
    padding: 20px 24px 18px 24px;
    border-bottom: 1px solid #7a7a7a;
    color: #d6d6d6;
    font-weight: 600; }
    .mobile-nav-wrapper .mobile-nav-header #mobile-menu-back {
      display: none; }

nav.nav.mobile-nav {
  width: 100%;
  padding: 24px; }
  nav.nav.mobile-nav > ul > li > .menu-item {
    margin: 0;
    padding: 18px 0; }
  nav.nav.mobile-nav span.menu-item.menu-item-has-children:after {
    content: "\76";
    position: absolute;
    right: 36px; }

.menu-item {
  display: block;
  color: white;
  font-size: calc(14px + 1px);
  letter-spacing: 0.6px;
  line-height: 120%;
  padding: 6px 0 3px 0;
  margin: 0 48px 3px 0; }
  .right-nav .menu-item {
    padding: 6px 0 3px 0;
    margin: 0 0 3px 48px; }
  .menu-item.icon-menu-item {
    text-transform: initial; }
    .menu-item.icon-menu-item:before {
      padding-right: 6px; }
  .menu-item.tng-sintesi:before {
    font-size: 18px;
    padding-right: 6px; }
  .menu-item.tng-sintesi:after {
    margin-left: 24px; }
  @media (min-width: 992px) {
    .menu-item.tng-sintesi:hover:after, .menu-item.tng-sintesi:focus:after {
      width: calc(100% - 24px); } }
  .menu-item.tng-sintesi.red {
    color: #d21822; }
  .menu-item.tng-sintesi.blue {
    color: #0096d2; }
  .menu-item.tng-sintesi.orange {
    color: #f29100; }
  .menu-item.tng-sintesi.green {
    color: #96bf31; }
  .menu-item.selected, .menu-item.open {
    border-bottom: 2px solid; }

span.menu-item {
  cursor: pointer; }

a.menu-item:after {
  display: block;
  content: "\A";
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

@media (min-width: 992px) {
  a.menu-item:hover, a.menu-item:focus {
    color: white; }
    a.menu-item:hover:after, a.menu-item:focus:after {
      width: 100%; } }

a.menu-item.icon-menu-item:after {
  margin-left: 22px; }

@media (min-width: 992px) {
  a.menu-item.icon-menu-item:hover:after, a.menu-item.icon-menu-item:focus:after {
    width: calc(100% - 22px); } }

.submenu-wrapper {
  display: none;
  position: fixed;
  z-index: 5;
  top: 94px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #0f0f0f;
  color: white;
  padding: 0 36px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  border-top: 1px solid #1a1a1a; }
  .submenu-wrapper > .container > ul, .submenu-wrapper > .owl-dots > ul {
    width: 100%; }
    @media (min-width: 1200px) {
      .submenu-wrapper > .container > ul, .submenu-wrapper > .owl-dots > ul {
        max-width: 70%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 70%;
                flex: 1 0 70%; } }
  .header-on-scroll .submenu-wrapper, .internal-page .submenu-wrapper {
    top: 64px; }
  .mobile-nav .submenu-wrapper {
    display: block;
    -webkit-transform: translateX(calc(100vw*2));
            transform: translateX(calc(100vw*2));
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    top: 66px;
    padding: 48px 6px 18px 6px;
    height: calc(100% - 66px);
    overflow: auto; }
    .mobile-nav .submenu-wrapper li {
      padding-bottom: 0; }
      .mobile-nav .submenu-wrapper li a, .mobile-nav .submenu-wrapper li a.menu-item {
        padding: 12px 0; }
    .mobile-nav .submenu-wrapper .submenu {
      padding: 0 18px 6px 0;
      margin-bottom: 36px;
      border-bottom: 1px solid #1a1a1a; }
    .mobile-nav .submenu-wrapper.mobile-submenu-opened {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  @media (min-width: 992px) {
    .submenu-wrapper {
      padding: 48px; }
      .submenu-wrapper:after {
        content: "\A";
        display: block;
        width: 100%;
        height: 120px;
        background-color: #0f0f0f;
        -webkit-transform: skewY(-3.3deg);
                transform: skewY(-3.3deg);
        border-bottom: 1px solid #1a1a1a;
        position: absolute;
        top: calc(100% - 60px);
        left: 0;
        right: 0; } }
  .submenu-wrapper p, .submenu-wrapper p.menu-item {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 18px 0; }
  .submenu-wrapper li {
    padding-bottom: 12px; }
    .submenu-wrapper li a, .submenu-wrapper li a.menu-item {
      display: inline-block;
      font-size: 14px;
      color: white;
      line-height: 2;
      text-transform: initial;
      margin: 0;
      padding: 0; }
      .submenu-wrapper li a:after, .submenu-wrapper li a.menu-item:after {
        content: "\A";
        display: block;
        height: 2px;
        width: 0;
        background-color: white;
        -webkit-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out; }
      @media (min-width: 992px) {
        .submenu-wrapper li a:hover, .submenu-wrapper li a:focus, .submenu-wrapper li a.menu-item:hover, .submenu-wrapper li a.menu-item:focus {
          color: white; }
          .submenu-wrapper li a:hover:after, .submenu-wrapper li a:focus:after, .submenu-wrapper li a.menu-item:hover:after, .submenu-wrapper li a.menu-item:focus:after {
            width: 100%; } }
      @media (min-width: 992px) {
        .submenu-wrapper li a.tng-sintesi:hover:after, .submenu-wrapper li a.tng-sintesi:focus:after, .submenu-wrapper li a.menu-item.tng-sintesi:hover:after, .submenu-wrapper li a.menu-item.tng-sintesi:focus:after {
          width: calc(100% - 24px); } }
  .submenu-wrapper .submenu, .submenu-wrapper .featured-menu-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0 18px 36px 0; }
    @media (min-width: 992px) {
      .submenu-wrapper .submenu, .submenu-wrapper .featured-menu-content {
        max-width: 33.3333%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.3333%;
                flex: 1 0 33.3333%;
        padding: 0 36px 0 0; } }
    @media (min-width: 1200px) {
      .submenu-wrapper .submenu, .submenu-wrapper .featured-menu-content {
        padding-right: 36px; } }
  .submenu-wrapper .featured-menu-content {
    display: none; }
    .submenu-wrapper .featured-menu-content a:after {
      content: none; }
    @media (min-width: 1200px) {
      .submenu-wrapper .featured-menu-content {
        max-width: 350px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%;
        padding: 0 36px 0 0;
        display: block; } }

.menu-item-has-children.tempSelected {
  position: relative;
  z-index: 6; }

@-webkit-keyframes menu-animation {
  0% {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    height: 0;
    padding-top: 0vh;
    padding-bottom: 0vh;
    left: 50%;
    top: 100%; }
  25% {
    padding-left: 0;
    padding-right: 0;
    height: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    width: 10px;
    left: calc(50% - 5px); }
  50% {
    width: 10px;
    left: calc(50% - 5px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    top: 0; }
  75% {
    width: 10px;
    padding-left: 0;
    padding-right: 0;
    left: calc(50% - 5px); }
  100% {
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    padding-left: 48px;
    padding-right: 48px; } }

@keyframes menu-animation {
  0% {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    height: 0;
    padding-top: 0vh;
    padding-bottom: 0vh;
    left: 50%;
    top: 100%; }
  25% {
    padding-left: 0;
    padding-right: 0;
    height: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    width: 10px;
    left: calc(50% - 5px); }
  50% {
    width: 10px;
    left: calc(50% - 5px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    top: 0; }
  75% {
    width: 10px;
    padding-left: 0;
    padding-right: 0;
    left: calc(50% - 5px); }
  100% {
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    padding-left: 48px;
    padding-right: 48px; } }

@-webkit-keyframes menu-animation-reverse {
  0% {
    width: 100vw;
    left: 0;
    top: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    padding-left: 48px;
    padding-right: 48px; }
  25% {
    padding-left: 0;
    padding-right: 0;
    width: 10px;
    left: calc(50% - 5px); }
  50% {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    top: 0; }
  75% {
    padding-left: 0;
    padding-right: 0;
    height: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    width: 10px;
    left: calc(50% - 5px); }
  100% {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    height: 0;
    padding-top: 0vh;
    padding-bottom: 0vh;
    left: 50%;
    top: 100%; } }

@keyframes menu-animation-reverse {
  0% {
    width: 100vw;
    left: 0;
    top: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    padding-left: 48px;
    padding-right: 48px; }
  25% {
    padding-left: 0;
    padding-right: 0;
    width: 10px;
    left: calc(50% - 5px); }
  50% {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    top: 0; }
  75% {
    padding-left: 0;
    padding-right: 0;
    height: 0;
    padding-top: 70vh;
    padding-bottom: 30vh;
    width: 10px;
    left: calc(50% - 5px); }
  100% {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    height: 0;
    padding-top: 0vh;
    padding-bottom: 0vh;
    left: 50%;
    top: 100%; } }

.prefooter {
  position: relative;
  background-color: whitesmoke;
  padding-top: 72px; }
  .prefooter p.small {
    line-height: 1.5; }
  .prefooter .sede-col {
    padding-right: 24px; }
  .prefooter .newsletter-col {
    padding-right: 6vw; }
  .prefooter .social-col {
    padding-top: 24px; }
    @media (min-width: 768px) {
      .prefooter .social-col {
        padding-top: 0; } }
  .prefooter .copyrights {
    font-size: 14px;
    margin-top: -18px; }

footer {
  position: relative;
  overflow: hidden;
  background-color: #0f0f0f; }
  footer.zetaDown {
    z-index: 5; }
  footer .footer-content {
    position: relative;
    z-index: 1; }
  footer .copyrights-wrapper {
    position: relative;
    color: white;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 36px; }
    @media (min-width: 1200px) {
      footer .copyrights-wrapper {
        padding-bottom: 0; } }
    footer .copyrights-wrapper:before {
      content: "\A";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      content: "\A";
      display: block;
      width: 100%;
      height: 1px; }
    footer .copyrights-wrapper a {
      color: white;
      padding: 6px; }
      @media (min-width: 992px) {
        footer .copyrights-wrapper a:hover {
          color: white; } }
    footer .copyrights-wrapper p {
      display: inline-block; }
    footer .copyrights-wrapper ul {
      display: inline-block;
      font-size: 14px; }
      footer .copyrights-wrapper ul li a {
        padding: 6px 12px 6px 0; }
    footer .copyrights-wrapper .social-list {
      padding: 18px; }
      @media (min-width: 992px) {
        footer .copyrights-wrapper .social-list {
          padding: 0 18px;
          text-align: center; } }
    @media (min-width: 992px) {
      footer .copyrights-wrapper .piva {
        text-align: right; } }

#loghi-partners {
  position: relative;
  background-color: #fff;
  z-index: 2;
  text-align: center; }
  @media (min-width: 768px) {
    #loghi-partners ul {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #loghi-partners ul li a {
    display: block; }
    #loghi-partners ul li a figure {
      background: none;
      text-align: left; }
      #loghi-partners ul li a figure img {
        height: 50px;
        width: auto; }

html.fixme, body.fixme {
  overflow: hidden; }

#cookieBanner {
  display: none;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #0f0f0f;
  color: white;
  padding: 48px 54px 24px 24px; }
  #cookieBanner p {
    margin-bottom: 0; }
  #cookieBanner .link {
    color: #d21822; }
  #cookieBanner button#closeCookieBanner {
    position: absolute;
    right: 18px;
    top: 18px;
    color: white; }

.blocco-logo {
  text-align: center; }
  footer .blocco-logo {
    text-align: left;
    padding-top: 24px; }
    @media (min-width: 992px) {
      footer .blocco-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    footer .blocco-logo h4 {
      padding-top: 0; }
      @media (min-width: 768px) {
        footer .blocco-logo h4 {
          padding-top: 24px; } }
    footer .blocco-logo .blocco-logo-wrapper {
      margin: 0 24px 24px 24px; }
    footer .blocco-logo .payoff {
      padding: 0 24px 36px 24px; }
      @media (min-width: 992px) {
        footer .blocco-logo .payoff {
          padding: 5vw 24px 36px 24px; } }
      @media (min-width: 1200px) {
        footer .blocco-logo .payoff {
          padding: 5vw 20vw 36px 0; } }
    footer .blocco-logo .lista-sale-wrapper {
      padding: 0;
      padding-left: 30px; }
      @media (min-width: 576px) {
        footer .blocco-logo .lista-sale-wrapper {
          padding-left: 84px; } }
      footer .blocco-logo .lista-sale-wrapper:before {
        content: none; }
      @media (min-width: 576px) {
        footer .blocco-logo .lista-sale-wrapper .lista-sale {
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          /* Firefox */
          column-count: 2; } }
      footer .blocco-logo .lista-sale-wrapper .lista-sale .sala {
        display: block; }
        footer .blocco-logo .lista-sale-wrapper .lista-sale .sala a {
          display: block;
          padding: 6px 12px; }
  @media (min-width: 768px) {
    .blocco-logo {
      padding-top: 60px; } }
  .blocco-logo .blocco-logo-wrapper {
    max-width: 270px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .blocco-logo .blocco-logo-wrapper {
        margin: 0 auto 18px auto; } }
    .blocco-logo .blocco-logo-wrapper svg#logo path {
      fill: white; }
  .blocco-logo .lista-sale-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 36px;
    padding-bottom: 24px; }
    .blocco-logo .lista-sale-wrapper:before {
      position: absolute;
      top: 18px;
      content: "\A";
      display: block;
      width: 100%;
      height: 1px; }
  .hero-istituzionale .blocco-logo {
    margin-top: 72px; }
    @media (min-width: 768px) {
      .hero-istituzionale .blocco-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .hero-istituzionale .blocco-logo .blocco-logo-wrapper {
          max-width: 500px;
          width: 500px; } }
  .home-slider .blocco-logo h4 {
    display: none; }
  .blocco-logo h4 {
    padding-top: 24px; }

.logo-wrapper {
  text-align: center;
  width: 90px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  @media (min-width: 992px) {
    .logo-wrapper {
      width: 112px;
      height: 58px; }
      .header-on-scroll .logo-wrapper {
        width: 90px;
        height: 40px; } }
  .logo-wrapper svg#logo path {
    fill: white; }
  .logo-wrapper span {
    font-size: 12px; }
    @media (min-width: 768px) {
      .logo-wrapper span {
        font-size: 14px; } }
    .logo-wrapper span.sala-corte, .logo-wrapper span.sala-duse, .logo-wrapper span.sala-modena, .logo-wrapper span.sala-mercato {
      color: white; }
    .header-on-scroll .logo-wrapper span, .menu-is-open .logo-wrapper span, .internal-page .logo-wrapper span {
      display: none; }

.owl-dots {
  margin-left: 0;
  position: absolute;
  top: calc( 48px + 36px);
  left: 0;
  right: 0;
  padding-left: 24px; }
  @media (min-width: 576px) {
    .owl-dots {
      top: calc( 64px + 48px); } }
  @media (min-width: 992px) {
    .owl-dots {
      top: calc(94px + 13px); } }
  @media (min-width: 1200px) {
    .owl-dots {
      padding-left: 24px; } }
  .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: width 0.3s ease-out, height 0.3s ease-out;
    transition: width 0.3s ease-out, height 0.3s ease-out; }
  .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background-color: white; }

.owl-carousel .owl-nav {
  position: absolute;
  top: calc( 48px + 24px);
  right: 60px; }
  @media (min-width: 768px) {
    .owl-carousel .owl-nav {
      top: calc( 64px + 48px); } }
  @media (min-width: 992px) {
    .owl-carousel .owl-nav {
      top: 94px; } }
  .owl-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, border 0.3s ease-out;
    border: 1px solid transparent; }
    @media (min-width: 992px) {
      .owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus {
        border: 1px solid white;
        background-color: #0f0f0f; } }
    .owl-carousel .owl-nav button.owl-prev {
      margin-right: 12px; }
    .owl-carousel .owl-nav button.owl-next {
      margin-left: 12px; }
    .owl-carousel .owl-nav button span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 36px;
      height: 44px;
      display: block;
      line-height: 36px;
      color: white;
      font-size: 36px; }

.owl-carousel.spettacolo-slider .owl-nav {
  top: auto;
  bottom: 4px;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .owl-carousel.spettacolo-slider .owl-nav {
      top: auto;
      bottom: 36px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  @media (min-width: 992px) {
    .owl-carousel.spettacolo-slider .owl-nav {
      top: auto;
      bottom: 36px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  .owl-carousel.spettacolo-slider .owl-nav button {
    width: 36px;
    height: 36px;
    border: 1.5px solid white; }
    @media (min-width: 768px) {
      .owl-carousel.spettacolo-slider .owl-nav button {
        width: 48px;
        height: 48px; } }
    @media (min-width: 992px) {
      .owl-carousel.spettacolo-slider .owl-nav button:hover, .owl-carousel.spettacolo-slider .owl-nav button:focus {
        background-color: rgba(15, 15, 15, 0.6); } }
    .owl-carousel.spettacolo-slider .owl-nav button.owl-prev, .owl-carousel.spettacolo-slider .owl-nav button.owl-next {
      border-radius: 50%; }
      .owl-carousel.spettacolo-slider .owl-nav button.owl-prev span:before, .owl-carousel.spettacolo-slider .owl-nav button.owl-next span:before {
        font-family: "tng" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle; }
    .owl-carousel.spettacolo-slider .owl-nav button.owl-prev span:before {
      content: "\61"; }
    .owl-carousel.spettacolo-slider .owl-nav button.owl-next span:before {
      content: "\62"; }
    .owl-carousel.spettacolo-slider .owl-nav button span {
      width: 24px;
      height: 36px;
      font-size: 18px;
      line-height: 34px; }
      @media (min-width: 768px) {
        .owl-carousel.spettacolo-slider .owl-nav button span {
          font-size: 24px;
          line-height: 40px;
          width: 36px;
          height: 44px; } }

.home-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider figure {
    background-repeat: no-repeat;
    background-color: #0f0f0f;
    background-size: cover; }
  .slider .slide {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .slider .slide .btn.after-tng-download {
      position: absolute;
      top: 30px;
      right: 30px; }
    .slider .slide.no-overlay figure:after {
      content: none; }
    @media (max-width: 767.98px) {
      .slider .slide#slide-romanzi-nel-tempo figure {
        background-size: 190%;
        background-position: bottom -6px right; } }
  .slider.home-slider {
    width: 100%;
    height: 100vh; }
    @media (min-width: 768px) {
      .slider.home-slider {
        height: 100vh; } }
    .slider.home-slider .slide {
      height: 100vh; }
      @media (min-width: 768px) {
        .slider.home-slider .slide {
          height: 100%; } }
      .slider.home-slider .slide.blackish-diagonal svg#diagonal > * {
        fill: #0f0f0f; }
      .slider.home-slider .slide.red-diagonal svg#diagonal > * {
        fill: #d21822; }
      .slider.home-slider .slide.blue-diagonal svg#diagonal > * {
        fill: #0096d2; }
      .slider.home-slider .slide.green-diagonal svg#diagonal > * {
        fill: #96bf31; }
      .slider.home-slider .slide.orange-diagonal svg#diagonal > * {
        fill: #f29100; }
      .slider.home-slider .slide.ghostgrey-diagonal svg#diagonal > * {
        fill: whitesmoke; }
      .slider.home-slider .slide .arches.red-arches svg > * {
        fill: #d21822; }
      .slider.home-slider .slide .arches.ghostgrey-arches svg > * {
        fill: whitesmoke; }
      .slider.home-slider .slide .arches.blackish-arches svg > * {
        fill: #0f0f0f; }
      .slider.home-slider .slide .arches.blue-arches svg > * {
        fill: #0096d2; }
      .slider.home-slider .slide .arches.green-arches svg > * {
        fill: #96bf31; }
      .slider.home-slider .slide .arches.orange-arches svg > * {
        fill: #f29100; }
    .slider.home-slider figure {
      height: 50vh;
      background-image: url("../images/mistero-buffo.jpg");
      background-position: center right; }
      @media (min-width: 768px) {
        .slider.home-slider figure {
          height: 100vh; }
          .slider.home-slider figure:after {
            content: "\A";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(26, 26, 26, 0.5); } }
    @media (min-width: 768px) and (min-width: 768px) {
      .slider.home-slider figure:after {
        background-color: rgba(26, 26, 26, 0.4); } }
      @media (min-width: 768px) {
        .slider.home-slider figure.mobile-image {
          display: none; } }
      .slider.home-slider figure.desktop-image {
        display: none; }
        @media (min-width: 768px) {
          .slider.home-slider figure.desktop-image {
            display: block; } }
      .slider.home-slider figure .blocco-logo {
        position: absolute;
        z-index: 1;
        bottom: 12%;
        width: 100%;
        left: 0;
        right: 0; }
        @media (min-width: 576px) {
          .slider.home-slider figure .blocco-logo {
            display: block;
            bottom: 20%;
            right: 0;
            left: 0; } }
        @media (min-width: 992px) {
          .slider.home-slider figure .blocco-logo {
            left: auto;
            right: 6%;
            width: auto; } }
        @media (min-width: 1440px) {
          .slider.home-slider figure .blocco-logo .blocco-logo-wrapper {
            max-width: 450px; } }
        .slider.home-slider figure .blocco-logo #parentesi {
          fill: #d21822; }
        .slider.home-slider figure .blocco-logo #teatro-nazionale-genova {
          fill: white; }
    .slider.home-slider .slide-content {
      margin-top: 18px;
      padding-left: 12px;
      padding-right: 12px; }
      @media (min-width: 576px) {
        .slider.home-slider .slide-content {
          margin-top: 36px;
          padding-left: 24px;
          padding-right: 24px; } }
      @media (min-width: 768px) {
        .slider.home-slider .slide-content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin-top: calc( 48px + 84px);
          height: calc(100% - 48px - 84px); } }
      @media (min-width: 1200px) {
        .slider.home-slider .slide-content {
          padding-left: 18px;
          padding-right: 18px;
          margin-top: calc( 94px + 70px);
          height: calc(100% - 94px - 70px); } }
      .slider.home-slider .slide-content h1 {
        color: #0f0f0f;
        word-break: break-word; }
        @media (min-width: 768px) {
          .slider.home-slider .slide-content h1 {
            color: white;
            max-width: 50vw;
            word-break: initial; } }
      .slider.home-slider .slide-content h2 {
        color: #0f0f0f;
        margin-top: 18px; }
        @media (min-width: 768px) {
          .slider.home-slider .slide-content h2 {
            margin-top: 0;
            max-width: 48vw; } }
        @media (min-width: 992px) {
          .slider.home-slider .slide-content h2 {
            max-width: 40vw; } }
      .slider.home-slider .slide-content h1.huge + a.btn {
        margin-top: 18px; }
        @media (min-width: 768px) {
          .slider.home-slider .slide-content h1.huge + a.btn {
            margin-top: 36px; } }
      .slider.home-slider .slide-content .arches {
        display: none;
        padding: 24px 24px 0 0; }
        @media (min-width: 1200px) {
          .slider.home-slider .slide-content .arches {
            display: block;
            padding: 24px 48px 0 0; } }
        @media (min-width: 1680px) {
          .slider.home-slider .slide-content .arches {
            padding: 24px 84px 0 0; } }
        .slider.home-slider .slide-content .arches svg#thin-arc {
          margin-top: 96px;
          margin-left: -48px; }
          @media (min-width: 1440px) {
            .slider.home-slider .slide-content .arches svg#thin-arc {
              margin-left: -84px; } }
  .slider.spettacolo-slider:after {
    content: none; }
  .slider.spettacolo-slider .slide {
    background-size: contain;
    background-position: center;
    height: calc(100vh - 48px - 96px); }
    @media (min-width: 992px) {
      .slider.spettacolo-slider .slide {
        height: calc(100vh - 64px - 96px); } }
    .slider.spettacolo-slider .slide .didascalia {
      position: absolute;
      left: 0;
      bottom: 54px;
      padding: 0 12px;
      width: 100%;
      max-width: 720px;
      font-size: 14px;
      letter-spacing: 0.8px;
      font-weight: 500;
      color: white;
      text-shadow: 1px 1px 3px rgba(15, 15, 15, 0.8); }
      @media (min-width: 768px) {
        .slider.spettacolo-slider .slide .didascalia {
          width: calc(50% - 96px);
          padding: 52px 36px;
          bottom: 0; } }

.accordion dt {
  font-size: 18px;
  font-weight: 300;
  padding: 4px 18px;
  vertical-align: middle;
  line-height: 36px;
  border: 1px solid #0f0f0f;
  border-bottom: none;
  -webkit-transition: padding 0.3s ease-out, border-right-color 0.3s ease-out, border-left-color 0.3s ease-out, background-color 0.3s ease-out, border-top-color 0.3s ease-out;
  transition: padding 0.3s ease-out, border-right-color 0.3s ease-out, border-left-color 0.3s ease-out, background-color 0.3s ease-out, border-top-color 0.3s ease-out; }
  .accordion dt:after {
    font-size: 16px;
    line-height: 35px;
    display: inline-block; }
  .accordion dt:last-of-type {
    border-bottom: 1px solid #0f0f0f; }
  .accordion dt.open {
    border-right-color: #d6d6d6;
    border-left-color: #d6d6d6;
    background-color: whitesmoke;
    padding: 12px 18px; }
    .accordion dt.open:last-of-type {
      border-bottom: none; }
    .accordion dt.open:first-of-type {
      border-top-color: #d6d6d6; }
  @media (min-width: 768px) {
    .accordion dt {
      font-size: 20px;
      padding: 8px 18px; } }

.accordion dd {
  position: relative;
  background-color: whitesmoke;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 18px;
  margin: 0; }
  .accordion dd:before {
    display: block;
    content: "\A";
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px; }
  .accordion dd:last-of-type {
    border-bottom: 1px solid #d6d6d6; }

.sidebar-content {
  position: relative; }
  .single-post .sidebar-content {
    padding-top: 1px; }
    @media (min-width: 768px) {
      .single-post .sidebar-content {
        padding-top: 60px; } }
  .sidebar-content .sidebar {
    display: block; }
    .single-post .sidebar-content .sidebar > div {
      padding-top: 18px;
      border-bottom: 1px solid #0f0f0f;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .single-post .sidebar-content .sidebar > div {
          border-top: 1px solid #0f0f0f;
          margin-top: 48px;
          border-bottom: none;
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .sidebar-content .sidebar {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        padding: 18px 18px 0 0; }
        .sidebar-content .sidebar.fixme-sidebar {
          position: fixed;
          left: 18px;
          top: 64px;
          width: calc(30% - 9px);
          -webkit-transition: -webkit-transform 1.5s ease-in-out;
          transition: -webkit-transform 1.5s ease-in-out;
          transition: transform 1.5s ease-in-out;
          transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out; }
        .sidebar-content .sidebar.moved-up {
          -webkit-transform: translateY(-5000px);
                  transform: translateY(-5000px); } }
    @media (min-width: 1200px) {
      .sidebar-content .sidebar {
        padding: 24px 36px 36px 36px; } }
    .sidebar-content .sidebar > p, .sidebar-content .sidebar .sidemenu {
      display: none; }
      @media (min-width: 768px) {
        .sidebar-content .sidebar > p, .sidebar-content .sidebar .sidemenu {
          display: block; } }
    .sidebar-content .sidebar .btn:first-of-type {
      margin: 18px 0 24px 0; }
    #contenuto-spettacolo .sidebar-content .sidebar {
      left: 0;
      width: 100%; }
      @media (min-width: 768px) {
        #contenuto-spettacolo .sidebar-content .sidebar {
          width: 30%; } }
      @media (min-width: 1200px) {
        #contenuto-spettacolo .sidebar-content .sidebar {
          padding: 60px 36px 36px 36px; } }
      #contenuto-spettacolo .sidebar-content .sidebar.fixme-sidebar {
        left: 18px;
        width: calc(30% - 9px); }
  .sidebar-content .side-content {
    max-width: 1164px;
    min-height: 600px;
    padding-top: 18px; }
    @media (min-width: 992px) {
      .sidebar-content .side-content {
        padding-top: 0; } }
    @media (min-width: 768px) {
      #contenuto-spettacolo .sidebar-content .side-content {
        padding-top: 18px; } }
    @media (min-width: 1200px) {
      #contenuto-spettacolo .sidebar-content .side-content {
        padding-top: 56px; } }
    @media (min-width: 768px) {
      .sidebar-content .side-content {
        margin-left: 30%;
        width: 70%;
        padding-left: 18px; } }
    @media (min-width: 1200px) {
      .sidebar-content .side-content {
        padding-left: 48px; } }

.sidemenu li {
  line-height: 1.3; }

.sidemenu a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 0.3px; }
  @media (min-width: 992px) {
    .sidemenu a {
      font-size: 13px;
      letter-spacing: 0.6px; } }

.sidemenu.sidemenu-sale {
  padding-bottom: 36px; }
  .sidemenu.sidemenu-sale a {
    text-transform: initial;
    font-weight: 400; }
    .sidemenu.sidemenu-sale a:before {
      padding-right: 12px; }

.scroll-to-target:after {
  content: "\A";
  display: block;
  width: 0;
  height: 2px;
  background-color: #0f0f0f;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }

.scroll-to-target.active:after {
  width: 100%; }

#incontro .dove-quando p {
  margin-bottom: 2px;
  font-weight: 600; }
  #incontro .dove-quando p:before {
    content: "\A";
    display: inline-block;
    width: 36px;
    height: 2px;
    border-radius: 1px;
    background-color: #0f0f0f;
    vertical-align: middle;
    margin: 0 18px 0 6px; }

#incontro .prezzi-biglietti p.small {
  margin: 6px 0; }

.site-sala-corte #incontro .prezzi-biglietti p.prezzo-biglietto {
  color: #d21822; }

#incontro .link-biglietti .btn:last-of-type {
  margin-bottom: 0; }

#incontro .link-biglietti .btn:first-of-type {
  margin-top: 0; }

.paragrafi-incontri {
  background-color: whitesmoke;
  padding: 18px;
  border-radius: 3px; }
  @media (min-width: 992px) {
    .paragrafi-incontri {
      padding: 36px; } }

.panel {
  background-color: white;
  padding: 18px; }
  @media (min-width: 576px) {
    .panel {
      padding: 30px; }
      .panel.pb120 {
        padding: 30px 30px 120px 30px; } }
  @media (min-width: 992px) {
    .panel.pb120 {
      padding: 48px 48px 120px 48px; } }

.tabs.single-tabs .tab {
  background-color: transparent;
  border: none; }

.tab {
  position: relative;
  z-index: 0;
  padding: 12px;
  background-color: whitesmoke;
  border: 1px solid #d6d6d6; }
  @media (min-width: 576px) {
    .tab {
      padding: 18px; } }
  @media (min-width: 992px) {
    .tab {
      padding: 36px 18px; } }
  .tabs-contents .tab {
    display: none; }
  .tab.active {
    display: block; }
  .tab.not-responsive {
    overflow: auto; }
    .tab.not-responsive .tab-inner {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
  @media (min-width: 992px) {
    .tab .tab-inner {
      padding-left: 18px;
      padding-right: 18px; } }

.tabs-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .tabs-labels .tab-label {
    position: relative;
    cursor: pointer;
    margin-bottom: -1px;
    margin-left: -1px;
    border: 1px solid #d6d6d6;
    padding: 12px 18px;
    background-color: rgba(214, 214, 214, 0.7);
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 12px; }
    @media (min-width: 576px) {
      .tabs-labels .tab-label {
        padding: 12px 24px;
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      #biglietterie .tabs-labels .tab-label {
        max-width: 20%;
        color: transparent;
        overflow: hidden; } }
    .tabs-labels .tab-label:before {
      padding-right: 6px; }
    .tabs-labels .tab-label:first-of-type {
      margin-left: 0; }
    .tabs-labels .tab-label.active-label {
      background-color: whitesmoke;
      color: #0f0f0f;
      border-bottom-color: whitesmoke;
      z-index: 1; }
      @media (max-width: 767.98px) {
        #biglietterie .tabs-labels .tab-label.active-label {
          max-width: 40%; } }

.breadcrumbs {
  position: relative;
  color: black;
  margin-bottom: 18px;
  font-size: 13px; }
  @media (min-width: 576px) {
    .breadcrumbs {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .breadcrumbs {
      font-size: 15px; } }
  .breadcrumbs span {
    display: none;
    line-height: 12px;
    vertical-align: middle;
    font-weight: 300; }
    @media (min-width: 768px) {
      .breadcrumbs span {
        display: inline-block; } }
    .breadcrumbs span:after {
      font-size: 12px;
      line-height: 12px;
      padding-left: 6px;
      padding-right: 3px; }
  .breadcrumbs a {
    vertical-align: middle;
    line-height: 12px;
    font-weight: 300; }
    .breadcrumbs a:after {
      content: "\76";
      font-family: "tng" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      font-size: 12px;
      line-height: 12px;
      padding-left: 6px;
      padding-right: 3px; }
    .breadcrumbs a.last:after {
      content: none; }
    .breadcrumbs a.home-breadcrumb {
      display: none; }
      @media (min-width: 768px) {
        .breadcrumbs a.home-breadcrumb {
          display: inline-block; } }
  @media (min-width: 1200px) {
    .side-content .breadcrumbs {
      padding-left: 36px; } }
  .hero .breadcrumbs a:after {
    content: none; }
  @media (min-width: 768px) {
    .hero .breadcrumbs {
      color: whitesmoke; }
      .hero .breadcrumbs a {
        color: whitesmoke; }
        .hero .breadcrumbs a:after {
          content: "\76"; } }
  @media (min-width: 768px) {
    .hero-post .breadcrumbs {
      color: #0f0f0f; }
      .hero-post .breadcrumbs a {
        color: #0f0f0f; } }
  .hero-istituzionale .breadcrumbs {
    color: white; }
    .hero-istituzionale .breadcrumbs a {
      color: white; }
  .breadcrumbs-multisala .breadcrumbs {
    color: whitesmoke; }
    .breadcrumbs-multisala .breadcrumbs a {
      color: whitesmoke; }

ul {
  padding: 0;
  margin: 0; }
  ul.bulleted {
    padding-left: 30px; }
    ul.bulleted li {
      list-style: disc outside; }
  ul li {
    list-style: none outside none;
    line-height: 1.5; }
    ul li p {
      line-height: 1.5; }

.inline-list {
  margin: 0;
  padding: 0; }
  .inline-list > li {
    display: inline-block; }

.flex-list > li {
  display: block;
  list-style: none outside none; }

.hero .lista-sale {
  display: inline-block; }
  .hero .lista-sale .sala {
    padding-left: 0;
    display: block; }
    .hero .lista-sale .sala:before {
      padding-right: 6px;
      font-size: 18px; }

.hero.hero-istituzionale .lista-sale {
  display: block; }
  .hero.hero-istituzionale .lista-sale .sala {
    padding-left: 6px;
    display: inline-block; }

.lista-sale .sala {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.8px;
  font-size: 24px;
  line-height: 1;
  font-size: 16px; }
  @media (min-width: 768px) {
    .hero-content .lista-sale .sala {
      font-size: 36px; } }
  .spettacolo .lista-sale .sala {
    font-family: "Cardo", serif;
    font-size: 16px; }
    @media (min-width: 768px) {
      .spettacolo .lista-sale .sala {
        font-size: 16px; } }
  .blocco-logo .lista-sale .sala {
    font-size: 16px; }
    .blocco-logo .lista-sale .sala a {
      color: white;
      padding: 0 12px; }

.lista-sale span, .lista-sale svg {
  vertical-align: middle; }

.lista-sale svg#sintesi {
  width: 18px;
  height: 18px; }
  @media (min-width: 576px) {
    .lista-sale svg#sintesi {
      width: 22px;
      height: 22px; } }

footer .social-list li a {
  font-size: 24px;
  line-height: 18px; }

.hero {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .hero h1 {
    max-width: 600px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    word-break: break-word; }
    @media (min-width: 576px) {
      .hero h1 {
        word-break: initial; } }
    @media (min-width: 768px) {
      .hero h1 {
        text-shadow: 0px 0px 30px rgba(15, 15, 15, 0.2); } }
  .single-spettacolo .hero:after, .single-spettacolo .hero .hero-content:before {
    content: none; }
  @media (min-width: 768px) {
    .hero.hero-scuola-recitazione figure:after {
      background-color: rgba(15, 15, 15, 0.3); } }
  .hero.hero-scuola-recitazione #thin-arc {
    display: none; }
  @media (max-width: 767.98px) {
    .hero.hero-scuola-recitazione .difference {
      text-align: center; } }
  .hero.hero-scuola-recitazione #scuola_di_recitazione_logo {
    max-width: 50%;
    margin-left: 0;
    margin-top: 5vh; }
    .hero.hero-scuola-recitazione #scuola_di_recitazione_logo path {
      fill: white; }
  .hero.hero-scuola-recitazione .rounded-icon-button {
    color: white; }
    .hero.hero-scuola-recitazione .rounded-icon-button svg circle {
      stroke: white; }
  .hero.hero-scuola-recitazione .cosa {
    height: 100%; }
  .hero.hero-istituzionale .hero-content {
    background-color: #0f0f0f; }
  .hero.hero-istituzionale .rounded-icon-button {
    color: white; }
    @media (min-width: 768px) {
      .hero.hero-istituzionale .rounded-icon-button {
        bottom: 84px; } }
    .hero.hero-istituzionale .rounded-icon-button svg circle {
      stroke: white; }
  .hero.hero-post {
    background-color: whitesmoke;
    padding-top: calc(64px + 50px);
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .hero.hero-post {
        height: auto; } }
    @media (min-width: 768px) {
      .hero.hero-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .hero.hero-post #foglio_piegato_svg {
          -webkit-transform: scaleX(-1);
                  transform: scaleX(-1);
          position: relative; } }
    .hero.hero-post h1 {
      text-transform: initial;
      color: #0f0f0f;
      text-shadow: none; }
      @media (max-width: 767.98px) {
        .hero.hero-post h1 {
          font-size: 24px; } }
    .hero.hero-post h4 {
      font-size: 200; }
    .hero.hero-post .hero-content {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      background-color: transparent; }
      .hero.hero-post .hero-content:before {
        content: none; }
      .hero.hero-post .hero-content > .hero-content-inner {
        position: relative;
        padding-bottom: 18px;
        padding-left: 15px; }
        @media (min-width: 768px) {
          .hero.hero-post .hero-content > .hero-content-inner {
            padding-top: 0;
            margin-top: 48px;
            padding-bottom: 48px; } }
        @media (min-width: 992px) {
          .hero.hero-post .hero-content > .hero-content-inner {
            margin-top: 48px; } }
  @media (min-width: 768px) {
    .hero {
      height: 100vh; } }
  @media (min-width: 768px) {
    .hero {
      background-color: #0f0f0f;
      color: whitesmoke; }
      .hero img.mobile-image {
        display: none; } }
  @media (max-width: 767.98px) {
    .hero img.mobile-image + figure {
      display: none; } }
  .hero figure {
    position: relative;
    height: 42vh;
    background-color: #0f0f0f;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0f0f0f;
    background-size: cover; }
    @media (min-width: 768px) {
      .hero figure {
        height: 100vh;
        background-position: right 20% center; } }
    @media (min-width: 1200px) {
      .hero figure {
        background-position: top right; } }
    .hero figure:after {
      content: "\A";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .tax-spettacolo_sala .hero {
    height: 80vh; }
    .tax-spettacolo_sala .hero figure {
      background-position: bottom right;
      background-attachment: fixed;
      height: 80vh; }
    @media (min-width: 768px) {
      .tax-spettacolo_sala .hero .rounded-icon-button {
        bottom: 84px;
        background-color: white;
        border-radius: 50%; } }
  .hero .hero-content {
    position: relative;
    background-color: whitesmoke; }
    @media (min-width: 768px) {
      .hero .hero-content {
        background-color: transparent; } }
    @media (min-width: 768px) {
      .hero .hero-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .hero .hero-content:before {
          content: none; } }
    .hero .hero-content h1 + h1, .hero .hero-content h1 + h2 {
      margin-bottom: 12px; }
      @media (min-width: 375px) {
        .hero .hero-content h1 + h1, .hero .hero-content h1 + h2 {
          margin-bottom: 24px; } }
      @media (min-width: 576px) {
        .hero .hero-content h1 + h1, .hero .hero-content h1 + h2 {
          margin-bottom: 48px; } }
    @media (min-width: 768px) {
      .hero .hero-content h2 + h3 {
        margin-top: -36px; } }
    .hero .hero-content h2 {
      max-width: 460px; }
    .hero .hero-content .tng-arrow-left:before, .hero .hero-content .navigation .prev:before, .navigation .hero .hero-content .prev:before {
      padding-right: 6px; }
    .hero .hero-content > .hero-content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      padding-top: 12px; }
      @media (min-width: 768px) {
        .hero .hero-content > .hero-content-inner {
          padding-top: 0;
          height: calc(100% - (64px + 24px));
          margin-top: calc( 64px + 24px); } }
      @media (min-width: 992px) {
        .hero .hero-content > .hero-content-inner {
          height: calc(100% - (94px + 24px));
          margin-top: calc( 94px + 24px);
          padding-left: 54px; } }
      .hero .hero-content > .hero-content-inner .cosa {
        position: relative;
        z-index: 1; }
      .hero .hero-content > .hero-content-inner .dove-quando {
        z-index: 1;
        color: #0f0f0f;
        max-width: 480px; }
        @media (min-width: 576px) {
          .hero .hero-content > .hero-content-inner .dove-quando {
            padding-bottom: 24px; } }
        .hero .hero-content > .hero-content-inner .dove-quando > h2 {
          font-family: "Cardo", serif;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .hero .hero-content > .hero-content-inner .dove-quando span.date-end {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .hero .hero-content > .hero-content-inner .dove-quando span.date-end:before {
            display: inline-block;
            content: "\A";
            width: 36px;
            height: 2px;
            background-color: #0f0f0f;
            margin-right: 12px;
            margin-left: 12px; }
        .hero .hero-content > .hero-content-inner .dove-quando .lista-sale {
          font-family: "Cardo", serif;
          max-width: 62%; }
          .hero .hero-content > .hero-content-inner .dove-quando .lista-sale .sala {
            display: inline-block; }
            .hero .hero-content > .hero-content-inner .dove-quando .lista-sale .sala:after {
              display: inline-block;
              content: ", "; }
            .hero .hero-content > .hero-content-inner .dove-quando .lista-sale .sala:last-child:after {
              content: none; }
    .hero .hero-content .difference {
      position: relative;
      /**
			 * Conditional CSS for Edge 12+.
			 * @link: https://jeffclayton.wordpress.com/2015/04/07/css-hacks-for-windows-10-and-spartan-browser-preview/
			 */
      /**
			 * Conditional CSS for IE 8+ (and old Firefox 1.x).
			 * @link: https://jeffclayton.wordpress.com/2015/04/07/css-hacks-for-windows-10-and-spartan-browser-preview/
			 */ }
      @media (min-width: 768px) {
        .hero .hero-content .difference {
          mix-blend-mode: difference; } }
      .hero .hero-content .difference h1, .hero .hero-content .difference h2, .hero .hero-content .difference h3, .hero .hero-content .difference p {
        color: #0f0f0f; }
        @media (min-width: 768px) {
          .hero .hero-content .difference h1, .hero .hero-content .difference h2, .hero .hero-content .difference h3, .hero .hero-content .difference p {
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } }
      @supports (-ms-ime-align: auto) {
        .hero .hero-content .difference {
          /* Conditional Edge styles */ }
          .hero .hero-content .difference h1, .hero .hero-content .difference h2, .hero .hero-content .difference h3, .hero .hero-content .difference p {
            color: white !important; } }
      @media screen\0 {
        .hero .hero-content .difference {
          /* Conditional IE styles */ }
          .hero .hero-content .difference h1, .hero .hero-content .difference h2, .hero .hero-content .difference h3, .hero .hero-content .difference p {
            color: white !important; } }
    .hero .hero-content .btn {
      position: relative; }
  .hero .rounded-icon-button {
    display: none; }
    @media (min-width: 768px) {
      .hero .rounded-icon-button {
        display: block;
        color: #0f0f0f;
        margin: 18px 0 36px 0;
        position: absolute;
        margin: 0; }
        .hero .rounded-icon-button svg circle {
          stroke: #0f0f0f; } }

#foglio_piegato_svg {
  display: none;
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (min-width: 768px) {
    .home-slider-wrapper #foglio_piegato_svg {
      width: 100vw; } }
  @media (min-width: 992px) {
    .home-slider-wrapper #foglio_piegato_svg {
      max-width: 74vw; } }
  @media (min-width: 1440px) {
    .home-slider-wrapper #foglio_piegato_svg {
      max-width: 64vw; } }
  @media (min-width: 768px) {
    #foglio_piegato_svg {
      display: block; } }
  @media (min-width: 992px) {
    #foglio_piegato_svg {
      max-width: 60vw;
      width: 100%; } }
  @media (min-width: 1024px) {
    #foglio_piegato_svg {
      max-width: 64vw; } }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }
  .tax-spettacolo_sala .acf-map {
    border-left: none;
    border-right: none; }

.map-wrapper {
  position: relative; }
  .map-wrapper .panel {
    position: absolute;
    z-index: 1;
    border: 1px solid #d6d6d6;
    right: 18px;
    top: 18px;
    bottom: 18px;
    width: calc(100% - 36px); }
    @media (min-width: 576px) {
      .map-wrapper .panel {
        max-width: 340px;
        right: 48px;
        top: 48px;
        bottom: 48px;
        width: calc(100% - 96px); } }

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

.globalSearch .search-title {
  font-size: 20px;
  margin: 10px 0 36px 0; }
  .globalSearch .search-title:before {
    padding-right: 18px;
    font-size: 24px;
    vertical-align: middle; }

.globalSearch form {
  position: relative;
  padding-bottom: 36px; }

.globalSearch .searchTerm {
  background-color: #000;
  border-color: #fff;
  color: #fff;
  width: 100%; }

.globalSearch button {
  position: absolute;
  right: 12px;
  top: 3px;
  color: white;
  font-size: 24px; }

.globalSearch .search-results .single-search-result:after {
  content: '';
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  display: block; }

.globalSearch .search-results .single-search-result p::after {
  display: block;
  clear: both;
  content: ""; }

.globalSearch .search-results .single-search-result p.title {
  margin-bottom: 12px;
  padding-top: 12px; }

.globalSearch .search-results .single-search-result .title {
  padding-top: 18px;
  font-weight: 700; }

.globalSearch .search-results .single-search-result .readMore {
  float: right;
  padding: 5px 18px;
  min-width: 0;
  font-size: 14px;
  border: none;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .globalSearch .search-results .single-search-result .readMore {
      margin-top: 18px; } }

.globalSearch .seeAll {
  padding-top: 18px; }
  .globalSearch .seeAll a {
    display: inline-block;
    background-color: #7a7a7a;
    color: #fff;
    border: 1px solid whitesmoke;
    padding: 5px 10px; }

.formCerca {
  max-width: 1200px !important;
  margin: 0 auto; }

#filter-pre-sales {
  padding: 24px 0 48px; }
  #filter-pre-sales .searchedTerm {
    border: 2px solid #0f0f0f;
    border-radius: 3px;
    width: 80%; }

.lista-spettacoli#prossimi-spettacoli {
  padding-top: 36px; }
  @media (min-width: 768px) {
    .lista-spettacoli#prossimi-spettacoli {
      padding-top: 96px; } }

#griglia-spettacoli {
  position: relative;
  -webkit-transition: height 0.3s ease-in-out 0.8s;
  transition: height 0.3s ease-in-out 0.8s; }
  #griglia-spettacoli > ul {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  #griglia-spettacoli:after {
    font-family: "tng" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\79";
    font-size: 36px;
    color: #0f0f0f;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-animation-name: loader_animation;
            animation-name: loader_animation;
    -webkit-animation-duration: 8000ms;
            animation-duration: 8000ms;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0; }
  #griglia-spettacoli.loading > ul {
    opacity: 0; }
  #griglia-spettacoli.loading:after {
    opacity: 1; }
  #griglia-spettacoli.loaded {
    height: auto; }
    #griglia-spettacoli.loaded:after {
      opacity: 0; }
    #griglia-spettacoli.loaded > ul {
      opacity: 1; }

@-webkit-keyframes loader_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes loader_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

.spettacolo-grid-wrapper {
  padding: 0 0 36px 0;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding-left: 18px;
  padding-right: 18px; }
  @media (min-width: 768px) {
    .spettacolo-grid-wrapper {
      padding: 0 18px 48px 18px;
      max-width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; } }
  @media (min-width: 1200px) {
    .spettacolo-grid-wrapper {
      max-width: 33.333%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.333%;
              flex: 1 0 33.333%; } }

.spettacolo {
  display: block; }
  .featured-menu-content .spettacolo {
    padding: 0 0 36px 0; }
    .featured-menu-content .spettacolo .dati-spettacolo {
      color: white; }
  .spettacolo .figure-container {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .spettacolo .figure-container ul.lista-sale {
      position: absolute;
      left: 6px;
      bottom: 6px; }
    .spettacolo .figure-container svg#sintesi {
      width: 22px;
      height: 22px; }
    .spettacolo .figure-container svg#angolino {
      position: absolute;
      right: 0;
      bottom: 0; }
  .spettacolo figure {
    position: relative;
    background-color: #0f0f0f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }
    .spettacolo figure:after {
      display: block;
      content: "\A";
      padding-bottom: 100%; }
    @media (min-width: 992px) {
      .spettacolo figure:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }
    .featured-menu-content .spettacolo figure {
      background-color: whitesmoke; }
  .spettacolo .dati-spettacolo {
    padding-top: 12px; }
  .spettacolo .data-spettacolo {
    font-family: "Cardo", serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .spettacolo span.date-end {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .spettacolo span.date-end:before {
      display: inline-block;
      content: "\A";
      width: 18px;
      height: 1px;
      background-color: #0f0f0f;
      margin-right: 8px;
      margin-left: 8px; }

#contenuto-spettacolo {
  position: relative; }
  #contenuto-spettacolo .locandina .row-locandina {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0 9px; }
    @media (min-width: 992px) {
      #contenuto-spettacolo .locandina .row-locandina.one-third {
        max-width: 33.33%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.33%;
                flex: 1 0 33.33%; }
      #contenuto-spettacolo .locandina .row-locandina.two-third {
        max-width: 66.67%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 66.67%;
                flex: 1 0 66.67%; }
      #contenuto-spettacolo .locandina .row-locandina.full {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
    @media (min-width: 1440px) {
      #contenuto-spettacolo .locandina .row-locandina {
        padding: 0 24px; } }
    #contenuto-spettacolo .locandina .row-locandina .label-locandina {
      background-color: whitesmoke;
      font-weight: 700; }
  #contenuto-spettacolo .dove-quando .tab .giorno,
  #contenuto-spettacolo .dove-quando .tab .data,
  #contenuto-spettacolo .dove-quando .tab .ora {
    max-width: 33.33%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
    font-size: 14px;
    padding: 0 6px; }
    @media (min-width: 1440px) {
      #contenuto-spettacolo .dove-quando .tab .giorno,
      #contenuto-spettacolo .dove-quando .tab .data,
      #contenuto-spettacolo .dove-quando .tab .ora {
        padding: 0 12px; } }
  #contenuto-spettacolo .dove-quando .tab .giorno {
    font-weight: 300;
    color: #7a7a7a; }
  #contenuto-spettacolo .dove-quando .tab .data {
    font-weight: 300; }
  #contenuto-spettacolo .dove-quando .tab .tab-inner-indirizzo, #contenuto-spettacolo .dove-quando .tab .tab-inner-orari {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    @media (min-width: 1440px) {
      #contenuto-spettacolo .dove-quando .tab .tab-inner-indirizzo, #contenuto-spettacolo .dove-quando .tab .tab-inner-orari {
        max-width: 50%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        padding: 0 18px; } }
  #contenuto-spettacolo .dove-quando .tab .tab-inner-indirizzo .btn-tiny {
    margin-bottom: 18px; }
  #contenuto-spettacolo .dove-quando .tab .tab-inner-orari .panel {
    height: 100%;
    overflow-y: auto;
    max-height: 480px; }

#filter-spettacoli {
  overflow: hidden; }

.filter {
  margin: 24px 0; }
  @media (min-width: 768px) {
    .filter {
      margin: 48px 0 36px 0;
      padding-right: 36px; } }
  .filter.filter-sala {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .filter.filter-sala {
        margin: 24px auto 18px auto;
        display: block; } }

#griglia-spettacoli-scuola ul .spettacolo-scuola {
  padding: 36px 18px; }

@media (min-width: 576px) {
  #griglia-spettacoli-scuola ul {
    margin-left: -18px;
    margin-right: -18px; }
    #griglia-spettacoli-scuola ul .spettacolo-scuola {
      padding: 36px; } }

#gallery iframe {
  width: 100%;
  height: 100%; }

#form_newsletter .input-form {
  width: 100%;
  padding: 18px 0; }
  #form_newsletter .input-form label {
    display: inline-block;
    width: 100%; }

#form_newsletter .error-msg {
  color: #d21822;
  display: none; }

#form_newsletter input[type=text],
#form_newsletter input[type=email] {
  width: 100%; }
  @media (min-width: 992px) {
    #form_newsletter input[type=text],
    #form_newsletter input[type=email] {
      width: 100%; } }

@media (min-width: 992px) {
  #form_newsletter input[type='submit'] {
    width: 30%; } }

#form_newsletter .checkbox-btn {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  #form_newsletter .checkbox-btn input {
    width: 10%; }
  #form_newsletter .checkbox-btn.error label {
    color: red; }

#form_newsletter .confirm-msg {
  color: #96bf31;
  display: none; }

@media (min-width: 992px) {
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }

.archive-list .archive-item {
  padding-top: 36px; }
  @media (min-width: 992px) {
    .archive-list .archive-item {
      padding-left: 18px;
      padding-right: 18px;
      max-width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 50%;
              flex: 1 50%; } }
  @media (min-width: 1200px) {
    .archive-list .archive-item {
      max-width: 33.333333%;
      -webkit-box-flex: 1;
          -ms-flex: 1 33.333333%;
              flex: 1 33.333333%; } }
  @media (min-width: 1200px) {
    .archive-list .archive-item.archive-item-featured {
      max-width: 66.666667%;
      -webkit-box-flex: 1;
          -ms-flex: 1 66.666667%;
              flex: 1 66.666667%; } }
  .archive-list .archive-item .archive-item-visual {
    display: block;
    position: relative;
    padding-top: 12px; }
    @media (min-width: 992px) {
      .archive-list .archive-item .archive-item-visual:hover figure, .archive-list .archive-item .archive-item-visual:focus figure {
        background-position: left 30px top; } }
    .archive-list .archive-item .archive-item-visual figure {
      background-size: cover;
      background-position: left top;
      -webkit-transition: background-position 2s ease-out;
      transition: background-position 2s ease-out; }
      .archive-list .archive-item .archive-item-visual figure:before {
        content: "\A";
        display: block;
        padding-top: 62%; }
        @media (min-width: 576px) {
          .archive-list .archive-item .archive-item-visual figure:before {
            padding-top: 38%; } }
        @media (min-width: 992px) {
          .archive-list .archive-item .archive-item-visual figure:before {
            padding-top: 62%; } }
    .archive-list .archive-item .archive-item-visual figure + h4 {
      margin-top: 12px; }
    .archive-list .archive-item .archive-item-visual svg#sintesi {
      position: absolute;
      top: 10%;
      right: 6%;
      width: 96px;
      height: auto;
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
      @media (min-width: 576px) {
        .archive-list .archive-item .archive-item-visual svg#sintesi {
          top: 9.5%;
          right: 3.6%; } }
      @media (min-width: 992px) {
        .archive-list .archive-item .archive-item-visual svg#sintesi {
          right: 5%; } }
      .archive-list .archive-item .archive-item-visual svg#sintesi g path#thin-arc {
        fill: #0f0f0f; }
      .archive-list .archive-item .archive-item-visual svg#sintesi g path#thick-arc {
        fill: #d21822; }
    .archive-list .archive-item .archive-item-visual svg#diagonal {
      display: block;
      -webkit-transform: scaleY(-1) scaleX(-1);
              transform: scaleY(-1) scaleX(-1);
      position: absolute;
      right: -1px;
      left: auto;
      height: 100%;
      width: auto;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .archive-list .archive-item .archive-item-visual svg#diagonal > * {
        fill: #d6d6d6; }
  .archive-list .archive-item .archive-item-excerpt {
    border-top: 1px solid #0f0f0f;
    padding-top: 6px; }
    .archive-list .archive-item .archive-item-excerpt > a {
      display: block;
      padding-bottom: 6px; }
    .archive-list .archive-item .archive-item-excerpt p {
      margin: 0;
      line-height: 1.4; }
      .archive-list .archive-item .archive-item-excerpt p .btn {
        margin-left: 6px; }
  .archive-list .archive-item .archive-item-inner {
    height: 100%;
    border-radius: 2px; }

.archive-list.archive-list-in-evidenza .archive-item {
  padding-bottom: 24px; }
  .archive-list.archive-list-in-evidenza .archive-item .archive-item-excerpt > a {
    display: block; }

.navigation {
  text-align: center; }
  .navigation .page-numbers {
    display: inline-block;
    padding: 12px;
    min-width: 48px;
    -webkit-transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, background-color 0.3s ease-out;
    transition: transform 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .navigation .page-numbers.current:after {
      display: block;
      content: "\A";
      width: 100%;
      height: 2px;
      background-color: #0f0f0f; }
    @media (min-width: 992px) {
      .navigation .page-numbers.current:hover, .navigation .page-numbers.current:focus {
        background-color: transparent; } }
    @media (min-width: 992px) {
      .navigation .page-numbers:hover, .navigation .page-numbers:focus {
        background-color: whitesmoke; } }
  .navigation .next, .navigation .prev {
    font-size: 20px;
    -webkit-transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, background-color 0.3s ease-out;
    transition: transform 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  @media (min-width: 992px) {
    .navigation .next:hover, .navigation .next:focus {
      -webkit-transform: translateX(6px);
              transform: translateX(6px); } }
  .navigation .prev {
    font-size: 20px; }
    @media (min-width: 992px) {
      .navigation .prev:hover, .navigation .prev:focus {
        -webkit-transform: translateX(-6px);
                transform: translateX(-6px); } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  position: relative;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #0f0f0f; }

mark {
  background-color: white;
  color: #0f0f0f; }

a {
  color: #0f0f0f;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media (min-width: 992px) {
    a:hover {
      color: #0f0f0f;
      text-decoration: none; } }
  .logo-wrapper a {
    display: block; }

figure {
  margin: 0; }

img {
  border-radius: 2px; }

#black-diagonal-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }
  @media (min-width: 1200px) {
    #black-diagonal-wrapper {
      display: block; } }
  #black-diagonal-wrapper svg#black-bkg-diagonal {
    position: absolute;
    left: 0;
    top: calc(100vh + 387px);
    width: 100%;
    z-index: -1; }

svg#diagonal-sintesi, svg#diagonal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.9s ease-out, height 0.9s ease-out;
  transition: width 0.9s ease-out, height 0.9s ease-out; }
  @media (min-width: 768px) {
    svg#diagonal-sintesi, svg#diagonal {
      display: block; } }

svg#diagonal-sintesi {
  width: 80%;
  height: auto; }
  @media (min-width: 992px) {
    svg#diagonal-sintesi {
      width: 60%; } }
  .hero svg#diagonal-sintesi #sintesi {
    -webkit-transform: translate(25%, 55%);
            transform: translate(25%, 55%); }
    @media (min-width: 1680px) {
      .hero svg#diagonal-sintesi #sintesi {
        -webkit-transform: translate(37%, 43%);
                transform: translate(37%, 43%); } }
  .single-spettacolo svg#diagonal-sintesi #sintesi {
    -webkit-transform: scale(1.4) translate(3%, 48%);
            transform: scale(1.4) translate(3%, 48%); }
    @media (min-width: 768px) {
      .single-spettacolo svg#diagonal-sintesi #sintesi {
        display: none; } }
    @media (min-width: 1200px) {
      .single-spettacolo svg#diagonal-sintesi #sintesi {
        -webkit-transform: translate(25%, 55%);
                transform: translate(25%, 55%);
        display: block; } }

svg#diagonal {
  width: 45%;
  height: auto; }

.site-content-container {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .home .site-content-container {
    overflow: hidden; }
  .internal-page .site-content-container {
    padding-top: calc(64px + 24px); }
    @media (min-width: 768px) {
      .internal-page .site-content-container {
        padding-top: calc(48px + 48px); } }
    @media (min-width: 992px) {
      .internal-page .site-content-container {
        padding-top: calc(64px + 48px); } }
  .internal-page.single-post .site-content-container {
    padding-top: 0; }
    @media (min-width: 768px) {
      .internal-page.single-post .site-content-container {
        padding-top: 0; } }
    @media (min-width: 992px) {
      .internal-page.single-post .site-content-container {
        padding-top: 0; } }

input[type='email'], input[type='text'] {
  line-height: 48px;
  height: 48px;
  padding: 6px;
  border: 1px solid #d6d6d6; }
  input[type='email'].filter-search, input[type='text'].filter-search {
    line-height: 40px;
    height: 40px;
    padding: 6px 6px 6px 12px;
    border: 2px solid #949494;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    background-image: url(../svg/lens.svg);
    background-position: right 12px center;
    background-size: 17px auto;
    background-repeat: no-repeat; }

input[type='submit'] {
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #0f0f0f;
  background-color: #0f0f0f;
  color: white;
  text-transform: uppercase;
  font-size: 14px; }

#pianta img {
  width: 100%;
  max-width: 720px;
  cursor: pointer; }

#zoom {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: white;
  text-align: center;
  padding: 0 12px; }
  #zoom:after {
    font-family: "tng" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\79";
    font-size: 36px;
    color: #d21822;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-animation-name: loader_animation;
            animation-name: loader_animation;
    -webkit-animation-duration: 8000ms;
            animation-duration: 8000ms;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #zoom #closeZoom {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 1;
    background-color: white; }
  #zoom img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 60px; }
  #zoom .scroller {
    width: 100%;
    height: calc(100vh - 90px);
    margin-top: 90px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  overflow: hidden; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#scuola_di_recitazione_logo {
  max-width: 550px;
  max-width: 80%;
  height: auto;
  margin-left: 18px; }
  @media (min-width: 992px) {
    #scuola_di_recitazione_logo {
      margin-left: 10%; } }

.scuola-recitazione-home {
  position: relative;
  background-color: whitesmoke;
  margin-top: 48px;
  padding-bottom: 48px; }
  @media (min-width: 992px) {
    .scuola-recitazione-home {
      padding-bottom: 0; } }
  .scuola-recitazione-home .panel {
    height: 100%; }
  .scuola-recitazione-home svg {
    margin-bottom: 24px;
    max-width: 360px; }
    .scuola-recitazione-home svg path[fill="#FFFFFF"] {
      fill: #0f0f0f; }
    .scuola-recitazione-home svg path[stroke="#FFFFFF"] {
      stroke: #0f0f0f; }
  .scuola-recitazione-home #foglio_piegato_svg {
    display: none; }
    @media (min-width: 992px) {
      .scuola-recitazione-home #foglio_piegato_svg {
        display: block;
        position: relative;
        margin-bottom: 0; } }
    .scuola-recitazione-home #foglio_piegato_svg #piega_bassa {
      display: none; }
    .scuola-recitazione-home #foglio_piegato_svg #piega_alta {
      fill: #fff; }
    .scuola-recitazione-home #foglio_piegato_svg #foglio {
      background-color: green; }
