﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('hamburgers.css?i=2');
@import url('balloon.min.css');


* { 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-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; height:100%; }
body { margin: 0px; font-family: 'Montserrat', sans-serif; font-size:16px; position: relative;-webkit-text-size-adjust: none; color:#222; background:#FFF; }
h1, h2, h3, h4, h5, pre { font-family: 'Montserrat', sans-serif; display:block; font-weight:600; margin:0px; }
h1 { margin:0 0 20px 0; font-size: 40px; line-height:75px; }
h2 {  margin-bottom:20px; font-size:20px; }
h3 { font-size:20px; margin-bottom:10px; }
	
a { color:#000; text-decoration:none; }
a:hover { color:#cb133f; }
a.selected { opacity:0.5; }
.small { font-size:13px; }
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; }
.mt40 { margin-top:40px; }
.animation { 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; }

.msg { padding: 10px 5px; margin-bottom:40px; text-align:center; }
.msg.success { background:#c9eec9; color: green; }
.msg.error { background:#f9e1e1; color:#cb133f; }

.fancybox-overlay *, .fancybox-lock { transition:none; }
input.error, textarea.error, select.error, input[type='checkbox'].error, input[type='radio'].error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:left; overflow:hidden; height:0px; }
input, select, textarea { padding:10px; font-family: Arial, sans-serif; font-size:14px; border-radius:0px; color:#000; background:#EEE; }
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { font-size:14px; font-weight:bold; position:relative; cursor:pointer; color:#000; border:1px solid #000; background:#FFF; font-family: 'Montserrat', sans-serif; letter-spacing:0.5px; padding: 10px 100px 10px 20px; display:inline-block; }
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { background:#CCC; color:#000; }
a.btn-white { color:#FFF; border:1px solid #FFF; background:none; }
a.btn-red { color:#cb133f; border:1px solid #cb133f; background:none; }
a.btn-red:hover { background:none; }
input.btn-primary, a.btn-primary, button.btn-primary{ background:#ec6608; }
input[type='radio']:checked { background:#000; }
input[type='checkbox'], input[type='radio'] { background:#FFF; padding:0; height:20px; width:20px; float:left; margin-right:10px; cursor:pointer; margin-bottom:10px; }
input[type='radio'] { border-radius:200px; background:#EFEFEF; }
input[type='checkbox'] { background:#EFEFEF; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }

input, select, button { height:40px; }
.btn i { position:absolute; right:20px; top:12px; }
select { background: url('select_arrow.png') right center no-repeat #EFEFEF; padding: 8px 35px 8px 8px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
.label { text-align:right; padding:10px 20px 0 0; font-weight:bold; padding:5px 0; display:block; color:#888; font-size:13px; }
.row { margin-bottom:10px; }
.check-list li { padding:5px 0 0 35px; position:relative; margin-bottom:5px; }
.check-list li input { left:0; top:2px; position:absolute; }
form h3 { margin-bottom:10px; text-transform:uppercase; }
::placeholder { color: #555; opacity: 1; }
:-ms-input-placeholder { color: #555; }
::-ms-input-placeholder { color: #555; }
::-webkit-input-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }
::placeholder { color: #999; }
img { display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center center #FFF; }
img.scale { width:100%; height:auto; }
label { cursor:pointer; }
span.new { position:absolute; background:#FF0000; color:#FFF; padding:5px 10px; z-index:2; right:20px; text-transform:uppercase; font-size:13px; font-style: italic; }
table { width:100%; }
thead td { background:#114E93; color:#FFF; padding: 7px 10px 2px 10px;  text-transform:uppercase; font-size:11px; font-weight:bold; }
tbody td { border-bottom:1px dotted #CCC; padding: 7px 10px 2px 10px; vertical-align:top; text-align:left; font-size:15px; }
.videoWrapper { background:#DDD; position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 0px; height: 0; overflow:hidden; }
iframe {  width: 100%; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { width:100%; max-width:1200px; padding:0 20px; margin: 0 auto; clear: both; position:relative; }
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.cover-image { width:100%; max-width:1400px; padding:0px; margin: 0 auto; clear: both; position:relative; }
.phone_show, .flexnav li.phone_show { display:none; }
.nowrap { white-space:nowrap; }
.mb60 { margin-bottom:60px; }
.mt40 { margin-top:40px; }
.mt20 { margin-top:20px; }
.mb40 { margin-bottom:40px; }
.mb20 { margin-bottom:20px; }
.mr40 { margin-right:40px; }
.mr30 { margin-right:30px; }
.mr20 { margin-right:20px; }
.pl40 { padding-left:40px; }
.align_center { text-align:center; }
.align_justify { text-align:justify; }

figure { overflow:hidden; }
a:hover figure.fade img { opacity:0.5; }
a:hover figure.scale img { filter: none; transform: scale(1.1); }

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%; }
.span_50 { width: 50%; float:left; }
.span_50.text { padding:0 40px; }

.tabs ul { margin:0 auto; text-align:center; }
.tabs li { display:inline-block; }
.tabs a { padding:10px 20px; text-transform:uppercase; border-bottom:2px solid #114E93; display:block; text-align:center; color:#114E93; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom-color:#F28E23; color:#F28E23; text-decoration: none; }
.tabcontent { padding:20px; }


.gray { color:#AAA;}
.center { text-align:center; }
.right { text-align:right; }
.relative { position:relative; }
.separator { padding-top:60px; margin-top:60px; }
.red, .red a {color:#cb133f; }

.flex { display: flex; align-items: center; justify-content: center; }

#header.smaller { background-color: rgba(255, 255, 255, 0.7); height:80px; }
#header.smaller .logo { top:15px; }
#header.smaller .logo img { height:40px; }
#header.smaller .menu li a { padding: 30px 0; }
#header.smaller .dot { top:55px;  }


.header { position:fixed; top:0; left:0; right:0; z-index:88; padding:20px; height:100px; }
header .logo { position:absolute; top:25px; left:20px; right:20px; text-align:center; z-index:999;  }
header .logo img { height:70px; display:inline-block; 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; }
.menu { position:fixed; top:0px; right:0px; z-index:999; background:#FFF;  }
.menu li { border:1px solid #000; width:120px; height:120px; float:left; display:inline-block; border-right:0; text-align:center; background-color: rgba(255, 255, 255, 0.7); align-content: center; }
.menu li a { display:block; }
nav { display:none; position:fixed; z-index:999; top:120px; right:0; width:240px; background-color: rgba(255, 255, 255, 0.7); border:1px solid #000; border-top:0; border-right:0; margin:0px; padding: 20px 0; }
nav li { text-align:center;  }
nav li a { display:block; padding: 10px;  }
header .hamburger { margin-top:5px; }

.hidden-line .dot { display:none; }
.dot { border-right:1px solid #000; top:95px; bottom:0px; width:1px; position:fixed; left:50%; z-index:5; }
.nb { z-index:888; position:relative; background:#FFF; }
.page { padding:150px 0 0 0; min-height: -moz-calc(100vh - 116px); min-height: -webkit-calc(100vh - 116px); min-height: calc(100vh - 116px); }

#footer { font-size:14px; background:#222; color:#AAA; padding:40px 0; text-align:center; z-index:999; }
#footer i { color:#FFF; text-align:center; padding:10px 0; border-radius:200px; border:0px; font-size:18px; margin-right:20px; }
#footer a { color:#888; }
#footer a.selected { border:0px; }
#footer .legal li { margin:10px 5px; display:inline-block; }

.notice { background:#FF0000; color:#FFF; font-size:15px; padding: 10px 0; text-align:center; }
.list-area li { margin-bottom:20px; text-transform:uppercase; }
.scheda-legal { text-align: justify; padding-bottom:100px; font-size:14px; }
.scheda-legal a { color: #cb133f; }
.team { padding:40px; max-width:1000px; margin:0 auto; }
.list-team { column-count: 4; gap:0px; }

.list-team22 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; margin:0 auto;  }
.list-team22 { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); grid-template-rows: masonry; gap: 20px; }
.list-team .item:nth-child(1), .list-team .item:nth-child(8) { padding-top:60px; }
.list-team .item { width:210px; break-inside: avoid; margin-bottom:20px; }
.list-team .item figure { position:relative; }
.list-team .item .text { text-align: center; position: absolute; top: 0; bottom: 0; right: 0; left: 0; display: flex;  align-items: center;  justify-content: center; opacity: 0; transition: opacity 0.5s ease-in-out; }
.list-team .item:hover .text { opacity:1; }
.list-team .item h4 { margin:0px; font-size:16px; font-weight:normal; }
.list-team b { text-transform:uppercase; font-size:14px; }
.list-team i { display:block; font-size:10px; margin-top:5px; }
.list-team li { break-inside: avoid; margin-top:0; }
.list-team li.first-in-column.odd-column { margin-top: 60px; }
.list-team .item:hover img { opacity:0.3; filter: blur(3px); }
.list-team .item a { color:#000; }
.list-team * { 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; }


.header-page { display:grid; align-items: center; justify-content: center; grid-template-columns:250px auto; column-gap:20px; padding: 80px 0px; }

.plura ul li { margin-bottom:40px; }
.plura .separator { margin-top:100px; }
.sectionNews {margin-bottom:100px; }

.scheda .text1 { max-width:800px; }
.scheda .text2 { max-width:800px; margin:0 auto; padding-top:100px; padding-bottom:100px; }
.scheda .contact { position:absolute; right:0; top:140px; max-width: 350px; }
.scheda .contact i { top:40%; }
.scheda.team h3 { margin-top:100px; margin-bottom:-10px; text-transform:uppercase; font-size:14px; }
.scheda.team .contact { position:relative; left:0; top:30px; }
.scheda.team .grid-profile { display:grid;  grid-template-columns: 60% 40%; gap:40px; }
.scheda .item-row { border-top:1px solid #000; text-align:left; margin:0 auto; max-width:1200px; padding-top:40px; padding-bottom:100px;}
.scheda .item-row h3 { font-weight:normal; }
.scheda .grid-slide {  display:grid; grid-template-columns: auto 700px; gap:20px; }
.carousel li { padding:20px; background:#DDD; width:220px; height:220px; font-size:14px; float:left; text-align:left; position:relative; margin:0 10px; }
.carousel li i { position:absolute; bottom:20px; right:20px; }
.carousel-2 { margin-top:40px; }
.carousel-2 li { margin:0 10px; }

.news-list li { padding:20px; background:#DDD; width:220px; height:220px; font-size:14px; float:left; text-align:left; position:relative; }
.news-list li i { position:absolute; bottom:20px; right:20px; }
.team-list li { width:220px; font-size:16px; float:left; position:relative; text-align:left; padding-bottom:50px; }
.team-list li img { margin-bottom:20px; }
.team-list li i { position:absolute; bottom:20px; left:0px; }
.box-form { border: 2px solid #cb133f; padding:40px; max-width:700px; margin:0 auto; margin-bottom:100px; }
.box-form h2 { text-align:center; text-transform:uppercase; color:#cb133f; margin-bottom:40px; }
.box-form .rows { margin-bottom:20px; }
.box-form input[type='submit'] { background:#cb133f; color:#FFF; padding:10px; border:0px; }
.box-form a { color:#cb133f; }

.box-area { background:#cb133f; padding:0px; max-width:1200px; margin:0 auto; margin-bottom:100px; }
.box-area .grid-2 {gap:20px; }
.box-area a { color:#FFF; }
.box-area .list-area li { margin-bottom:5px; }

.faq-content { border-top:1px solid #000; border-bottom:1px solid #000; padding:40px 0; max-width:1000px; text-align:center; margin:0 auto; margin-top:40px; }
.acc_title { text-align:left; padding-right:100px; position:relative; cursor:pointer; margin-bottom:20px; }
.acc_title i { position:absolute; right:0; top:2px; }
.acc_content { padding: 20px 60px 40px 60px; text-align:left; font-style:italic; }

.bgcolor { background: #d8e0e9; }
.bgcolor2 { background: #cb133f; color:#FFF; }
h2.section { text-align:center; padding: 20px 0;  background:#FFF; z-index:999; position:relative; margin: 80px auto; max-width:300px; }
.item-row { text-align:center;  padding:60px 0; }
.item-contact { padding:60px 0; display:grid; grid-template-columns: 1fr 250px; column-gap: 100px; border-bottom:1px solid #000; font-size:13px; line-height:20px; max-width:1000px; margin:0 auto; }
.item-contact:last-child { border:0px; }
.item-contact em { display:block; margin-bottom:10px; font-size:16px; }
.bg { position:absolute; top:0; bottom:0; left:0; right:0; z-index:1; background: rgba(0, 0, 0, 0.5) }

.main-news { padding:60px 0; display:grid; grid-template-columns: 400px 1fr; column-gap: 100px; }
.main-news .cat { font-style:italic; font-weight:bold; }
.main-news .title { font-weight:bold; margin: 20px 0; }
.main-news .btn { margin-top:40px; }
.other-news { border-top:1px solid #000; padding-top:40px; padding-bottom:100px; }

.main-news-2 { display:grid; grid-template-columns: 1fr 220px; column-gap: 100px; margin-bottom:60px; }
.date { text-decoration:underline; text-transform:uppercase; font-size:14px; line-height:28px; }
.edit { border-top:1px solid #000; border-bottom:1px solid #000; padding:30px 0; }
.edit h4 { font-weight:bold; font-style:italic; margin-bottom:40px; }

......slick-slider {margin-left:-20px;  }

.slide { position:relative; background: #cb133f; }
.slide li { margin:0px; list-style:none; background-position:center center; background-repeat:no-repeat; background-size:cover; height: -moz-calc(100vh - 50px); height: -webkit-calc(100vh - 50px); height: calc(100vh - 50px); overflow:hidden; }
.slide .text { position:absolute; bottom:80px; left:0; right:0; z-index:2; font-size:18px; color: #FFF; }
.slick-next { right: -50px; }
.slick-prev::before, .slick-next::before { color:#ec6608; }

.maps { position:relative; }
.grid-2 { display:grid; grid-template-columns: 1fr 1fr; column-gap: 160px; padding:60px; }


.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%; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


.slick-track { margin:auto; }

div.top {  display: none; overflow: hidden; position: fixed; right:50px; bottom:50px; cursor:pointer;  width:40px; height:40px; text-align:center; }
div.top img { width:100%; height:auto; }

.sidbarmenu { display: none;  position:fixed; bottom:80px; right:20px; z-index:222; }
.sidbarmenu li { list-style:none; }
.sidbarmenu li i { width:40px; height:40px; color:#FFF; text-align:center;  background:#ec6608; padding:12px 0; margin-bottom:1px; border-radius:200px; }
.sidbarmenu li i:hover { color:#222; background:#FFF; }


.global-site-notice {  background: #222 none repeat scroll 0% 0%;  color: #CCC; display:block;  padding: 10px 30px; float:none; font-size:12px; }
.global-site-notice .notice-inner { max-width:100%; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner a { font-weight:bold; color:#DAA520; }
.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; }

.maps iframe {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.item-row:nth-child(odd) .image { float:right; }
.item-row:nth-child(odd) .text { float:left; }


.slick-prev { left: inherit; right: 120px; z-index: 50; top: 270px; }
.slick-next { right: 70px; z-index: 50; top: 270px; }
.slick-prev::before, .slick-next::before { color: #CCC; font-size:24px; }
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before { opacity: .30; }
.carousel-2 .slick-prev { top: 370px; }
.carousel-2 .slick-next { top: 370px; }

.pagination { margin: 20px 0 40px 0; text-transform: uppercase; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #DDD; }
.pagination .page b { color: #E50026; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }
