/*
 * P E S A R O   F I L M   F E S T I V A L
 * @version: 1.5
 * @date: 12/06/2021
 * @author: MF76
 */ 


/* Importazione caratteri utilizzati */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');


/* ----------------------------------------------------- */
/* Contenitori principali struttura
*/

body {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    font-size: 1.8em;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5em;

    /* logo di sfondo */
    background-image: url('../images/pff_bkg_logo_opt.png');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto;
}
#t3-mainbody {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}
.t3-wrapper,
.container,
.t3-footer {
    background-color: transparent;
    background: transparent;
}
p {
    text-align: justify;
}
.focus p,
.head-ongoing-festival p {
    text-align: left;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
}
.t3-header {
    position: relative;
    z-index: 9999;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 4px solid #222;
    /*
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.91) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.91) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );
    */
}
#t3-mainnav {
    position: relative;
    z-index: 9998;
}
.t3-sl {
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: -2px;
}

.t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -16px;
    padding-left: 0px;
    padding-right: 0px;
}
.pg-home .t3-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-content-top,
.main-content-bottom {
    clear: both;
}
#t3-mainbody-container {
    clear: left;
}
section {
    display: table;
    position: relative;
    width: 100%;
    clear: left;
}
div.clr {
    clear: both;
}
img {
    max-width: 100%;
}
img.full {
    width: 100%;
}
iframe {
    max-width: 100%;
}
video {
    max-width: 100%;
    height: auto;
}

/* << */


/* ----------------------------------------------------- */
/* Pulsanti ed elementi grafici
*/
.cat-color-separator::before {
    content: ' ';
    display: block;
    position: relative;
    width: 100%;
    height: 46px;
    clear: both;
    background-image: url('../images/cat-colors-separator.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
a.btn {
    position: relative;
    display: inline-block;
    color: #111;
    text-transform: uppercase;
    font-size: 16px;
}
a.btn::after {
    content: "\f105";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    display: block;
    right: -18px;
    top: 2px;
}
a.btn.download::after {
    content: "\f107";
}
a.disabled, 
a.download.disabled {
    color: #333;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
}
.focus.text-big {
    font-size: 46px;
    line-height: 1.5em;
    color: #000;
    font-weight: 500;
    letter-spacing: 4px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.focus.text-big.spaced-left {
    position: relative;
    z-index: 10;
    padding-left: 100px;
}
.focus a {
    color: #000;
}
.focus a strong,
.focus strong a  {
    font-weight: 800;
}
.pg-separator-block {
    display: block;
    position: relative;
    clear: both;
    min-height: 500px;
}
.parallax-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
.bg-pos-top-center {
    background-position: top center;
}
.bg-pos-bottom-center {
    background-position: bottom center;
}
.bg-pos-center {
    background-position: center center;
}

.separator-link,
.separator-title {
    display: inline-block;
    position: relative;
}
.separator-title {
    text-transform: uppercase;
    font-weight: 600;
}
a.separator-link::after,
.separator-title::after  {
    position: relative;
    display: inline-block;
    content: "\f105";
    font: normal normal normal 45px/1 FontAwesome;
}
.separator-title::after  {
    content: "\f107";
}
.separator-link.medium,
.separator-title {
    font-size: 25px;
    padding: 12px 35px 20px 20px;
}
a.separator-link.medium::after,
.separator-title::after {
    font-size: 45px;
    top: 5px;
    right: -8px;
}
.separator-link.big {
    font-size: 40px;
    padding: 20px 35px 20px 20px;
}
a.separator-link.big::after {
    font-size: 55px;
    top: 4px;
    right: -10px;
}
.separator-link-up {
    margin-top: -80px;
}


.img-card-box {
    display: block;
    position: relative;
    width: 100%;
}
.img-card-box .img-card-image {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #323232;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-card-box .img-card-body {
    display: block;
    position: relative;
    padding: 30px 30px 1px;
    background-color: #ededed;
}
.img-card-box .img-card-title {
    font-size: 26px;
    font-weight: 600;
}
.img-card-box .img-card-title strong {
    font-weight: 800;
}
.img-card-box .img-card-link a {
    display: block;
    position: absolute;
    color: transparent;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.arrow-go-to::after {
    position: relative;
    display: inline-block;
    content: "\f105";
    font: normal normal normal 45px/1 FontAwesome;
}

#materiale-stampa hr {
    display: block;
    position: relative;
    border-color: #111;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
}
hr {
    border-color: #333;
}

/* ----------------------------------------------------- */
/* Riquadri colorati
*/ 

.bg-light-gray,
div.bg-light-gray.bg-extend-left .container::before,
div.bg-light-gray.bg-extend-right .container::before,
section.copyright {
    background-color: #f6f6f6a8;
}
.bg-gray,
div.bg-gray.bg-extend-left .container::before,
div.bg-gray.bg-extend-right .container::before {
    background-color: #ededed;
}
.bg-dark-gray,
div.bg-dark-gray.bg-extend-left .container::before,
div.bg-dark-gray.bg-extend-right .container::before {
    background-color: #575656;
    color: #fff;
}
.bg-black,
div.bg-black.bg-extend-left .container::before,
div.bg-black.bg-extend-right .container::before {
    background-color: #000000;
    color: #fff;
}
.bg-light-black,
div.bg-light-black.bg-extend-left .container::before,
div.bg-light-black.bg-extend-right .container::before {
    background-color: #1d1d1b;
    color: #fff;
}
.bg-black a,
.bg-light-black a,
.bg-dark-gray a {
    color: #fff;
}
.bg-black a:hover,
.bg-light-black a:hover,
.bg-dark-gray a:hover {
    color: #f3f3f3;
}

.bg-black h2,
.bg-light-black h2,
.bg-dark-gray h2,
.bg-black h3,
.bg-light-black h3,
.bg-dark-gray h3 {
    color: #fff;
}

/* ----------------------------------------------------- */
/* Box sfondo full screen esteso a sinistra o destra
*/
div.bg-extend-left,
div.bg-extend-right {
    display: block;
    position: relative;
    overflow-x: hidden;
    clear: both;
    background-color: transparent !important;
}
div.bg-extend-left .container,
div.bg-extend-right .container {
    position: relative;
    z-index: 10;
    background-clip: content-box;
}
div.bg-extend-left .container::before {
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    content: ' ';
    top: 0px;
    right: 15px;
    z-index: 0;
}
div.bg-extend-right .container::before {
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    content: ' ';
    top: 0px;
    left: 15px;
    z-index: 0;
}
div.bg-extend-left.half .container::before {
    width: 150%;
    right: 50%;
}
div.bg-extend-right.half .container::before {
    width: 150%;
    left: 50%;
}


/* << */


/* ----------------------------------------------------- */
/* Typography
*/
.white-txt,
.txt-white {
    color: #FFF;
}
.black-txt,
.txt-black {
    color: #000;
}
.red-txt,
span.red-txt,
.txt-red {
	color: #ed1c24;
}
.txt-center,
.txt-center p,
p.txt-center,
.text-center,
.text-center p,
p.text-center {
	text-align: center;	
}
.txt-right,
.txt-right p,
p.txt-right,
.text-right,
.text-right p,
p.text-right {
	text-align: right;	
}
.txt-left,
.txt-left p,
p.txt-left,
.text-left,
.text-left p,
p.text-left {
	text-align: left;	
}
.itemFullText p {
    margin-bottom: 30px;
}
.heavy {
    font-weight: 800;
}
h2 {
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 18px;
    letter-spacing: 2.5px;
}
h2 strong {
    font-weight: 800;
}
h2 sup {
    text-transform: none;
}
.card-header h5,
.card-header h2 {
    line-height: 1em;
    margin: 0px;
}
.card-header h2 {
    padding-bottom: 0px;
}
.card-header h5 .btn-link,
.card-header h2 .btn-link {
    display: block;
    position: relative;
    width: 100%;
    color: #1d1d1b;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 20px 0;
    line-height: 1em;
    border-bottom: 1px solid #1d1d1b;
}
.card-header h2 .btn-link {
    letter-spacing: 2px;
    font-weight: 700;
}
.card-header h5 .btn-link:hover,
.card-header h2 .btn-link:hover {
    text-decoration: none;
}

.accordion .card:first-child .card-header h5 .btn-link,
.accordion .card:first-child .card-header h2 .btn-link {
    border-top: 1px solid #1d1d1b;
}
.accordion .card-body {
    padding: 20px 0;
    border-bottom: 1px solid #1d1d1b;
}

/*
.card-header h5 .btn-link:after {
    display: block;
    position: absolute;
    content: "\f067";
    font: normal normal normal 24px/1 FontAwesome;
    color: #1d1d1b;
    top: 14px;
    right: 30px;
}
*/
.card-header h5 .btn-link:after,
.card-header h2 .btn-link:after {
    display: block;
    position: absolute;
    content: url('../images/ico/pff-ico-minus.png');
    color: #1d1d1b;
    top: 18px;
    right: 30px;
}
.card-header h5 .btn-link.collapsed:after,
.card-header h2 .btn-link.collapsed:after {
    content: url('../images/ico/pff-ico-plus.png');
}

/* << */


/* ----------------------------------------------------- */
/* Spaziatori
*/
.no-space-bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.no-space-top {
    margin-top: 0px;
    padding-top: 0px;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.spaced-top-sub10 {
    margin-top: -10px !important;
}
.spaced-top-sub20 {
    margin-top: -20px !important;
}
.spaced-top-sub30 {
    margin-top: -30px !important;
}
.spaced-bottom-sub10 {
    margin-bottom: -10px !important;
}
.spaced-bottom-sub20 {
    margin-bottom: -20px !important;
}
.spaced-bottom-sub30 {
    margin-bottom: -30px !important;
}
.spaced-top-10 {
    padding-top: 10px !important;
}
.spaced-top-20 {
    padding-top: 20px !important;
}
.spaced-top-30 {
    padding-top: 30px !important;
}
.spaced-top-40 {
    padding-top: 40px !important;
}
.spaced-top-50 {
    padding-top: 50px !important;
}
.spaced-top-60 {
    padding-top: 60px !important;
}
.spaced-top-80 {
    padding-top: 80px !important;
}
.spaced-bottom-4 {
    padding-bottom: 4px !important;
}
.spaced-bottom-10 {
    padding-bottom: 10px !important;
}
.spaced-bottom-20 {
    padding-bottom: 20px !important;
}
.spaced-bottom-30 {
    padding-bottom: 30px !important;
}
.spaced-bottom-40 {
    padding-bottom: 40px !important;
}
.spaced-bottom-50 {
    padding-bottom: 50px !important;
}
.spaced-bottom-60 {
    padding-bottom: 60px !important;
}
.spaced-bottom-80 {
    padding-bottom: 80px !important;
}
.spaced-bottom-100 {
    padding-bottom: 100px !important;
}
.spaced-bottom-120 {
    padding-bottom: 120px !important;
}
.spaced-bottom-300 {
    padding-bottom: 300px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.margin-bottom-100 {
	margin-bottom: 120px;
}
.margin-bottom-120 {
	margin-bottom: 120px;
}
.margin-bottom-180 {
	margin-bottom: 180px;
}

/* << */


/* ----------------------------------------------------- */
/* Logo
*/
.logo-image {
    float: right;
    margin: 0 15px;
    padding-top: 7px;
}


/* << */


/* ----------------------------------------------------- */
/* Box Ricerca
*/
.head-search {
    margin-top: 0px;
}
#mod-search-searchword {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.head-search::after {
    clear: none;
}
.head-search {
    float: right;
    margin-top: 13px;
    padding: 0 15px;
}
.head-search .search_trigger {
    position: relative;
    color: #666666;
    cursor: pointer;
    z-index: 300;
}
.head-search .search_trigger + div {
    display: none;
    position: fixed;
    top: 4px;
    left: 0px;
    width: 100%;
    padding-top: 72px;
    background-color: #fbfbfbe3;
    height: 180px;
    z-index: 201;
}
.head-search .search_trigger .fa {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #333;
    content: ' ';
    background-image: url('../images/ico/pff-search-icon.png');
    margin-top: -3px;
    margin-left: -2px;
}
.head-search .search_trigger.iconx .fa::before {
    content: "\f00d";
    display: block;
    margin-top: -5px;
}
.head-search .search_trigger.iconx .fa {
    background-image: none;
}
.head-search .search {
    float: right;
}
.head-search .search .container {
    position: relative;
    margin-top: 26px;
}
.head-search .search input.input {
    background: transparent;
    border: none;
    height: 52px;
    padding: 5px 60px 5px 0;
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.t3-module .form-search {
  position: relative;
}
.t3-module .form-search input {
  height: 41px;
}
.t3-module .form-search input.input-block-level {
  display: block;
  width: 100%;
  padding-right: 50px;
}
.t3-module .form-search button {
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}

.head-search .search_trigger + div .fa {
    font-size: 14px;
}
.head-search .search button.btn {
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #777;
    background:rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
    top: 1px;
}
.head-search .search::before {
    display: none;
}

/* ----------------------------------------------------- */
/* Pagina risultati ricerca
*/
#searchForm .only {
    display: none;
}

#searchForm .input-group .form-control {
    padding: 30px;
    border-color: #222;
    font-size: 20px;
}
#searchForm .input-group .btn {
    padding: 20px 23px;
    border-color: #222;
}

.search-results .result-title a {
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
}
.search-results .result-title {
    margin-top: 50px;
    border-top: 1px solid #c6c6ba;
    padding-top: 40px;
}
.search-results .small {
    font-size: 95%;
    color: #444;
    padding-left: 20px;
}
#searchForm legend {
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
}
#searchForm .controls .radio-inline {
    padding-left: 30px;
    text-transform: uppercase;
}
#searchForm .controls .radio-inline input[type="radio"] {
    margin-top: 5px;
    margin-left: -30px;
}
#searchForm .badge {
    font-size: 18px;
    background-color: #646363;
    border-radius: 4px;
}

