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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

html,
body {
    width: 100%
}

* {
    box-sizing: border-box
}

button {
    outline: 0
}

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

body {
    position: relative;
    background: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

@media (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 15px;
        line-height: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    body {
        font-size: 1.1vw;
        line-height: 1.5vw
    }
}

@media (min-width: 1680px) {
    body {
        font-size: 18px;
        line-height: 24px
    }
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: #119039
}

strong,
b {
    font-weight: 700
}

h1,
h2,
h3,
h4 {
    font-family: 'FestivoLetters';
    font-weight: normal;
    letter-spacing: -0.5px
}

i,
em {
    font-style: italic
}


header h1 {
    display: none
}

.header-bg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2
}

@media (max-width: 767px) {
    .header-bg {
        height: 50px;
        background: #fff;
        background-image: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-bg {
        height: 100px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .header-bg {
        height: 7vw
    }
}

@media (min-width: 1680px) {
    .header-bg {
        height: 130px
    }
}

.header {
    position: relative;
    background: url("img/pattern2018.svg") top left;
    background-size: 6.5% auto;
    z-index: 3
}

@media (max-width: 767px) {
    .header {
        height: 50px;
        background-image: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header {
        height: 100px;
        background-size: 7% auto
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .header {
        height: 12vw
    }
}

@media (min-width: 1680px) {
    .header {
        height: 210px
    }
}


section {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: auto;
    padding: 50px 0;
    font-family: 'Lato'
}

@media (max-width: 767px) {
    section {
        padding: 30px 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    section {
        padding: 30px 0
    }
}

section h1 {
    color: #119039;
    text-transform: uppercase;
    margin: 0 0 30px 0
}

@media (max-width: 767px) {
    section h1 {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    section h1 {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    section h1 {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    section h1 {
        font-size: 40px;
        line-height: 40px
    }
}

.h1-link {
    position: relative
}

.h1-link:after {
    display: inline-block;
    content: attr(rel);
    margin: 0 0 0 20px;
    padding: 0 1vw;
    background: #119039;
    color: #fff;
    border: 3px solid #119039;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 767px) {
    .h1-link:after {
        font-size: 14px;
        line-height: 24px;
        height: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .h1-link:after {
        font-size: 14px;
        line-height: 24px;
        height: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .h1-link:after {
        font-size: 1.2vw;
        line-height: 2vw;
        height: 1.8vw
    }
}

@media (min-width: 1680px) {
    .h1-link:after {
        font-size: 20px;
        line-height: 34px;
        height: 30px
    }
}

.h1-link:hover:after {
    background: #222;
    border-color: #222
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: auto
}

.slider,
.video {
    position: relative;
    overflow: hidden;
    z-index: 3
}

@media (max-width: 767px) {
    .slider,
    .video {
        height: 33vh;
        margin-top: 40px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slider,
    .video {
        height: 70vh
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .slider,
    .video {
        height: 100vh
    }
    .slider.film,
    .video.film {
        height: 80vh
    }
}

@media (min-width: 1680px) {
    .slider,
    .video {
        height: 100vh
    }
    .slider.film,
    .video.film {
        height: 80vh
    }
}

@media (max-width: 767px) {
    .slider-top {
        height: 33vh
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slider-top {
        height: 70vh
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .slider-top {
        height: 100vh
    }
    .film .slider-top {
        height: 80vh
    }
}

@media (min-width: 1680px) {
    .slider-top {
        height: 100vh
    }
    .film .slider-top {
        height: 80vh
    }
}

.slider-top img {
    position: relative;
    display: block;
    margin-left: 50vw;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width: 767px) {
    .slider-top img {
        min-width: 100%;
        min-height: 33vh;
        margin-top: 17vh
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slider-top img {
        min-width: 100%;
        min-height: 70vh;
        margin-top: 35vh
    }
}

@media (min-width: 1024px) {
    .slider-top img {
        min-width: 100vw;
        min-height: 100vh;
        margin-top: 50vh
    }
    .film .slider-top img {
        height: 80vh;
        margin-top: 40vh
    }
}

.slider-media,
.justified-gallery,
.home-video {
    margin: 20px 0 0 0
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .slider-media,
    .justified-gallery,
    .home-video {
        margin: 2vw 0 0 0
    }
}

@media (min-width: 1680px) {
    .slider-media,
    .justified-gallery,
    .home-video {
        margin: 30px 0 0 0
    }
}

.slider-media img {
    width: 100%
}

.home-video,
#map {
    width: 100%
}

@media (max-width: 767px) {
    .home-video,
    #map {
        height: 50vw
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-video,
    #map {
        height: 25vw
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .home-video,
    #map {
        height: 25vw
    }
}

@media (min-width: 1680px) {
    .home-video,
    #map {
        height: 380px
    }
}

#map {
    margin: 20px 0 0 0
}

.video iframe {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99
}

.video .play {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 144, 57, 0.6);
    z-index: 100;
    cursor: pointer
}

.video .play:before {
    content: '';
    position: absolute;
    display: block;
    width: 5vw;
    height: 5vw;
    background: #fff url("img/down.svg") no-repeat center center;
    background-size: 60% auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    z-index: 100
}

@media (max-width: 767px) {
    .video .play:before {
        width: 50px;
        height: 50px
    }
}

.subtitle {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #119039;
    color: #fff;
    font-family: 'FestivoLetters';
    z-index: 10000
}

@media (max-width: 767px) {
    .subtitle {
        width: 100%;
        height: 40px;
        font-size: 25px;
        line-height: 25px;
        line-height: 45px
    }
    .subtitle span {
        display: block;
        width: 90%;
        margin: auto
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .subtitle {
        width: 50%;
        height: 40px;
        padding: 0 0 0 15px;
        font-size: 25px;
        line-height: 25px;
        line-height: 45px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .subtitle {
        width: 50%;
        height: auto;
        padding: 0 0 0 1.5vw;
        font-size: 2.5vw;
        line-height: 2.5vw;
        line-height: 4.5vw
    }
}

@media (min-width: 1680px) {
    .subtitle {
        width: 50%;
        height: 70px;
        padding: 0 0 0 30px;
        font-size: 40px;
        line-height: 40px;
        line-height: 80px
    }
}

.subtitle:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background: #119039
}

@media (max-width: 767px) {
    .subtitle:before {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .subtitle:before {
        height: 15vh;
        width: 40px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .subtitle:before {
        height: 33vh;
        width: auto
    }
}

@media (min-width: 1680px) {
    .subtitle:before {
        height: 33vh;
        width: 70px
    }
}

.day {
    border-bottom: 3px solid #119039
}

@media (max-width: 767px) {
    .day {
        padding: 15px 0 10px 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day {
        padding: 15px 0 10px 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .day {
        padding: 1.5vw 0 1.2vw 0
    }
}

@media (min-width: 1680px) {
    .day {
        padding: 30px 0 24px 0
    }
}

.day-group {
    display: none
}

@media (max-width: 767px) {
    .day-group {
        padding: 0 0 20px 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day-group {
        padding: 0 0 30px 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .day-group {
        padding: 0 0 1.5vw 0
    }
}

@media (min-width: 1680px) {
    .day-group {
        padding: 0 0 30px 0
    }
}

.day h2 {
    position: relative;
    color: #119039;
    cursor: pointer
}

@media (max-width: 767px) {
    .day h2 {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day h2 {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .day h2 {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    .day h2 {
        font-size: 40px;
        line-height: 40px
    }
}

.day h2:after {
    position: absolute;
    right: 0;
    content: '';
    background: url("img/down.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .day h2:after {
        width: 20px;
        height: 10px;
        top: 5px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day h2:after {
        width: 20px;
        height: 10px;
        top: 5px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .day h2:after {
        width: 2.5vw;
        height: 1.25vw;
        top: 0.50vw
    }
}

@media (min-width: 1680px) {
    .day h2:after {
        width: 40px;
        height: 20px;
        top: 8px
    }
}

.day h2.active:after {
    transform: rotate(180deg)
}

.day h3 {
    color: #119039;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .day h3 {
        font-size: 12px;
        line-height: 12px;
        margin: 30px 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day h3 {
        font-size: 12px;
        line-height: 12px;
        margin: 30px 0 0 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .day h3 {
        font-size: 1.1vw;
        line-height: 1.1vw;
        margin: 3vw 0 0 0
    }
}

@media (min-width: 1680px) {
    .day h3 {
        font-size: 18px;
        line-height: 18px;
        margin: 50px 0 0 0
    }
}

.day h3:before {
    content: '';
    display: inline-block;
    width: calc(25% - 20px);
    height: 3px;
    margin: 0 20px 0 0;
    background: #119039;
    vertical-align: middle
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day h3:before {
        width: calc(33% - 20px)
    }
}

.day h4 a {
    color: #222
}

@media (max-width: 767px) {
    .day-item {
        margin: 40px 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .day-item {
        margin: 30px 0 0 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .day-item {
        margin: 3vw 0 0 0
    }
}

@media (min-width: 1680px) {
    .day-item {
        margin: 50px 0 0 0
    }
}

@media (max-width: 767px) {
    .item-title {
        padding: 0 130px 0 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-title {
        float: left;
        width: 33%;
        padding: 0 20px 0 0
    }
}

@media (min-width: 1024px) {
    .item-title {
        float: left;
        width: 25%;
        padding: 0 1.3vw 0 0
    }
}

@media (min-width: 1680px) {
    .item-title {
        padding: 0 20px 0 0
    }
}

@media (max-width: 767px) {
    .item-desc {
        margin: 20px 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-desc {
        float: left;
        width: 67%
    }
}

@media (min-width: 1024px) {
    .item-desc {
        float: left;
        width: 75%
    }
}

.item-desc p {
    position: relative;
    z-index: 1
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .item-desc p {
        padding: 0 6.5vw;
        min-height: 5vw
    }
}

@media (min-width: 1680px) {
    .item-desc p {
        padding: 0 100px;
        min-height: 80px
    }
}

.item-desc p img {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 767px) {
    .item-desc p img {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-desc p img {
        display: none
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .item-desc p img {
        width: 5vw
    }
}

@media (min-width: 1680px) {
    .item-desc p img {
        width: 80px
    }
}

.item-buttons {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .item-buttons {
        float: right;
        width: 80px;
        margin-top: -85px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-buttons {
        float: right;
        width: 80px;
        margin: 0 0 10px 20px
    }
}

@media (min-width: 1024px) {
    .item-buttons {
        float: right;
        width: 7vw;
        margin: 0 0 0 40px
    }
}

@media (min-width: 1680px) {
    .item-buttons {
        width: 100px
    }
}

.T20 {
    margin: 40px 0 0 0
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .T20 {
        margin: 3vw 0 0 0
    }
}

@media (min-width: 1680px) {
    .T20 {
        margin: 60px 0 0 0
    }
}

.box .programma {
    margin: 0 0 40px 0
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box .programma {
        margin: 0 0 3vw 0
    }
}

@media (min-width: 1680px) {
    .box .programma {
        margin: 0 0 60px 0
    }
}

.box h2 {
    color: #119039;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .box h2 {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box h2 {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box h2 {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    .box h2 {
        font-size: 40px;
        line-height: 40px
    }
}

.box h2 span,
.box h3 {
    font-family: 'FestivoLetters';
    display: block;
    text-transform: none;
    color: #222;
    font-weight: normal
}

@media (max-width: 767px) {
    .box h2 span,
    .box h3 {
        font-size: 15px;
        line-height: 22px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box h2 span,
    .box h3 {
        font-size: 15px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box h2 span,
    .box h3 {
        font-size: 1.1vw;
        line-height: 1.5vw
    }
}

@media (min-width: 1680px) {
    .box h2 span,
    .box h3 {
        font-size: 18px;
        line-height: 22px
    }
}

.box .day:first-of-type {
    padding-top: 0
}

.box .day h2 {
    text-transform: none
}

.box .item-title {
    position: relative;
    float: none;
    width: auto;
    padding: 0 0 0 25%
}

.box .day h3 {
    color: #119039
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box .day h3:before {
        width: calc(25% - 20px)
    }
}

.box .item-title img {
    position: absolute;
    top: 0;
    left: calc(25% - 20px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width: 767px) {
    .box .item-title img {
        max-height: 63px;
        height: 15vw
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box .item-title img {
        height: 63px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box .item-title img {
        height: 4.8vw
    }
}

@media (min-width: 1680px) {
    .box .item-title img {
        height: 50px
    }
}

@media (max-width: 767px) {
    .box .day-item,
    .box-item,
    .box p {
        margin: 20px 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box .day-item,
    .box-item,
    .box p {
        margin: 20px 0 0 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box .day-item,
    .box-item,
    .box p {
        margin: 1.5vw 0 0 0
    }
}

@media (min-width: 1680px) {
    .box .day-item,
    .box-item,
    .box p {
        margin: 30px 0 0 0
    }
}

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

@media (max-width: 767px) {
    .box {
        float: none;
        width: 100%;
        margin: 0 0 40px 0
    }
    .box:last-of-type {
        margin: 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box.left {
        padding: 0 30px 0 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box.left {
        padding: 0 3vw 0 0
    }
}

@media (min-width: 1680px) {
    .box.left {
        padding: 0 60px 0 0
    }
}

.box.right {
    float: right
}

@media (max-width: 767px) {
    .box.right {
        float: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .box.right {
        padding: 0 0 0 15px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .box.right {
        padding: 0 0 0 1.5vw
    }
}

@media (min-width: 1680px) {
    .box.right {
        padding: 0 0 0 30px
    }
}

.box a.wrap {
    display: block;
    color: #222
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-news .box-item {
        display: none
    }
    .home-news .box-item:first-of-type {
        display: block
    }
}

.scheda .box.left {
    width: 65%
}

@media (max-width: 767px) {
    .scheda .box.left {
        width: 100%
    }
}

.scheda .box.right {
    width: 35%
}

@media (max-width: 767px) {
    .scheda .box.right {
        width: 100%;
        margin: 30px 0 0 0
    }
}

@media (max-width: 767px) {
    .scheda .box-item {
        position: relative;
        line-height: 22px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .scheda .box-item {
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .scheda .box-item {
        line-height: 1.8vw
    }
}

@media (min-width: 1680px) {
    .scheda .box-item {
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .scheda.film .box-item {
        height: 88px;
        overflow: hidden;
    }
    
    .single-film .scheda.film .box-item {
        height: auto !important;
    }
    
    .scheda.film .box-item:after {
        position: absolute;
        content: '...';
        display: block;
        bottom: 0;
        width: 100%;
        background: #fff;
        font-size: 25px;
        text-align: center;
        color: #119039
    }
    .scheda.film .box-item.open {
        height: auto
    }
    .scheda.film .box-item.open:after {
        display: none
    }
}

.scheda small {
    color: #999
}

.prenota h3 {
    color: #119039;
    border-top: 3px solid #119039;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .prenota h3 {
        font-size: 13px;
        margin: 40px 0 10px 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prenota h3 {
        font-size: 13px;
        margin: 40px 0 10px 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .prenota h3 {
        font-size: 1vw;
        margin: 3vw 0 1vw 0
    }
}

@media (min-width: 1680px) {
    .prenota h3 {
        font-size: 16px;
        margin: 70px 0 20px 0
    }
}

@media (max-width: 767px) {
    .prenota li {
        padding: 3px 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prenota li {
        padding: 3px 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .prenota li {
        padding: 0.1vw 0
    }
}

@media (min-width: 1680px) {
    .prenota li {
        padding: 2px 0
    }
}

.prenota .button {
    font-family: 'FestivoLetters';
    width: 100%
}

@media (max-width: 767px) {
    .prenota .button {
        font-size: 25px;
        line-height: 45px;
        margin: 0 0 30px 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .prenota .button {
        font-size: 20px;
        line-height: 45px;
        margin: 0 0 30px 0
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .prenota .button {
        font-size: 1.8vw;
        line-height: 4.5vw;
        height: auto
    }
}

@media (min-width: 1680px) {
    .prenota .button {
        font-size: 30px;
        line-height: 60px;
        height: 55px
    }
}

.prenota .button a {
    display: block;
    color: #fff
}

.prenota .button:hover {
    background: #222;
    border-color: #222
}

aside {
    margin: 50px 0;
    font-family: 'Lato'
}

@media (max-width: 767px) {
    aside {
        margin: 40px 0 0 0
    }
    aside.sponsor {
        display: none
    }
}

.row {
    border-top: 3px solid #119039
}

.block {
    vertical-align: top
}

.block strong {
    display: block;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #119039
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block strong {
        font-size: 9px;
        line-height: 9px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .block strong {
        font-size: 0.7vw;
        line-height: 0.7vw
    }
}

@media (min-width: 1680px) {
    .block strong {
        font-size: 12px;
        line-height: 12px
    }
}

.block .item {
    float: left;
    display: table;
    height: 8vw;
    width: 16.666%;
    vertical-align: top
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block .item {
        width: 25%
    }
}

.block .item div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.block .item img {
    filter: saturate(0);
    -webkit-filter: saturate(0);
    transition: filter 0.3s;
    -webkit-transition: -webkit-filter 0.3s
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block .item img {
        max-width: 100px;
        max-height: 40px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .block .item img {
        max-width: 70%;
        max-height: 5vw
    }
}

@media (min-width: 1680px) {
    .block .item img {
        max-width: 150px;
        max-height: 70px
    }
}

.block .item:hover img {
    filter: saturate(1);
    -webkit-filter: saturate(1)
}

.block.x1 {
    float: left;
    width: 16.666%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block.x1 {
        width: 25%
    }
}

.block.x2 {
    float: left;
    width: 33.333%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block.x2 {
        width: 50%
    }
}

.block.x3 {
    float: left;
    width: 50%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .block.x3 {
        width: 75%
    }
}

.block.x1 .item {
    width: 100%
}

.block.x2 .item {
    width: 50%
}

.block.x3 .item {
    width: 33.333%
}


.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.cookies {
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box
}

.cookies .inn {
    padding: 20px;
    background: #000;
    color: #fff;
    text-align: center
}

.cookies span {
    display: inline-block;
    cursor: pointer
}

.cookies a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.cookies-on {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-prev,
.slick-next {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: pointer;
    outline: none;
    background: transparent;
    border: 0;
    z-index: 1000
}

.slick-prev {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0
}

.slick-prev:before,
.slick-next:before {
    display: block;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 20px
}

[dir='rtl'] .slick-prev {
    right: 20px;
    left: auto
}

.slick-next {
    right: 20px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 20px
}

.slick-prev:before,
[dir='rtl'] .slick-next:before {
    content: '';
    background: url(img/down-white.svg) no-repeat top left;
    background-size: 100% 100%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.slick-next:before,
[dir='rtl'] .slick-prev:before {
    content: '';
    background: url(img/down-white.svg) no-repeat top left;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

@media (max-width: 767px) {
    .slick-prev:before,
    .slick-next:before,
    [dir='rtl'] .slick-prev:before,
    [dir='rtl'] .slick-next:before {
        width: 30px;
        height: 15px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slick-prev:before,
    .slick-next:before,
    [dir='rtl'] .slick-prev:before,
    [dir='rtl'] .slick-next:before {
        width: 30px;
        height: 15px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .slick-prev:before,
    .slick-next:before,
    [dir='rtl'] .slick-prev:before,
    [dir='rtl'] .slick-next:before {
        width: 3vw;
        height: 1.5vw
    }
}

@media (min-width: 1680px) {
    .slick-prev:before,
    .slick-next:before,
    [dir='rtl'] .slick-prev:before,
    [dir='rtl'] .slick-next:before {
        width: 60px;
        height: 30px
    }
}

#swipebox-overlay,
#swipebox-bottom-bar,
#swipebox-top-bar {
    background: rgba(0, 0, 0, 0.9);
    transition: none
}

#swipebox-top-bar,
#cboxTitle {
    visibility: hidden
}

#cboxLoadedContent {
    padding: 0;
    background: transparent
}

#swipebox-prev {
    background-image: url("img/down-white.svg")
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    z-index: 10000
}

::-moz-selection {
    background: none;
    color: #fff;
    background: #119039;
    text-shadow: none
}

::selection {
    background: none;
    color: #fff;
    background: #119039;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #ccc
}

@media (max-width: 767px) {
    ::-webkit-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    ::-webkit-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    ::-webkit-input-placeholder {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    ::-webkit-input-placeholder {
        font-size: 40px;
        line-height: 40px
    }
}

::-moz-placeholder {
    color: #ccc
}

@media (max-width: 767px) {
    ::-moz-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    ::-moz-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    ::-moz-placeholder {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    ::-moz-placeholder {
        font-size: 40px;
        line-height: 40px
    }
}

:-ms-input-placeholder {
    color: #ccc
}

@media (max-width: 767px) {
    :-ms-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    :-ms-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    :-ms-input-placeholder {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    :-ms-input-placeholder {
        font-size: 40px;
        line-height: 40px
    }
}

:-moz-placeholder {
    color: #ccc
}

@media (max-width: 767px) {
    :-moz-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    :-moz-placeholder {
        font-size: 25px;
        line-height: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    :-moz-placeholder {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (min-width: 1680px) {
    :-moz-placeholder {
        font-size: 40px;
        line-height: 40px
    }
}


/*MOFICHE POP COM STUDIO*/
body{
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal
}

.content-button{
    display: block;
    text-align: center;

}

.content-button .button{
    display: inline-block;
    margin: 5px;
    padding: 2px 7px;
    max-width: none;
    width: auto;
}


.button{
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin: 10px;
    padding: 15px 10px 7px;
    color: #119039;
    border: 3px solid #119039;
    font-family: 'FestivoLetters';
    font-size: 18px;
    text-align: center;
}


.button.green {
    background: #119039;
    color: #fff;
}

.button.big{
    font-size: 23px;
}

.button.min{
    padding: 5px 2px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 15px;
    font-family: 'lato';
    font-weight: bold;
    border: 2px solid #119039;
}

.button:hover,
.button.green:hover {
    background: #222;
    border-color: #222;
    color: #fff
}

.page-template-programma .giornate {
	justify-content: space-between;
}

.bottoneprogrammagrande {
	width:90%;
	margin: 0 auto 15px auto;
}



.bottoneprogrammagrande > div > h2 {
	text-align: center;
color: #119039;
font-size: 40px;
line-height: 40px;
}
.bottoneprogrammagrande div {
	padding: 40px;
	border: 4px solid #119039;
}

#main > div > div.contetent-giornate > div > a:nth-child(2), #main > div > div.contetent-giornate > div > a:nth-child(3) {
	background-color: #119039;
}

#main > div > div.contetent-giornate > div > a:nth-child(2) > div, #main > div > div.contetent-giornate > div > a:nth-child(3) > div{
	padding: 20px 40px;
}

#main > div > div.contetent-giornate > div > a:nth-child(2) > div > h2, #main > div > div.contetent-giornate > div > a:nth-child(3) > div > h2 {
	color: white;
}


/*HEADER*/
.site-header{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    top:0;
    left: 0;
    position: fixed;
    z-index: 99;
}

.site-header .main-navigation{
    max-width: 1280px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    -moz-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
}

.site-header .main-navigation ul{
    display: block;
    float: right;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    text-align: right;
}

.site-header .main-navigation ul li{
    display: inline-block;
    margin: 10px;
    text-align: right;
}

.site-header .main-navigation ul li a{
    font-size: 25px;
    line-height: 30px;
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal;
    color: #119039;
}

.mobile-menu{
    display: none;
}




@media screen and (max-width: 860px) {
    .site-header .main-navigation ul{
        display: none;
    }

    .site-header .main-navigation.toggled ul{
        width: 100%;
        display: block;
        text-align: center;
    }


    .site-header .main-navigation.toggled ul li{
        display: block;
        margin: 20px auto;
        text-align: center;
    }

    .main-navigation.toggled .mobile-menu span:nth-child(1) {
        top: 0px
    }
    .main-navigation.toggled .mobile-menu span:nth-child(2),
    .main-navigation.toggled .mobile-menu span:nth-child(3) {
        top: 29px
    }
    .main-navigation.toggled .mobile-menu span:nth-child(4) {
        top: 29px
    }
    .main-navigation.toggled .mobile-menu span:nth-child(1) {
        top: 29px;
        width: 0%;
        left: 50%
    }
    .main-navigation.toggled .mobile-menu span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .main-navigation.toggled .mobile-menu span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .main-navigation.toggled .mobile-menu span:nth-child(4) {
        top: 29px;
        width: 0%;
        left: 50%
    }

    .main-navigation .mobile-menu {
        display: block;
        width: 50px;
        height: 50px;
        background: none;
        border: none;
        padding: 0;
        position: absolute;
        top: 5px;
        right: 5%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }
    .main-navigation .mobile-menu span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #119039;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
    .main-navigation .mobile-menu span:nth-child(1) {
        top: 9px
    }
    .main-navigation .mobile-menu span:nth-child(2),
    .main-navigation .mobile-menu span:nth-child(3) {
        top: 29px
    }
    .main-navigation .mobile-menu span:nth-child(4) {
        top: 49px
    }
    .bottoneprogrammagrande {
		width: 100%;
		margin-bottom: 30px;
	}
}





/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

.logo-header{
    display: inline-block;
    float: left;
}

.logo-header img{
    max-width: 130px;
    height: auto;
}

.search{
    display: inline-block;
    display: none;
}

.search img{
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.search-form{
    display: none;
}

.search-form.open{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.search-form input{
    width: 100%;
    min-height: 50px;
    padding: 5px;
    display: block;
    color: #119039;
    font-family: 'FestivoLetters';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    border: 1px solid #119039;
}

.search-form input,
.search-form input:hover,
.search-form input:focus,
.search-form input:active{
    outline: none;
}

.header-page{
    margin-top: 100px;
}

.header-page h1{
    max-width: 1280px;
    display: block;
    margin: 5px auto;
    margin-top: 20px;
    line-height: 40px;
    font-size: 35px;
    text-align: left;
    text-align: center;
    color: #119039;
}



@media screen and (max-width: 500px) {
    .logo-header img{
        max-width: 100px;
    }
}


.content-col{
    width: 90%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 30px auto;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.col-full{
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 30px auto;
}

.col-1{
    max-width: 860px;
    width: 90%;
    margin: 20px 15px;
}

.col-2{
    max-width: 500px;
    width: 90%;
    margin: 20px 15px;
}

.col-3{
    max-width: 370px;
    width: 30%;
    margin: 20px 15px;
}

.col-4{
    max-width: 300px;
    width: 90%;
    margin: 20px 15px;
}

.content-text{
    max-width: 1280px;
    margin: 20px auto;
    margin-bottom: 50px;
}

.content-text .text{
    max-width: 860px;
    margin: 0 auto;
}

.title-col{
    margin: 0 auto;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal;
    color: #119039;
}




@media screen and (max-width: 960px) {
    .content-col{
        align-items: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .col-3{
        margin: 30px 25px;
    }
}

@media screen and (max-width: 500px) {
    
    .content-col, .col-full{
        padding: 0;
    }
    .col-3{
        margin: 30px auto;
    }
}


.text-descrizione h1{
    font-size: 30px;
    line-height: 35px;
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal;
    color: #119039;
}

.text-descrizione p{
    font-size: 16px;
    text-align: justify;
}

.contetent-giornate{
    margin: 50px auto;

}


.slider.home,
.slider.home figure{
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}

.slider.home figure{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.home .contetent-giornate{
    margin-top: 50px;
}


@media screen and (max-width: 600px) {
    .slider.home,
    .slider.home figure{
        height: 60vh;
    }
  }

.col-4.sidbaer{
    padding-top: 150px;
}

.col-4.sidbaer h2{
    margin: 10px auto;
    margin-top: 30px;
}

.contetent-giornate h2{
    text-align: center;
    color: #119039;
    font-size: 40px;
    line-height: 40px;
}

.giornate{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}


.card.day-programma{
    margin:  25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.giornate > .card.day-programma{
    margin:  25px;
    padding: 20px 30px 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.card.day-programma::before,
.card.day-programma::after{
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card.day-programma::before{
    top: 0;
    left: 0;
    background-image: url(img/cornice-sinistra.svg);
}

.card.day-programma::after{
    bottom: 0;
    right: 0;
    background-image: url(img/cornice-destra.svg);
}

.card.day-programma.open{
    width: 100%;
    margin: 10px auto;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    border: none; 
    cursor: auto;  
}

.page-template-programma .card.day-programma.open{ 
    margin: 0 auto;
    padding-top: 30px;
}

.card.day-programma.open::before,
.card.day-programma.open::after{
    display: none;
}

.card.day-programma .content-card{
    display: none; 
}

.card.day-programma.open .content-card{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.card.day-programma h2{
    height: auto;
    display: block;
    margin: 5px auto;
    text-align: center;
    color: #119039;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}

.card.day-programma.open h2{
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    position: relative;
}

.card.day-programma.open h2::after{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}

.page-template-programma .card.day-programma.open h2::after{
    display: none;
}

.momento-giornata{
    display: block;
    width: 100%;
    clear: both;
    margin-top: 20px;
    border-bottom: 1px solid #119039;
    font-size: 16px;
    line-height: 18px;
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal;
}


@media screen and (max-width: 550px) {
    .card.day-programma{
        margin:  20px 15px;
        padding: 10px 10px 5px;
    }


    .card.day-programma::before,
    .card.day-programma::after{
        height: 30px;
        width: 30px;
    }


    .card.day-programma h2{
        font-size: 25px;
        line-height: 30px;
    }

    .card.day-programma.open h2{
        font-size: 30px;
        line-height: 35px;
    }
  }


/*CARD*/

.content-card{
    margin: 15px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card{
    font-size: 13.5px;
    line-height: 17px;
}

.card footer{
    width: 100%;
    padding: 0;
    background:none;
}

.card footer .button,
.card footer .button:hover,
.card footer .button:focus, 
.card footer .button:active{
    width: auto;
    height: auto;
    padding: 3px 5px 1px;
    margin: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: #119039;
    border: none;
}

.card.film,
.card.evento{
    width: 100%;
    height: 170px;
    margin: 10px;
    -webkit-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    -moz-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
}

.card.film .etichetta,
.card.evento .etichetta{
    display: inline;
    padding: 5px 4px 2px 5px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    background: #119039;
}

.card.film .img,
.card.evento .img{
    height: 170px;
    width: 50%;
    padding: 5px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card.film .text,
.card.evento .text{
    width: 50%;
    height: 170px;
    float: left;
    padding: 10px;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
}

.card.film .text h4,
.card.film .text h4 a,
.card.evento .text h4,
.card.evento .text h4 a{
    font-size: 17px;
    line-height: 19px;
    color: #000;
}

.card.film .text .ora,
.card.evento .text .ora{
    font-size: 19px;
    line-height: 20px;
    color: #119039;

    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal
}

.card.film .text::after,
.card.evento .text::after{
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-image: url(img/cornice.svg);
}

.card.film footer,
.card.evento footer{
    right: 0;
    bottom: 5px;
    position: absolute;
}


.content-news .content-card{
    margin-top: 0;
}

.card.news{
    width: 280px;
    min-height: 150px;
    height: auto;
    padding: 5px;
    margin: 10px;
    border: 1px solid #119039;
    -webkit-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    -moz-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    position: relative;
}

.card.news h4, 
.card.news h4 a{
    display: inline;
    padding-top: 2px;
    font-size: 18px;
    line-height: 25px;
    background: #119039;
    color: #fff;
}

.card-news footer.content-button{
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 500px) {
    .card.film, .card.evento{
        height: auto;
        overflow: hidden;
    }
    .card.film .img,
    .card.evento .img{
        height: 100px;
        width: 100%;
        padding: 5px;
        float: none;
    }
    
    .card.film .text,
    .card.evento .text{
        width: 100%;
        height: auto;
        float: none;
        padding: 10px;
        position: relative;
    }

    .card.film footer,
    .card.evento footer{
        position: static;
    }
}

/*HOME PAGE*/
.card.programma{
    height: 410px;
    width: 100%;
    position: relative;
    border: 1px solid #119039;
    -webkit-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    -moz-box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    box-shadow: -4px 4px 2px -2px rgba(0,0,0,0.27);
    background-image: url(img/programma.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card.programma .call{
    width: 100%;
    position: absolute;
    padding: 15px 5px 10px;
    bottom: 0;
    left: 0;
    background: #119039;
    color: #fff;
    text-align: center;
}

.card.programma a{
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-family: 'FestivoLetters';
    font-weight: normal;
    font-style: normal;
}


@media screen and (max-width: 500px) {
    .card.programma{
        width: 100%;
        height: 350px;
    }
}


/*FESTIVAL - Info acquisto*/

.info-acquisto h3{
    font-size: 25px;
    color: #119039;
}

.info-acquisto ul{
    display: block;
    margin: 25px auto;
    margin-bottom: 35px;


}

.info-acquisto ul li{
    margin: 10px auto;
    font-size: 16px;
    line-height: 20px;

}

.info-acquisto p{
    font-size: 14.5px;
    line-height: 17px;
}

.info-acquisto .content-button{
    margin-top: 30px;
}

/*FOOTER*/
.content-list-sponsor{
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}

.content-list-sponsor.mobile{
    display: none;
}

.content-tipologia-sponsor{
    margin: 30px auto;
    max-width: 1280px;
    clear: both;
    padding: 20px;
    border-top: 3px solid #119039;
}

.content-list-sponsor h6{
    margin: 0 auto;
    font-size: 20px;
    color: #119039;
}

.content-list-sponsor ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.content-list-sponsor ul li{
    max-width: 150px;
    max-height: 100px;
    display: block;
    margin: 20px;
    list-style-type: none;
}

.content-list-sponsor ul li a{
    max-width: 150px;
    max-height: 100px;
    display: block;
}


.content-list-sponsor ul li img{
    width: auto; 
    max-height: 100px;
    max-width: 150px;
    height: auto;
    margin: auto;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.content-list-sponsor ul li:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

@media screen and (max-width: 600px) {
    .content-list-sponsor{
        display: none;
    }

    .content-list-sponsor.mobile{
        display: block;
    }

    .content-list-sponsor.mobile h6{
        text-align: center;
    }

    .content-list-sponsor.mobile ul{
        width: 340px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
    }
    .content-list-sponsor.mobile ul li{
        height: 150px;
        width: 80px;
        display: block;
        margin: 10px;
    }

    .content-list-sponsor.mobile ul li img{
        height: auto;
    }
  }

  @media screen and (max-width: 350px) {
    .content-list-sponsor.mobile ul{
        width: 200px;
    }
  }


.banner-info{
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px 5px;
    bottom: 0;
    background: #119039;
    color: #fff;
    font-family: 'FestivoLetters';
}

.banner-info p{
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.banner-info p a{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.cookie-notice-container{
    border-top: 3px solid #119039;
}

.cookie-notice-container span{
    display: inline-block;
}

.site-footer{
    position: relative;
    background: #119039;
    color: #fff;
    font-family: 'Lato'
}

.site-info{
    padding: 30px;
}

.site-footer h6{
    font-size: 25px;
}

.site-footer ul{
    margin: 5px auto;
    padding: 0;
}

.site-footer a{
    color: #fff;
}

.site-footer li{
    font-size: 20px;
    line-height: 25px;
}

.content-social{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.content-social li{
    width: 40px;
    height: 40px;
    display: block;
    margin: 10px;
}

.content-social li img{
    width: 100%;
    height: auto;
    display: block;
}

.site-footer .info{
    display: block;
    margin: 20px auto;
    text-align: center;
}


/**TODO*/

.header.single-film{
    margin-bottom: 100px;
}

.text-descrizione {
	width: 90%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.25;
}

.page-template-programma .text-descrizione p {
	font-size: 20px;
}