.transition, .lista-post .box-ante-post .testo, .testata .head-cen-resize, .testata .head-resize .logo, .testata .head-resize, .testata .head-center .menu-top a.btn-menu, .testata .head-center, .testata .head-top .logo, .testata .head-top {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

#my-page {
  padding-top: 202px;
}

body {
  background: #ffffff;
  font-family: "Barlow", sans-serif;
  color: #000000;
}

a {
  color: #000000;
}
a:hover {
  color: #D30021;
}

.testata .head-top {
  border-bottom: none;
  background: white;
  text-align: center;
  height: 152px;
}
.testata .head-top .logo {
  height: 150px;
}
.testata .head-top i {
  color: #757575;
}
.testata .head-top i:hover {
  color: #000000;
}
.testata .head-top .top-dx .shopping-bag {
  color: #757575;
}
.testata .head-top .btn-lingua {
  color: #757575;
}
.testata .head-top .btn-lingua:hover {
  color: #000000;
}
.testata .head-center {
  border-bottom: none;
  background: #D30021;
  height: 50px;
  top: 152px;
}
.testata .head-center .menu-top a.btn-menu {
  font-family: "Barlow", sans-serif;
  border-bottom: 3px solid #D30021;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
}
.testata .head-center .menu-top a.btn-menu:hover {
  border-bottom: 3px solid #D30021;
  color: #000000;
}
.testata .head-center .dropdown {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.testata .head-center .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border: 1px solid #E5E5DC;
  border-top: 2px solid #D30021;
  border-bottom: 0;
  padding: 0;
}
.testata .head-center .dropdown-menu a:first-child {
  margin-left: 0;
}
.testata .head-center .dropdown-menu .dropdown-item {
  font-size: 16px;
  padding-right: 2.5rem;
  padding-left: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5DC;
}
.testata .head-center .dropdown-menu .dropdown-item:hover {
  background: #D30021;
  color: white;
}
.testata .head-bottom {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.testata .head-resize {
  height: 80px;
}
.testata .head-resize .logo {
  height: 60px;
}
.testata .head-cen-resize {
  top: 80px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  background-color: white;
  border-top: 1px solid #e5e5e5;
}

/* Create three equal columns that floats next to each other */
.column {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

.column h3, .column h3 a {
  font-family: "Gelasio", serif;
}

.column a {
  color: #000000;
}

.column a:hover {
  color: #D30021;
}

.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-text: #111;
}

.mm-menu a {
  text-transform: uppercase;
  font-weight: 700;
}
.mm-menu a:hover {
  color: #D30021;
}

#search-form {
  border: 1px solid #ccc;
}
#search-form:hover {
  border: 1px solid #000000;
}

#search-text {
  color: #000000;
}

#search-button svg {
  fill: #000000;
}

.owl-slide {
  background: #111111;
}
.owl-slide .item .testo-slide {
  color: white;
}
.owl-slide .item .testo-slide .titolo {
  font-family: "Gelasio", serif;
  font-weight: 600;
  width: calc(80% - 10vw);
  margin: 0 auto;
  margin-bottom: calc(30px + 1vw);
}
.owl-slide .item .testo-slide p {
  font-size: calc(12px + 1vw);
}
.owl-slide .owl-prev {
  border: 0px solid black;
}
.owl-slide .owl-next {
  border: 0px solid black;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #333333;
  background: #333333;
}

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

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

.btn-azione-home {
  background: transparent;
  border: 3px solid white;
  color: white;
  text-transform: uppercase;
  font-variant: normal;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0;
  height: 50px;
  line-height: 44px;
  padding: 0 3vw;
}
.btn-azione-home:hover {
  background: #D30021;
  color: white;
  border-color: #D30021;
}

.blocco-pagina .titolo {
  font-family: "Gelasio", serif;
}

.vetrina-categorie {
  background: #111111;
}
.vetrina-categorie .testo {
  color: white;
  top: 0;
  height: 100%;
  align-items: center;
}
.vetrina-categorie .testo h2 {
  font-family: "Barlow", sans-serif;
  background: transparent;
  border: 3px solid white;
  color: white;
  text-transform: uppercase;
  font-variant: normal;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0;
  height: 50px;
  line-height: 44px;
  padding: 0 3vw;
}
.vetrina-categorie .testo .btn-azione-home {
  display: none;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #D30021;
  border-color: #D30021;
  color: white;
}