/* ----------------------------------------------------- */
/* FORM Contatti
*/
#contact-info {
    font-size: 85%;
    letter-spacing: 0px;
    line-height: 1.6em;
}
#contact-form .bfQuickMode,
#contact-form .bfQuickMode label, .bfQuickMode input[type="text"],
#contact-form .bfQuickMode button, .bfQuickMode select,
#contact-form .bfQuickMode textarea, .bfQuickMode .uneditable-input,
#contact-form .bfQuickMode input[type="text"] {
    font-family: 'Lato', sans-serif;
    color: #333;
    padding: 25px 15px;
    border-color: #333;
    border-bottom: 0px;
    font-size: 16px;
}
#contact-form .bfQuickMode input[type="text"],
#contact-form .bfQuickMode textarea {
    width: 100%;
    min-width: 100%;
}
#contact-form .bfQuickMode .controls .control-label {
    width: 100%;
    min-width: 100%;
    padding-left: 40px;
    font-weight: 300;
    text-align: justify;
    padding-right: 30px;
    border: 1px solid #333;
    margin-left: 0px;
}
#contact-form .control-group {
    margin-bottom: 0px;
}
#contact-form .bfQuickMode .controls {
    display: block;
    position: relative;
}
#contact-form input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 24px;
    left: 10px;
}
#contact-form .inputbox::placeholder {
    color: #373737;
    opacity: 1;
    font-weight: 400 !important;
}
#contact-form #bfElemWrap9 {
    border: 1px solid;
    border-top: 0px;
    background: #f9f9f9;
    padding-left: 1px;
    padding-bottom: 0px;
    text-align: left;
    width: 57%;
    float: left;
    z-index: 20;
    position: relative;
}
#contact-form #bfSubmitButton {
    position: relative;
    display: block;
    border: 1px solid;
    background-color: transparent;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1em;
    float: right !important;
    width: 100%;
    text-align: right;
    margin-top: -89px;
    height: 80px;
    padding-right: 60px;
    z-index: 10;
}
#contact-form #bfSubmitButton::after {
    position: absolute;
    display: block;
    content: "\f105";
    font: normal normal normal 40px/1 FontAwesome;
    padding-left: 15px;
    right: 20px;
    top: 19px;
}
#contact-form .bfSectionDescription {
    background-color: #323232;
    padding: 20px 32px 1px;
    font-weight: 300;
    border-radius: 6px;
    color: #fff;
    text-shadow: none;
}

/* ----------------------------------------------------- */
/* Off Canvas toggle
*/
.navbar-header {
    float: right;
    clear: none;
}

.off-canvas-effect-4.off-canvas-open .t3-wrapper, 
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(-380px, 0, 0);
    transform: translate3d(-380px, 0, 0);
}
.t3-off-canvas {
    left: auto;
    right: 0px;
    width: 380px;
    border-top: 4px solid;
}
.off-canvas-effect-4.t3-off-canvas {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}
.t3-off-canvas .t3-off-canvas-header {
    display: none;
}
.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    top: 57px;
  }
  .off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform:  translate3d(0, 0, 0);
    transition-delay: 0.4s;
  }
  .t3-off-canvas-body .nav .caret {
      display: none;
  }
  .off-canvas-toggle span.bar-last {
    top: 30px;
    height: 3px;
    background-color: #323232;
  }

/* ----------------------------------------------------- */
/* Header: festival corrente
*/
.head-ongoing-festival {
    line-height: 1em;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 40px 0px;
    color: #fff;
    background-color:#000;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: default;
}
.head-ongoing-festival a {
    color: #fff;
    text-decoration: none !important;
}
.off-canvas-toggle {
    background-color: #ffffff3d;
}
.off-canvas-toggle span {
    color: #111;
    background-color: #111;
}
.off-canvas-toggle:focus {
    color: #111;
    background-color: #fff;
    border-color:#fff;
}
.off-canvas-toggle:hover,
.off-canvas-toggle:active {
    color: #111;
    background-color: #f7f7f7;
    border-color:#f7f7f7;
}
.navigation-bar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
#t3-mainnav {
    padding-top: 5px;
}
.pg-festival .video {
    margin-bottom: -1px;
}
/* mostra / nascondi tutto header */
/*
.navigation-bar.is-hidden {
    opacity: 0;
    -webkit-transform: translate(0,-100px);
    -webkit-transition: -webkit-transform .2s,background .3s,color .3s,opacity 0 .3s;
}
    
.navigation-bar.is-visible {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -webkit-transition: -webkit-transform .2s,background .3s,color .3s;
}
*/

/* mostra / nascondi solo il menu */
.navigation-bar.is-hidden #t3-mainnav {
    /*
    opacity: 0;
    -webkit-transform: translate(0,-60px);
    -webkit-transition: -webkit-transform .2s,background .3s,color .3s,opacity 0 .3s;
    */
}
    
.navigation-bar.is-visible #t3-mainnav {
    /*
    opacity: 1;
    -webkit-transform: translate(0,0);
    -webkit-transition: -webkit-transform .2s,background .3s,color .3s;
    */
}

/* << */

/* ----------------------------------------------------- */
/* Back to top link
*/
.itemBackToTop {
    display: none;
    position: fixed;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: #131313b3;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1em;
    color: #131313b3;
    bottom: 20%;
    z-index: 400;
}
.itemBackToTop.is-hidden {
    display: none;
}
.itemBackToTop a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: transparent;
}
.itemBackToTop a:before {
    display: block;
    position: absolute;
    content: "\f077";
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    top: 14px;
    left: 18px;
}

/* ----------------------------------------------------- */
/* Slider
*/

/* fix posizione video full-screen */
.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    top: 0px !important;
}

.slider-separator {
    margin-top: -80px;
}

.rev_slider_wrapper > .tp-leftarrow.round,
.rev_slider_wrapper > .tp-rightarrow.round {
    display: none;
}


/* << */


/* =====================================================
 *
 * S E Z I O N E:  M E N U
 */
/* ----------------------------------------------------- */
/* Main Menu
*/
.navbar-default {
    /*
    background-color: #ffffffe6;
    border-color:#ffffffe6;
    border: none;
    */

}
.t3-megamenu ul.nav {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
    color: #111;
    letter-spacing: 1px;
    border-bottom: 15px solid #fff0;
}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: 15px solid #111;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 15px solid;
    color: #404040;
}
.navbar-default .navbar-nav > li > a.pff::before {
    content: 'PFF/';
    display: inline;
    color: #acacab;
    font-weight: 300;
}


/* nascondo link home da menu desktop */
#t3-mainnav .home-link {
    display: none;
}

/* solo menu panino */
#t3-mainnav {
    display: none;
}
#t3-header {
    background: transparent;
    background-color: transparent;
}
.top-menu-block {
    display: block;
    position: relative;
    padding: 12px 10px;
    background-color: #fff;
}

/* Off canvas menu */
.t3-off-canvas .t3-off-canvas-body {
    padding: 80px 0px 0px 0px;
}
.t3-off-canvas .t3-off-canvas-body a {
    padding-left: 40px;
    color: #1d1d1b;
    text-decoration: none;
}
.t3-off-canvas .nav-pills > li.active > a, 
.t3-off-canvas .nav-pills > li.active > a:hover, 
.t3-off-canvas .nav-pills > li.active > a:focus {
    background-color: #e8e8e8;
    color: #1d1d1b;
}
.t3-off-canvas .t3-off-canvas-body a:hover, 
.t3-off-canvas .t3-off-canvas-body a:focus {
    color: #1d1d1b;
}

/* ----------------------------------------------------- */
/* Off Canvas Menu FIX
*/
/* t3-header + t3-navbar fuori da t3-wrapper */

.t3-off-canvas {
    border-top: 0px;
  }
  
  .navigation-bar {
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1000;
      width: 100%;
  }
  
  body.off-canvas-open {
      position: fixed;
      overflow: hidden;
  }
  
  .t3-wrapper {
    overflow: hidden;
  }
  
  .noscroll {
    top: 0px !important;
  }

  .t3-off-canvas-body ul.menu li {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
  }
  .t3-off-canvas-body ul.menu li a,
  .t3-off-canvas-body ul.menu li span.nav-header {
    padding: 15px 20px;
    background-color: transparent;
    color: #1d1d1b;
    letter-spacing: 1px;
    border-top: 4px solid #fff0;
    border-radius: 0px;
  }
  .t3-off-canvas-body ul.menu li > a:hover  {
    background-color: transparent;
    border-top: 4px solid #1d1d1b;
    background-color: #eee;
    color: #1d1d1b;
  }
  .t3-off-canvas-body ul.menu li a.pff::before {
    content: 'PFF/';
    display: inline;
    color: #acacab;
    font-weight: 300;
  }

  .t3-off-canvas-body ul.menu .dropdown-menu li a {
      font-size: 90%;
      padding: 10px 20px 10px 40px;
      border-top: none;
  }
  .t3-off-canvas-body ul.menu .dropdown-menu li a:hover {
      border-top: none;
  }

