﻿@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600&display=swap');
@import url('hamburgers.css');
@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; *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 { margin: 0px; font-family: 'Rajdhani', sans-serif; font-size:16px; font-weight:400; position: relative; -webkit-text-size-adjust: none; color:#222; background:#F8F7F7; }
h1, h2, h3, h4, h5, pre { font-family: 'Rajdhani', 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:40px; font-weight:600; }
h3 { font-size:20px; }
h4.section { font-size:36px; padding:20px 0; margin:0px; padding: 20px 10px; margin-bottom:20px; border-bottom:2px solid #222; }
a { color:#329c32; text-decoration:none; }
a:hover { color:#beeebe; text-decoration:none; }
.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; }
.fancybox-overlay *, .fancybox-lock { transition:none; }
input.error, textarea.error, select.error, input[type='checkbox'].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: 'Rajdhani', sans-serif; font-weight:400;font-size:14px; border-bottom:1px solid #CCC; color:#000; background:#FFF; border-radius:3px;  }
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { cursor:pointer; background:#329c32; color:#FFF; border:0px; text-transform:uppercase; font-family: 'Rajdhani', sans-serif; letter-spacing:0.5px; font-size:14px; font-weight:600; padding: 10px 30px; display:inline-block; border-radius:3px; }
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { background:#000; color:#FFF; }
input.btn-primary, a.btn-primary, button.btn-primary{ background:#ec6608; }
.btn i { margin-right:10px; }
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; }
select { background: url('select_arrow.png') right center no-repeat #FFF; padding: 8px 35px 8px 8px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
label { font-weight:600; padding:5px 0; display:block; color:#888; font-size:14px;}
.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; }
.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, .svg.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%; border-collapse: collapse; }
thead td { background:#EEE; padding: 5px 10px 5px 10px;  text-transform:uppercase; font-size:12px; font-weight:600; }
tbody td { border-bottom:1px solid #DDD; padding: 7px 10px 2px 10px; vertical-align:top; text-align:left; font-size:13px; }
.videoWrapper { background:#000; position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 0px; height: 0; overflow:hidden; }
.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 { width:100%; max-width:1400px; 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, .list-categories.phone_show, #header ul li.social { display: none; }
.msg { padding:5px 20px; margin: 20px 0; }
.msg i { margin-right: 10px; }
.msg.success { color:#FFF; background:#329c32; font-weight:bold; }

.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 { opacity:1; }
a:hover figure.fade img { opacity:0.5; }
a:hover figure.scale img { filter: none; transform: scale(1.1);  }
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; }
.cat { color:hotpink; text-transform:uppercase; font-weight:600; font-family: 'Tajawal', sans-serif; }

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; width:25%; }
.tabs a { padding:10px 20px; text-transform:uppercase; display:block; text-align:center; font-size:13px; font-weight:600; background:#EEE; color:#329c32;  }
.tabs a.selected, .tabs a:hover { background:#DDD; color:#000; opacity:1; text-decoration: none; }
.tabcontent { padding:20px 0; }


.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:#DABF8E; }

.flex { display: flex; align-items: center; justify-content: center; }
ul.columns-3 { padding: 10px 0 0 0; columns: 3; -webkit-columns: 3; -moz-columns: 3; list-style-position: inside; font-weight:600;  }
ul.columns-3 li { list-style:disc; margin-left:15px; }

#header { position:fixed; top:0; left:0; right:0; z-index:999; padding:0px; background:#FFF; height:130px; }
#header.smaller2 .logo { display:none; }
#header .header { height:84px; }
#header .logo { position:absolute; top:23px; left:20px; }
#header .logo img { height:35px; }
#header .menu { background:#329c32; padding: 0 20px; }
#header .icon { position:absolute; top:25px; right:20px; }
#header .icon li { padding:0px; margin-left:5px; font-size:18px; }
#header .icon i { width:40px; height:40px; color:#FFF; text-align:center;  background:#329c32; padding:12px 0; margin-bottom:1px; border-radius:3px; }
#header .icon i:hover { background:#444; color:#FFF; }
#header .icon img { height:20px; width:auto; }
#header .search {  position:absolute; right:180px; top:25px; }
.search.page { width:350px; }
.search { background:#EEE; overflow:hidden; }
.search input { border:0px; width:200px; }
.search button { float:right; width:40px; padding:12px; }

#header ul li { display:inline-block; padding: 5px 20px 3px 0px; }
#header ul li a {  display:block; color:#FFF; font-weight:600; font-size:15px; text-transform:uppercase; }
#header ul li a:hover { color:#beeebe; }
#header ul li a.selected { color:#beeebe; }

#header .global { position:fixed; top:35px; left:300px; position:relative; width: 80px; text-transform:uppercase; font-size:14px; font-weight:600; }
#header .divlang { display:none; position:absolute; z-index:2; left:285px; top:60px; background:#FFF; padding:7px; border:1px solid #DDD; }
#header .divlang li { float:none; display:block;  text-align:left; position:relative; border-bottom:1px solid #DDD; width:150px; margin:0px; padding:0px; }
#header .divlang li:last-child { border:0; }
#header .divlang li img { position:absolute; left:0px; top:8px; width:30px; }
#header .divlang li a { display:block; color:#111; padding: 10px 10px 10px 40px;  font-size:12px; }
#header .divlang li a:hover { background:none;}

.icon-mobile { display:none; top: 20px; right: 60px; position: fixed; z-index: 2222; }
.icon-mobile i { display: block; background: #329c32; color: #FFF; padding: 12px 10px; width: 40px; height: 40px; border-radius:3px; float:left; margin:0; text-align:center; margin-right:5px; }

#footer { font-size:14px; line-height:20px; background:#222; color:#AAA; padding:40px 0; }
#footer .logo { margin-bottom:20px; position:relative; }
#footer .logo img { height:35px;  }
#footer a { color:#329c32; }
#footer a.selected { border:0px; color:#329c32; }
#footer li { margin-bottom:3px; text-transform:uppercase; }
#footer h3 { font-size:14px; color:#FFF; margin-bottom:10px; text-transform:uppercase; }
#footer .submenu { border-top:1px solid #444; border-bottom:1px solid #444; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 20px; padding: 20px 0; }
#footer .social li a { width:40px; height:40px; display:block; color:#FFF; font-size: 16px; text-align:center;  background:#329c32; padding:10px 0; border-radius:3px;  }
#footer .social li a:hover { background:#888; }
#footer .social li { display:inline-block; margin-left:10px; }
#footer .address { text-align:left; margin-top:20px; }
#footer .credits { font-size:11px; text-align:left; }
.header-footer { display:grid; grid-template-columns:1fr 1fr; }
.header-footer .social ul { margin:0 auto; text-align:right; }
.legal li { display:inline-block; padding: 5px 15px 5px 0; }

.notice { background:#FF0000; color:#FFF; font-size:15px; padding: 10px 0; text-align:center; }

.hamburger { display:none; border-radius:3px; }
.orange { background:#ec6608; color:#FFF; }
.dark { background:#222; color:#FFF; }
.bgcolor { background: #EEE; }
.bg { position:absolute; top:0; bottom:0; left:0; right:0; background: rgba(0,0,0,0.1); z-index:2; }

#main { margin-top:130px; }
		
.slide { position:relative; margin:0px; list-style:none; background-position:center center; background-repeat:no-repeat; background-size:cover; background-attachment: fixed; height: -moz-calc(100vh - 200px); height: -webkit-calc(100vh - 200px); height: calc(100vh - 200px); min-height:500px; }
.slide .container { position:absolute; left:40px; top:60%; bottom:0; text-align:left; z-index:5; transform: translateY(-60%);  }
.slide .container .text { font-size:22px; margin-bottom:20px; max-width:500px; }
.slide .container .button { border:1px solid #FFF; padding: 10px 15px; display:inline-block; font-weight:normal; }
.slide .container .button i { margin-left:5px; }
.slide .container a:hover .button { border:1px solid #329c32; background:#329c32; color:#FFF; }

.fascia .container { position:absolute; left:40px; top:60%; bottom:0; text-align:left; z-index:5; transform: translateY(-60%);  }
.fascia .content, .cover .content, .slide .content { height:100%; }
.fascia .content h1, .slide .content h1  { font-weight:600; font-size:60px; }
.fascia .content a, .slide .content a { color:#FFF; }
.fascia .content .button  { border-color:#FFF; font-weight:normal; }
.fascia p.preview { margin-bottom:20px; font-size: 20px; }

.tab li { float:left; width:25%; border-right:1px solid #FFF; }
.tab li a { display:block; padding:20px 20px; color:#FFF; background:#444; }
.tab li a.selected { background:#329c32; opacity:1; }
.tab li a.selected h3 { color:#FFF; }
.tab li h3 { margin-bottom:10px; font-weight:600; font-size: 24px; }
.tab li p { text-transform:uppercase; font-size:15px; font-weight:400; }

.slick-slide img { display: block; }

.scroller .item { background:#329c32; position:relative; border-left:1px solid #FFF; }
.scroller h3 { color:#FFF; padding:15px 20px; margin:0px; font-size:22px; font-weight:600; text-transform:uppercase; }
.scroller i { float:right; }

.list-about { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap:1px; grid-row-gap:1px; }
.list-about img { border-radius:5px; }
.list-about .text { text-align:center; padding:20px 40px 60px 40px; }
.list-about .text h3 { font-weight:600; margin-bottom:10px; font-size:22px; }

.list-applications { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 20px; grid-row-gap: 20px; }
.list-applications .item { background:#329c32; position:relative; border-radius:3px; overflow:hidden; }
.list-applications .item .text { padding:10px; }
.list-applications .item h3 { color:#FFF; margin:0; font-size:22px; font-weight:600; text-transform:uppercase; }
.list-applications .item li { position:relative; background:#4fb64f; padding:10px 20px; color:#FFF; border-bottom:1px solid #329c32;  }
.list-applications .item li i { position:absolute; right:20px; top:12px; }
.list-applications .item a { color:#FFF; }
.list-applications .item select { margin-top:5px; }
.list-applications .logo { background:#FFF; width:150px; height:150px; background:#FFF; padding:15px; position:absolute; right:20px; bottom:80px; }
.list-applications.big { padding:40px 0; }

.list-products { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 20px; grid-row-gap: 20px; margin:0 0 40px 0; }
.list-products .item { text-align:left; font-size:14px; position:relative; padding-bottom:120px; background:#FFF; color:#000; border-radius:3px; border:1px solid #DDD; }
.list-products .item .text { padding:10px; }
.list-products .item figure { padding: 0 20px; }
.list-products .item a.btn { text-align:center; color:#FFF; display:block; position:absolute; bottom:10px; left:10px; right:10px; }
.list-products .item h3 { font-weight:600; margin-top:20px; }
.list-products .item .linea { color:#888; margin-bottom:10px; }
.list-products .item .varianti { position:absolute; bottom:60px; left:0; right:0; display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; padding: 0 10px;  }
.list-products .item .varianti li { border:1px solid #DDD; padding:5px; position:relative; border-radius:3px; }
.list-products .item .varianti li:hover { border:1px solid #999; }
.list-products .item .varianti li .more { border-radius:3px; position:absolute; top:0; bottom:0; left:0; right:0; background-color: rgba(0, 0, 0, 0.6); color:#FFF; padding:10px; text-align:center; font-size:18px; font-weight:600; display: flex; align-items: center; justify-content: center; }

.code { font-size:12px; color:#888; text-transform:uppercase; }
.scheda { margin-top:20px; background:#FFF; }
.scheda h1 { font-weight:600; line-height:normal; margin:5px 0; }
.scheda h4.section { margin-top:40px; }
.scheda h5 { font-weight:bold; margin-bottom:20px; font-size:13px; display:block; }
.scheda .image, .header-scheda { position:relative; }
.header-scheda { padding-left:140px; height:120px; margin-top:20px; }
.header-scheda.accessories { padding-left:0px; }
.main-scheda .text { font-size:18px; }
.scheda .icon { width: 120px; height: auto; border: 1px solid #CCC; padding: 3px; position:absolute; top:0; left:0; }
.scheda .size li { font-size:14px; position:relative; overflow:hidden; }
.scheda .colors { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:10px; text-align:center;  }
.scheda .colors li { font-size:14px; }
.scheda .colors img { margin-bottom:5px; }
.scheda input[type="radio"] { position:absolute; visibility:hidden; }
.scheda label { border:3px solid #DDD; border-radius:3px; padding:10px 2px display:block; cursor:pointer; }
.scheda input[type="radio"]:checked + label { border-color:#329c32; color:#329c32; }

.table1 { width:auto; }
.table1 td { padding: 5px 3px; border:0px; vertical-align:bottom; width:170px; }
.table2 tr:nth-child(even) td { background:#EEE; }
.table2 td { padding: 5px 3px; border:0px; vertical-align:bottom; }

.list-news  { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.list-news .item { padding-bottom: 70px; background:#FFF; position:relative; }
.list-news .item .text { padding: 20px;  }
.list-news .item .text h3 { font-size:18px; margin: 0 0 10px 0; font-weight:600; }
.list-news .item .icon { position:absolute; bottom:20px; right:20px; width:50px; height:auto; border:1px solid #CCC; padding:3px; }

.acc-title { font-weight:600; padding:20px 0; text-transform:uppercase; border-bottom:1px solid #CCC; cursor:pointer; position:relative; padding-left:20px; }
.acc-title i { position:absolute; left:0px; top:20px; }
.acc-content {  padding:20px 0; }



.header-page { padding: 0 0 40px 0; text-align:center; font-size:20px; max-width:550px; margin:0 auto; line-height:28px;  }
.header-page h2 { text-align:center; margin:0 0 20px 0; line-height: 48px; text-transform: uppercase; }
.image { grid-area: image; }
.text { grid-area: text; }
.box-style-1 { display: grid;  grid-template-columns:1fr 1fr; grid-template-areas: 'image text'; gap: 40px; font-size:18px; line-height:24px; }
.box-style-1:nth-child(odd) { grid-template-areas: 'text image'; }
.box-style-1 h2 { text-transform:uppercase; line-height: 45px; }
.box-style-1 h2:before { content:" "; border-top:5px solid #000; width: 100px; display: block; margin-bottom:20px; }
.box-style-1 h2:after { content:" "; border-top:5px solid #000; width: 100px;  display: block; margin-top: 20px; }

.section_112 .box-style-1 { border-bottom:1px solid #CCC; padding: 40px 40px 20px 40px; }
.section_112 .box-style-1:nth-child(odd) { grid-template-areas: 'image text'; background:#DDD; }
.section_112 .box-style-1 h2:before { display:none; }
.section_112 .box-style-1 h2:after { display:none;  }
.section_112 .box-style-1 h2 { text-transform:uppercase; line-height: 25px; font-size:20px; }
.section_112 .image { text-align:center; }
.section_112 .image img { width:150px; height:auto; margin:0 auto; }

.list-categories-icon { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 20px; grid-row-gap: 20px; margin-bottom:40px; }
.list-categories-icon h3 { text-transform:uppercase; font-size:16px; margin: 20px 0 20px 0; text-align:center; font-weight:600; }
.list-categories-icon a { color:#999; }
.list-categories-icon a:hover { color:#329c32; opacity:1; }
.list-categories-icon .item:hover svg path { fill: #329c32; }
.list-categories { background:#329c32; padding:20px 20px; font-size:14px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; line-height: 22px; text-transform:uppercase; font-weight:normal; }
.list-categories .item a { color:#FFF; }
.list-categories a:hover { color:#beeebe; opacity:1; }
.list-categories .selected { font-weight:600; color:#beeebe; opacity:1; }

.item-row { padding:40px 0; }
.item-row h2.title { text-align:center; }
.bg { position:absolute; top:0; bottom:0; left:0; right:0; z-index:1; background: rgba(0, 0, 0, 0.5) }

.cover-section .span_50 { position:relative; font-size:20px; line-height:24px; }
.cover-section .logo { background:#FFF; width:150px; height:150px; background:#FFF; padding:15px; position:absolute; right:40px; bottom:40px; }

/* MYTHOS*/
.brand_12.bg, .list-applications .item.brand_12, .brand_12 .bgcolor { background:#fcdf00; color:#1e3a68; }
.brand_12 h4.section { color:#1e3a68; border-bottom:2px solid #1e3a68; }
.brand_12 .list-products .item a { color:#2749d4}
.brand_12 .list-products .item .btn { background:#2749d4;  color:#FFF; }
.brand_12 #header .menu { background: #2749d4; }
.brand_12 .navigation { background: #c2cefc; color: #FFF; }
.brand_12 #header ul li a.selected, .brand_12  #header ul li a:hover, .brand_12 .list-categories a:hover { color: #c2cefc; }
.brand_12 .navigation a { color: #FFF; }
.brand_12 .list-categories { background: #2749d4; }
.brand_12 .flexnav li ul { background: #2749d4; }
.brand_12 .list-categories .selected { color:#c2cefc; }
.brand_12 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }



/* BERTANI */
.brand_15.bg, .list-applications .item.brand_15, .brand_15 .bgcolor  { background:#fd4e31; color:#000; }
.brand_15 h4.section { color:#000; border-bottom:2px solid #000; }
.brand_15 .list-products .item a { color:#000}
.brand_15 .list-products .item .btn { background:#000; color:#FFF; }
.brand_15 #header .menu { background: #000; }
.brand_15 .navigation { background: #ed9283; color:#FFF; }
.brand_15 #header ul li a.selected, .brand_15  #header ul li a:hover, .brand_15 .list-categories a:hover { color: #ed9283; }
.brand_15 .navigation a { color: #FFF; }
.brand_15 .list-categories { background: #000; }
.brand_15 .flexnav li ul { background: #000; }
.brand_15 .list-categories .selected { color:#ed9283; }
.brand_15 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }


/* AGRITOOLS */
.brand_16.bg, .list-applications .item.brand_16, .brand_16 .bgcolor  { background:#ee2c91; color:#FFF; }
.brand_16 h4.section { color:#FFF; border-bottom:2px solid #FFF; }
.brand_16 .list-products .item a { color:#ae1d69}
.brand_16 .list-products .item .btn { background:#ae1d69; color:#FFF; }
.brand_16 #header .menu { background: #ae1d69; }
.brand_16 .navigation { background: #f5a8d0; color:#FFF; }
.brand_16 #header ul li a.selected, .brand_16  #header ul li a:hover, .brand_16 .list-categories a:hover { color: #f5a8d0; }
.brand_16 .navigation a { color: #FFF; }
.brand_16 .list-categories { background: #ae1d69; }
.brand_16 .flexnav li ul { background: #ae1d69; }
.brand_16 .list-categories .selected { color:#f5a8d0; }
.brand_16 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }



/* GARDEN */
.brand_13.bg, .list-applications .item.brand_13, .brand_13 .bgcolor  { background:#53bd1a; color:#000; }
.brand_13 h4.section { color:#000; border-bottom:2px solid #000; }
.brand_13 .list-products .item a { color:red}
.brand_13 .list-products .item .btn { background:red;  color:#FFF; }
.brand_13 #header .menu { background: red; }
.brand_13 .navigation { background: #fdbcbc; color:#FFF; }
.brand_13 #header ul li a.selected, .brand_13 #header ul li a:hover, .brand_13 .list-categories a:hover { color: #fdbcbc; }
.brand_13 .navigation a { color: #FFF; }
.brand_13 .list-categories { background:red; }
.brand_13 .flexnav li ul { background:red; }
.brand_13 .list-categories .selected { color:#fdbcbc; }
.brand_13 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }

/* GDM */
.brand_11.bg, .list-applications .item.brand_11, .brand_11 .bgcolor  { background:#329c32; color:#FFF; }
.brand_11 h4.section { color:#FFF; border-bottom:2px solid #FFF; }
.brand_11 .list-products .item a { color:#0029a0}
.brand_11 .list-products .item .btn { background:#0029a0; color:#FFF; }
.brand_11 #header .menu { background: #0029a0; }
.brand_11 .navigation { background: #90a8ed; color:#FFF; }
.brand_11 #header ul li a.selected, .brand_11  #header ul li a:hover, .brand_11 .list-categories a:hover { color: #90a8ed; }
.brand_11 .navigation a { color: #FFF; }
.brand_11 .list-categories { background: #0029a0; }
.brand_11 .flexnav li ul { background: #0029a0; }
.brand_11 .list-categories .selected { color:#90a8ed; }
.brand_11 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }



/* ALTA */
.brand_14.bg, .list-applications .item.brand_14, .brand_14 .bgcolor  { background:#2456bf; color:#FFF; }
.brand_14 h4.section { color:#FFF; border-bottom:2px solid #FFF; }
.brand_14 .list-products .item a { color:red}
.brand_14 .list-products .item .btn { background:red; color:#FFF; }
.brand_14 #header .menu { background:red; }
.brand_14 .navigation { background: #fdbcbc; color:#FFF; }
.brand_14 #header ul li a.selected, .brand_14 #header ul li a:hover, .brand_14 .list-categories a:hover { color: #fdbcbc; }
.brand_14 .navigation a { color: #FFF; }
.brand_14 .list-categories { background:red; }
.brand_14 .flexnav li ul { background:red; }
.brand_14 .list-categories .selected { color:#fdbcbc; }
.brand_14 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }


/* TOOLBOX */
.brand_17.bg, .list-applications .item.brand_17, .brand_17 .bgcolor  { background:#ffd400; color:#000; }
.brand_17 h4.section { color:#000; border-bottom:2px solid #000; }
.brand_17 .list-products .item a { color:#000; }
.brand_17 .list-products .item .btn { background:#000; color:#FFF; }
.brand_17 #header .menu { background:#000; }
.brand_17 .navigation { background: #DDD; color:#000; }
.brand_17 #header ul li a.selected, .brand_18 #header ul li a:hover, .brand_18 .list-categories a:hover { color: #AAA; }
.brand_17 .navigation a { color: #000; }
.brand_17 .list-categories { background:#000; }
.brand_17 .flexnav li ul { background:#000; }
.brand_17 .list-categories .selected { color:#AAA; }
.brand_17 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }


/* POTTERY */
.brand_18.bg, .list-applications .item.brand_18, .brand_18 .bgcolor  { background:#F8F7F7; color:#000; }
.brand_18 h4.section { color:#000; border-bottom:2px solid #000; }
.list-applications .item.brand_18 h3 { color:#000; }
.brand_18 .list-products .item a { color:#000; }
.brand_18 .list-products .item .btn { background:#000; color:#FFF; }
.brand_18 #header .menu { background:#000; }
.brand_18 .navigation { background: #DDD; color:#000; }
.brand_18 #header ul li a.selected, .brand_18 #header ul li a:hover, .brand_18 .list-categories a:hover { color: #AAA; }
.brand_18 .navigation a { color: #000; }
.brand_18 .list-categories { background:#000; }
.brand_18 .flexnav li ul { background:#000; }
.brand_18 .list-categories .selected { color:#AAA; }
.brand_18 .main-scheda h4.section { color:#000; border-bottom: 2px solid #000; }




.tech-details { border:1px solid #DDD; border-collapse: collapse; }
.tech-details td { padding:8px; }
.tech-details tr:nth-child(even) td { background:#EEE; }
.tech-details tr:last-child td { border:0px; }

.slick-prev { left:20px; }
.slick-next { right: 20px; }
.slick-prev, .slick-next { width:40px; height:40px; }
.slick-prev::before, .slick-next::before { background:#329c32; color:#FFF; width:40px; height:40px; border-radius:200px; display:flex; font-size:16px; align-items: center; justify-content: center; }
.navigation { padding:10px 25px; font-size:14px; text-transform:uppercase; background:#beeebe; color:#000; }
.navigation a { color:#329c32; }
.contacts .btn { width:200px; text-align:center; margin-top:20px; }
.contacts h3 { font-size:24px; }
.contacts h4 { font-weight:600; margin-bottom:10px; }
.list-contact li { position:relative; padding:2px 0 2px 30px;  }
.list-contact li i { position:absolute; left:0px; top:2px; width:25px; text-align:center; }
.privacy li { display:block; min-height:30px; }

.slide { position:relative; }
.slide li { margin:0px; list-style:none; background-position:center center; background-repeat:no-repeat; background-size:cover; height: -moz-calc(100vh - 250px); height: -webkit-calc(100vh - 250px); height: calc(100vh - 250px); overflow:hidden; }
.cover h2 { font-weight: 600; font-size: 60px; line-height:80px; color:#FFF; }
.cover .button { margin-top:40px; border-color:#FFF; }
.cover { position:relative; color:#FFF; margin:0px; list-style:none; background-position:center center; background-repeat:no-repeat; background-size:cover; background-attachment: fixed;height: -moz-calc(100vh - 250px); height: -webkit-calc(100vh - 250px); height: calc(100vh - 250px); text-align:center; font-size:24px; }
.cover .container { position:absolute; z-index:2; max-width:800px; text-align:left; }
.cover a { color:#FFF; }

.list-gallery { display:grid; grid-template-columns:50% 50%; gap:4px; }
.list-gallery img { display:block; }

.support { text-align:left; }
.support h3 { font-size:18px; }
.maps { max-width:800px; margin:0 auto; margin-top:40px; }

.video-content { max-width:600px; margin:0 auto; }

.list-download-category { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; }
.list-download-category h3 { font-size:18px; padding:5px 10px; text-transform:uppercase; background:#329c32; color:white; }
.list-download-filter { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 20px; grid-row-gap: 20px; margin-bottom:40px; }

.list-download { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.list-download .item { background:#329c32; position:relative; }
.list-download .item .text { padding: 15px 20px;  }
.list-download .item .text h3 { font-size:14px; margin:0; text-transform:uppercase; font-weight: normal; }
.list-download a { color:#FFF; }




.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; border-radius:3px;  }
div.top img { width:100%; height:auto; }

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


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

.list-cert { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap: 20px; }
.list-cert div { font-size:14px; font-weight:600; text-align:center; position:relative; padding:10px; padding-top:120px; border:1px solid #DDD; border-radius:3px; }
.list-cert img { width:100px; height:auto; margin:0 auto; position:absolute; top:10px; left:10px; right:10px; }

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


.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; }
/*https://www.codesdope.com/blog/article/12-creative-css-and-javascript-text-typing-animati/*/

.menu-button { display:none; }

.flexnav { -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; -webkit-transform-style: preserve-3d; overflow: hidden; margin: 0 auto; width: 100%; } 
.flexnav.flexnav-show { max-height: 2000px; opacity: 1; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } 
.flexnav.one-page { position: fixed; top: 50px; right: 5%; max-width: 200px; } 
.flexnav li { font-size: 100%; position: relative; overflow: hidden; } 
.flexnav li a { position: relative; display: block; padding:10px 5px; z-index: 2; overflow: hidden;  } 
.flexnav li ul { width: 280px; background:#329c32; margin-left:-15px; } 
.flexnav li ul li { font-size: 100%; position: relative; overflow: hidden; text-align:left;  } 
.flexnav li ul.flexnav-show li { overflow: visible; } 
.flexnav li ul li a { display: block; padding: 5px 20px; color:#FFF; } 
.flexnav span.touch-button { position: absolute; z-index: 999; top: 2px; right: 0; width: 20px; height: 50px; display:none; text-align: center; } 
.flexnav span.touch-button:hover { cursor: pointer; } 
.flexnav span.touch-button .navicon { position: relative; top: 1.4em; font-size: 12px; color: #666; }
.item-with-ul { padding-right:15px; }
.menu-button { position: relative; display: block; padding: 1em; background: #a6a6a2; color: #222222; cursor: pointer; border-bottom: 1px solid rgba(0, 0, 0, 0.2); } 
.menu-button.one-page { position: fixed; top: 0; right: 5%; padding-right: 45px; } 
.menu-button .touch-button { background: transparent; position: absolute; z-index: 999; top: 0; right: 0; width: 50px; height: 50px; display: inline-block; text-align: center; } 
.menu-button .touch-button .navicon { font-size: 16px; position: relative; top: 1em; color: #666; }

.timeline__content h2 { font-size: 32px;  }
.timeline__content h3 { font-size: 22px; margin-bottom: 20px; font-weight:bold; }


@media all and (min-width: 800px){ 
.flexnav { overflow: visible; }  
.flexnav.opacity { opacity: 1; } 
.flexnav.one-page { top: 0; right: auto; max-width: 1080px; }
.flexnav li { position: relative; list-style: none; display:block; float:left; overflow: visible;  } 
.flexnav li > ul { position: absolute; top: auto; left: 0; padding:10px 0; } 
.flexnav li > ul li { width: 100%; } 
.flexnav li ul li > ul { margin-left: 100%; top: 0; } 
.flexnav li ul li a { border-bottom: none; text-decoration:none; } 
.flexnav li ul.open { display: block; opacity: 1; visibility: visible; z-index: 1; } 
.flexnav li ul.open li { overflow: visible; max-height: 100px; } 
.flexnav li ul.open ul.open { margin-left: 100%; top: 0; }
}
.oldie body.one-page { padding-top: 70px; }
.oldie .flexnav { overflow: visible; } 
.oldie .flexnav.one-page { top: 0; right: auto; max-width: 1080px; } 
.oldie .flexnav li { position: relative; list-style: none; float: left; display: block; background-color: #a6a6a2; width: 20%; min-height: 50px; overflow: visible; } 
.oldie .flexnav li:hover > ul { display: block; width: 100%; overflow: visible; } .oldie .flexnav li:hover > ul li { width: 100%; float: none; } 
.oldie .flexnav li a { border-left: 1px solid #acaca1; border-bottom: none; overflow: visible; } 
.oldie .flexnav li > ul { background: #acaca1; position: absolute; top: auto; left: 0; display: none; z-index: 1; overflow: visible; } 
.oldie .flexnav li ul li ul { top: 0; } .oldie .flexnav li ul li a { border-bottom: none; } 
.oldie .flexnav li ul.open { display: block; width: 100%; overflow: visible; } .oldie .flexnav li ul.open li { width: 100%; } 
.oldie .flexnav li ul.open ul.open { margin-left: 100%; top: 0; display: block; width: 100%; overflow: visible; } 
.oldie .flexnav ul li:hover ul { margin-left: 100%; top: 0; }
.oldie .menu-button { display: none; }
.oldie.ie7 .flexnav li { width: 19.9%; }




