@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap')
@import url('balloon.min.css');
@import url('hamburgers.css');


* { font-optical-sizing: auto; 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%; }
body { background:#EEE; margin: 0px; font-family: 'Sen', sans-serif; font-size:15px; font-weight:300; -webkit-text-size-adjust:100%;  color:#000; line-height:20px; text-align:left;  }
a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; font-weight:500; }
a:hover, a.selected { text-decoration:none; color:#fcee21; 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; }
*: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; }
h1, h2, h3, h4 { margin:0px; font-family: 'Sen', sans-serif; font-weight:normal; }
h1 { margin-bottom:20px; font-size: 32px; line-height: 35px; }
h2 { font-size:30px; margin-bottom:40px; line-height: 35px;}
h3 { font-size:20px; margin-bottom:20px; line-height: 30px;}

b, strong { font-weight:700; }
i { margin-right:5px; }
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
img.rounder { border-radius:1000px; }
select { background: url("select_arrow.png") no-repeat 100% 50%; }
input, select { height:45px; }
input, select, textarea { width:100%; border-radius:0; color:#444; font-family: 'Sen', sans-serif; font-size:14px; padding: 10px 10px; border:1px solid #CCC;  }
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; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:left; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 3px; box-shadow:none; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; box-shadow:none;  }
option { padding:0 5px; }
label { font-weight:bold; cursor:pointer; font-size:14px; padding:5px 0; display:block; }
.row { margin-bottom:10px; }
.filter * { height:45px; margin-bottom:20px; }
.label { text-align:right; padding:10px 5px 0 0; font-weight:bold; text-transform: uppercase; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { font-size: 13px; line-height: 26px; font-weight:bold; padding: 15px 20px; border:0px; cursor:pointer; display:inline-block; color:#FFF; border:1px solid #FFF; line-height:normal; text-align:center;  text-transform:uppercase; letter-spacing:1px; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, button:hover{ text-decoration:none; border-color: #000; color:#000; background:#F8E66A; }
button i { margin:0px; }
.btn-primary, input.btn-primary { background-color:#D9801C; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#000; }
.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; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { 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%; }
.placeholder { color: #FFF; text-transform:uppercase; }
.column_2 { column-count: 2; column-gap: 40px; text-align:justify; }
.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:#999; }
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 40px 10px 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; font-weight:bold; }
#msg.msg_error { background:#FF0000; color:#FFF; padding:7px 10px; font-weight:bold; }
#msg { margin: 0 0 40px 0; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px;  max-width:1800px; clear: both;  }
.content { width:100%; max-width:1400px; margin: 0 auto; clear: both; padding:0 40px; position:relative; }
.content-large { width:95%; margin: 0 auto; clear: both; padding:40px 20px; position:relative; }
.content-small { max-width:660px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.separator { margin-top:40px; }

.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; }
.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; }
.p20 { padding:20px; }
.pt20 { padding-top:20px; }


table { border-collapse: collapse; width:100%; }
table, th, td { border-bottom: 1px solid #DDD; padding: 5px 10px;  vertical-align: top; }
thead td { background:#000; font-weight:bold; color:#FFF; }
figure { overflow:hidden; position:relative; }
figure * { transition: all .2s ease-in-out; line-height:normal;  }
figure img { display:block; }
figure span { position:absolute; top:10px; left:10px; background:#FFF; border-radius:5px; padding:8px; font-size:14px; font-weight:500; letter-spacing:1px;}

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

.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 li.iphone_show { display:none; }
.pr80 { padding-right:100px; }

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

.paginations { display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-bottom:20px;  }
.paginations .pages { text-align:right; }
.paginations .pages a, .paginations .pages b { padding:10px 15px; display:inline-block; border-bottom:1px solid #DDD; }
.paginations .results { padding-top:10px; }
.paginations .pages b { color: #D9801C; }
.paginations .pages a:hover { background:#EEE; }


.bgcolor { background:#D9801C; color:white; }
.bgcolor .news .item p.date { color: white; }
.bgcolor a { color:white; }
.bgcolor a:hover { opacity:0.5; }

.bg1 { background:#000; color:#FFF; }
.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;  }

#header { position:fixed; top:20px; left:0; right:0; width:1400px; margin:0 auto; z-index:22; background-color:rgba(89, 91, 97, 0.8); }
#header .container { padding:20px 40px; position:relative; height:70px; }
#header .logo { width: 260px; position:absolute; top:12px; left:10px; }
#header .logo img { width:260px; height:auto; }
#header nav { position:absolute; left:400px; top:25px; }
#header nav li { display:inline-block; margin:0 20px; font-size:16px; }
#header a { color:#FFF; padding-bottom:5px;}
#header a:hover, #header a.selected { border-bottom:7px solid #fcee21; }

.hamburger { display:none; }
.cover { height: -moz-calc(100vh - 200px); height: -webkit-calc(100vh - 200px); height: calc(100vh - 200px);   background-repeat:no-repeat; background-position:center center; background-size:cover; text-align: center;
  align-content: end; color:#FFF; }


.box-form { background-color:rgba(89, 91, 97, 0.8); color:#FFF; padding:40px; max-width:1200px; margin:0 auto; margin-top:-120px; box-shadow:2px 2px 5px #CCC; }
.box-form .grid { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:40px;  }
.box-form.contatti .grid { display:grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 20px; }
.box-form.contatti textarea { margin: 20px 0; }
.box-form.contatti .container { max-width:800px; margin:0 auto; }
.box-form.contatti h3 { text-align:center; }
.box-form .button { margin:0 auto; width:300px; margin-top:20px;}
.box-form input, .box-form textarea { background:none; border:1px solid #FFF; }
.box-form select { background-color:#FFF; border:1px solid #FFF; }
.box-form label { margin-bottom:5px; display:block; }
.box-form input::placeholder, .box-form input::-webkit-input-placeholder, .box-form input::-moz-placeholder { opacity: 1; color: #FFFFFF; }
.box-form textarea::placeholder, .box-form textarea::-webkit-input-placeholder, .box-form textarea::-moz-placeholder { opacity: 1; color: #FFFFFF; }

.bg { background:#595b61; color:#FFF; }
.bg2 { background:#949598; }
.bg3 { background:#FFF; }
.item-row { max-width:90%; margin:0 auto; text-align:center; padding:80px 40px; }

.recensioni { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; margin-top:80px; }
.recensioni li { background:#cacacc; color:#000; border:1px solid #000; padding:80px 40px; text-align:left; }
.servizi { display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:20px; }
.servizi li { padding:20px 20px 20px 80px; text-align:left; position:relative; align-content: center; height:90px; font-weight:500; }
.servizi i { position:absolute; top:20px; left:20px; background:#999; color:#FFF; padding:10px; font-size:30px; }
.list-products { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.list-products .item { display:grid; grid-template-columns:1fr 1fr; border:1px solid #CCC;  box-shadow:2px 2px 5px #CCC; }
.list-products .item div { padding:20px; position:relative; text-align:left; }
.list-products .item h2 { font-size:18px; font-weight:500; margin:0px; }
.list-products .item h3 { font-size:16px; line-height:20px; font-weight:200; margin:0 0 10px 0; text-transform: uppercase; }
.list-products .item li { padding: 2px 0 2px 30px; position:relative; font-size:15px; }
.list-products .item li i { position:absolute; top:5px; left:5px; }
.list-products .item .price { font-weight:bold; font-size:24px; text-align:center; padding:15px; background:#F8E66A; color:#000; position:absolute; bottom:0; left:0; right:0; clip-path: polygon(55px 0px, 100% 0px, 100% 100%, 0px 100%, 55px 0px); }


.navigation { margin:140px 0 40px 0; text-transform:uppercase; font-size:12px; }
.item-products { display:grid; grid-template-columns:1fr 550px; gap:60px; }
.item-products .item.details { background:#FFF; padding:20px 40px; }
.item-products .item.details li { font-size:14px; border-bottom:1px solid #CCC; padding:5px 0 4px 0; position:relative; }
.item-products .item.details li b { float:right;  }
.item-products .text { padding:20px; margin-top:20px; border:1px solid #CCC; font-size:13px; height:300px; overflow-y:auto; }
.item-products  h2 { margin:0px; }
.item-products .gallery { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:40px 0; }
.item-products .info { text-align:justify; font-size:13px; padding:20px; }
.item-products .form { border-top:1px solid #CCC;  padding-top:40px; }
.item-products .call  { text-align:center; margin:20px 0; }
.item-products .call a { font-size:26px; margin-top:5px; display:inline-block; }
.item-products input[type='submit'] { border:0px; background:#000; width:200px; margin:0 auto; text-align:center; }
.item-products input[type='submit']:hover { background:#fcee21; color:#000; }

.item-box-wrapper { padding: 40px 0; }
.item-box { display:grid; grid-template-columns:1fr 1fr; gap:0px; max-width:1400px; margin:0 auto; }
.item-box div { padding:40px; align-content:center; } 

.footer a { font-weight:normal; }
.footer .grid { background:#FFF; padding: 0 0 0 40px; font-size:12px; border-top:50px solid #EEE; border-bottom:50px solid #EEE;  }
.footer { background: #1d1d1d; color:#FFF; padding: 60px 20px; }
.footer img.logo { height:auto; width:260px; }
.footer .grid-4 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; max-width:1400px; margin:0 auto; }
.footer i { font-size:18px; margin: 5px 5px 0 0; }
.footer a { color:#FFF; }
.footer a:hover { color:#fcee21; }
.footer h4 { font-weight:bold; margin-bottom:40px; }
.footer li { padding:7px 0; }
.footer .orari li { padding-left:80px; position:relative; }
.footer .orari li span { left:0px; position:absolute; }
.footer .indirizzo li { padding-left:30px; position:relative; }
.footer .indirizzo i { left:0px; position:absolute; }

.credits { background:#000; padding:60px 20px; font-size:14px; color:#FFF;  }
.credits ul { display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; max-width:1400px; margin:0 auto; }
.credits li:first-child { color:#fcee21; }

.list-contacts { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; font-size:18px; max-width:1200px; margin:0 auto;}
.list-contacts li { padding: 0 0 0 50px; position:relative; text-align:left; }
.list-contacts li i { position:absolute; left:0; }


.tabs { padding:0 40px; }
.tabs ul { border-bottom:1px solid #DDD; }
.tabs li { display:inline-block; }
.tabs a { color:#888; font-size:13px; padding:10px 50px; border-bottom:2px solid #FFF; text-transform:uppercase; display:block; text-align:center;  }
.tabs a.selected, .tabs a:hover { border-bottom:2px solid #000; color:#000; }
.tab-content { padding:30px 40px; margin-bottom:40px; line-height:24px; }
.tab-content li { margin: 10px 0; }





.grid-2-1-2 { display:grid; grid-template-columns:2fr 1fr 2fr; gap:10px; align-items: center; }
.grid-1-2 { display:grid; grid-template-columns:1fr 2fr; }
.grid-2 { display: grid; grid-template-columns:1fr 1fr;  }
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; }
.grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:10px; }
.grid-5 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-6 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-7 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-8 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.gap10 { gap:10px; }
.gap20 { gap:20px; }
.gap40 { gap:40px; }

.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 .col { margin-bottom:1.6%; }
.grid img { display:block; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


.scrolloff { pointer-events: none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px; background:black; border-radius:200px; }
div.top .fa { margin:0px; }
div.top a { padding-top:10px; display:block; color:white; 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; }