/* ----------------------------------------------------- */
/* Footer menu
*/
ul.footer-nav > li {
    background-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
ul.footer-nav > li > a {
    padding: 15px 20px;
    background-color: transparent;
    color: #1d1d1b;
    letter-spacing: 1px;
    border-top: 4px solid #fff0;
    border-radius: 0px;
}
ul.footer-nav > li > a:hover,
ul.footer-nav > li.active > a:hover  {
    background-color: transparent;
    border-top: 4px solid #1d1d1b;
    color: #1d1d1b;
}
ul.footer-nav > li.current > a,
ul.footer-nav > li.active > a {
    background-color: transparent;
    color: #1d1d1b;
    border-top: 4px solid #1d1d1b;
}
ul.footer-nav .home-link {
    display: none;
}
ul.footer-nav > li > a.pff::before {
    content: 'PFF/';
    display: inline;
    color: #acacab;
    font-weight: 300;
}

/* << */


/* =====================================================
 *
 * K 2  P A G E  H E A D E R S
 */
/* ----------------------------------------------------- */
/* Header images settings
*/

.itemHeader {
    display: block;
    position: relative;
    width: 100%;
    height: 290px;
    background-color: #1d1d1b;
    padding-top: 120px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.pg-chi-siamo .itemHeader {
    margin-bottom: 0px;
}
.itemHeader h1,
.itemHeader .itemTitle {
    position: relative;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(1,1,1,0.2);
}
.itemHeader p.itemTitle {
    font-weight: 400;
}
.itemHeader p.itemTitle strong {
    font-weight: 800;
}
.itemHeader > .container {
    position: relative;
    display: block;
    height: 105px;
}
.itemHeader > .container::after {
    display: block;
    position: absolute;
    content: '';
    width: 273px;
    height: 266px;
    top: -95px;
    right: 0px;
    background-image:  url('../images/pff-logo-testata.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
}


/* =====================================================
 *
 * S E Z I O N E:  C O N T E N U T I   K 2
 *
/* ----------------------------------------------------- */
/* Elementi comuni viste K2
*/

/* header nascosto nella homepage */
.pg-home .itemHeader {
    display: none;
}

/* << */


/* =====================================================
 *
 * L U O G H I
 *
/* ----------------------------------------------------- */
/* google map embedded */
.map-container {
    height: 600px;
    width: 100%;
    display: block;
    position: relative;
    background-image: url('../images/parallax/luoghi-mappa-pff.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.map-container a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
    top: 0px;
    left: 0px;
}

/* ancore sezioni */
.filters-block ul {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    text-transform: uppercase;
}
.filters-block ul li {
    display: block;
    position: relative;
    width: 33.33% !important;
    min-height: 60px !important;
    line-height: 60px;
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    float: left;
    color: #1d1d1b !important;
    padding: 0px !important;
    border-radius: 0px;
    border: 1px solid #aaaaa9;
}
.filters-block ul li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 20px;
    color: #333;
    text-decoration: none;
}
.filters-block ul li strong {
    font-weight: 800;
}
#places-selection-block ul {
    text-transform: none;
}
#places-selection-block ul li a {
    padding-left: 30px;
}
#places-selection-block ul li a:before,
a.link-indicazioni:before  {
    content: url('../images/ico/pff-ico-place.png');
    display: inline-block;
    position: relative;
    top: 9px;
    left: -10px;
}
.places-anchor.ospitalita {
    background-color: #f7f7f7;
}
a.link-indicazioni:before  {
    left: -25px;
}
a.link-indicazioni {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 80px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: 500;
    font-size: 22px;
}
a.link-indicazioni::after {
    content: "\f105";
    font: normal normal normal 44px/1 FontAwesome;
    position: absolute;
    display: block;
    right: 20px;
    top: 12px;
}


/* =====================================================
 *
 * V I S T A   N E W S  (Elenco)
 *
/* ----------------------------------------------------- */
/* vista news (default) */

.itemBody.article {
    padding-bottom: 40px;
}

.articles-list {
    padding-bottom: 40px;
}

.articles-list .itemContainer {
    display: table;
    position: relative;
    clear: left;
    width: 100%;
    background-color: #ededed;
    margin-bottom: 20px;
}
.articles-list .article-image-block {
    display: block;
    position: relative;
    float: left;
    width: 315px;
    height: 230px;
    background-color: #1d1d1b;
}
.articles-list .article-item.Video .catItemImage a .article-image::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url('../images/ico/pff-ico-video.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto;
}

.articles-list .article-image {
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.articles-list .catItemDateModified,
.articles-list .catItemDateCreated {
    display: block;
    position: relative;
    float: left;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-left: 35px;
}
.articles-list .catItemTitle a {
    padding-right: 20px;
    font-size: 28px;
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 18px;
    letter-spacing: 2.5px;
}
.articles-list .catItemCategory {
    display: block;
    position: absolute;
    width: 110px;
    background-color: #000;
    padding: 5px 10px 8px 5px;
    text-align: right;
    bottom: 0px;
    right: 0px;
}
.articles-list .catItemCategory a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* placeholder per cover articoli news */
.article-image.empty.cover-0 {
    background-image: url('../images/cover/pff-article-00.jpg');
}
.article-image.empty.cover-1 {
    background-image: url('../images/cover/pff-article-01.jpg');
}
.article-image.empty.cover-2 {
    background-image: url('../images/cover/pff-article-02.jpg');
}
.article-image.empty.cover-3 {
    background-image: url('../images/cover/pff-article-03.jpg');
}
.article-image.empty.cover-4 {
    background-image: url('../images/cover/pff-article-04.jpg');
}
.article-image.empty.cover-5 {
    background-image: url('../images/cover/pff-article-05.jpg');
}
.article-image.empty.cover-6 {
    background-image: url('../images/cover/pff-article-06.jpg');
}
.article-image.empty.cover-7 {
    background-image: url('../images/cover/pff-article-07.jpg');
}
.article-image.empty.cover-8 {
    background-image: url('../images/cover/pff-article-08.jpg');
}
.article-image.empty.cover-9 {
    background-image: url('../images/cover/pff-article-09.jpg');
}


/* filtri pagine updates */
.pg-updates #news-filter-block {
    display: block;
    position: relative;
    width: 100%;
    margin: 40px 0 80px;
}
.pg-updates #news-filter-block ul {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    text-transform: uppercase;
}
.pg-updates #news-filter-block ul li {
    display: block;
    position: relative;
    width: 25% !important;
    min-height: 60px !important;
    line-height: 60px;
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    float: left;
    color: #1d1d1b !important;
    padding: 0px !important;
    border-radius: 0px;
    border: 1px solid #aaaaa9;
}
.pg-updates #news-filter-block ul li span {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 20px;
    color: #333;
}
.pg-updates #news-filter-block ul li span::after {
    content: "\f105";
    font: normal normal normal 44px/1 FontAwesome;
    position: absolute;
    display: block;
    right: 20px;
    top: 6px;
}
.pg-updates #news-filter-block ul li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 20px;
    color: #333;
    text-decoration: none;
}

.pg-updates #news-filter-block ul .filter-block-title {
    display: block;
}
.pg-updates #news-filter-block .filter-show-all {
    display: none;
}

.pg-updates.pg-news #news-filter-block .filter-show-all,
.pg-updates.pg-gallery #news-filter-block .filter-show-all,
.pg-updates.pg-video #news-filter-block .filter-show-all {
    display: block;
}
.pg-updates.pg-news #news-filter-block ul .filter-block-title,
.pg-updates.pg-gallery #news-filter-block ul .filter-block-title,
.pg-updates.pg-video #news-filter-block ul .filter-block-title {
    display: none;
}

.pg-updates.pg-news #news-filter-block ul .filter-show-news a {
    background-color: #111;
    color: #fff;
}

.pg-updates.pg-gallery #news-filter-block ul .filter-show-gallery a {
    background-color: #111;
    color: #fff;
}

.pg-updates.pg-video #news-filter-block ul .filter-show-video a {
    background-color: #111;
    color: #fff;
}

.pg-updates #news-filter-block ul li.filter-show-all a {
    padding-left: 60px;
    padding-right: 0px;
}
.pg-updates #news-filter-block ul li.filter-show-all a::after {
    content: "\f104";
    font: normal normal normal 44px/1 FontAwesome;
    position: absolute;
    display: block;
    left: 20px;
    top: 6px;
}


/* =====================================================
 *
 * P A R A L L A X
 *
/* -----------------------------------------------------    */
/* Riquadri di separazione con immagine parallax  e testate */

.pff-bg-000 {
    background-image: url('../images/parallax/pff-parallax-testate_0000.jpg');
}
.pff-bg-001 {
    background-image: url('../images/parallax/pff-parallax-testate_0001.jpg');
}
.pff-bg-002 {
    background-image: url('../images/parallax/pff-parallax-testate_0002.jpg');
}
.pff-bg-003 {
    background-image: url('../images/parallax/pff-parallax-testate_0003.jpg');
}
.pff-bg-004 {
    background-image: url('../images/parallax/pff-parallax-testate_0004.jpg');
}
.pff-bg-005 {
    background-image: url('../images/parallax/pff-parallax-testate_0005.jpg');
}
.pff-bg-006 {
    background-image: url('../images/parallax/pff-parallax-testate_0006.jpg');
}
.pff-bg-007 {
    background-image: url('../images/parallax/pff-parallax-testate_0007.jpg');
}
.pff-bg-008 {
    background-image: url('../images/parallax/pff-parallax-testate_0008.jpg');
}
.pff-bg-009 {
    background-image: url('../images/parallax/pff-parallax-testate_0009.jpg');
}
.pff-bg-010 {
    background-image: url('../images/parallax/pff-parallax-testate_0010.jpg');
}
.pff-bg-011 {
    background-image: url('../images/parallax/pff-parallax-testate_0011.jpg');
}
.pff-bg-012 {
    background-image: url('../images/parallax/pff-parallax-testate_0012.jpg');
}
.pff-bg-013 {
    background-image: url('../images/parallax/pff-parallax-testate_0013.jpg');
}
.pff-bg-014 {
    background-image: url('../images/parallax/pff-parallax-testate_0014.jpg');
}
.pff-bg-015 {
    background-image: url('../images/parallax/pff-parallax-testate_0015.jpg');
}
.pff-bg-016 {
    background-image: url('../images/parallax/pff-parallax-testate_0016.jpg');
}
.pff-bg-017 {
    background-image: url('../images/parallax/pff-parallax-testate_0017.jpg');
}
.pff-bg-018 {
    background-image: url('../images/parallax/pff-parallax-testate_0018.jpg');
}
.pff-bg-019 {
    background-image: url('../images/parallax/pff-parallax-testate_0019.jpg');
}
.pff-bg-020 {
    background-image: url('../images/parallax/pff-parallax-testate_0020.jpg');
}
.pff-bg-021 {
    background-image: url('../images/parallax/pff-parallax-testate_0021.jpg');
}
.pff-bg-022 {
    background-image: url('../images/parallax/pff-parallax-testate_0022.jpg');
}
.pff-bg-023 {
    background-image: url('../images/parallax/pff-parallax-testate_0023.jpg');
}
.pff-bg-024 {
    background-image: url('../images/parallax/pff-parallax-testate_0024.jpg');
}
.pff-bg-025 {
    background-image: url('../images/parallax/pff-parallax-testate_0025.jpg');
}
.pff-bg-026 {
    background-image: url('../images/parallax/pff-parallax-testate_0026.jpg');
}
.pff-bg-027 {
    background-image: url('../images/parallax/pff-parallax-testate_0027.jpg');
}
.pff-bg-028 {
    background-image: url('../images/parallax/pff-parallax-testate_0028.jpg');
}
.pff-bg-029 {
    background-image: url('../images/parallax/pff-parallax-testate_0029.jpg');
}
.pff-bg-030 {
    background-image: url('../images/parallax/pff-parallax-testate_0030.jpg');
}
.pff-bg-031 {
    background-image: url('../images/parallax/pff-parallax-testate_0031.jpg');
}
.pff-bg-032 {
    background-image: url('../images/parallax/pff-parallax-testate_0032.jpg');
}
.pff-bg-033 {
    background-image: url('../images/parallax/pff-parallax-testate_0033.jpg');
}
.pff-bg-034 {
    background-image: url('../images/parallax/pff-parallax-testate_0034.jpg');
}
.pff-bg-035 {
    background-image: url('../images/parallax/pff-parallax-testate_0035.jpg');
}
.pff-bg-036 {
    background-image: url('../images/parallax/pff-parallax-testate_0036.jpg');
}
.pff-bg-037 {
    background-image: url('../images/parallax/pff-parallax-testate_0037.jpg');
}
.pff-bg-038 {
    background-image: url('../images/parallax/pff-parallax-testate_0038.jpg');
}
.pff-bg-039 {
    background-image: url('../images/parallax/pff-parallax-testate_0039.jpg');
}
.pff-bg-040 {
    background-image: url('../images/parallax/pff-parallax-testate_0040.jpg');
}
.pff-bg-041 {
    background-image: url('../images/parallax/pff-parallax-testate_0041.jpg');
}
.pff-bg-042 {
    background-image: url('../images/parallax/pff-parallax-testate_0042.jpg');
}
.pff-bg-043 {
    background-image: url('../images/parallax/pff-parallax-testate_0043.jpg');
}
.pff-bg-044 {
    background-image: url('../images/parallax/pff-parallax-testate_0044.jpg');
}
.pff-bg-045 {
    background-image: url('../images/parallax/pff-parallax-testate_0045.jpg');
}
.pff-bg-046 {
    background-image: url('../images/parallax/pff-parallax-testate_0046.jpg');
}
.pff-bg-047 {
    background-image: url('../images/parallax/pff-parallax-testate_0047.jpg');
}
.pff-bg-048 {
    background-image: url('../images/parallax/pff-parallax-testate_0048.jpg');
}
.pff-bg-festival1 {
    background-image: url('../images/parallax/parallax-pff-new-festival1.jpg');
    background-position: center center;
}
.pff-bg-festival2 {
    background-image: url('../images/parallax/parallax-pff-new-festival2.jpg');
}
.pff-bg-luoghi {
    background-image: url('../images/parallax/parallax-pff-new-luoghi.jpg');
}

.pg-festival .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/testata-pff-festival.jpg');
}
.pg-chi-siamo .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/pff-parallax-testate_0027.jpg');
}
.pg-fondazione .itemHeader {
    background-position: bottom center;
    background-image: url('../images/parallax/pff-parallax-testate_0019.jpg');
}
.pg-sponsor .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/pff-parallax-testate_0028.jpg');
}
.pg-bandi .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/pff-parallax-testate_0042.jpg');
}
.pg-accrediti .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/testata-pff-new-1.jpg');
}
.pg-contatti .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/pff-parallax-testate_0000.jpg');
}
.pg-trasparenza .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/pff-parallax-testate_0039.jpg');
}
.pg-luoghi .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/tetsta-pff-new-luoghi.jpg');
}
.com_search .itemHeader {
    background-position: bottom center;
    background-image: url('../images/parallax/pff-parallax-testate_0029.jpg');
}

