﻿@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('hamburgers.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; *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%; height:100%; }
body { background:#EEE; margin: 20px; font-family: 'Inter', sans-serif; letter-spacing:0.5px; font-size:14px; position: relative;-webkit-text-size-adjust: none; color:#222; text-align:justify; }
h1, h2, h3, h4 { font-weight:500; }
h1 { font-size:36px; margin:40px 0; }
h2 { font-size:20px; margin-bottom:20px; text-transform:uppercase; }
h3 { font-size:40px; }
h4 { font-size:16px; }
a { color:#888; text-decoration:none; font-weight:500; }
a:hover { color:#888; }
:hover, .gallery * { 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; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; float:left; margin:0px; }
input, select, textarea { border-radius:200px; padding:10px 20px; font-family: 'Inter', sans-serif; font-size:16px; background:#FFF; }
textarea { border-radius:20px; }
select { text-transform:uppercase; background-image: url('../images/select_arrow.png'); background-position: right center; background-repeat:no-repeat; background-color:#FFF; padding: 12px 35px 12px 12px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { background:#999; color:#FFF; cursor:pointer; border-radius:200px; padding: 10px 40px; font-weight:bold; }
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { opacity:0.5; }
input.btn-primary, a.btn-primary, button.btn-primary { background:#000; }
input[type='radio']:checked { background:#000; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; cursor:pointer; margin-bottom:10px; }
input[type='radio'] { border-radius:200px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
input, select, button { height:50px; }
select { border-radius:200px; background: url('../images/select_arrow.png') right center no-repeat #FFF; padding: 5px 35px 5px 20px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
.buttons { margin: 40px 0; text-align:center; }
.label { text-align:right; padding:10px 20px 0 0; }
.row { margin-bottom:10px; }
.check-list li { padding:5px 0 0 35px; position:relative; margin-bottom:5px; text-transform:uppercase; }
.check-list li input { left:0; top:2px; position:absolute; }
form .legal li { min-height:30px; position:relative; padding-left:40px; margin: 20px 0; }
form .legal li input { position:absolute; left:0; top:0; }
form .covid-notice { padding: 20px 0; }

::placeholder { color: #555; opacity: 1; }
:-ms-input-placeholder { color: #555; }
::-ms-input-placeholder { color: #555; }
img { display:block; }
img.scale { width:100%; height:auto; }
figure { overflow:hidden; }
a:hover figure.fade img { opacity:0.5; }
a:hover figure.scale img { filter: none; transform: scale(1.1); }
label { cursor:pointer; font-weight:bold; font-size:15px; margin: 20px 0 10px 0; display:block; }
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:#d30b0d; color:#FFF; padding: 5px 10px;  text-transform:uppercase; }
tbody td { border-bottom:1px dotted #CCC; padding: 5px 10px; vertical-align:top; }
.videoWrapper { background:#000; position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1400px; margin: 0 auto; clear: both; padding:0 40px; position:relative; }
.content-small { max-width:660px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.phone_show { display:none; }
.align_right { text-align:right;}
.uppercase { text-transform: uppercase; }
.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; }

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_7 { width: 12.91%; }
.span_2_of_7 { width: 27.42%; }
.span_3_of_7 { width: 41.92%; }
.span_4_of_7 { width: 56.45%; }
.span_5_of_7 { width: 70.97%; }
.span_6_of_7 { width: 85.48%; }
.span_7_of_7 { 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_9 { width: 9.68%; }
.span_2_of_9 { width: 20.97%; }
.span_3_of_9 { width: 32.26%; }
.span_4_of_9 { width: 43.55%; }
.span_5_of_9 { width: 54.84%; }
.span_6_of_9 { width: 66.13%; }
.span_7_of_9 { width: 77.42%; }
.span_8_of_9 { width: 88.71%; }
.span_9_of_9 { 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; }

.gray { color:#AAA;}
.center { text-align:center; }
.right { text-align:right; }
.relative { position:relative; }
.separator { padding-top:60px; margin-top:60px; border-top:1px solid #000; }
.red, .red a {color:#DABF8E; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { background:#000; }

#header { font-size:15px; padding-top:10px; }
#header img.logo { height:45px; width:auto; display:inline-block; }
#header .lang ul { text-align:right; margin:0 auto; }
#header .lang li { display:inline-block; margin: 0 5px; border-bottom:2px solid #EEE; padding-bottom:5px; }
#header .lang li.selected { border-color:#555; }
#header .header-title { text-align:center; font-size:20px;}

#footer .content { padding:20px 0; border-top:1px dotted #DDD; margin-top:40px; }
#footer h3 { font-size:14px;  }
#footer ul { margin-top:10px; }
#footer i { font-size:22px; width:40px; height:40px; text-align:center; background:#d30b0d; color:#EEE; border-radius:200px; padding-top:8px; }
#footer i:hover { background:#257926; }
#footer .icon li {text-align:center; display:inline-block; margin-right:5px;}

.flex { display: flex; align-items: center;  justify-content: center; }
.intro { max-width:400px; margin:80px auto; }

.percorso { margin-bottom:40px; text-align:center }
.percorso img { height:500px; width:auto; display:inline; }
.guida ul { margin:0 auto; text-align:center; }
.guida li { display:inline-grid; margin: 0 20px;  width:130px; text-align:center; font-weight:bold; }
.guida li img { padding:20px; }
.guida li p { height:80px; }

.cataloghi ul { margin:0 auto; text-align:center; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap:60px; }
.cataloghi li { text-align:left; }
.cataloghi img { margin-bottom:10px; }
.cataloghi img:hover { opacity:0.8; }

.thanks { text-align:center; margin: 100px 0 20px 0; font-size:18px; }

.buttons { margin-top:80px; }

.columns_2 { columns: 2; -webkit-columns: 2; -moz-columns: 2; }
.columns_2 li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }


.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 .span_1_of_9:nth-child(9n+1) { margin-left:0px; }
.grid .span_1_of_10:nth-child(10n+1) { margin-left:0px; }
.grid .col { margin-bottom:1.6%; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


div.top { border-radius:200px; background:#EEE; border:1px solid #000;  display: none; overflow: hidden; position: fixed; right:40px; bottom:70px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:8px; display:block; color:#000; cursor:pointer; font-size:18px; width:40px; height:40px; text-align:center; }
div.top a:hover { text-decoration:none; }
.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, .hidden { display:none; }



.slick-dots li button::before, .slick-dots li button { width:auto; height:auto; }
.slick-dots { bottom:40px; }

.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; }


nav .divider { border-right:1px solid #CCC; margin-right:10px; padding-right:10px; }
.nav { position:relative; display:inline-block; }
.nav-item { float:left; *display:inline; zoom:1; position:relative; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; padding: 10px 20px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none;  }
.nav-item.lang .nav-submenu { width:40px; margin-left:0px; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:30px; left:0px; width:280px; padding:5px 0; z-index:200; text-align:left; background:#d30b0d;  }
#header .menu li .nav-submenu li { display:block; }
.nav-submenu-item a { color:#FFF; display:block; padding: 5px 10px;  }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:0px; left:0; font-size:30px; padding:8px 0 0 0; height:45px; width:40px; color:#000; text-align:center; }
.nav-mobile i { margin:0; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:5px; right:5px; display:none; height:45px; width:50px; cursor:pointer; }
.nav-click i { display:block; height:39px; width:40px; font-size:18px; color:#CCC; text-align:center; position:absolute; top:0; left:0; padding:10px 0 0 0; margin:0px; }
.nav-rotate i { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
