<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&amp;display=swap');
/*http://www.responsivegridsystem.com/calculator/*/
@import url('balloon.min.css');
@import url('hover.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; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: all 0.2s ease-in-out;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.2s ease-in-out;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
html, body {  height:100%; }
body { background: #FFF; color:#666; margin: 0px; font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; -webkit-text-size-adjust:100%; line-height:22px; }
a { text-decoration:none; outline:none; color:rgb(0, 30, 255); text-overflow:ellipsis; }
a:hover { color:#000; }
a.selected { color:#000; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height:normal; margin:0px; font-weight:normal; }
h1 { font-size:60px; margin: 20px 0; color:#000; line-height:65px; }
h1.section { font-size:60px; color:rgb(0, 30, 255); text-align:center; margin: 60px 0 40px 0; }
h2 { font-size:50px; line-height: 55px; margin-bottom:10px; font-weight:normal; color:rgb(0, 30, 255); }
h3 { font-size:20px; margin-bottom:20px; font-weight:300; }
img.scale { width:100%; height:auto; }
img.block { display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
input, select, button { height:40px; }
input, select, textarea { background:none; border-radius:0; color:#000; font-family: sans-serif; font-size:14px; padding:8px; border:1px solid rgb(0, 30, 255); }
input:focus, textarea:focus, select:focus { border-color: #000; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } 
label { margin-bottom:5px; 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; letter-spacing: 0; }
input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border:1px solid rgb(0, 30, 255); }
input[type='checkbox']:checked { background:#666; }
select { background-image: url("select_arrowdown.gif"); background-repeat: no-repeat; background-position: 97% 50%; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
label {  font-size:12px; }
.label { text-align:right; padding-top:10px; }
.buttons { text-align:center; margin: 40px 0; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { display:inline-block; background:#7997F1; color:#FFF; font-family: 'Open Sans', sans-serif; font-size:14px; text-transform:uppercase; border:0px; cursor:pointer; padding: 10px 20px;  }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background:#DDD; color:rgb(0, 30, 255);}
.btn-primary, input.btn-primary { background-color:rgb(0, 30, 255); color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#444; }
.form-locator { margin:0 auto; width:400px; }
.form-locator button { padding-top:2px; background:none; color:#FB4A25; font-size:28px; }
.form-locator .col { margin: 0 20px 0 0; }
.warning { color:#FF0000; font-weight:600; 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; }
.msg_error { color:#FFF; margin-bottom:20px; display:block; background:#FF0000; padding: 5px 10px; text-align:center;  }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; text-align:center;  }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.relative { position:relative; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; margin:0px; padding: 5px 0; color:#999; border-bottom:1px dotted #000; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; 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 0 5px 20px; }
ul.list_disc li li { list-style:circle; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; background:#FFF; }
.content { max-width:1200px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-small { max-width:900px; margin: 0 auto; clear: both; position:relative; }
.content-big { max-width:70%; margin: 0 auto; clear: both; position:relative; }
.cover { height: calc(100vh - 100px); background-position:center center; background-repeat: no-repeat; background-size:cover; overflow:hidden; }
.relative { position:relative; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.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:#999; }
.black, .black a { color:#000; }
.hidden { display:none; }
.block { display:block; }
.mb80 { margin-bottom:80px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }


table { border-collapse: collapse; width:100%; }
table, th, td {  padding: 5px 5px; vertical-align:top; }
thead td { background:rgb(0, 30, 255); color:#FFF; }
tbody td { border-bottom: 1px solid #CCC; }
figure { overflow:hidden; position:relative; }
figure * { transition: all .2s ease-in-out; line-height:normal; }
figure img { display:inline-block; }
figure.zoom a:hover img { filter: none; transform: scale(1.1);  }
figure.fade a:hover img { opacity:0.5;  overflow:hidden; }

.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_50 { width: 50%; float:left;  }

.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 { display:none; }

.bg_blue { color:#FFF; background:#214296;  }
.bg_blue a { color:#FFF;  }
.bg_yellow { background:#D9F32B; color:#214296; }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { opacity:0; font-size:14px; 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(39, 80, 155, 0.8); text-align:center;  display: flex; display: -webkit-flex; justify-content: center; align-items: center; -webkit-justify-content: center; -webkit-align-items: center; }
.overlay:hover { opacity:0.8; }
.overlay i { font-size:32px; }
.flex { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }

#home { background:#000; }
#home #header { background:none; }
#home #header.smaller  { background:#FFF; }
#home #header .nav-submenu { background:none; }


#header { position:fixed; top:0px; left:0px; right:0; z-index:22; background-color:#000; padding: 40px; height:140px; }
#header .menu { padding-top:20px;  }
#header ul { text-align:right; margin:0 auto; }
#header li a { color:#FFF; font-size:16px; }
#header li a:hover, #header li a.selected { color:rgb(0, 30, 255); }
#header img.logo { height:45px; width:auto; position:fixed; top:60px; left:40px;}
#header .box-lang { position:absolute; top:20px; right:40px; }
#header .box-lang li, #header .box-social li { display:inline-block; margin: 0 5px; }
#header .box-lang li a, #header .box-social li a { font-size:14px; }
#header .box-social { position:absolute; top:15px; left:40px; }
#header .box-social input { color:#FFF; }
#header .box-social i { width:25px; height:25px; margin:0px; border-radius:200px; padding-top:5px; text-align:center; }
#header .box-social i:hover { background:#FFF; }
#header img.dark { visibility: hidden; opacity: 0; }
#header img { transition: visibility 0s, opacity 0.2s linear; }

#header.smaller  { background-color:#FFF; transition: width 2s; padding: 20px 40px; height:80px; }
#header.smaller li a { color:#000;  }
#header.smaller li a:hover, #header li a.selected { color:rgb(0, 30, 255); }
#header.smaller img.logo { height:30px; margin:0px; top:25px; }
#header.smaller .box-lang, #header.smaller .box-social { display:none; }
#header.smaller .menu { padding-top:0px;  }
#header.smaller img.dark { visibility: visible; opacity: 1; }
#header.smaller img.white { visibility: hidden; opacity: 0;}

.menu li.searchmenu { display:none; }
.boxsearch input[type='text'] {Â&nbsp;padding:0px; font-size:12px; border:0px; border-bottom:1px solid #DDD; height:25px; }
.boxsearch input[type='submit'] { display:none; }

.menu li { display:inline-block; font-size:16px; }
.menu li li { display:block; padding:0px; text-align: left; }
#home #header .menu li li { background:none; }
#header .menu li li { background:#000; }
#header.smaller .menu li li, #home #header.smaller .menu li li { background:#FFF; }

#footer { background:#000; color:#999; line-height:20px; padding: 40px; text-align:left; font-size: 14px; position:relative; }
#footer a { color:#777; }
#footer a:hover { color:#FFF; }
#footer .social { position:absolute; top:40px; right:140px; }
#footer .social li { display:inline-block; margin-left:20px;  }
#footer .social a { display:block; color:#FFF; width:40px; height:40px; font-size:24px; text-align:center; border-radius:200px; background:#000; padding-top:8px; }
#footer .social a:hover { color:rgb(0, 30, 255); background:#FFF; }
#footer .logo img { height: 30px; width:auto; margin-bottom:40px;  }
#footer .legal ul { margin:0 auto; text-align:left; }
#footer .legal li { display:inline-block; margin-right: 20px; }

#main { margin-top:140px; }
.header-page p { font-size:16px; margin:0 auto; margin-bottom:40px; text-align:center; max-width:800px; }
.more { margin-top:40px; }
.scroll { padding: 0 150px; }
.about .item-row { padding: 60px 0; }
.services img { display:block; border-radius:2000px; }
.services .item-row { padding:0px; margin-bottom:100px; }
.services .item-row .image { width:50%; float:left; }
.services .item-row:nth-child(odd) .image { float:right; }
.services .item-row .text { width:50%; padding:20px 40px; float:left; display:flex; align-content:center; justify-content: center;  }
.content-small.intro { text-align:center; margin-bottom:60px; }


.parallax { position:relative; height: calc(100vh - 150px);  background-size:cover; background-attachment: fixed; background-position:center center; background-repeat: no-repeat; }
.parallax .text { position:absolute; top:80px; left:0; width:30%; z-index:2; color:#FFF; text-shadow: 2px 2px #000; }
.parallax h2 { color:#FFF; }
.parallax .bg { position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color: rgba(0, 0, 0, 0.3); }

.slide li { position:relative; display: flex; align-items: center; height: calc(100vh - 120px); background-position:center center; background-repeat: no-repeat; background-size:cover;  }
.slide li a { position:absolute; top:0; left:0; right:0; bottom:0; }
.slide li .container { position:absolute; top:0; bottom:0; width:100%; text-align:center;  display: flex; display: -webkit-flex; justify-content: center; align-items: center; -webkit-justify-content: center; -webkit-align-items: center;}
.slide li h1 { color:#FFF; font-size:100px; }
.slide img { display:block; }
.item-row { padding: 80px 0 0 0; font-size:18px; line-height:25px; }
.item-row h1 { margin-bottom:40px; }

.grid.product-list .col.item { margin-bottom:40px; text-align:center; }
.product-list { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:40px; row-gap: 80px; max-width:90%; margin:0 auto; } 
.product-list h2 { font-size:26px; margin:0; line-height:29px; color:#000; }
.product-list h2 a { color:#000; }
.product-list p { margin: 10px 0 5px 0; }
.product-list img { display:block; }

.list-news.scheda h1 { font-size:50px; line-height:55px; margin:0 0 40px 0; }
.list-news.scheda { text-align:left; margin-bottom:40px; }
.list-news.scheda .text { font-size:18px; margin-top:40px; }


.noleggio.scheda { text-align:left; }
.noleggio.scheda h1 { font-size:40px; margin:0 0 20px 0; }
.noleggio.scheda h4 { font-size:14px; margin:20px 0 5px 0; color:#000; text-transform:uppercase; }
.noleggio.scheda li { padding-left:200px; position:relative; }
.noleggio.scheda li b { position:absolute; left:0; }
.noleggio.scheda p {  font-size:16px;  line-height:normal; }

.noleggio.scheda .note { font-size:11px; margin:40px 0; line-height:normal; }

.gallery .item p { font-size:12px; font-style: italic; margin-top:10px; line-height: normal; }

.scheda { text-align:center; }
.scheda .cat a { margin:20px 0; font-size:16px;  display:inline-block; }
.scheda .cat i { margin: 0 10px; }
.scheda .tag { margin:20px 0; }
.scheda .text { font-size:20px;  line-height:normal; }
.scheda img { display:block; }
.tag a { background:#EEE; color:rgb(0, 30, 255);  padding: 5px 10px; display: inline-block; margin:5px 5px 0 0; text-transform:lowercase; border-radius:5px;  }
.tag a:hover { background:rgb(0, 30, 255); color:#FFF; }

.box-news .cat { margin:0; font-size:13px; }
.box-news h2 { font-size:26px; margin: 10px 0; line-height:30px; }
.box-news .text { background:#EFEFEF; padding:15px; min-height:320px; }
.cat a { font-weight:normal; }

.scheda-news .tag { margin-top:20px;}
#lato h3 { text-transform:uppercase; color: rgb(0, 30, 255); font-size: 24px; }

.contacts .col { text-align:center; padding-top:50px; position:relative; color:rgb(0, 30, 255);  }
.contacts i { position:absolute; top:0; left:0; right:0; text-align:center; margin: 0 auto; font-size:30px; color:rgb(0, 30, 255); }
.contacts h4 { color:#000; font-weight:normal; margin-bottom:10px; font-size:24px; }

p.more a { color:#214296; border-bottom:2px solid #214296; background:none; padding: 10px 5px; }
p.more a:hover { color:#D9F32B; border-bottom:2px solid #D9F32B; background:none; }
p.more i { margin-left:20px; }

.share i { padding:7px 0; margin:0 5px; width:30px; height:30px; text-align:center; border-radius: 200px; border:1px solid #214296; }
.share ul li { border:0px; display:inline; }
.share ul li:first-child { margin-right:10px; }

#map { height:500px; width:100%; color:#000; }

.gallery .span_2_of_2.item { margin:0 0 20px 0; }
.gallery .item { position:relative; }
.gallery .item .overlay { display:none; }
.gallery .item:hover .overlay { display:block; }
.gallery * { transition: all .2s ease-in-out; }

.press { column-count: 5; -webkit-column-count: 5; column-gap: 20px;  -webkit-column-gap: 20px; margin-bottom:60px;  }
.press .item {break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom:60px;  padding:0 10px; display:block; }
.press .item img { border:1px solid #CCC; }
.press .item h4 { margin: 5px 0 5px 0; color:#000; font-size:24px; }
.press .item { line-height:normal; font-size:12px; }

.pagination { margin: 20px 0 40px 0; font-family: 'Jockey One', sans-serif; text-transform: uppercase; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #FFF; }
.pagination .page b { color: #E50026; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }
.subnav { margin:0 auto; text-align:center; margin-top:40px; line-height:normal; }
.subnav .col { position:relative;  }
.subnav a { display:block; padding:10px; }
.subnav .left a { padding-left:40px; text-align:left; position:fixed; top:50%; left:40px; width:200px; }
.subnav .left i { left:10px;  }
.subnav .right a { padding-right:40px; text-align:right; position:fixed; top:50%; right:40px; width:200px; }
.subnav .right i { right:10px;  }
.subnav i { font-size:18px; position:absolute; top:12px; }

.masonry-layout { column-count: 3; -webkit-column-count: 3; column-gap: 0;  -webkit-column-gap: 0; line-height:normal; }
.masonry-layout .item { break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid; }
.masonry-layout .item li { margin-bottom:25px; }


.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 .span_1_of_7:nth-child(7n+1) { margin-left:0px; }
.grid .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.grid img { display:block; }
.grid .col { margin-bottom:1.6%; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


.products .slide2 li { position:relative; }
.products .slide2 span { line-height:normal; position:absolute; top:10px; right:10px; font-size:11px; background:#FFF; padding:0 5px; color: rgb(0, 30, 255); }
.products .note { margin-top:40px; font-size:12px; color:#888; line-height:normal; }
.products .item h4 { margin:5px 0; font-size:16px; }
.products .item { margin-bottom:40px; }
.products .item .text { height:80px; }

.global-site-notice { background: #000 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 20px; float:none; font-size:14px;  position: fixed; left:10px; right:10px; bottom:10px; z-index:100; }
.global-site-notice .notice-inner { width:100%; margin: 0 auto; text-align:left; float:none; position:relative; padding-right:50px; }
.global-site-notice .notice-inner p { width: auto; display: block; }
.global-site-notice .notice-inner a {   color:#FFF; text-decoration:underline; }
.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;  }
div.top .fa { margin:0px; }
div.top a { padding-top:8px; display:block; color:#FFF; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }

#header.smaller #sidebar-btn { color:#000;}
#sidebar-btn { display:none; position:fixed; right:20px; top:20px; z-index:999; color:#FFF; font-size:22px; }
#sidebar { padding:20px; z-index:999; width: 270px; background:rgb(0, 30, 255); position: fixed; height: 100%;  top: 0; bottom:0; left: -300px; transition: left 0.5s ease; }
#sidebar.visible { left: 0px; transition: left 0.5s ease; }
#sidebar li { display: block; }
#sidebar li a { padding: 15px 20px; font-size:22px; text-align:left; display: block; }
#sidebar ul.child { position: relative; width:100%; }
#sidebar li li a { padding: 5px 40px; color:#CCC; font-size:16px; }
#sidebar ul.lang { margin:40px 0 0 20px; }
#sidebar ul.lang li { display:inline-block; margin-right:10px; }
#sidebar ul.lang li a { background:none; font-weight:bold; text-align:center; display:block; color:#FFF; font-size:13px; width:30px; height:30px; border-radius:200px;  padding:5px 0 0 0; }
#sidebar ul.lang li a.selected { background:#FFF; color:rgb(0, 30, 255);}

ul.parent, ul.child { list-style: none; margin: 0; padding: 0; }
ul.parent &gt; li { display: inline-block; position: relative; }
ul.parent &gt; li a { display: block; padding:10px; color: #FFF; } 
ul.parent &gt; li a:hover { color: #FFF; }
ul.child { display: none; position: absolute; width:200px; }</pre></body></html>