.pg-programma.view-item #pg-bottom-image-separator {
    background-image: url('../images/pff-pg-festival-bg-04.jpg');
}
.pg-giuria .itemHeader {
    background-position: center center;
    background-image: url('../images/parallax/pff-parallax-testate_giuria.jpg');
}


/* =====================================================
 *
 * A R T I C O L I   N E W S  
 *
/* ----------------------------------------------------- */
/* vista news (default) */

.articleHeader {
    margin-bottom: 40px;
}
.article {
    margin-bottom: 60px;
}

.articleHeader h2.itemTitle {
    font-weight: 800;
}
.article h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-top: 40px;
}
.article h3 strong {
    font-weight: 800;
}
.article h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.article h4 strong {
    font-weight: 800;
}
.article .itemBody h2:first-child,
.article .itemBody h3:first-child,
.article .itemBody h4:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

.article .article-image {
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.article .article-image-block {
    display: block;
    position: relative;
    width: 100%;
    height: 280px;
    background-color: #1d1d1b;
}

.article .itemDateCreated {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}


/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/loaders/generic.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../images/ratingstars.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

.article .itemRatingBlock span,
.article .itemLinks .itemCategory,
.article .itemLinks .itemTagsBlock {
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}
.article .itemRatingForm {
    width: 100%;
}
.article .itemRatingList {
    float: right;
}
.article .itemRatingLog {
    float: right;
    padding: 0px 6px 0 4px;
}
.article .itemLinks .itemCategory {
    margin-top: 15px;
}
.article .itemLinks ul.itemTags {
    margin-top: 5px;
}

.articles-list .itemTagsBlock {
    font-size: 80%;
    text-transform: uppercase;
}
.articles-list ul.itemTags {
    margin-top: 0px;
}
.articles-list .tagItemCategory {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
}

/* allegati */
.article .itemAttachmentsBlock,
.itemAttachmentsBlock,
.download-box {
    display: block;
    position: relative;
    padding: 40px 20px;
    text-align: left;
    background-color: #ededed;
    word-break: break-all;
    font-size: 14px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
}

.article .itemAttachmentsBlock span,
.itemAttachmentsBlock span,
.download-box span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.article .itemAttachmentsBlock ul,
.itemAttachmentsBlock ul,
.download-box ul {
    list-style: none;
    padding: 0px;
}
.article .itemAttachmentsBlock ul li,
.itemAttachmentsBlock ul li,
.download-box ul li {
    border-top: 1px solid #787876;
}
.article .itemAttachmentsBlock ul li:last-child,
.itemAttachmentsBlock ul li:last-child,
.download-box ul li:last-child {
    border-bottom: 1px solid #787876;
}
.download-box ul li:first-child {
    border-top: none;
}
.article .itemAttachmentsBlock ul li a,
.itemAttachmentsBlock ul li a,
.download-box ul li a,
a.download {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    color: #333333;
}
a.download {
    border-top: 1px solid #787876;
    border-bottom: 1px solid #787876;
    font-weight: 600;
    text-transform: uppercase;
}
.download-box ul li a,
.download-box ul li span {
    font-weight: 600;
}
.download-box ul li span strong {
    font-weight: 800;
}

.article .itemAttachmentsBlock ul li a:after,
.itemAttachmentsBlock ul li a:after,
.download-box ul li a::after,
a.download::after {
    content: url('../images/ico/pff-ico-download.png');
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
}

/* gallery */
.ba-gallery {
    margin-top: 40px;
}
.ba-gallery .ba-pagination a.ba-btn {
    font-size: 14px;
    text-transform: uppercase;
}


/* Pagination */
.k2Pagination {
    display: table;
    position: relative;
    width: 100%;
}
.k2PaginationCounter {
    display: block;
    position: relative;
    clear: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
}
.pagination {
    display: table;
    position: relative;
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
}
.pagination > li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px !important;
}
.pagination > li > a, 
.pagination > li > span {
    color: #333;
    border: 1px solid #333;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #111;
    border-color: #111;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #111;
    border-color: #111;
}

/* =====================================================
 *
 * M O D U L O   N E W S   (Articoli correlati)
 *
/* ----------------------------------------------------- */

.article-card .catItemImageBlock {
    display: block;
    position: relative;
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.article-card .catItemImageBlock a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.article-card .cover-date {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 12px 20px 14px;
    pointer-events: none;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #111;
}

.article-card .card-body {
    display: block;
    position: relative;
    height: 280px;
    line-height: 1.4em;
    padding: 20px 20px 20px;
    background-color: #ededed;
    color: #111;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 16px;
    letter-spacing: 0px;
}

.article-card .card-body div {
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
}

.article-card .card-body div {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0px;
    font-weight: 300;
}
.article-card .article-title a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1d1d1b;
}



/* =====================================================
 *
 * V I S T A   N E W S   H O M E P A G E  (Grid Layout)
 *
/* ----------------------------------------------------- */

.pg-home .t3-sl-1 {
    padding-bottom: 0px;
}

.grid-layout {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
    grid-auto-rows: minmax(265px, auto);
    grid-auto-flow: dense;
    padding: 15px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.grid-item {
    position: relative;
    /* padding: 1rem; */
    /*background-color: #111;*/
    border-radius: 2px;
    overflow: hidden;
}
.grid-item .catItemView {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: #333;*/
    background-color: #3c3c3cb8;
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}
.grid-item-small {
    grid-column-end: span 1;
    grid-row-end: span 1;
}
.grid-item-medium {
    grid-column-end: span 2;
    grid-row-end: span 1;
}
.grid-item-big {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

/* .grid-item:hover */
.grid-item:hover .catItemView {
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

/* immagine di sfondo del riquadro */
.grid-item .catItemImageBlock {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition:         all 0.5s ease;
}

/* titolo riquadro */
.grid-item .catItemHeader {
    display: block;
    position: absolute;
    width: 50%;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px 5px;
    line-height: 1.2em;
    color: #111;
    text-transform: uppercase;
    font-size: 16px;
    background-color: rgba(0,0,0,50%);
}
.grid-item:nth-child(even) .catItemHeader{
    right: auto;
    left: 0px;
}
.grid-item .catItemTitle {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 1px;
    line-height: 1.3em;
}
.grid-item-big.noImage .catItemTitle {
    padding-left: 30px;
}
.grid-item .catItemTitle a {
    color: #fff;
}

/* testo introduttivo */
.grid-item .catItemBody {
    display: block;
    position: relative;
}

.grid-item.Gallery .catItemBody,
.grid-item.withImage .catItemBody {
    display: none;
}

/* riquadri piccoli e news senza immagine */
.grid-item.noImage .catItemHeader,
.grid-item.grid-item-small .catItemHeader {
    top: 2px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    background-color: transparent;
    opacity: 1;
}
.grid-item.noImage .catItemBody {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 15px;
}
.grid-item.grid-item-small .catItemBody,
.grid-item.grid-item-medium .catItemBody {
    font-size: 14px;
    line-height: 1.4em;
}
.grid-item.News.noImage .catItemView,
.grid-item.News.noImage:nth-child(odd) .catItemView,
.grid-item.Video.noImage:nth-child(odd) .catItemView {
    background-color: #111;
    color: #fff;
}
.grid-item.News.noImage:nth-child(even) .catItemView,
.grid-item.Video.noImage:nth-child(even) .catItemView {
    background-color: #e3e3e3;
    color: #333;
}
.grid-item.News.noImage:nth-child(even) .catItemTitle a,
.grid-item.Video.noImage:nth-child(even) .catItemTitle a {
    color: #333;
}

/* collegamento articolo */
.grid-item .catItemReadMore,
.grid-item .catItemReadMore a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: transparent;
}
.grid-item .catItemReadMore a {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}
.grid-item .catItemReadMore a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}
.grid-item.Video .catItemReadMore a {
    background-image: url('../images/ico/pff-ico-video.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto;
}
.grid-item:hover::before {
    content: "\f1ea";
    font: normal normal normal 20px/1 FontAwesome;
    display: block;
    position: absolute;
    z-index: 40;
    width: 40px;
    height: 40px;
    top: 1%;
    right: 1%;
    color: rgba(255, 255, 255, 1);
    line-height: 80px;
    text-align: center;
    line-height: 1em;
    padding-top: 10px;
}
.grid-item.Gallery:hover::before {
    content: "\f03e";
}
.grid-item.Video:hover::before {
    content: "\f1c8";
}
/*
.grid-item.Video::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/ico/pff-ico-video.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto;
}
*/
.grid-item.grid-item-big .catItemBody {
    display: block !important;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 40px;
    font-size: 16px;
}
.grid-item.grid-item-big.noImage .catItemBody .catItemIntroText {
    display: block;
    position: absolute;
    bottom: 30px;
}

.grid-item.grid-item-small .catItemReadMore,
.grid-item.grid-item-small .catItemReadMore a { 
    font-size: 14px;
}
/* Flip card per riquadri grandi */

.grid-item.flip-card {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}
/* This container is needed to position the front and back side */
.grid-item.flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 1s;
    transform-style: preserve-3d;
    /*background-color: #333;*/
}
/* Position the front and back side */
    .grid-item.flip-card .flip-card-front, 
    .grid-item.flip-card .flip-card-back {
        display: block;
}
/* Style the front side (fallback if image is missing) */
    .grid-item.flip-card .flip-card-front {
    color: #333;
}
/* Style the back side */
.grid-item.flip-card .flip-card-back {
    /* color: white;
    transform: rotateY(180deg); */
}
.grid-item.flip-card .flip-card-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.grid-item.flip-card:hover .flip-card-inner {
    /*transform: rotateY(180deg);
    transition-delay: 0.5s;*/
}
.grid-item.flip-card:hover .catItemHeader {
    opacity: 0;
    transition-delay: 0.5s;
}

.grid-item.flip-card:hover .catItemImageBlock {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: 0.5;
    transition-delay: 0.5s;
}
.grid-item.flip-card {
    display: block;
    position: relative;
}
.grid-item.flip-card .catItemIntroText {
    display: block;
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 40px;
    padding-right: 15px;
    opacity: 0;
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
    /*transition: all 0.5s;*/
    /*transition-delay: 1.5s;*/
}
.grid-item.flip-card:hover .catItemIntroText {
    display: block;
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 40px;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.5s;
    transition-delay: 0.5s;
    /*animation: slide-card-txt-up 1s; */
}


/* =====================================================
 *
 * S P O N S O R
 *
/* -----------------------------------------------------    */
#sponsor-list h4 {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0 50px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
#sponsor-list ul {
    display: table;
    position: relative;
    width: 100%;
    padding: 0px;
}
#sponsor-list ul li {
    display: inline-block;
    list-style: none;
    width: auto;
    height: 150px;
    min-width: 340px;
}
#sponsor-list hr {
    color: #111;
}
#sponsor-list hr {
    color: #363634;
    font-weight: 800;
    border: 1px solid #8e8e8e;
    margin: 30px 0 60px;
}


/* =====================================================
 *
 * P R O G R A M M A
 */
/* ----------------------------------------------------- */
/* Vista categoria
*/
.pg-programma .itemList {
    padding-top: 20px;
}

