@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

@import "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; *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%; min-height:100%; position:relative; }
body { height:100%; background: #FFF; margin: 0px; font-family: 'Open Sans', sans-serif; font-size:13px; color:#1f1e40; -webkit-text-size-adjust:100%;  }
a { text-decoration:none; outline:none; color:#f3913c; }
a:hover { color:#828282;  }
figure * { 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; }
b, strong { font-weight:700; }
h1, h2, h3, h4 { line-height:normal; font-weight:bold; margin:0px; }
h1 { font-size:30px; margin:10px 0; text-transform:uppercase font-weight:normal;  }
h2 { font-size:18px; font-weight:800; }
h3 { font-size:16px; margin-bottom:20px; }
h3.section { text-align:center; font-size:24px; margin-bottom:40px; text-transform:uppercase; }
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
.row { margin-bottom:10px; }
.label { font-weight:700; }
input, select, button { height:40px;  }
input, select, textarea { font-weight:bold; color:#444; font-family: FontAwesome, 'Open Sans', sans-serif; font-size:13px; padding: 5px 10px; background-color: #FFF; border:0px; }
input:focus, textarea:focus, select:focus { border-color: #9B8F84; }
input.error, textarea.error, select.error, .scheda input[type="text"].error { border-color:#FF0000; background:#fac9c9; font-weight:normal; } 
label { margin-bottom:5px; display: block; font-size:14px; color:#FFF; opacity:0.8; text-align: left; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; margin:0px; display:none; float:left; }
input[type='number'] { width:50px; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; background:#EEE; border-radius:200px; border:2px solid #CCC }
input[type='checkbox']:checked, input[type='radio']:checked { background:blue; }
input[type='checkbox'].error, input[type='radio'].error { background:#fac9c9; border-color:red; }
.relative { position:relative; }
select {  background-image: url('select_arrow.png'); background-position:right center; background-repeat:no-repeat; padding: 7px 35px 7px 7px; }
.box-button { text-align:center; }
.placeholder { color:#BBB; }
option { padding:0 5px; }
label { cursor:pointer; font-weight:bold; }
.btn, input[type='submit'], input[type='button'], button {  font-size:14px; padding: 10px 20px; border:0px; cursor:pointer; display:inline-block; color:#FFF; background:#f3913c; line-height:normal; text-align:center; font-weight:bold; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, button:hover { text-decoration:none; background:#888; color:#FFF; }
.btn-primary, input.btn-primary { color:#FFF; background:#f3913c;  }
.btn-primary:hover, input.btn-primary:hover { background:#888; color:#FFF; }
.btn i, input[type='submit'] i, input[type='button'] i, button i, .btn i { margin:0 10px; float:right; line-height: 20px; }
.warning { color:#FF0000; font-weight:700; 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: 8px 10px; font-size:14px; font-weight:bold; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 8px 10px; font-size:14px; font-weight:bold; }
p.limit { margin: 10px 0; font-size:11px; }
.error { color:#FF0000; font-weight:700; }
.ok { color: #669900; font-weight:700; }
.pl40 { padding-left:40px; }

table { width:100%; border-collapse: collapse; border:1px solid #828282; padding:5px;  }
thead td { background: #AAA; color:#FFF; padding: 7px 10px; font-style:normal; text-transform:uppercase; font-size:11px; font-weight:700; }
tbody td { border-bottom: 1px solid #828282; padding: 5px 10px; font-style:normal;}
tbody td a:hover { color:#B2BA26; }

.tabs { margin-bottom:20px; }
.tabs a {  font-weight:700; display:block; background:#AAA; color:#FFF; border:1px solid #AAA;  border-bottom:0; padding: 7px 10px; text-align:center; font-style:normal; text-transform:uppercase; font-size:11px;  }
.tabs a.selected { background:#FFF; color:#888; }

figure img:hover { opacity:0.5; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #828282; margin:0px; padding: 5px 0; color:#828282; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
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:5px 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; }
.content { width: 100%; max-width:1400px; margin: 0 auto; padding:0 20px; clear: both; }
.content-small { max-width:800px; margin: 0 auto; padding:40px; clear: both; }
.content-login { max-width:400px; margin: 0 auto; padding:40px; clear: both; }
.align_right { text-align: right; }
.hidden { display:none; }
.bold { font-weight:700; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#828282; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.align_center { text-align:center; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top: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%; }
.span_50 { width: 50%; float:left; overflow:hidden; }

.iphone_show { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.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%; }
h3.data { font-size:60px; font-weight:bold; text-transform:uppercase; margin:0 0 40px 0; line-height:35px; }

.header { padding:20px 20px 20px 20px; position:absolute; top:0; left:0; right:0; }
.header .logo img { height:100px; display:inline; position: absolute; z-index: 99; }
.header .button { position:absolute; top:60px; right:100px; width:600px; z-index: 222; text-align:right; }
.header .button a { color:#FFF;  }
.header .button li { display:inline-block; margin-left:10px; }
.header .button a.btn { background:#f3913c; color:#FFF; }
.header .button a.whatsapp { background:#25d366; color:#FFF; }
.header .button i { margin:0 0 0 10px; }
.button-menu { position:fixed; right:20px; left:inherit; top:40px; text-transform:uppercase; font-size:18px; }

.header .menu ul { margin:50px; }
.header .menu li { text-transform:uppercase; font-size:14px; font-weight:600; }
.header .menu li.button { margin-left:20px;  }
.header a { color:#666; padding: 10px 15px; display:block; }
.header a.selected, a.selected, .header a:hover { color:#f3913c; }


.footer { background:#666; padding:40px 20px; color:#FFF; margin-top:40px; }
.footer .address { margin-top:20px; }
.footer li a { color:#FFF; display:block; padding:2px 0; }
.footer li a:hover { opacity:0.5; }
.footer h2 { color:#FFF; font-size:16px; margin-bottom:20px; }
.footer .orange a, .footer .address a { font-weight:bold; color:#f3913c;  }
.footer .orange a:hover, .footer .address a:hover { color:#FFF; opacity:1; }

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

.slide { text-align:center; margin:0 auto; }
.slide li { margin-top:100px; margin-bottom:100px; }
.main { margin-top:160px; }
.main-video h1 { font-size:30px; position:absolute; top:400px; left:0; right:0;  z-index:22; text-align:center; color:#FFF; }
.main-video { position:relative; display:block; }
.main-cover.cover { height:800px; background-position:center center; margin-bottom:5px; font-size:24px; }
.main-cover img { height:140px; width:auto; }
.main-cover h1 { font-size:60px; }

.scheda label { color:#000; }
.scheda input[type='text'], .scheda input[type='password'], .scheda select, .scheda textarea { background:#EEE; color: #555; }

.box-text { padding:100px 40px; font-size:18px; text-align:center; }
.box-text h2 { font-size:40px; margin:0px; line-height:normal; }
.intro a .box-text { color:#FFF; transition: transform .2s; }
.intro a:hover .box-text { transform: scale(1.2); }
.box-text img { height:100px; width:auto; display:inline-block; }

.bgcolor1 { background:#f3913c; }
.bgcolor2 { background:#dcdbdd; }
.bgcolor2 label { color: #1f1e40; }
.bgcolor3 { background:#EEE; }
.bgcolor4 { background:#f6f6f8; }
.item-row.small { min-height:300px; padding: 80px; }
.item-row { font-size:18px; padding: 40px 80px; min-height:500px; }
.item-row h2, .testimonial h2 { font-size:40px; font-weight:bold; margin-bottom:20px; }
.item-row p { margin-bottom:20px; }
.item-row.right .text { text-align:right; }
.item-row.center .text { text-align:center; }
.item-row img { height:300px; width:auto; display:inline-block; }
.item-row .image { text-align:center; }
.white, .white h2, .white a { color:#FFF; }
.white a:hover { opacity:0.5; }

.white .filter input[type='submit'], .white .filter .btn, .white .filter button { background:#888; color:#FFF; }
.white .filter input[type='submit']:hover, .white .filter .btn:hover, .white .filter button:hover {  background:#555; }

.white input[type='submit'], .white button, .white .btn { background:#f3913c; }
.white input[type='submit']:hover, .white button:hover, .white .btn:hover { background:#888; color:#FFF; opacity:1; }

.testimonial { color:#1f1e40; padding:80px 20px; text-align:center; background:#f6f6f8;  }
.testimonial li.item { margin:20px 20px 20px 20px; padding: 10px; font-size:16px; background:#FFF; box-shadow: 2px 2px 2px 2px #dedede; min-height:320px; }
.cover { background-repeat:no-repeat; background-size:cover; background-position:top center; }
.header-section { text-align:left; }
.header-section h1 { font-size:50px; margin-bottom:40px; }
.header-section h2 { font-size:30px; margin-bottom:20px; }
.header-section h3 { font-size:18px; margin:0px; }
.acc_title { border-bottom:1px solid #FFF; padding:10px 10px 10px 40px; font-weight:bold; font-size:18px; position:relative; cursor:pointer; }
.acc_title i { position:absolute; left:10px; top:13px; }
.acc_content { padding:20px 40px; ; }
.box-detail-icon .item { text-align:center; padding: 100px 20px 20px 20px; font-size:16px; position:relative; }
.box-detail-icon .item i { text-align:center; margin:0 auto; position:absolute; top:0px; left:0; right:0; border-radius:200px; font-size:40px; background:#FFF; color:#f3913c; padding:20px; width:80px; height:80px; }
.box-detail-icon .item h4 { font-weight:bold; margin-bottom:10px; }
.code { background:#000; color:#FFF; padding:2px 5px; display:inline-block; }

.box-form { padding:20px 80px; }
.box-number b { font-size:64px; color:#f3913c; font-weight:bold; }
.box-number .col { padding:40px; font-size:14px; min-height:300px; box-shadow: 2px 2px 2px 2px #dedede;}
.box-number.segnalazione .col { min-height:450px; }
.box-icon { grid-column-gap: 50px; grid-row-gap: 50px;  display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: masonry; }
.box-icon .item { box-shadow: 2px 2px 2px 2px #dedede; padding:40px; font-size:14px; }
.ombra { box-shadow: 2px 2px 2px 2px #dedede; }
.box-icon img { height:80px; }

.list-product .item { background:#FFF; position:relative; min-height: 690px; font-size:14px;  }
.list-product .item:hover { background:#EEE; }
.list-product .item:hover .btn { background:#888; }
.list-product .item .code { position:absolute; left:20px; top:20px; z-index:2; }
.list-product .item .text { padding: 20px 20px; color:#888; }
.list-product .item figure { overflow:hidden; }
.list-product .item img { display:block; height: 240px; width:auto; }
.list-product .item a.btn { position:absolute; bottom:20px; left:20px; right:20px; color:#FFF; }
.list-product .item h4 a { color:#FFF; }
.list-product .item .icon { position:absolute; z-index:222;  text-align:center; color:#FFF; left: 20px; bottom: 70px; }
.list-product .item .icon i { padding:12px 10px; color:#FFF; width:40px; height:40px; border-radius:200px; background:#f3913c; float:left; }
.list-product .item .garantito { position:absolute; z-index:222; left: 20px; bottom: 70px; font-size:12px; line-height:30px; font-weight:bold; }
.list-product .item .garantito i { color:#f3913c; float:left; margin-right:10px; font-size:30px; }

.list-product h4 { font-weight:600; margin:0 0 0 0; padding: 5px 0; text-transform:uppercase; font-size:16px; text-align:center; background:#f3913c; color:#FFF; }
.list-product h5 { font-weight:600; margin:0 0 5px 0; padding: 5px 0; text-transform:uppercase; font-size:16px; text-align:center; background:#888; color:#FFF; }
.list-product h5.new { background:red; }
.list-product .item .ul-detail li { padding-left:140px;  }
.list-product .item .note { position:absolute; z-index:222; text-align:center; color:#FFF; left:20px; top:20px; font-size:12px; background: rgb(255,117,0); background: linear-gradient(90deg, rgba(255,117,0,0.5) 0%, rgba(255,117,0,0.5) 100%); padding:4px 10px; }
.list-product .item li { font-size:12px; }
.list-product .item p { margin-bottom:5px; }

.ul-detail li { display:block; font-weight:600; padding:5px 0; padding-left:220px; position:relative; border-bottom:1px solid #EEE; text-transform: capitalize; }
.ul-detail li b { position:absolute; left:0; top:5px font-weight:normal;; }
.ul-detail li i { color:blue; margin-right:5px; width:10px; text-align:center; }
.ul-detail { margin-bottom:10px; }

.box-service { background:rgba(255, 255, 255, 0.2); margin-top:34px; border-radius:20px; overflow:hidden; }
.box-service .text {  font-size:18px; font-weight:600; padding: 0 40px; }
.box-service h2 { font-size:30px; margin-bottom:20px; text-transform:uppercase; }
.box-service .button { padding:25px; }
.list-product .btn { background:#f3913c; text-transform:uppercase; }
.list-product .btn-select { background:#f3913c; }

.faq { padding:40px; text-align:left; }
.faq h2 { text-align:center; margin: 0 0 20px 0; }

.scheda { margin-bottom:40px; }
.scheda .ul-detail li i { color:#FFF; }
.scheda .form { max-width:800px; margin:0 auto; padding:40px 20px; }
.scheda .form h3 { margin:0 0 20px 0;  }
.scheda .tool { width:310px; position:absolute; top:0; right:0; }
.scheda .tool li { display:inline-block; width:150px; margin:0px; }
.scheda h2 { font-size:30px; }
.scheda h3 { font-size:18px; margin:40px 0 20px 0; }
.scheda .text { font-size:16px; }
.scheda .ul-detail-2 li { position:relative; padding: 5px 0 5px 150px; border-bottom:1px solid #f6cfa5; }
.scheda .ul-detail-2 li b { position:absolute; left:0; }
.scheda .classe { display:inline-block; padding: 10px; background:green; font-size:20px; }
.scheda textarea { background:#EEE; }

.gallery .item { margin-bottom:1.6%; overflow:hidden; background:#FFF; text-align:center; }
.gallery .item img { height:120px; width:auto; display:block; margin:0 auto; }

.box-search { max-width:300px; text-align:center; margin:0 auto; margin-top:40px; }
.box-search button { background:#FFF; color:#f3913c; }
.bgcolor2 .box-search button { background:#f3913c; color:#FFF; }

.list-news { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px;}
.list-news .item { border-bottom:5px solid #DDD; padding-bottom:40px; margin-bottom:40px; }
.list-news .item h3 { font-weight:bold; font-size:20px; margin: 10px 0; }
.list-news .item img { margin-bottom:10px; }
.list-news .item .autore { text-align:center; margin-bottom:40px;  }
.list-news .item .autore img { border-radius:200px; display:inline-block; margin-bottom:5px; }
.list-news .read { margin-top:10px; font-size:14px; }

.lato { padding: 40px; background:#EEE; }
.tool li { border-bottom:1px dotted #DDD; padding:5px 0; }
.tool li i { width:30px; height:30px; border-radius:200px; padding:8px ; background:#DDD; margin-right:5px; text-align:center; }
.tot { float:right; color:#000; }
.list-piuvisti li { height:100px; }
.list-piuvisti li img { float:left; margin-right:20px; }

.box-social { margin:20px 0; }
.social { margin-top:20px; }
.social li { width:40px; margin-right:10px; text-align:center; padding-top:50px; position:relative; display:inline-block; font-size:10px; }
.social i { position:absolute; top:0;left:0; right:0; margin:0 auto; background:#999; border-radius:100px; color:#FFF; width:40px; height:40px; padding:10px 0 0 0; text-align:center; font-size:18px;}
.social i:hover { background:#f3913c; }
.download a { background:#999; color:#FFF; padding:3px 10px; border-radius:3px; font-size:11px; text-transform:uppercase; }
.download i { margin:0px; }
.download a:hover { background:#ff7e04; }

.list-sales { margin:0 auto; max-width:500px; }
.list-sales li { text-align:center; font-size:18px; padding:10px; border-bottom:1px solid #CCC; text-transform: uppercase; }

.box-service-account { margin: 0 auto; text-align:center; display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.box-service-account li { display:inline-block; padding:20px; background:#EEE; font-weight:bold; position:relative; padding-top:80px; }
.box-service-account li img { width:50px; height:auto; position:absolute; top:20px; left:0; right:0; text-align:center; margin:0 auto; }

.add-appuntamento { text-align:center; color:#FFF; padding:40px 0;  }
.add-appuntamento .btn { background: #f3913c; }

.form-segnalazione { text-align:left; }
.form-segnalazione h4 { margin-bottom:20px; font-weight:normal; color:#1f1e40; }
.form-segnalazione label { color:#1f1e40; }
.buttons {  text-align:center; margin:0 auto; color:#FFF; }
.buttons button { margin-top:20px; max-width:220px;  }
.form-segnalazione .buttons button { background:#FFF; color:#f3913c; }
.job { font-size:16px; }
.job h2 { margin-top:20px; }


.alert-list li { position:relative; padding:5px 0; padding-left:120px;  border-bottom:1px solid #DDD; }
.alert-list li b { position:absolute; left:0px; top:5px; }

div.top {  display: none; overflow: hidden; text-align:center; width:40px; height:40px; font-size:20px; position: fixed; right:40px; bottom:60px; z-index:999; color:#000; border:1px solid #f3913c; background:#f3913c; border-radius:200px; }
div.top .fa { margin:0px; padding:8px 0; }
div.top a { cursor:pointer; color:#FFF; }


.pagination { margin:20px 0;  }
.pagination a, .pagination b { display:inline-block; padding: 2px 5px; font-weight:bold; }
.pagination a:hover { text-decoration:none;  }
.pagination .pages { text-align:right; }

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

.slick-dots { bottom:15px; }
.slick-dots li, .slick-dots li button { width:15px; height:5px; }


.drawer-toggle { height:auto; }
.drawer--right .drawer-hamburger { top:50px; right:20px; z-index:999; background:#EEE; }
.drawer-nav { padding:20px; z-index: 888; background:#EEE; }
.drawer-nav img { height:60px; margin-bottom:20px; }
.drawer-nav a { border-bottom:1px solid #DDD; display:block; text-transform:uppercase; font-size:14px; padding:10px 20px; }
.drawer-nav a:hover { background:#FFF; text-decoration:none; }
.drawer-nav i { margin-right:10px; }