html,body {
    overflow-x:hidden !important;
}

body {
    background:#fff !important;
    height:auto !important;
}

figure {
    margin: 0 !important;
}

.responsive-image,
.responsive-image img {
    width: 100%;
    height: auto;
}

::selection {
    background-color: #CE0E2D !important;
}

body, header, .offcanvas, .offcanvas.show {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.fixed-top.transparent-header {
    padding-right: 0 !important;
}

.fixed-top.transparent-header {
    padding-right: 0 !important;
}

.fixed-top.brown-header {
    padding-right: 0 !important;
}

body p, span, ul, li {
    font-size: 1rem;
    color: #363636;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

body small {
    font-size: .875rem;
    color: #363636;
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

body a {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none !important;
}



body h1 {
    color: #212529;
    font-family: "Fjalla One", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
  
body h2 {
    color: #212529;
    font-family: "Fjalla One", sans-serif;
    font-style: normal;    
}
  
  body h3 {
    color: #212529;
    font-family: "Fjalla One", sans-serif;
    font-style: normal;
    font-weight: 400;
}
  
body h4 {
    color: #212529;
    font-family: "Fjalla One", sans-serif;
    font-style: normal;
    font-weight: 400;
}
  
body h5 {
    color: #212529;
    font-family: "Fjalla One", sans-serif;
    font-style: normal;
    font-weight: 400;
}

body h6 {
    color: #212529;
    font-style: normal;
    font-weight: 400;
}

header#masthead {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: .5rem 1rem;
}

.logo-header {
    display:block;
    width:15rem;
    margin:0 auto;
}

@media all and (max-width:1024.5px) {
    header#masthead {
        position:relative;
    }
    .logo-header {
        width:10rem;
    }
}

@media all and (max-width:511.5px) {
    header#masthead {
        padding:.25rem 1rem;;
    }
    .logo-header {
        width:8rem;
    }
}

.testo-bianco {
    color: #fff !important;
}

.sezione-intro-landing {
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

.sezione-intro-landing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000002e;
}

.titolo-intro-landing {
    color: #fff;
    text-align: center;
    filter: drop-shadow(0px 0px 10px black);
}

.sezione1-landing.container {
    margin: 10rem auto;
    text-align: center;
}

.container-testo-s2l {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.img-s2l {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2rem;
    box-shadow: 5px 5px 20px 0px #00000040;
}

.sezione3-landing.container {
    margin: 4rem auto;
}

.img-s3l {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2rem;
    box-shadow: -5px 5px 20px 0px #00000040;
}

.container-testo-s3l {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}


.container-del-programma {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.orario-del-programma {
    font-size: 2rem;
    font-weight: 300;
    color: #4975ba;
    margin-bottom: 0;
    margin-top: .5rem;
}

.sezione-programma {
    padding: 4rem 1rem;
    background-color: #0000000d;
    background-image: url(../img/wall-background-2026.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.contenuto-del-programma {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #333;
    max-width: 24rem;
}

.titolo-sezione-programma-l {
    margin-bottom: 5rem;
    text-align: center;
}

.sezione2-landing.container {
    margin: 0 auto;
}

img.skip-lazy.bwg-masonry-thumb {
    border-radius: 1rem;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-masonry-thumbnails .bwg-item0 {
    background-color: transparent !important;
    border-radius: 1rem !important;
}

.container-testo-gl {
    text-align: center;
    margin-bottom: 3rem;
}

.sezione-form-l {
    background-color: #0000000d;
    margin: 4rem 0 0 0;
    padding: 5rem 1rem;
}

.sezione-form {
    margin: 0 auto !important;
    margin-bottom: 5rem !important;
}

.campo-form {
    width: 100%;
    height: 3rem;
    padding: 1rem;
    border: 1px solid #000;
    font-size: .9rem;
    color: #000;
    background-color: #ffffffa8;
    border-radius: .5rem;
}

.text-area-form {
    width: 100%;
    height: auto;
    padding: 1rem;
    border: 1px solid #000;
    font-size: .9rem;
    color: #000;
    max-height: 13rem;
    background-color: #ffffffa8;
    border-radius: .5rem;
}
  
.container-campi {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    gap: 2rem;
}
  
.testo-acceptance {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.37rem;
}
  
.link-acceptance {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.37rem;
    color: #4975ba;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
  
.link-acceptance:hover {
    color: #000;
    transition: all 0.4s ease-in-out;
}
  
.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
  
.sezione-acceptance-form {
    margin-top: 3rem !important;
}
  
.container-submit-form {
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}
  
.container-titolo-form {
    max-width: 45rem;
    margin: 0rem auto;
    margin-bottom: 5rem !important;
    text-align: center;
}
  
::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}
  
.wpcf7-not-valid-tip {
    color: #CE0E2D !important;
    font-size: .875em !important;
    font-weight: normal;
    display: block;
}

.bottone-form {
    background-color: #ffffffa8;
    border: 1px solid #000;
    border-radius: .5rem;
    padding: .75rem 1.75rem;
    color: #000;
    text-align: center;
    font-size: 0.725rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.bottone-form:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all .4s ease-in-out;
}

.container-testo-fl {
    margin-bottom: 3rem;
}

.mappa-contatti {
    height: 50vh !important;
    width: auto;
    min-height: 40rem;
    margin-bottom: 0rem;
}

.dimensionamento-mappa-contatti {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
}

.sezione-gallery-l.container {
    margin-top: 4rem;
}

.container-loop-date {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1320px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}

.data-del-giorno {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem;
    align-self: flex-start;
}

.data-giorno {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.bwg-item {
    padding: .5rem !important;
}

p.contenuto-gallery-l {
    max-width: 50rem;
    margin: 0 auto;
}

.contenuto-form-l {
    max-width: 50rem;
}

.contenitore-testo-programma {
    max-width: 80%;
    width: 100%;
}

.container-orario-programma {
    max-width: 6rem;
    width: 100%;
    padding-right: 1rem;
    text-align: right;
    line-height: 1;
    margin-bottom: 1rem;
}

.container-del-programma:not(:last-child) {
    margin-bottom: 1rem;
}

h5.h3.orario-del-programma.colore-nero.condensed {
    line-height: 1;
    margin-top: 0;
    position: relative;
    z-index: 10;
}

h5.h3.orario-del-programma.colore-nero.condensed::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -.25rem;
    left: -.25rem;
    right: -.25rem;
    width: calc(100% + .5rem);
    background-color: #faff00;
    height: 50%;
}

a.btn.btn-primary.shadow.top-button.position-fixed.zi-1020.visible {
    display: none !important;
}

/* 4K displays (3840px and up) */
@media (max-width: 3840px) {

}

/* 2K displays (2560px and up) */
@media (max-width: 2560px) {

}

/* Large desktops (1920px to 2559px) */
@media (max-width: 1920.5px) {

}

/* Ultra-wide desktop screens */
@media (max-width: 1800.5px) {

}

/* XX-Large desktops (1700px to 1800px) */
@media (max-width: 1700.5px) {

}

/* XX-Large desktops (1500px to 1800px) */
@media (max-width: 1500.5px) {

}

/* Large desktops */
@media (max-width: 1400px) {

}

@media (max-width: 1300px) {

}


/* Laptops 1024px - 1199px */
@media (max-width: 1200px) {

}

@media (max-width: 1152.5px) {
    .sezione-programma {
        padding: 5rem 1rem;
        background-color: #0000000d;
    }
}

/* Large tablets in landscape */
@media (max-width: 1024.5px) {
    .container-loop-date {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 991.5px) { 

}

/* Medium tablets (portrait/landscape variations) */
@media (max-width: 991.5px) {
    .container-testo-s3l {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }

    .contenuto-sezione2 {
        margin-bottom: 5rem;
    }
}

/* Small tablets */
@media (max-width: 875.5px) {

}
@media (max-width: 795.5px) {

}

/* Large phones (landscape mode) */
@media (max-width: 767.5px) {
    .text-area-form {
        width: 100%;
        height: auto;
        padding: 1rem;
        border: 1px solid #000;
        font-size: .9rem;
        color: #000;
        max-height: 13rem;
        background-color: #ffffffa8;
        border-radius: .5rem;
        margin-top: 2rem;
    }
}

/* Medium phones (portrait mode) */
@media (max-width: 650.5px) {

}

@media (max-width: 576px) {

}

@media (max-width: 500.5px) {

}

/* Small phones */
@media (max-width: 480.5px) {

    .sezione2-landing.container {
        margin: 5rem auto;
    }

    .sezione3-landing.container {
        margin: 5rem auto;
    }

    .sezione-gallery-l.container {
        margin-top: 5rem;
    }

    .sezione-form-l {
        background-color: #0000000d;
        margin: 5rem 0;
        padding: 5rem 1rem;
    }

    .sezione-intro-landing {
        width: 100vw;
        height: 50vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        position: relative;
    }
}

@media (max-width: 450.5px) {

}

@media (max-width: 435.5px) {
    .container-orario-programma {
        max-width: 4rem;
        width: 100%;
    }

    .orario-del-programma {
        font-size: 1.5rem;
        font-weight: 300;
        color: #4975ba;
    }

    .contenitore-testo-programma {
        max-width: 100%;
        width: 100%;
    }

}

.colore-verde {
    color:#4fff20;
}

.background-verde {
    background-color:#4fff20;
}

.colore-giallo {
    color:#faff00;
}

.background-giallo {
    background-color:#faff00;
}

.colore-nero {
    color:#000000;
}

.rubik {
    font-family: "Rubik Distressed", system-ui;
    line-height:1;
    text-transform:uppercase;
    position:relative;
    display:block;
}

.h1 {
    font-size:5rem;
}

.h2 {
    font-size:3rem;
}

.h3 {
    font-size:2rem;
}

.h4 {
    font-size:1.5rem;
}


.h5 {
    font-size:1.25rem;
}

.h6 {
    font-size:1.125rem;
}
.container-titolo-rubik {
    position:relative;
}

.sottotitolo-rubik.rubik.colore-giallo {
    left: -.1em;
    top: -.1em;
    bottom:initial;
    right: initial;
}

.sottotitolo-rubik.rubik.colore-verde {
    right: -.1em;
    top: -.1em;
    bottom:initial;
    left: initial;
}

.titolo-rubik {
    position:relative;
    z-index:10;
}

.sottotitolo-rubik {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}

p.kriu {
    position:relative;
    z-index:10;
}

p.kriu::after {
    content: '';
    display: block;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: .5rem;
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
    position: absolute;
    z-index: -1;
    transform: skew(2.5deg, -2deg);
}

p.kriu.giallo::after {
    background-color:#faff00;
}


p.kriu.verde::after {
    background-color:#4fff20;
}

p.kriu strong {
    display: inline-block;
    padding-left: .25em;
    padding-right: .25em;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 10;
    margin-left: .5625rem;
    margin-right: .5625rem;
}

p.kriu strong::before,
p.kriu strong::after {
    content:'';
    display:block;
    position:absolute;
    height:100%;
    top:0;
    bottom:0;
    background:#000;
    z-index:-1;
}

p.kriu strong::before {
    left: -.5rem;
    width: 1rem;
    transform: skewX(4deg);
}

p.kriu strong::after {
    right: -.5rem;
    width: 1rem;
    transform: skewX(4deg);
}

.mb4 {
    margin-bottom:4rem;
}

.condensed {
    font-family:'Fjalla one'
}

label.label-kriu {
    line-height: 1;
    padding: .25rem 1rem;
    position:relative;
    z-index:10;
}

label.label-kriu::before,
label.label-kriu::after {
    content:'';
    display:block;
    position:absolute;
    height:100%;
    top:0;
    bottom:0;
    background:#4fff20;
    z-index:-1;
}

label.label-kriu::before {
    left: -.5rem;
    width: 1rem;
    transform: skewX(4deg);
}

label.label-kriu::after {
    right: -.5rem;
    width: 1rem;
    transform: skewX(4deg);
}

h6.h3.condensed.titolo-del-programma {
    line-height: 1;
    margin-bottom: .5rem;
    text-transform: uppercase;
}


.sezione-programma {
    position:relative;
}

.sezione-programma > div:not(.spray-can) {
    position:relative;
    z-index:10;
}

.sezione-programma > div.spray-can {
    display: block;
    width: 50rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
    animation-name: spray-anim;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes spray-anim {
    0%   {left:0;bottom:-5rem;}
    25%   {left:25%;bottom:0rem}
    50%   {left:50%;bottom:-5rem}
    100%  {left:calc(100% - 50rem);bottom:0}
  }

/* Ultra-small devices (older phones, very small screens) */
@media (max-width: 400.5px) {

}
@media (max-width: 380.5px) {

}

@media all and (max-width:1023.5px) {
    .desktop-only {
        display: none !important;
    }
    .sezione-programma > div.spray-can {
        width:25rem;
    }
    @keyframes spray-anim {
        0%   {left:0;bottom:-2rem;}
        25%   {left:25%;bottom:0rem}
        50%   {left:50%;bottom:-2rem}
        100%  {left:calc(100% - 10rem);bottom:0}
      }
}

@media all and (min-width:1024px) {
    .mobile-only {
        display: none !important;
    }
}

.centered {
    text-align:center;
}

@media (max-width: 1024.5px) {

}

footer.site-footer {
    width: 100%;
    padding: 4rem 1rem;
    position: relative;
    min-height: 30rem;
}

footer.site-footer::before {
    content:'';
    display:block;
    z-index:10;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    position:absolute;
    background-color: transparent;
    background-image: linear-gradient(200deg, #0000008F 0%, #00346D 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

footer.site-footer > .container {
    position: relative;
    z-index: 20;
    min-height: 30rem;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

footer.site-footer > .container > .footer-content {
    display:block;
    width:100%;
    align-self:center;
}

figure.footer-logo {
    display: block;
    width: 100%;
    max-width: 15rem;
    margin: 0 auto !important;
}

.sumbmenu-footer {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

a.link-bianco:link,
a.link-bianco:visited,
a.link-bianco:hover {
    color:#fff;
    display:inline-block;
}

a.link-bianco:not(:last-child) {
    margin-right:1rem;
}

section.sezione-intro {
    padding: 4rem 0;
    background-image: url('../img/background-intro.jpg');
    box-shadow: 0 -1px 8px inset rgba(0, 0, 0, .2);
    background-attachment: fixed;
    background-size: cover;
}

@media all and (min-width:1024px) {
    .col-sm-12.col-md-12.col-lg-6.container-immagine-sx.mb4 {
        margin-bottom:0;
    }
}

@media all and (max-width:767.5px) {
    .data-del-giorno {
        width: 100%;
        margin: 0 0 2rem 0;
        align-self: flex-start;
    }
    .h1 {
        font-size:3rem;
    }
    .h3 {
        font-size: 1.5rem;
    }
    .sezione-intro {
        background-attachment:scroll;
    }
}

@media all and (max-width:399.5px) {
    .data-del-giorno {
        width: 100%;
        margin: 0 0 2rem 0;
        align-self: flex-start;
    }
    .h1 {
        font-size:2.5rem;
    }
    .h3 {
        font-size: 1.25rem;
    }
    .mb4 {
        margin-bottom: 2rem;
    }
}


.col-sm-12.col-md-12.col-lg-6.container-testo-dx {
    align-self: flex-end;
}

section.video-kriu {
    margin-top: -.5rem;
}

div#video_container {
    width: calc(100% - 1rem);
    margin: 0 auto;
}

.item-video {
    display: block;
    width: 100%;
    padding-top: 177.77%;
    height: 0;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

header.video-header {
    margin-top:1rem;
}

.item-video .responsive-video {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: -2rem;
    right: -2rem;
    width: calc(100% + 4rem);
    pointer-events: none;
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
}

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

button.owl-dot {
    background: #666 !important;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    margin:0 .5rem;
    transition:all .3s linear;
}

button.owl-dot.active {
    background: #4fff20 !important;
    width:2rem;
}

@media all and (max-width:511.5px) {
    h5.h3.orario-del-programma.colore-nero.condensed {
        font-size:1rem;
        text-align:center;
    }
    .h1 {
        font-size:2.25rem;
    }
}

.video-intro {
    display: block;
    width: 100%;
    margin-top: 2rem;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    position:relative;
    z-index:1;
}

.video-intro video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
    display: block;
    margin: 0;
    object-fit: cover;
}

.box-testo-video-intro {
    display: block;
    width: calc(100% - 4rem);
    max-width: 64rem;
    padding: 1.5rem;
    background: #fff;
    position: relative;
    z-index: 10;
    top: -3rem;
    left: 2rem;
    transform-origin: center;
    transform: skew(1deg, 1deg);
    filter: drop-shadow(8px 8px 0 #000);
}

.box-testo-video-intro > div {
    transform-origin: center;
    transform: skew(-1deg, -1deg);
    width:100%;
}

.box-testo-video-intro p.contenuto-sezione2.kriu.giallo {
    margin-bottom:1rem;
}


@media all and (max-width:991.5px) {
    .box-testo-video-intro {
        width: calc(100% - 1.5rem);
        max-width: 64rem;
        padding: 1rem;
        top: -1.5rem;
        left: 1rem;
    }
}


.video-responsive {
    display: block;
    width: 100%;
    position: relative;
}

.video-responsive.desktop-only {
    padding-top:56.25%;
}

.video-responsive.mobile-only {
    padding-top:177.77%;
}

.video-responsive.mobile-only .button-play-overlay {
    background-size:4rem;
}

.video-responsive.desktop-only .button-play-overlay {
    background-size:8rem;
}

.video-responsive video {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1;
}

.button-play-overlay {
    position: absolute;
    z-index: 10;
    background-color: #00000033;
    background-image:url('../img/play-button.png');
    background-position:center;
    background-repeat:no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity:1;
    cursor:pointer;
}

.button-play-overlay.hide-button {
    opacity:0;
}

.mappa-archive {
    max-width: 100rem;
    width: 100%;
    height: 60vh;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    margin: 0 auto !important;
}