.event-card .catItemImageBlock {
    display: block;
    position: relative;
}
.event-card .catItemImageBlock {
    display: block;
    position: relative;
    height: 245px;
}
.event-card .cover-date {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 12px 20px 14px;
    pointer-events: none;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #111;
}
.event-card .card-body {
    display: block;
    position: relative;
    height: 360px;
    line-height: 1.2em;
    padding: 20px 20px 20px;
    background-color: #ededed;
    color: #111;
    font-weight: 400;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
}
.event-card .card-body div {
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
}
.event-card a {
    color: #111;
}
.event-card .ev-day,
.event-card .ev-location,
.event-card .event-section {
    font-weight: 600;
}
.event-card .event-title {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 800;
    height: 80px;
} 
.event-card .event-details {
    text-transform: none;
}
.event-card .event-date,
.event-card .event-location,
.event-card .event-director {
    height: 35px;
}
.event-card .event-section {
    height: 55px;
}
.event-card .event-date::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 3px;
    background-image: url('../images/ico/pff-ico-time-s.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.event-card .event-location::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 2px;
    background-image: url('../images/ico/pff-ico-place-s.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.event-card .event-director::before,
.event-card .event-title::before,
.event-card .event-details::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 3px;
    left: 16px;
    top: 4px;
    background-image: url('../images/ico/pff-ico-minus-s.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.event-card .event-section::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 11px;
    top: 4px;
    border: 2px solid #111;
    border-radius: 50%;
    background-color: #333;
}

.event-director.empty::before,
.event-details.empty::before {
    background-image: none;
}


/* ----------------------------------------------------- */
/* Vista evento
*/
.eventHeader {
    display: block;
    position: relative;
    max-height: 600px;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    margin-bottom: 60px;
}

.pg-evento .event-card-container {
    display: block;
    position: relative;
}
/*
.pg-evento .event-card-container .event-card-media {
    text-align: right;
    position: absolute;
    top: 255px;
    right: 0px;
}
*/
.pg-evento .event-card-container .event-card-media {
    position: relative;
    margin-top: -280px;
    max-width: 100%;
    height: auto;
    text-align: right;
    padding-left: 70px;
    margin-bottom: 60px;
    z-index: 20;
}

.pg-evento .itemBody .event-card {
    position: relative;
    max-width: 400px;
    text-align: right;
    z-index: 10;
}
.pg-evento .itemBody  .cover-date {
    display: inline-block;
    position: relative;
    right: 0px;
}
.pg-evento .itemBody  .event-card .card-body {
    text-align: left;
    height: 450px;
}
.pg-evento .itemBody  .ev-director {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.pg-evento .itemBody  .itemTitle {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0px;
    margin: 0px;
}
.pg-evento .itemBody  .event-details {
    font-weight: 600;
    padding-bottom: 10px;
}

/* 2025 - altezza immagini articolo programma */
.pg-evento .itemBody .itemIntroText img,
#event-accordion img {
    height: auto !important;
}

/* ----------------------------------------------------- */
/* Film correlati */
#itemRelated {
    margin-top: 20px;
}

/* ----------------------------------------------------- */
/* Lista Tag */
ul.itemTags {
    display: block;
    position: relative;
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}
ul.itemTags li {
    display: inline-block;
    position: relative;
    padding: 0px 8px;
    font-size: 11px;
    background-color: #1d1d1b;
    color: #fff;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 5px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.itemTags li a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
}
ul.itemTags li:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* ----------------------------------------------------- */
/* Social icons */
.itemSocialSharing {
    padding-top: 40px;
}
.social-btn {
    position: relative;
    display: block;
    height: 40px;
    float: left;
    padding-right: 15px;
}
.social-btn.itemTwitterButton {
    padding-top: 6px;
}
.itemSocialSharing span.share-label {
    display: block;
    float: left;
    font-size: 14px;
    padding-right: 15px;
    padding-top: 4px;
}


/* ----------------------------------------------------- */
/* Barra filtri */
.pff-prog-filters {
    display: block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.pff-prog-filters .cell-title {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    padding: 0px !important;
    margin: 0px 0px 10px;
}
.prog-filters-line-1 {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    clear: both;
}
.pff-prog-filters .line-1-cell-1,
.pff-prog-filters .line-1-cell-2 {
    display: block;
    position: relative;
    width: 50% !important;
    padding: 0px;
    margin: 0px;
    float: left;
    border: 1px solid #aaaaa9;
    height: 60px !important;
    min-height: 60px;
}
.pff-prog-filters .ppf-prog-filters-reset,
.pff-prog-filters .cell-title .inputbox  {
    display: block;
    position: relative;
    width: 100% !important;
    height: 58px !important;
    line-height: 57px;
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    color: #1d1d1b !important;
    padding: 0px 20px !important;
    border: none;
    border-radius: 0px;
}
.pff-prog-filters .line-1-cell-1 {
    /*border-right: none;*/
}
.pff-prog-filters a {
    color: #1d1d1b !important;
    text-decoration: none;
}
.pff-prog-filters .cell-title .inputbox-cell {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.pff-prog-filters .cell-title .inputbox-cell::after  {
    display: block;
    position: absolute;
    content: url('../images/ico/pff-search-ico-big.png');
    top: 13px;
    right: 30px;
}
.pff-prog-filters .line-2-cell-1,
.pff-prog-filters .line-2-cell-2,
.pff-prog-filters .line-2-cell-3,
.pff-prog-filters .line-2-cell-4 {
    display: block;
    position: relative;
    width: 25% !important;
    min-height: 60px !important;
    line-height: 60px;
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    float: left;
    color: #1d1d1b !important;
    padding: 0px !important;
    border-radius: 0px;
    border: 1px solid #aaaaa9;
}
.pff-prog-filters .filter-by-date-title,
.pff-prog-filters .filter-by-place-title, 
.pff-prog-filters .filter-by-section-title {
    padding-left: 10px;
}
.pff-prog-filters .filter-by-date-title::before,
.pff-prog-filters .filter-by-place-title::before, 
.pff-prog-filters .filter-by-section-title::before {
    display: inline-block;
    position: relative;
    top: 9px;
    left: -10px;
}
.pff-prog-filters .filter-by-date-title::before {
    content: url('../images/ico/pff-ico-time.png');
}
.pff-prog-filters .filter-by-place-title::before {
    content: url('../images/ico/pff-ico-place.png');
}
.pff-prog-filters .filter-by-section-title::before {
    content: url('../images/ico/pff-ico-section.png');
}
.line-2-cell-4 {
    background-color: #1d1d1b;
}
.pff-prog-filters .line-2-cell-4 {
    border-color: #1d1d1b;
}
.pff-prog-filters .filter-by-section-title {
    color: #fff;
}
.pff-prog-filters .line-2-cell-1 span {
    padding: 0px 0px 0px 20px;
}
.pff-prog-filters .line-2-cell-1::after {
    content: "\f105";
    font: normal normal normal 44px/1 FontAwesome;
    position: absolute;
    display: block;
    right: 20px;
    top: 6px;
}
button.prog-filter-btn,
span.prog-filter-btn {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 60px;
    border: none;
    text-align: left;
    padding: 0px 0px 0px 20px;
}
.line-2-cell-1 {
    /*
    border: 1px solid #aaaaa9;
    border-right: none;
    */
}
span.prog-filter-btn {
    /*border: 1px solid #aaaaa9;
    border-bottom: none;
    */
}
.pff-prog-filters .line-2-cell-1 span.prog-filter-btn,
.pff-prog-filters .line-2-cell-2 span.prog-filter-btn,
.pff-prog-filters .line-2-cell-3 span.prog-filter-btn {
    border-right: none;
}
.pff-prog-filters .card-body {
    padding: 20px 10px;
}
span.prog-filter-btn.collapsed {
    /*border-bottom: 1px solid #aaaaa9;*/
}
.pff-prog-filters .card .collapse {
    /*border: 1px solid #aaaaa9;
    border-top: none;
    */
}
.ui-widget-header {
    background-image: none !important;
    background-color: #333 !important;
    border-color: #555 !important;
    text-transform: uppercase;
    font-size: 16px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
    background-image: none !important;
    background-color: #f8f8f8 !important;
	font-weight: bold;
	color: #111 !important;
    border-color: #333 !important;
}
#collapseOne .submit.pff-prog-filters {
    display: block;
    position: absolute !important;
    right: 10px;
    bottom: -8px;
}


/* =====================================================
 *
 * F O O T E R
 *
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* Loghi Sez. 1 */

.t3-footer {
    border-top: none;
    color: initial;
    padding-top: 60px;
}
.footer-1 {
    padding-bottom: 40px;
    clear: both;
}
.footer-1 h4 {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0px 15px 20px;
    margin-bottom: 20px;
    font-size: 21px;
    text-transform: uppercase;
}

#footer-sponsors-list {
    line-height: 1em;
}
#footer-sponsors-list span.sponsor {
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
}
#footer-sponsors-list .contributo {
    padding-left: 30px;
}
#footer-sponsors-list .contributo h4 {
    padding-left: 0px;
}
.footer-1 .logo-sponsor {
    display: block;
    position: relative;
    float: left;
    padding-right: 30px;
}
.footer-1 .logo-sponsor:last-child {
    padding-right: 0px;
}
.footer-1 .logo-sponsor img {
    max-width: 100%;
}


#footer-contacts {
    display: block;
    position: relative;
    clear: both;
    margin: 0px;
    padding: 60px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}
#footer-contacts ul.social-icons {
    padding: 0px;
    margin-top: 30px;
    list-style: none;
}
#footer-contacts ul.social-icons li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
}
#footer-contacts ul.social-icons li:last-child {
    margin-right: 0px;
}
#footer-contacts .contatti {
    padding-top: 10px;
}
#footer-contacts .social-box {
    padding-top: 30px;
}
#footer-contacts a {
    color: #333;
}
#footer-contacts a:hover {
    text-decoration: underline;
}
#footer-downloads {
    background-color: #ededed;
    padding: 15px 0;
    color: #111;
}
section.copyright {
    padding-bottom: 40px;
    margin-bottom: 0px;
}
#footer-copyright {
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
}
ul.footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;   
}
ul.footer-menu li {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
}
ul.footer-menu li::after {
    content: '|';
    display: inline;
    padding-left: 10px;
}
ul.footer-menu li:last-child::after {
    display: none;
}

.privacy-policy-btn .iubenda-ibadge {
    margin-top: 5px;
    position: absolute;
}
.t3-footer .mod-languages {
    font-size: 10px;
    text-transform: uppercase;
}
.t3-footer .mod-languages li a {
    color: #333;
}
.t3-footer .mod-languages li a:hover {
    text-decoration: underline !important;
}
.t3-footer .mod-languages .pretext {
    display: block;
    font-weight: 500;
    width: auto;
    float: left;
    padding-left: 15px;
}
.t3-footer ul.lang-inline > li:first-child::after {
    display: inline-block;
    content: '|';
    padding-left: 2px;
    padding-right: 0px;
}


