@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
@import url('balloon.min.css');
@import url('font-awesome-animation.min.css');
@import url('jquery-ui.css');
@import url('hamburgers.css?i=1');

@font-face {
    font-family: 'StrongFont';
    src: url('fonts/neuzeits-book-web.eot');
    src: url('fonts/neuzeits-book-web.eot?#iefix') format('embedded-opentype'),
         url('fonts/neuzeits-book-web.woff2') format('woff2'),
         url('fonts/neuzeits-book-web.woff') format('woff'),
         url('fonts/neuzeits-book-web.ttf') format('truetype'),
         url('fonts/neuzeits-book-web.svg#neuzeits-bookbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'StrongFontHeavy';
    src: url('fonts/neuzeitsheavy-book-web.eot');
    src: url('fonts/neuzeitsheavy-book-web.eot?#iefix') format('embedded-opentype'),
         url('fonts/neuzeitsheavy-book-web.woff2') format('woff2'),
         url('fonts/neuzeitsheavy-book-web.woff') format('woff'),
         url('fonts/neuzeitsheavy-book-web.ttf') format('truetype'),
         url('fonts/neuzeitsheavy-book-web.svg#neuzeits_bookheavyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
body { background:#FFF; margin: 0px; letter-spacing: -0.024em; -webkit-text-size-adjust:100%;  color:#000; line-height:18px; text-align:left; font-family: StrongFontHeavy, "Arial Bold", sans-serif; font-size:14px; }
a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; }
a:hover { color:#444; }
/*div:hover, a:hover { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }*/
a.normal { font-weight:normal; text-decoration: underline; }
h1, h2, h3, h4 { line-height:normal; margin:0px; letter-spacing: -0.056em; font-weight:normal; font-family: StrongFontHeavy, "Arial Bold", sans-serif; }
h1 { text-transform:uppercase; font-size: 38px; text-transform: uppercase; line-height: 38px; }
h2 { text-transform: uppercase; font-size: 38px; line-height:38px; margin: 0; }
h2.section { text-transform:uppercase; font-size:22px; margin:0px; text-align:center; border-top:1px solid #000; padding-top:10px; }
h2.letter { margin-bottom:10px; }
h3 { text-transform:uppercase; font-size:24px; line-height:25px; margin: 0 0 15px 0; }
h3.section { text-transform:uppercase; font-size:14px; margin-bottom:20px; color:#BBB; border-top:1px solid #000; padding-top:10px; }
h4 { font-size:14px; margin: 10px 0;  }
h5 { text-transform:uppercase; margin-bottom:10px; font-size:13px; font-weight:normal; line-height: 15px; }
i { margin-right:5px; }
img.scale { width:100%; height:auto; display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
img.rounder { border-radius:1000px; }
input, select { height:40px; }
input:disabled { background:#EEE; color:#BBB; }
input, select, textarea { margin-bottom:15px; border-radius:0; color:#444; font-family: StrongFontHeavy, "Arial Bold", sans-serif; font-size:13px; padding: 5px 10px; background-color: #FFF; border:1px solid #000; }
input.col, select.col, textarea.col { margin-bottom:15px; }
input:focus, textarea:focus, select:focus { border-color: #222; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; }
textarea { padding:10px; }
select { background: url('../images/select_arrow.png') right center no-repeat #FFF; padding: 7px 35px 7px 7px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
input[type='checkbox'], input[type='radio'] { border:1px solid #000; padding:0; height:20px; width:20px; float:left; margin-right:10px;  box-shadow:none; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; box-shadow:none;  }
option { padding:0 5px; }
label { cursor:pointer; margin-bottom:4px; display:block; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; }
legend { padding:5px 0; margin-bottom:20px; text-transform:uppercase; }
.label { text-align:right; padding:13px 5px 0 0; }
.btn { padding: 10px 10px; min-width:200px; height:auto; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { height: 40px;  margin-top:20px; border: 1px solid #000; cursor:pointer; display:inline-block; color:#000; background:#FFF; line-height:normal; text-align:center; text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, button:hover{ text-decoration:none; background: #000; color:#FFF; }
form .separator { margin-top:20px; }
.buttons { text-align:center; }
.bg1 .btn { background:none; border:1px solid #CCC; color:#BBB; font-weight:normal; }
.bgwhite { background:#FFF; }
.bgblack { background:#000; color:#FFF; }
.bgblack .btn { background:#000; color:#FFF; border-color:#FFF; }
.btn.free { background:#CCC; border-color:#BBB; color:#FFF; margin-left:10px; }
.pl40 { padding-left:40px; }
.hamburger { display:none; }
button i { margin:0px; }
.btn-primary2, input.btn-primary2 { border-color:#222; background:#222; color:#FFF; }
.btn-primary2:hover, input.btn-primary2:hover { background:#CCC; border-color:#BBB; color:#FFF; }
.warning { color:#FF0000;  background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.placeholder { color: #FFF; text-transform:uppercase; }
.column_2 { column-count: 2; column-gap: 40px; }
.column_5 { column-count: 5; column-gap: 40px; }
.nowrap { white-space:nowrap; }
ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#BBB; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; min-width:30px; text-align:center; display: inline-block; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc li { list-style:disc; margin:0 40px 5px 15px; }
ul.list_disc li li { list-style:circle; }
ul.icon-list i { width:30px; text-align:center; }
ul.icon-list li { margin: 10px 0; }
ul.condizioni_vendita li, ul.payments li { min-height:30px; padding-left:40px; position: relative; margin-top:10px; }
ul.condizioni_vendita li input, ul.payments li input { position:absolute; left:0; top:0; }
#msg #close {  float:right; color:#FFF; }
#msg #close::before { content: "\f00d"; font-family: "Font Awesome 5 Free"; }
#msg.msg_success { background:#00B259; color:#FFF; padding:7px 10px;  }
#msg.msg_error { background:#FF0000; color:#FFF; padding:7px 10px;  }
#msg { margin: 0 0 40px 0; }
.uppercase { text-transform:uppercase; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1200px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.content-large { max-width:95%; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.content-small { max-width:600px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.content-login { max-width:400px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }

.parallax { margin:0 auto; text-align:center; height: -webkit-calc(100vh - 0px); height: calc(100vh - 0px); height: -moz-calc(100vh - 0px)); background-size: cover; background-attachment: fixed; background-position:center center; color:#FFF;  }
.cover { margin:0 auto; text-align:center; min-height:600px; background-size: cover; background-attachment: fixed; background-position:center center; color:#FFF; }
.cover .content { padding-top:100px; padding-bottom:100px; }
.tabs ul { margin:0 auto; text-align:center; }
.tabs li { display:inline-block; letter-spacing:5px;  }
.tabs a { padding:10px; text-transform:uppercase; display:block; text-align:center; }
.tabs a.selected, .tabs a:hover { color:#CCC; text-decoration:none; }
.tabcontent { padding:40px 0; }
.tabcontent .label {  text-align:left; padding-bottom:5px; }
.tabcontent a { color:#BBB; }
.tabcontent .btn { color:#000; }
.tabcontent .btn:hover { color:#FFF; }

.more-link, .less-link { font-weight:bold; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold {  }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#BBB; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.block { display:block; }
.mt100 { margin-top:100px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.pr100 { padding-right:100px; }
.pl100 { padding-left:100px; }
.pr80 { padding-right:80px; }
.pl20 { padding-left:20px; }
.pr20 { padding-right:20px; }
ul.size li { display:inline-block; }
ul.size li:after { content:"x"; margin: 0 5px 0 0; }
ul.size li:last-child:after { content:""; }

table { border-collapse: collapse; width:100%; }
table, th, td { border-bottom: 1px solid #DDD; padding: 5px 10px; }
thead td { background:#EEE;  }
figure { overflow:hidden; }
figure * { transition: all .2s ease-in-out; line-height:normal;  }
figure img { display:block; }

table.hour { border:0px; width:inherit; }
table.hour td { border:0px; padding: 2px 20px 2px 0; }
.didascalia { color:#000; font-size:13px; margin-top:5px; text-transform:uppercase; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.iphone_show, .header .menu li.iphone_show { display:none; }


.span_50 { width:50%; margin:0 auto; text-align:center; }
.span_25 { width:25%; margin:0 auto; text-align:center; }

.separator { margin-top:80px; }
.box { border:1px solid #CCC; padding:20px; }
.box .button { margin-top:10px; }
.bg1 { background:#25282E; color:#BBB; }
.bg2 { background:#212329; color:#BBB; }
.textLarge { font-size: 20px; line-height: 22px; }

.bg_gray { background:#EEE; }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); }
.flex { display: flex; align-items: center; justify-content: center; }
.authors { color:#BBB; text-transform:uppercase; font-size:22px; line-height:24px; margin-bottom:5px; }


#header { position:relative; font-size:14px; font-family: StrongFontHeavy, "Arial Bold", sans-serif; min-height:160px; background:#FFF; transition: top 0.2s ease-in-out; text-align:center; }
#header a { display:block; }
#header a.selected { color:#BBB; }
#header img { height:120px; width:auto; margin:20px auto; }
#header .btnmenu { padding:2px; cursor:pointer; position:fixed; top:45px; left:40px; text-transform:uppercase; text-align:center; width:200px; border-radius:200px; border:1px solid #000; }
#header .lang { position:absolute; top:10px; left:40px; font-size:11px; text-transform:uppercase; }
#header .lang a { color:#BBB; } 
#header .account { padding:2px; position:absolute; top:20px; right:200px; text-transform:uppercase; text-align:center; width:150px; border-radius:200px; border:1px solid #000;  }
#header .account:hover { background:#000;  }
#header .account:hover a { color:#FFF; }
#header .menu { position:absolute; left:40px; top:40px; text-align:left; text-transform:uppercase; }
#header .menu li a { color:#a5a5a5; }
#header .menu a:hover, #header a.selected { color:#000; }
#header .menu li { display:inline-block; margin-right:10px; position:relative; }
#header .menu li > ul { position: absolute; top: auto; left: 0; margin-top:10px; } 
#header .menu li a.selected { color:#000; }
#header .menu_content li { padding:1px 0; white-space:nowrap; }

#footer { padding: 0 40px 40px 40px; margin-top:20px; text-transform:uppercase; color:#BBB;  line-height:18px; }
#footer a { color:#BBB; }
#footer a:hover { color:#000; }
#footer h4 { margin:0px; color:#000; }
#footer .legal li { display:inline-block; margin-right:10px; }
#footer .last-news li { margin-top:5px; }
#footer .grid-4 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; border-top:1px solid #000; padding-top:10px; }
#footer .legal, #footer .credits { margin-top:10px; }

#main { padding:0px 40px; }

.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; }
.grid-3 { display:grid; grid-template-columns: 1fr 1fr 1fr; }
.grid-4 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; }
.grid-8 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
.grid-1-3 { display:grid; grid-template-columns: 1fr 3fr;}
.grid-1-2-1 { display:grid; grid-template-columns: 1fr 2fr 1fr;}
.gap10 { gap:10px; }
.gap20 { gap:20px; }
.gap100 { gap:100px; }

.home .grid-2 .text { position:relative; }
.home .grid-2 .image img { display:block; }
.home .grid-2 .btn { margin:0px; }
.home .events { border-top:1px solid #000; padding-top:20px; border-bottom:1px solid #000; padding-bottom:20px; margin-bottom:20px; text-transform:uppercase; color:#BBB;  }
.home .events .description { margin-top:20px; color:#000; }
.home .events img { margin-bottom:20px; }
.home .events .text { margin-bottom:40px; }

.grid-artists { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap:20px; row-gap:40px; margin-top:10px; }
.grid-artists .item { position:relative; }
.grid-artists h3 { margin: 0 0 5px 0; font-size:30px; line-height:30px; color:#000; }
.grid-artists a { color:#FFF; }
.grid-artists a:hover .bg { background: rgba(0, 0, 0, .5); }
.bg { position:absolute; top:0; bottom:0; left:0; right:0; background: rgba(0, 0, 0, .1);  z-index:11;  }

.about h2 { font-size:14px; text-transform: uppercase; color:#BBB; }
.about .item-row { padding-bottom:60px; }
.about .scroller { padding-bottom:60px; }
.about .slider { max-width:1200px; margin:60px auto 0 auto; padding:0; }
.about .slider img { padding: 0 120px; }


.slider, .press, .gallery { margin:40px 0; padding: 0; overflow:hidden; }
.slider img, .press img, .gallery img { display:inline-block; }
.slick-prev, .slick-next { width:50px; height:50px; padding:10px; border:1px solid #000; margin-top:0px; }
.slick-disabled { border-color:#EEE; }
.slick-prev::before, .slick-next::before { color:#000; }
.slideshow { margin:0px; padding:0px; }
.gallery li, .press li { margin: 0 10px; }

.exhibitions-list { display: grid; grid-template-columns:1fr 1fr; grid-row-gap: 40px; grid-column-gap: 10px; text-transform:uppercase; }
.exhibitions-list .item { position:relative; }
.exhibitions-list .date { font-size:18px; color:#BBB; text-transform:uppercase; }
.exhibitions-list .button { margin-top:40px; }
.exhibitions .text { font-size:15px; line-height:24px;}
.exhibitions-list li { display:inline-block; margin-right:10px; }
.exhibitions-list h5 { margin:0px; text-transform:uppercase; color:#BBB; font-size:14px; }
.exhibitions-list .info { position:absolute; bottom:0; color:#BBB; text-transform:uppercase; }

#event .title h1 { margin:0px; }
#event .title .authors li { display:inline-block; margin-right:10px; }
#event .title .authors  li a { color:#BBB; text-transform:uppercase; }
#event .info { text-transform:uppercase; }
#event .info h3 { color:#BBB; font-size:13px; margin:0;  }
#event .info a:hover { color:#CCC; }
#event .date { color:#BBB; margin-bottom:20px; }
#event .inModal { background:none; padding:0; border-radius:0px; }
#event .video { max-width:800px; margin: 100px auto; }
#event h3.section { border-top:1px solid #000; padding-top:5px; }

.borderTop  { border-top:1px solid #000; padding-top:20px; }
.login p { text-transform:uppercase; text-align:center; }
form { margin-bottom:40px; }
.lato form { margin:0px; }

.grid-people {  display:grid; grid-template-columns: 2fr 3fr; gap:20px; padding-bottom:20px; font-size:16px; line-height:20px; }
.grid-people h2 { font-size:20px; margin-bottom:10px; }
.grid-news { display:grid; grid-template-columns: 4fr 1fr; gap:100px; }
.grid-progetti { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; }
.grid-progetti img { margin-bottom:10px; }
.box-header { height:110px; display:table; padding-bottom:10px; }
.box-header a { display: table-cell; vertical-align: bottom; }

.galleryBlog img { width:100%; height:auto; margin-top:40px; }

.list-news { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; row-gap:40px; }
.list-news .item { position:relative; }
.list-news .item .text { height:180px; display:table; }
.list-news .item .text h3 { display: table-cell; vertical-align: bottom; }
.list-news .item .date { margin-top:5px; font-size:14px; }
.list-news .item .image { margin: 10px 0 10px 0; }
.list-news .item .btn { position:absolute; bottom:20px; }
.lato .btn { margin: 0 0 10px 0; }
.lato h3 { font-size:14px; color:#BBB; }
.lato .tag {  display:grid; grid-template-columns: 1fr 1fr;  gap:10px; margin-bottom:40px; }
.lato .tag .btn { width:100%; height: auto; font-size:13px; padding:2px; margin:0px; min-width:50px; }

.grid-news .scheda { margin-bottom:60px; }
.grid-news .scheda .date { text-transform:uppercase; color:#BBB; font-size:18px; }
.grid-news .scheda h1 { max-width:60%; }
.grid-news .scheda .share { margin-bottom:20px; }
.grid-news .scheda .imageBig, .grid-news .scheda .video { margin:0 auto; max-width:800px; padding:20px; }
.grid-news .scheda .textintro { color:#BBB; margin-bottom:20px; text-transform:uppercase; }
.grid-news .scheda .text a { color:#BBB; font-size:14px; text-transform:uppercase; }


.info a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}


.masonry .item figure { height:180px; text-align:center; }
.masonry .item img { margin-bottom:5px; height:100%; width:auto; display:inline-block; }
.masonry .item h3 { margin:10px 0 5px 0; font-size:16px; text-transform:inherit; }
.masonry { column-count: 4; column-gap: 40px; }
.masonry .item { display: inline-block;  margin: 40px 0 0 0;  width: 100%; text-align:center; min-height:350px; }

.pfmasonry .item figure { height:180px; text-align:center; margin: 0px 10px 0px 10px;}
.pfmasonry .item img { margin-bottom:5px; height:auto; width:auto;  display:inline-block;  max-height: 100%; max-width: 100%; vertical-align: middle;}
.pfmasonry .item h3 { margin:10px 0 5px 0; font-size:16px; text-transform:inherit; }
.pfmasonry .item { display: inline-block;  margin:0px;  width: 100%; text-align:center; min-height:350px; }
.pfmasonry { display: grid;  grid-template-columns: 25% 25% 25% 25%;  grid-auto-flow: row; }
.pfmasonry::before { display:none; }
.pfhelper {display: inline-block; vertical-align: middle;}


.collections { margin-top:40px; }
.collections .item { text-transform:uppercase; color:#AAA; }
.bio { font-size: 20px; line-height: 22px; }
h2.letter { text-align:center; border-top:1px solid #000; padding: 5px; }
.list-artist { margin-bottom:40px; }
.list-artist li { text-align:center; text-transform:uppercase; font-size:18px; padding: 5px; }

.form-search { margin: 20px 0; }
.form-search form { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:10px; }
.form-search input[type="submit"], .form-search input[type="button"] { margin:0; }


.pdf-list { margin-top:20px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }

.slick-dots { bottom: -30px; }
.slick-dots li { width:20px; margin:0; }
.slick-dots li button { height:auto; margin:0px; }
.slick-dots li button::before { color:#888; opacity:1; }
.slick-dots li.slick-active button::before { color:#000; }
.slick-dots li button::before { text-align:left; }


.pagination { margin: 20px 0 40px 0; text-transform:uppercase; border-top:1px solid #000; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 5px; display:inline-block;  }
.pagination .page a:hover { color:#BBB; }
.pagination .result { padding-top:10px; }
.subnav { margin-bottom:40px; text-transform:uppercase; }
.subnav i { width:20px; text-align:center; }

.list-categories .item { padding:20px; border:1px solid #CCC; text-align:center; }

.accordion_title { font-size:16px; cursor:pointer; color:#B01F2C; padding:15px 10px 15px 45px;  background:#FFF; margin-bottom:10px; position:relative; }
.accordion_title.open { border-bottom:0px; margin:0px; }
.accordion_title i { margin: 0 10px; position:absolute; left:0px; top:18px; }
.accordion_text { padding:10px 45px 20px 45px; background:#FFF; border-top:0px; margin-bottom:10px; }


.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .col { margin-bottom:1.6%; }
.grid img { display:block; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


.masonry-layout { column-count: 3; -webkit-column-count: 3; column-gap: 20px;  -webkit-column-gap: 20px; }
.masonry-layout .item {break-inside: avoid; -webkit-column-break-inside: avoid;  }
.masonry-layout .item li { margin-bottom:15px; }


a.elimore_show, a.elimore_hide { font-weight:bold; display:block; }
.inModal { background:#EEE; padding: 10px; display:inline-block; border-radius:5px; cursor:pointer; }
.inModal:hover { background:#CCC; }

.pfModal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  z-index: 9999;
}
.pfClose {
   position: absolute;
   top: 10px;
   right: 20px;
   z-index: 999;
   cursor: pointer;
}
.pfClose i{
   font-size: 30px;
}
#pfModalContent {
  height: calc(100% - 64px);
  width: calc(100% - 64px);
  position: fixed;
  top: 32px;
  bottom: 32px;
  left: 32px;
  right: 32px;
  margin: auto;
  background: #FFFFFF;
  text-align: center;
}
#pfroomDiv {
      background-color: white;
      position:absolute;
      height:100%;
      width:100%;
      left:0px;
      top:0px;
}
#pfimage-overlay {
      position: absolute;
      box-shadow: 5px 10px 18px #888888;
      cursor: zoom-in;
}
#pfviewDiv {
  background-color: white;
  position:absolute;
  height:100%;
  width:100%;
  left:0px;
  top:0px;
}
#pfcontrolDiv{ 
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1001;
    bottom: 20px;
    display: flex;
}
#pfcontrolContainer{ 
    width: 240px;
    height: 32px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.sliderControl{ 
    border: 0px solid #000000;
}
#pfcontrolContainerL2{ 
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.pfsvgControl{ 
    fill: white;
    height: 32px;
    width: 32px;
    padding: 8px;
    flex-shrink: 0;
    cursor: pointer;
}
input[type=range] {
  width: 100%;
  margin: 8.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #ffffff;
  border: 0;
  width: 100%;
  height: 1px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -8.5px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 0.8px solid #000000;
  border-radius: 9px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  background: #ffffff;
  border: 0;
  width: 100%;
  height: 1px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 0.8px solid #000000;
  border-radius: 9px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 9.5px 0;
  color: transparent;
  width: 100%;
  height: 1px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0;
}
input[type=range]::-ms-thumb {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 0.8px solid #000000;
  border-radius: 9px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.submenu li { display:inline-block; margin-bottom:40px; margin-right:20px; font-weight:bold; }
.submenu li.fr { margin-right:0px; }
.submenu li a { font-weight:normal; }
.submenu li a.selected { font-weight:bold; }

body#print { margin:40px; text-align:justify;}
body#print img { width:80px; height:auto; }
body#print h3 { margin: 80px 0 20px 0; }
body#print .print { width:100%; position:fixed; right:0; top:0; left:0; padding:20px 40px; z-index:1; background-color:rgba(255, 255, 255, 0.9); }
body#print .print a { font-size:11px; padding-right:5px; display:inline-block; margin-left:5px; text-transform:uppercase; }

.btn_facebook { background:#4164B4; color:#FFF; padding:10px 20px; margin-top:20px; display:inline-block; text-align:center; text-transform:uppercase; }
.btn_facebook i { border:0px; height:auto; width:auto; padding:0px; color:#FFF; }
.btn_facebook:hover { color:#FFF; }

.global-site-notice { position:fixed; bottom:20px; right:20px; width:100%; max-width:330px; z-index:222; background: #888 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 10px 30px; float:none; }
.global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; }
.global-site-notice .notice-inner a { color: #FFF; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
#close-cookie-notice { position: absolute; right:0; top:0px; }
.global-site-notice.hidden { display:none; }


.scrolloff { pointer-events: none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px; background:#FFF; z-index:2222; }
div.top .fa { margin:0px; }
div.top a { padding-top:10px; display:block; color:#000; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }

.paginazione a, .paginazione b { margin-bottom:5px; padding:7px 15px; border:1px solid #EEE; display:inline-block; margin-right:2px; }
.paginazione b { background:#EEE; }


.banner { color:#FFF; margin-top:160px; margin-bottom:-180px; height:100px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.banner img { height:30px; margin-right:40px; float:left; }
.banner a { color:#FFF; white-space: nowrap; }