.chi-siamo-home {
  color: white;
}
.chi-siamo-home .over-chi {
  padding-top: calc(100px + 5vw);
  padding-bottom: calc(100px + 5vw);
}

.lista-post .box-ante-post .ante-img {
  background: #111111;
}
.lista-post .box-ante-post .testo {
  color: white;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(17, 17, 17) 0%, rgba(0, 212, 255, 0) 100%);
}
.lista-post .box-ante-post .testo h2 {
  font-family: "Gelasio", serif;
}

.dettaglio .prima-img {
  background: #111111;
  margin-bottom: 30px;
}
.dettaglio .prima-img .testo h1 {
  font-family: "Gelasio", serif;
  text-transform: none;
}
.dettaglio .prima-img .testo h1::first-letter {
  text-transform: uppercase;
}
.dettaglio .prima-img .testo p {
  color: white;
}
.dettaglio .prima-img .testo .dett-data {
  color: white;
}
.dettaglio .prima-img img {
  display: block;
}

.box-servizio {
  background-color: #111111;
}
.box-servizio h2 {
  color: white;
}

.service-alt h2 {
  font-family: "Gelasio", serif;
}

.box-prodotto .prod-immagine {
  background: #eee;
}

.bread {
  border-bottom: 1px solid #e5e5e5;
  color: #888;
}
.bread a {
  color: #888;
}

.prod-dett-prezzo {
  border-top: 1px solid #e5e5e5;
}

a.aggiungi-carrello:not([href]):not([tabindex]) {
  color: white;
}
a.aggiungi-carrello:not([href]):not([tabindex]):hover {
  color: #111111;
}

a.aggiungi-carrello {
  border: 1px solid #111111;
  background: #111111;
  color: white;
}
a.aggiungi-carrello:hover {
  background: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}

a.richiedi-info {
  border: 1px solid #111111;
  background: transparent;
  color: #111111;
}
a.richiedi-info:hover {
  background: #111111;
  color: white;
  border: 1px solid #111111;
}