.t3-off-canvas .t3-off-canvas-body .mod-languages {
    margin-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
.t3-off-canvas .t3-off-canvas-body .mod-languages a {
    padding-left: 0px;
}

/* ----------------------------------------------------- */
/* Lista sezioni festival */

.pff-sections-list {
    /*background: rgb(237,237,237);*/
    /*background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(237,237,237,1) 15%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);*/
}
.k2CategoriesListBlock.pff-sections-list ul {
    display: block;
    position: relative;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
}
.k2CategoriesListBlock.pff-sections-list ul li {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    margin: 0px;
    padding: 10px;
    height: 80px;
    //background-color: #333;
    color: #111;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.k2CategoriesListBlock.pff-sections-list ul li:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.k2CategoriesListBlock.pff-sections-list ul li a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #111;
}
.k2CategoriesListBlock.pff-sections-list ul li a span.catTitle {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 80%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

/* colore sezioni */ 
.event-card .event-section.section-21::before,
.event-card .event-section.section-63::before,
.event-card .event-section.section-118::before,
.event-card .event-section.section-144::before,
.event-card .event-section.section-165::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(1),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(1) a::after {
    background-color: #ef4629;
}
.event-card .event-section.section-22::before,
.event-card .event-section.section-64::before,
.event-card .event-section.section-119::before,
.event-card .event-section.section-145::before,
.event-card .event-section.section-166::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(2),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(2) a::after {
    background-color: #ec1562;
}
.event-card .event-section.section-23::before,
.event-card .event-section.section-65::before,
.event-card .event-section.section-120::before,
.event-card .event-section.section-146::before,
.event-card .event-section.section-167::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(3),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(3) a::after {
    background-color: #9d1db2;
}
.event-card .event-section.section-24::before,
.event-card .event-section.section-66::before,
.event-card .event-section.section-121::before,
.event-card .event-section.section-147::before,
.event-card .event-section.section-168::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(4),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(4) a::after {
    background-color: #6834bc;
}
.event-card .event-section.section-25::before,
.event-card .event-section.section-67::before,
.event-card .event-section.section-122::before,
.event-card .event-section.section-148::before,
.event-card .event-section.section-169::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(5),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(5) a::after {
    background-color: #3f4db8;
}
.event-card .event-section.section-26::before,
.event-card .event-section.section-68::before,
.event-card .event-section.section-123::before,
.event-card .event-section.section-149::before,
.event-card .event-section.section-170::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(6),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(6) a::after {
    background-color: #1294f6;
}
.event-card .event-section.section-27::before,
.event-card .event-section.section-69::before,
.event-card .event-section.section-124::before,
.event-card .event-section.section-150::before,
.event-card .event-section.section-171::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(7),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(7) a::after {
    background-color: #00bcd7;
}
.event-card .event-section.section-28::before,
.event-card .event-section.section-70::before,
.event-card .event-section.section-125::before,
.event-card .event-section.section-151::before,
.event-card .event-section.section-172::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(8),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(8) a::after {
    background-color: #009788;
}
.event-card .event-section.section-29::before,
.event-card .event-section.section-71::before,
.event-card .event-section.section-126::before,
.event-card .event-section.section-152::before,
.event-card .event-section.section-173::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(9),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(9) a::after {
    background-color: #48b14c;
}
.event-card .event-section.section-30::before,
.event-card .event-section.section-72::before,
.event-card .event-section.section-127::before,
.event-card .event-section.section-153::before,
.event-card .event-section.section-174::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(10),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(10) a::after {
    background-color: #cdde1c;
}
.event-card .event-section.section-31::before,
.event-card .event-section.section-73::before,
.event-card .event-section.section-128::before,
.event-card .event-section.section-154::before,
.event-card .event-section.section-175::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(11),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(11) a::after {
    background-color: #fee94e;
}
.event-card .event-section.section-32::before,
.event-card .event-section.section-74::before,
.event-card .event-section.section-129::before,
.event-card .event-section.section-155::before,
.event-card .event-section.section-176::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(12),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(12) a::after {
    background-color: #fe9900;
}
.event-card .event-section.section-33::before,
.event-card .event-section.section-75::before,
.event-card .event-section.section-130::before,
.event-card .event-section.section-156::before,
.event-card .event-section.section-177::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(13),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(13) a::after {
    background-color: #374047;
}
.event-card .event-section.section-34::before,
.event-card .event-section.section-54::before,
.event-card .event-section.section-76::before,
.event-card .event-section.section-131::before,
.event-card .event-section.section-157::before,
.event-card .event-section.section-178::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(14),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(14) a::after {
    background-color: #9e9e9e;
}
.event-card .event-section.section-35::before,
.event-card .event-section.section-55::before,
.event-card .event-section.section-77::before,
.event-card .event-section.section-132::before,
.event-card .event-section.section-158::before,
.event-card .event-section.section-179::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(15),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(15) a::after {
    background-color: #ab9f65;
}
.event-card .event-section.section-36::before,
.event-card .event-section.section-56::before,
.event-card .event-section.section-78::before,
.event-card .event-section.section-133::before,
.event-card .event-section.section-159::before,
.event-card .event-section.section-180::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(16),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(16) a::after {
    background-color: #ccc;
}
.event-card .event-section.section-37::before,
.event-card .event-section.section-57::before,
.event-card .event-section.section-79::before,
.event-card .event-section.section-134::before,
.event-card .event-section.section-160::before,
.event-card .event-section.section-181::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(17),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(17) a::after {
    background-color: #ccc;
}
.event-card .event-section.section-38::before,
.event-card .event-section.section-135::before,
.event-card .event-section.section-161::before,
.event-card .event-section.section-182::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(18),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(18) a::after {
    background-color: #ccc;
}
.event-card .event-section.section-38::before,
.event-card .event-section.section-136::before,
.event-card .event-section.section-162::before,
.event-card .event-section.section-183::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(19),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(18) a::after {
    background-color: #f5f5f5;
}
.event-card .event-section.section-38::before,
.event-card .event-section.section-138::before,
.event-card .event-section.section-163::before,
.event-card .event-section.section-184::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(20),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(18) a::after {
    background-color: #f5f5f5;
}
.event-card .event-section.section-38::before,
.event-card .event-section.section-139::before,
.event-card .event-section.section-164::before,
.event-card .event-section.section-185::before,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(21),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(22),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(18) a::after {
    background-color: #f5f5f5;
}

/* correggo colore testo e link riquadri di colore chiaro */
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(1),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(1) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(2),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(2) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(3),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(3) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(4),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(4) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(5),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(5) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(6),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(6) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(7),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(7) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(8),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(8) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(9),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(9) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(10),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(10) a,
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(11),
.k2CategoriesListBlock.pff-sections-list ul li:nth-child(11) a {
    color: #fff;
}


/* ----------------------------------------------------- */
/* Lista sezioni festival (variante monocromatica) */
/* colore sezioni */ 
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(1) {
    background-color: #000000ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(2) {
    background-color: #0A0A0Aff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(3) {
    background-color: #141414ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(4) {
    background-color: #1D1D1Dff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(5) {
    background-color: #272727ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(6) {
    background-color: #313131ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(7) {
    background-color: #3B3B3Bff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(8) {
    background-color: #454545ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(9) {
    background-color: #4E4E4Eff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(10) {
    background-color: #585858ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(11) {
    background-color: #626262ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(12) {
    background-color: #6C6C6Cff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(13) {
    background-color: #767676ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(14) {
    background-color: #7F7F7Fff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(15) {
    background-color: #898989ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(16) {
    background-color: #939393ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(17) {
    background-color: #9D9D9Dff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(18) {
    background-color: #A7A7A7ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(19) {
    background-color: #B0B0B0ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(20) {
    background-color: #BABABAff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(21) {
    background-color: #C4C4C4ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(22) {
    background-color: #CECECEff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(23) {
    background-color: #D8D8D8ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(24) {
    background-color: #E1E1E1ff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(25) {
    background-color: #EBEBEBff;
}
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(26) {
    background-color: #F5F5F5ff;
}

/*
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(13),
.k2CategoriesListBlock.pff-sections-list.bw ul li:nth-child(13) a {
    color: #111;
}
*/

.k2CategoriesListBlock.pff-sections-list.bw ul li a::after {
    display: block;
    position: absolute;
    content: ' ';
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
}

/* PFF60 */
.event-card .event-section.section-238::before,
.event-card .event-section.section-265::before,
#pff-sections-list .section-238 > a:nth-child(1)::after,
#pff-sections-list .section-265 > a:nth-child(1)::after {
    background-color: #eba230;
}
.event-card .event-section.section-239::before,
.event-card .event-section.section-266::before,
.event-card .event-section.section-240::before,
.event-card .event-section.section-267::before,
.event-card .event-section.section-241::before,
.event-card .event-section.section-268::before,
#pff-sections-list .section-239 > a:nth-child(1)::after,
#pff-sections-list .section-266 > a:nth-child(1)::after,
#pff-sections-list .section-240 > a:nth-child(1)::after,
#pff-sections-list .section-267 > a:nth-child(1)::after,
#pff-sections-list .section-241 > a:nth-child(1)::after,
#pff-sections-list .section-268 > a:nth-child(1)::after {
    background-color: #e36a38;
}
.event-card .event-section.section-242::before,
.event-card .event-section.section-269::before,
#pff-sections-list .section-242 > a:nth-child(1)::after,
#pff-sections-list .section-269 > a:nth-child(1)::after {
    background-color: #231f20;
}
.event-card .event-section.section-243::before,
.event-card .event-section.section-270::before,
#pff-sections-list .section-243 > a:nth-child(1)::after,
#pff-sections-list .section-270 > a:nth-child(1)::after {
    background-color: #ae1a20;
}
.event-card .event-section.section-244::before,
.event-card .event-section.section-271::before,
#pff-sections-list .section-244 > a:nth-child(1)::after,
#pff-sections-list .section-271 > a:nth-child(1)::after {
    background-color: #4ac197;
}
.event-card .event-section.section-290::before,
.event-card .event-section.section-291::before,
#pff-sections-list .section-290 > a:nth-child(1)::after,
#pff-sections-list .section-291 > a:nth-child(1)::after {
    background-color: #700e45;
}
.event-card .event-section.section-245::before,
.event-card .event-section.section-272::before,
.event-card .event-section.section-246::before,
.event-card .event-section.section-273::before,
#pff-sections-list .section-245 > a:nth-child(1)::after,
#pff-sections-list .section-272 > a:nth-child(1)::after,
#pff-sections-list .section-246 > a:nth-child(1)::after,
#pff-sections-list .section-273 > a:nth-child(1)::after {
    background-color: #5d312c;
}
.event-card .event-section.section-247::before,
.event-card .event-section.section-274::before,
#pff-sections-list .section-247 > a:nth-child(1)::after,
#pff-sections-list .section-274 > a:nth-child(1)::after {
    background-color: #dc6ba7;
}
.event-card .event-section.section-248::before,
.event-card .event-section.section-275::before,
#pff-sections-list .section-248 > a:nth-child(1)::after,
#pff-sections-list .section-275 > a:nth-child(1)::after {
    background-color: #7ec02d;
}
.event-card .event-section.section-249::before,
.event-card .event-section.section-276::before,
#pff-sections-list .section-249 > a:nth-child(1)::after,
#pff-sections-list .section-276 > a:nth-child(1)::after {
    background-color: #3e923e;
}
.event-card .event-section.section-250::before,
.event-card .event-section.section-277::before,
#pff-sections-list .section-250 > a:nth-child(1)::after,
#pff-sections-list .section-277 > a:nth-child(1)::after {
    background-color: #7440a4;
}
.event-card .event-section.section-251::before,
.event-card .event-section.section-278::before,
#pff-sections-list .section-251 > a:nth-child(1)::after,
#pff-sections-list .section-278 > a:nth-child(1)::after {
    background-color: #f0328b;
}
.event-card .event-section.section-252::before,
.event-card .event-section.section-279::before,
#pff-sections-list .section-252 > a:nth-child(1)::after,
#pff-sections-list .section-279 > a:nth-child(1)::after {
    background-color: #5e6d32;
}
.event-card .event-section.section-253::before,
.event-card .event-section.section-280::before,
.event-card .event-section.section-254::before,
.event-card .event-section.section-281::before,
.event-card .event-section.section-255::before,
.event-card .event-section.section-282::before,
.event-card .event-section.section-256::before,
.event-card .event-section.section-283::before,
#pff-sections-list .section-253 > a:nth-child(1)::after,
#pff-sections-list .section-280 > a:nth-child(1)::after,
#pff-sections-list .section-254 > a:nth-child(1)::after,
#pff-sections-list .section-281 > a:nth-child(1)::after,
#pff-sections-list .section-255 > a:nth-child(1)::after,
#pff-sections-list .section-282 > a:nth-child(1)::after,
#pff-sections-list .section-256 > a:nth-child(1)::after,
#pff-sections-list .section-283 > a:nth-child(1)::after {
    background-color: #997157;
}
.event-card .event-section.section-257::before,
.event-card .event-section.section-284::before,
#pff-sections-list .section-257 > a:nth-child(1)::after,
#pff-sections-list .section-284 > a:nth-child(1)::after {
    background-color: #18483c;
}
.event-card .event-section.section-258::before,
.event-card .event-section.section-285::before,
#pff-sections-list .section-258 > a:nth-child(1)::after,
#pff-sections-list .section-285 > a:nth-child(1)::after {
    background-color: #7d7cc6;
}
.event-card .event-section.section-259::before,
.event-card .event-section.section-286::before,
#pff-sections-list .section-259 > a:nth-child(1)::after,
#pff-sections-list .section-286 > a:nth-child(1)::after {
    background-color: #ffffff;
}
.event-card .event-section.section-260::before,
.event-card .event-section.section-287::before,
#pff-sections-list .section-260 > a:nth-child(1)::after,
#pff-sections-list .section-287 > a:nth-child(1)::after {
    background-color: #ffffff;
}
.event-card .event-section.section-262::before,
.event-card .event-section.section-289::before,
#pff-sections-list .section-262 > a:nth-child(1)::after,
#pff-sections-list .section-289 > a:nth-child(1)::after {
    background-color: #66aae1;
}
.event-card .event-section.section-294::before,
.event-card .event-section.section-293::before,
#pff-sections-list .section-294 > a:nth-child(1)::after,
#pff-sections-list .section-293 > a:nth-child(1)::after {
    background-color: #23407c;
}

/* PFF61 >>*/
.event-card .event-section.section-300::before,
#pff-sections-list .section-300 > a:nth-child(1)::after,
.event-card .event-section.section-299::before,
#pff-sections-list .section-299 > a:nth-child(1)::after {
    background-color: #f9ab33;
}

.event-card .event-section.section-301::before,
#pff-sections-list .section-301 > a:nth-child(1)::after,
.event-card .event-section.section-320::before,
#pff-sections-list .section-320 > a:nth-child(1)::after {
    background-color: #f5733c;
}

.event-card .event-section.section-302::before,
#pff-sections-list .section-302 > a:nth-child(1)::after,
.event-card .event-section.section-321::before,
#pff-sections-list .section-321 > a:nth-child(1)::after {
    background-color: #f075b6;
}

.event-card .event-section.section-303::before,
#pff-sections-list .section-303 > a:nth-child(1)::after,
.event-card .event-section.section-322::before,
#pff-sections-list .section-322 > a:nth-child(1)::after {
    background-color: #18483c;
}

.event-card .event-section.section-304::before,
#pff-sections-list .section-304 > a:nth-child(1)::after,
.event-card .event-section.section-323::before,
#pff-sections-list .section-323 > a:nth-child(1)::after {
    background-color: #5d312c;
}

.event-card .event-section.section-305::before,
#pff-sections-list .section-305 > a:nth-child(1)::after,
.event-card .event-section.section-324::before,
#pff-sections-list .section-324 > a:nth-child(1)::after {
    background-color: #5d312c;
}

.event-card .event-section.section-306::before,
#pff-sections-list .section-306 > a:nth-child(1)::after,
.event-card .event-section.section-325::before,
#pff-sections-list .section-325 > a:nth-child(1)::after {
    background-color: #66aae1;
}

.event-card .event-section.section-307::before,
#pff-sections-list .section-307 > a:nth-child(1)::after,
.event-card .event-section.section-326::before,
#pff-sections-list .section-326 > a:nth-child(1)::after {
    background-color: #3e923e;
}

.event-card .event-section.section-308::before,
#pff-sections-list .section-308 > a:nth-child(1)::after,
.event-card .event-section.section-327::before,
#pff-sections-list .section-327 > a:nth-child(1)::after {
    background-color: #7440a4;
}

.event-card .event-section.section-309::before,
#pff-sections-list .section-309 > a:nth-child(1)::after,
.event-card .event-section.section-328::before,
#pff-sections-list .section-328 > a:nth-child(1)::after {
    background-color: #f0328b;
}

.event-card .event-section.section-310::before,
#pff-sections-list .section-310 > a:nth-child(1)::after,
.event-card .event-section.section-329::before,
#pff-sections-list .section-329 > a:nth-child(1)::after {
    background-color: #7f104f;
}

.event-card .event-section.section-311::before,
#pff-sections-list .section-311 > a:nth-child(1)::after,
.event-card .event-section.section-330::before,
#pff-sections-list .section-330 > a:nth-child(1)::after {
    background-color: #5e6d32;
}

.event-card .event-section.section-312::before,
#pff-sections-list .section-312 > a:nth-child(1)::after,
.event-card .event-section.section-331::before,
#pff-sections-list .section-331 > a:nth-child(1)::after {
    background-color: #d22027;
}

.event-card .event-section.section-313::before,
#pff-sections-list .section-313 > a:nth-child(1)::after,
.event-card .event-section.section-332::before,
#pff-sections-list .section-332 > a:nth-child(1)::after {
    background-color: #997157;
}

.event-card .event-section.section-314::before,
#pff-sections-list .section-314 > a:nth-child(1)::after,
.event-card .event-section.section-333::before,
#pff-sections-list .section-333 > a:nth-child(1)::after {
    background-color: #4ac197;
}

.event-card .event-section.section-315::before,
#pff-sections-list .section-315 > a:nth-child(1)::after,
.event-card .event-section.section-334::before,
#pff-sections-list .section-334 > a:nth-child(1)::after {
    background-color: #7ec02d;
}

.event-card .event-section.section-316::before,
#pff-sections-list .section-316 > a:nth-child(1)::after,
.event-card .event-section.section-335::before,
#pff-sections-list .section-335 > a:nth-child(1)::after {
    background-color: #997157;
}

.event-card .event-section.section-317::before,
#pff-sections-list .section-317 > a:nth-child(1)::after,
.event-card .event-section.section-336::before,
#pff-sections-list .section-336 > a:nth-child(1)::after {
    background-color: #24427f;
}

.event-card .event-section.section-318::before,
#pff-sections-list .section-318 > a:nth-child(1)::after,
.event-card .event-section.section-337::before,
#pff-sections-list .section-337 > a:nth-child(1)::after {
    background-color: #7d7cc6;
}
/* << */

/* lista sezioni a scomparsa (il pulsante viene mostrato solo nella versione mobile) */
#pffSectionsListHeader.card-header h5 .btn-link {
    background-color: #111;
    color: #fff;
    padding-left: 40px;
    font-size: 26px;
    font-weight: 700;
}
#pffSectionsListHeader.card-header h5 .btn-link::after {
    top: 22px;
    color: #fff;
    content: url('../images/ico/pff-ico-minus-light.png');
}

/* =====================================================
 *
 * S E Z I O N E:  R E S P O N S I V E   L A Y O U T   M E N U
 */
/* ----------------------------------------------------- */
/* MENU: max width 1200px
 * (menu esteso)
*/
@media screen and ( min-width:980px ) and ( max-width:1200px ) {
    
}
/* ----------------------------------------------------- */
/* MENU: max width 980px
 * (menu mobile)
*/
@media screen and ( max-width:990px ) {
    
}


/* =====================================================
 *
 * S E Z I O N E:  R E S P O N S I V E   L A Y O U T   P A G E   E L E M E N T S
 */
/* ----------------------------------------------------- */
/* VISTA DESKTOP INTERMEDIA: da 1200px a 1500px
*/

/* ----------------------------------------------------- */
/* Contenitori elementi
*/
.container-offset {
    display: table;
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.col-right-container-offset {
    padding-right: 20px;
}
.col-left-container-offset {
    padding-left: 20px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .container-offset {
        padding-left: 40px;
        padding-right: 40px;
    }
    .col-right-container-offset {
        padding-right: 40px;
    }
    .col-left-container-offset {
        padding-left: 40px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .container-offset {
        padding-left: 40px;
        padding-right: 40px;
    }
    .col-right-container-offset {
        padding-right: 40px;
    }
    .col-left-container-offset {
        padding-left: 40px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .container-offset {
        padding-left: 60px;
        padding-right: 60px;
    }
    .col-right-container-offset {
        padding-right: 60px;
    }
    .col-left-container-offset {
        padding-left: 60px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1290px;
    }
    .container-offset {
        padding-left: 80px;
        padding-right: 80px;
    }
    .col-right-container-offset {
        padding-right: 80px;
    }
    .col-left-container-offset {
        padding-left: 80px;
    }
}
@media (min-width: 1430px) {
    .container {
        width: 1400px;
    }
    .container-offset {
        padding-left: 80px;
        padding-right: 80px;
    }
    .col-right-container-offset {
        padding-right: 80px;
    }
    .col-left-container-offset {
        padding-left: 80px;
    }
}


/* Lista sezioni sempre visibile */
@media screen and (min-width:768px) {
    #pffSectionsListHeader {
        display: none;
    }
    #pffSectionsList {
        display: block;
    }
}




/* ----------------------------------------------------- */
/* VISTA DESKTOP LARGE: max width 1300px
*/
@media screen and ( min-width:1200px ) and ( max-width:1430px ) {
    /* UPDATES (elenco news)*/
    .articles-list .catItemDateModified,
    .articles-list .catItemDateCreated {
        display: block;
        position: absolute;
        top: 0;
        background-color: #ededed;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 6px;
    }
    .articles-list .article-item .col-lg-5 {
        width: 30%;
    }
    .articles-list .article-item .col-lg-7 {
        width: 65%;
        padding-left: 40px;
    }

    .footer-1 .logo-sponsor {
        width: 33%;
    }
    .footer-1 .main-sponsor .logo-sponsor {
        width: auto;
    }

    /* luoghi */
    .filters-block ul li {
        font-size: 18px;
    }
}
/* ----------------------------------------------------- */
/* VISTA DESKTOP SMALL: max width 1200px
*/
@media screen and ( min-width:1025px ) and ( max-width:1199px ) {
    /* UPDATES (elenco news)*/
    .articles-list .catItemDateModified,
    .articles-list .catItemDateCreated {
        display: block;
        position: absolute;
        top: 0;
        background-color: #ededed;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 6px;
    }
    .articles-list .article-item .col-lg-5 {
        width: 38%;
    }
    .articles-list .article-item .col-lg-7 {
        width: 55%;
        padding-left: 40px;
    }

    /* NEWS GRID (homepage)*/
    .grid-item-small {
        grid-column-end: span 2;
        grid-row-end: span 1;
    }
    .grid-item .catItemHeader,
    .grid-item.flip-card:hover .catItemIntroText,
    .grid-item.flip-card .catItemIntroText {
        width: 80%;
    }

    div.bg-extend-left.half .container::before {
        right: 40%;
    }
    div.bg-extend-right.half .container::before {
        left: 40%;
    }

    /* slider overlay */
    .tp-caption img {
        min-width: 300px !important;
        height: auto !important;
        margin-left: 20px !important;
    }
    #footer-contacts .col-sm-6 {
        height: 180px;
    }
    #footer-contacts .contatti {
        padding-top: 25px;
    }
    .footer-1 .logo-sponsor {
        width: 33%;
    }
    .separator-image.pull-right {
        float: none !important;
        margin-left: 100px;
    }
    .separator-link.big {
        font-size: 35px;
    }
    /* luoghi */
    .filters-block ul li {
        width: 50% !important;
        font-size: 22px;
    }
}
/* ----------------------------------------------------- */
/* VISTA TABLET ORIZZONTALE: max width 1024px
*/
@media screen and ( min-width:990px ) and ( max-width:1024px ) {
    /* UPDATES (elenco news)*/
    .articles-list .catItemDateModified,
    .articles-list .catItemDateCreated {
        display: block;
        position: absolute;
        top: 0;
        background-color: #ededed;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 6px;
    }
    .articles-list .article-item .col-lg-5 {
        width: 38%;
    }
    .articles-list .article-item .col-lg-7 {
        width: 55%;
        padding-left: 40px;
    }

    /* NEWS GRID (homepage)*/
    .grid-item-small {
        grid-column-end: span 2;
        grid-row-end: span 1;
    }
    .grid-item .catItemHeader,
    .grid-item.flip-card:hover .catItemIntroText,
    .grid-item.flip-card .catItemIntroText {
        width: 80%;
    }

    div.bg-extend-left.half .container::before {
        right: 40%;
    }
    div.bg-extend-right.half .container::before {
        left: 40%;
    }

    /* slider overlay */
    .tp-caption img {
        min-width: 300px !important;
        height: auto !important;
        margin-left: 20px !important;
    }
    .tp-caption.large_text, .large_text,
    .tp-caption.large_text strong, .large_text strong {
        font-size: 24px !important;
        margin-right: 20px !important;
    }
    #footer-contacts .col-sm-6 {
        height: 180px;
    }
    #footer-contacts .contatti {
        padding-top: 25px;
    }
    .footer-1 .logo-sponsor {
        width: 33%;
    }
    .separator-image.pull-right {
        float: none !important;
        margin-left: 80px;
    }
    .separator-link.big {
        font-size: 32px;
    }
    /* luoghi */
    .filters-block ul li {
        width: 50% !important;
        font-size: 18px;
    }
}