.prod-dettaglio .owl-prodotto .item {
  background: #ffffff;
}
.prod-dettaglio .owl-prodotto .owl-prev {
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-prev span {
  color: white;
}
.prod-dettaglio .owl-prodotto .owl-next {
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-next span {
  color: white;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev {
  background: #333333;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next:hover, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev:hover {
  background: yellowgreen;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid #e5e5e5;
}
.prod-dettaglio .prod-dett-qta {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.prod-dettaglio .select-varianti .etichetta {
  color: #B0B0B0;
}
.prod-dettaglio .select-varianti .select-var {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.prod-dett-testo {
  /* Basic Theme */
}
.prod-dett-testo [data-accordion] [data-content] {
  background: #ffffff;
}
.prod-dett-testo [data-accordion] [data-content] article {
  background: transparent;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] {
  background: #ffffff;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] [data-content] {
  background: rgb(228, 255, 228);
}
.prod-dett-testo [data-accordion] [data-control] {
  border-bottom: 1px solid #d7d7d7;
}
.prod-dett-testo [data-accordion] [data-control]:hover {
  color: yellowgreen;
  background: white;
}
.prod-dett-testo [data-accordion] > [data-control]:after {
  color: #444;
}

.prod-filtri {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.prod-ordinamento .select-ordinamento {
  background: transparent;
}

.prod-label {
  background: #E71D36;
  color: white;
}

.titolo-catalogo {
  border-top: 1px solid #e5e5e5;
}

.variante {
  border-top: 1px solid #e5e5e5;
}

.blocco-tecnico {
  border-bottom: 1px solid #e5e5e5;
}

.tabella-prodotti {
  border-bottom: 1px solid #e5e5e5;
}

.blocco-fascia-testo h2 {
  font-family: "Gelasio", serif;
}

.titoletto {
  font-family: "Gelasio", serif;
}

#cart {
  background: white;
}

.shopping-cart .block-heading span.active {
  border-bottom: 1px solid #000000;
}

.filtri-catalogo {
  border-top: 1px solid #e5e5e5;
}
.filtri-catalogo .applica-filtri {
  border: 1px solid #000000;
  background: #000000;
  color: white;
}
.filtri-catalogo .applica-filtri:hover {
  background: #D30021;
  color: white;
  border: 1px solid #D30021;
}

.blocco h2 {
  font-family: "Gelasio", serif;
}
.blocco p a {
  text-decoration: none;
  color: #D30021;
  font-weight: 700;
}
.blocco p a:hover {
  color: #000000;
}

.fascia-newsletter {
  background: #D30021;
  color: #ffffff;
  font-family: "Gelasio", serif;
}
.fascia-newsletter:hover {
  background: #D30021;
  color: white;
}

.blocco-contatti h2 {
  font-family: "Gelasio", serif;
}

.blocco-form {
  background: #39729b;
  color: white;
}
.blocco-form a {
  color: #D30021;
}
.blocco-form h2 {
  font-family: "Gelasio", serif;
}

.form-contatti input {
  border-color: #D30021;
}
.form-contatti .btn-vai {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: "Gelasio", serif;
}
.form-contatti .btn-vai:hover {
  background: #D30021;
  color: white;
  border-color: #D30021;
}

.procedi-acquisto {
  background: #000000;
  color: white;
  font-size: "Gelasio", serif;
}
.procedi-acquisto:hover {
  background: #D30021;
  color: #000000;
}

.btn-primary {
  background: #D30021;
  color: white;
  border-color: #D30021;
}
.btn-primary:hover {
  background: #D30021;
  color: #000000;
  border-color: #D30021;
}

.newsletter #mc-embedded-subscribe {
  background: #D30021;
}
.newsletter #mc-embedded-subscribe:hover {
  background: #D30021;
  color: #000000;
}

.footer-sito {
  background-color: #000000;
  color: white;
}
.footer-sito a {
  color: white;
}
.footer-sito a:hover {
  color: #D30021;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #D30021;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #D30021;
}
.footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect {
  fill: white;
}
.footer-sito .social .svg-icon circle {
  stroke: white;
}

.titolo-sez {
  height: 50px;
  line-height: 50px;
  background: #000000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.titolo-rosso {
  background: #D30021;
}

.ante-proiezione {
  border-bottom: 1px solid #000000;
  margin-top: 30px;
  padding-bottom: 30px;
}
.ante-proiezione .ante-loca {
  height: calc(190px + 4vw);
}
.ante-proiezione .ante-loca img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ante-proiezione .ante-dati .titolo-film {
  font-family: "Gelasio", serif;
  font-size: calc(20px + 1vw);
}
.ante-proiezione .ante-dati .ante-info-film {
  margin-bottom: 15px;
}
.ante-proiezione .ante-dati .info-icona {
  display: inline-block;
  font-size: 18px;
  margin-right: 30px;
  text-transform: uppercase;
}
.ante-proiezione .ante-dati .info-icona:last-of-type {
  margin-right: 0;
}
.ante-proiezione .ante-dati .info-icona img {
  height: 25px;
  margin-right: 10px;
}
.ante-proiezione .ante-dati p {
  font-size: 18px;
  margin-bottom: 0px;
}
.ante-proiezione .ante-dati .ante-abstract-film {
  margin-top: 10px;
}

.ante-dx {
  margin-top: 22px;
}

.dida-dx {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.partner-dx {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 50px;
}
.partner-dx img {
  margin-bottom: 40px;
}

.menu-giorni {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
.menu-giorni a {
  display: inline-block;
  text-transform: uppercase;
  width: 16%;
  padding-bottom: 20px;
  border-right: 1px solid #000000;
}
.menu-giorni a:last-of-type {
  border-right: 0;
}
.menu-giorni a .data-giorno {
  font-size: calc(20px + 4vw);
  display: block;
  line-height: calc(20px + 4vw);
}
.menu-giorni a .data-mese {
  font-size: calc(20px + 1vw);
  line-height: calc(20px + 1vw);
}

.current_day {
  color: #D30021;
}

.dett-film {
  padding-top: 30px;
}

.dett-loca {
  margin-bottom: 48px;
}
.dett-loca img {
  width: 100%;
}

.dett-dati .titolo-film {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-size: calc(20px + 2vw);
}
.dett-dati .dett-dati-film {
  margin-bottom: 0;
}

.dett-info-film {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
.dett-info-film .info-icona {
  margin-bottom: 10px;
  display: inline-block;
}
.dett-info-film img {
  margin-right: 10px;
}

.giorni-proiezioni {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.giorni-proiezioni .giorno-mese {
  padding-right: 30px;
  border-right: 1px solid #000000;
}
.giorni-proiezioni .giorno {
  font-size: calc(20px + 4vw);
  display: block;
  line-height: calc(20px + 4vw);
}
.giorni-proiezioni .mese {
  font-size: calc(20px + 1vw);
  line-height: calc(20px + 1vw);
}
.giorni-proiezioni .ora {
  display: block;
  text-align: left;
  font-size: calc(16px + 1vw);
  line-height: calc(20px + 1vw);
}
.giorni-proiezioni .luogo {
  display: block;
  text-align: left;
  font-size: calc(16px + 1vw);
  line-height: calc(20px + 1vw);
}

.cont-padding .cont-padding {
  padding: 0;
}

.blocchi-detail {
  padding-right: 3vw;
}

.box-contatti {
  padding: 30px 0;
}

.blocco-testo-singolo .blocco-testo {
  padding: 0;
}

.blocco6_6 {
  padding: 0;
}

.ante-luogo {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
  position: relative;
}
.ante-luogo .ante-img {
  height: calc(200px + 5vw);
}
.ante-luogo .ante-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ante-luogo h2 {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-size: calc(20px + 1vw);
}
.ante-luogo p img {
  margin-right: 10px;
}

.dett-luogo {
  margin-bottom: 30px;
}
.dett-luogo img {
  margin-bottom: 30px;
}
.dett-luogo .dati h2 {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-size: calc(20px + 2vw);
}
.dett-luogo .dati h2 img {
  height: calc(30px + 1vw);
  margin-bottom: 10px;
}
.dett-luogo .dati p img {
  margin-right: 10px;
  margin-bottom: 0;
}
.dett-luogo .dett-testo {
  border-left: 1px solid #000000;
  padding-left: 50px;
}
.dett-luogo .dett-testo p {
  padding: 30px 0;
}

.titolo-news {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-size: calc(20px + 2vw);
}

.sotto-news {
  font-size: calc(10px + 1vw);
}

.data-news {
  text-transform: uppercase;
}

.lingue-mobile {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.lingue-mobile select.form-control {
  display: inline-block;
  width: 40%;
}
.lingue-mobile select.form-control:not([size]):not([multiple]) {
  height: 42px;
  vertical-align: -2px;
}
.lingue-mobile .btn-selez-lingua {
  height: 42px;
  padding: 0 1vw;
}

.blog-home {
  margin-top: 48px;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops) */
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #my-page {
    padding-top: 100px;
  }
  .testata .head-top {
    display: none;
  }
  .testata .head-center {
    height: 100px;
    top: 0;
    background: white;
  }
  .titolo-sez {
    font-size: 20px;
  }
  .ante-proiezione .ante-dati p {
    font-size: 16px;
  }
  .ante-proiezione .info-icona {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .chi-siamo-home .bg-chi {
    background-size: auto;
    background-attachment: inherit;
  }
  .cont-padding {
    padding: 0 24px;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .owl-slide {
    height: 50vw;
    min-height: 400px;
  }
  .owl-slide .item {
    height: 50vw;
    min-height: 400px;
  }
  .owl-slide .item .testo-slide .titolo {
    width: 96%;
  }
  .owl-slide .item .testo-slide p {
    display: block;
    width: 96%;
  }
  .colonna-sx {
    padding: 0 10vw;
    padding-top: 60px;
  }
  .ante-proiezione .ante-loca {
    height: calc(300px + 10vw);
    margin-bottom: 20px;
  }
  .ante-proiezione .ante-dati .titolo-film {
    font-size: calc(20px + 3vw);
  }
}
/* Extra Small devices */

/*# sourceMappingURL=site.css.e94561ee9fae.map */