/* ----------------------------------------------------- */
/* VISTA MOBILE GENERICA (< 990px)
*/
@media screen and ( max-width:990px ) {
    /* slider overlay */
    .tp-caption img {
        min-width: 300px !important;
        height: auto !important;
        margin-left: 20px !important;
    }
    .tp-caption.large_text, .large_text,
    .tp-caption.large_text strong, .large_text strong {
        font-size: 24px !important;
        margin-right: 20px !important;
        line-height: 1.4em !important;
    }

    /* sezioni festival */
    .k2CategoriesListBlock.pff-sections-list ul li {
        width: 50%;
    }
    .itemHeader > .container::after { 
        display: none;
    }
    .head-ongoing-festival {
        display: block;
        position: relative;
        float: left;
        font-size: 14px;
        height: 75px;
        padding: 4px 30px 0px;
        width: 65%;
    }
    .head-ongoing-festival a {
        display: block;
        position: relative;
        max-width: 400px;
    }
    .itemHeader {
        display: table;
        position: relative;
        width: 100%;
        padding-top: 0px;
    }
    .itemHeader > .container,
    .itemHeader > .container > .container-offset {
        position: absolute;
        display: block;
        height: 100%;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    .itemHeader h1, .itemHeader .itemTitle {
        position: absolute;
        left: 30px;
        bottom: 20px;
        /*font-size: 52px;*/
    }

    /* separatori e parallax */
    div.bg-extend-left.half .container::before {
        width: 150%;
        right: 0px;
    }
    div.bg-extend-right.half .container::before {
        width: 150%;
        left: 0px;
    }
    .separator-link.medium, .separator-title {
        font-size: 18px;
    }
    a.separator-link.medium::after, .separator-title::after {
        font-size: 38px;
    }
    .pg-separator-block {
        min-height: 350px;
    }
    .separator-link.big {
        font-size: 28px;
    }
    a.separator-link.big::after {
        font-size: 44px;
    }
    .focus.text-big {
        font-size: 32px;
    }
    .focus.text-big.spaced-left {
        padding-left: 0px;
    }
    .focus .btn {
        white-space: normal;
    }
    div.bg-extend-left .container::before {
        width: 100%;
        right: 0px;
    }
    div.bg-extend-left .container .container-offset {
        padding: 0 15px !important;
    }
    .separator-link.medium, .separator-title {
        padding: 12px 0px 22px;
        word-wrap: break-word;
    }
    .separator-image.pull-right {
        float: none !important;
    }
    .separator-link.medium, .separator-title {
        padding: 12px 0px 22px;
    }
    /*
    div.bg-extend-left.half .container::before {
        right: 40%;
    }
    div.bg-extend-right.half .container::before {
        left: 40%;
    }
    */

    /* luoghi */
    .filters-block ul li {
        width: 50% !important;
        font-size: 18px;
    }

    /* Festival */
    #sigla > .container {
        padding: 0px;
    }

    /* UPDATES vista categoria */
    .pg-updates #news-filter-block ul li {
        width: 100% !important;
    }
    .articles-list .article-image-block {
        width: 100%;
    }
    .articles-list .catItemDateModified, .articles-list .catItemDateCreated {
        padding-left: 20px;
    }
    .articles-list .catItemHeader {
        padding: 0 20px 20px;
    }
    .articles-list .catItemTitle {
        margin-top: 5px;
    }
    .articles-list .catItemTitle a {
        font-size: 18px;
    }
    .view-item .article-info-block {
        padding-bottom: 40px;
    }

    /* new su homepage (grid) */
    #newsGrid {
        padding-top: 40px;
    }
    .grid-layout {
        display: table;
        position: relative;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .grid-item,
    .grid-item .catItemView  {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 245px;
        border-radius: 4px;
    }
    .grid-item {
        margin-bottom: 40px;
    }
    .grid-item h2.catItemTitle {
        padding-bottom: 0px;
    }
    .grid-item.grid-item-small,
    .grid-item.grid-item-small .catItemView {
        min-height: 150px;
    }
    .grid-item.withImage .catItemView {
        background-image: url('../images/pff_bkg_logo_opt.png');
        background-size: 400px;
        background-repeat: repeat;
        background-blend-mode: overlay;
        background-color: #222;
    }
    .withImage.grid-item-medium .catItemImageBlock {
        display: block;
        position: relative;
        width: 100%;
        height: 200px;
        background-size: contain;
        background-position: center;
    }
    .withImage.grid-item-big .catItemImageBlock {
        display: block;
        position: relative;
        width: 100%;
        height: 350px;
        background-size: contain;
        background-position: center;
    }
    .grid-item.withImage .catItemHeader {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background-color: #e1e1e1;
    }
    .grid-item.withImage .catItemHeader a {
        color: #323232;
    }
    .grid-item.grid-item-big .catItemBody {
        display: none !important;
    }
    /* no hover effect su flip-card */
    .grid-item.flip-card:hover .catItemImageBlock {
        filter: none;
        -webkit-filter: none;
        opacity: 1;
        transition-delay: 0.5s;
    }
    .grid-item.flip-card:hover .catItemHeader {
        opacity: 1;
        transition-delay: 0.5s;
    }

    #footer-contacts .col-sm-6 {
        height: 180px;
    }
    #footer-contacts .contatti {
        padding-top: 25px;
    }
    .footer-1 .logo-sponsor {
        width: 33%;
    }

}

/* ----------------------------------------------------- */
/* VISTA TABLET VERTICALE: max width 768px
*/
@media screen and ( min-width:769px ) and ( max-width:990px ) {
    #footer-focus-links p {
        margin-bottom: 0px;
    }
}
@media screen and ( min-width:551px ) and ( max-width:768px ) {
    #footer-focus-links p {
        margin-bottom: 0px;
    }
    #footer-contacts {
        padding-left: 20px;
    }
    #footer-contacts .social-box {
        clear: left;
    }
    #footer-contacts .col-sm-6 {
        height: auto;
    }

    /* luoghi */
    .filters-block ul li {
        width: 100% !important;
        font-size: 20px;
    }

    /* Sponsor list */
    #sponsor-list .row,
    #trasparenza-accordion .row {
        margin: 0px;
    }
    #sponsor-list ul li {
        text-align: center;
        height: auto;
        padding-bottom: 40px;
    }
}

/* ----------------------------------------------------- */
/* VISTA CELLULARE: max width 550px
*/
@media screen and ( max-width:550px ) {

    .tp-caption img {
        min-width: 220px !important;
    }

    .tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
        left: 0px !important;
        top: 0px !important;
    }
    #t3-header {
        background-color: #000;
    }
    .head-ongoing-festival {
        padding: 4px 20px 0px;
        width: 50%;
    }
    .itemHeader h1, .itemHeader .itemTitle {
        position: absolute;
        left: 15px;
        bottom: 20px;
        font-size: 52px;
    }
    
    .container-offset {
        padding-left: 0px;
        padding-right: 0px;
    }
    .layout-category .container-offset,
    .itemListView .container-offset,
    .full-width-layout .container-offset {
        padding-left: 15px;
        padding-right: 15px;
    }

    .itemSocialSharing span.share-label {
        width: 100%;
        float: none;
    }
    /* sezioni festival */
    .k2CategoriesListBlock.pff-sections-list ul li {
        width: 100%;
    }

    /* torna in cima alla pagina */
    .itemBackToTop {
        height: 30px;
        bottom: 0px;
        right: 50%;
        width: 180px;
        margin-right: -90px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .itemBackToTop a {
        display: block;
        position: relative;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        color: #fff;
        padding-top: 9px;
        padding-left: 20px;
    }
    .itemBackToTop a::before {
        top: 1px;
        left: auto;
        right: 8px;
    }
    /* luoghi */
    .filters-block ul li {
        width: 100% !important;
        font-size: 20px;
    }

    /* footer */
    .t3-footer {
        padding-top: 20px;
    }
    #footer-contacts {
        padding-top: 40px;
        padding-left: 20px;
    }
    #footer-contacts .social-box {
        clear: left;
    }
    #footer-contacts .col-sm-6 {
        height: auto;
    }
    .footer-4 {
        text-align: center;
        padding: 0 15px;
    }
    .footer-4 .text-right p {
        padding-top: 10px;
        text-align: center;
    }
    #footer-sponsors-list .contributo {
        display: table;
        position: relative;
        width: 100%;
        padding: 0px;
    }
    .footer-1 h4 {
        padding-left: 0px;
    }
    #footer-sponsors-list .contributo h4 {
        padding-left: 15px;
    }
    .footer-1 .logo-sponsor p {
        text-align: left;
        padding-left: 40px;
    }
    .footer-1 .logo-sponsor {
        display: block;
        position: relative;
        width: 100%;
        height: 135px;
        text-align: left;
        margin: 0px;
        padding-right: 0px;
    }
    .footer-1 .logo-sponsor img {
        display: inline;
        max-width: 65%;
    }
    #footer-focus-links p {
        margin-bottom: 0px;
    }

    

    /* P R O G R A M M A */
    /* FILTRI */
    .pff-prog-filters .line-1-cell-1, 
    .pff-prog-filters .line-1-cell-2,
    .pff-prog-filters .line-2-cell-1,
    .pff-prog-filters .line-2-cell-2,
    .pff-prog-filters .line-2-cell-3,
    .pff-prog-filters .line-2-cell-4 {
        width: 100% !important;
    }
    .pff-prog-filters .line-1-cell-2,
    .pff-prog-filters .line-2-cell-2,
    .pff-prog-filters .line-2-cell-3,
    .pff-prog-filters .line-2-cell-4 {
        border-top: none;
    }

    .event-card .catItemImageBlock {
        height: auto;
    }
    .event-card .card-body {
        height: auto;
    }
    .eventHeader {
        height: auto;
        margin-bottom: -40px;
    }
    .pg-evento .itemBody .event-card .card-body {
        text-align: left;
        height: auto;
        margin-bottom: 0px;
    }
    .pg-evento .event-card-container .event-card-media {
        text-align: right;
        position: relative;
        top: 0;
        right: 0px;
    }

    .pg-evento .event-card-container .event-card-media {
        position: relative;
        margin-top: 0px;
        text-align: left;
        padding-left: 0px;
        margin-bottom: 60px;
        z-index: 20;
    }
    .pg-evento .itemBody .event-card {
        max-width: 100%;
    }

    /* FORM CONTATTO */
    .bfQuickMode .bfPage {
        padding: 0px !important;
    }
    #contact-form #bfElemWrap9 {
        width: 100%;
        float: none;
    }
    #contact-form .bfQuickMode {
        padding: 0px;
    }
    #contact-form .bfQuickMode .controls .control-label {
        background-color: #fff;
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    #contact-form #bfSubmitButton {
        float: none !important;
        margin-top: -10px;
    }

    /* Sponsor list */
    #sponsor-list .row,
    #trasparenza-accordion .row {
        margin: 0px;
    }
    #sponsor-list ul li {
        text-align: center;
        height: auto;
        padding-bottom: 40px;
    }
    /* PRESS e Downloads */
    #info-stampa .img-card-box:first-child {
        margin-bottom: 40px;
    }
    a.download {
        word-wrap: anywhere;
    }
    .card-header h5 .btn-link, .card-header h2 .btn-link {
        word-wrap: anywhere;
        padding-right: 60px;
        white-space: normal;
        line-height: 1.3em;
    }
    .article .itemAttachmentsBlock ul li a::after, .itemAttachmentsBlock ul li a::after, .download-box ul li a::after, a.download::after {
        content: url('../images/ico/pff-ico-download-small.png');
        right: -8px;
        top: 18px;
    }
    
}

 /* ----------------------------------------------------- */
/* VISTA CELLULARE: max width 400px   (schermo con risoluzione bassa)
*/
@media screen and ( max-width:400px ) {
    body {
        font-size: 1.5em;
    }
    h2, .h2 {
        font-size: 25px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .card-header h5 .btn-link, .card-header h2 .btn-link {
        font-size: 15px;
    }
    .card-header h5 .btn-link::after, .card-header h2 .btn-link::after {
        right: 10px;
    }
    .focus.text-big {
        font-size: 26px;
    }
    .footer-1 h4,
    ul.footer-nav > li {
        font-size: 16px;
    }
    .head-ongoing-festival {
        padding: 4px 15px 0px;
        width: 46%;
        font-size: 13px;
    }
    .logo-image {
        margin: 0 5px;
    }
    .head-search {
        padding: 0 10px;
    }
    a.separator-link.medium::after, .separator-title::after {
        font-size: 26px;
    }
    a.separator-link.medium::after, .separator-title::after {
        top: 2px;
    }
    .grid-item.grid-item-small, .grid-item.grid-item-small .catItemView {
        min-height: 190px;
    }
    .btn {
        white-space: normal;
    }
    .separator-link.big {
        font-size: 24px;
    }
    a.separator-link.big::after {
        font-size: 40px;
    }
    .itemHeader h1, .itemHeader .itemTitle {
        font-size: 40px;
    }
    #sponsor-list img {
        max-width: 70%;
    }
    #sponsor-list .row, #trasparenza-accordion .row {
        margin: -15px;
    }
    #sponsor-list h4 {
        padding-left: 20px;
        font-size: 13px;
        font-weight: 600;
    }

    .t3-off-canvas-body ul.menu li {
        font-size: 16px;
    }
    .t3-off-canvas {
        width: 320px;
    }
    #footer-contacts ul.social-icons img {
        max-width: 65%;
    }
    #footer-contacts ul.social-icons li {
        margin-right: 2px;
    }

    .pff-prog-filters .ppf-prog-filters-reset, 
    .pff-prog-filters .cell-title .inputbox,
    .pff-prog-filters .line-2-cell-1, 
    .pff-prog-filters .line-2-cell-2, 
    .pff-prog-filters .line-2-cell-3, 
    .pff-prog-filters .line-2-cell-4,
    .pg-updates #news-filter-block ul li {
        font-size: 18px;
    }
    .event-card .card-body {
        font-size: 14px;
    }
    .event-card .event-title {
        font-size: 18px;
    }
    .event-card .cover-date {
        font-size: 12px;
    }
    .tp-caption img {
        min-width: 160px !important;
    }
    
}

@media screen and ( max-width:350px ) {
    .off-canvas-effect-4.off-canvas-open .t3-wrapper, 
    .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }
    .t3-off-canvas {
        width: 280px;
    }
    a {
        word-wrap: anywhere;
    }
    .privacy-policy-btn {
        clear: left;
        display: block;
        margin: auto;
        margin-bottom: 10px;
        float: none;
    }
    .privacy-policy-btn .iubenda-ibadge {
        position: relative;
    }
}
