
@import url('font-awesome.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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; width:100%; }
html { font-size: 100%; }
body {background: #FFF; margin: 0px; font-family: sans-serif; font-size:14px; -webkit-text-size-adjust:100%;  color:#222; line-height:21px; }
a { text-decoration:none; outline:none; color: #000; text-overflow:ellipsis; font-weight:normal; }
a:hover { text-decoration:none; color:#B28500; }
:hover, 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:600; }
h1, h2, h3, h4 { line-height:normal; font-weight:normal; margin:0px; font-style:italic; }
h2 { font-size:14px; }
h3 { font-size:14px; margin-bottom:40px; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #EEE; }
label { cursor:pointer; }
input, select, .btn { height:45px; line-height:normal; }
.btn { padding:15px 20px; }
input, select, textarea {padding:10px; line-height: 20px; color:#444; font-family: FontAwesome, sans-serif; font-size:14px;  border-bottom: 1px solid #000; border-radius:0px; }
input:focus, textarea:focus, select:focus { border-color: #004592; }
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; line-height:0px; float:left; }
input[type='checkbox'], input[type='radio'] { padding:0; height:25px; width:25px; 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;  }
input[type="text"]:disabled, select:disabled { opacity:0.4; }
input[type="radio"]:checked+label{ font-weight: bold; }
.placeholder { color: #CCC; line-height:normal; padding:0px; margin:0px; }
form .row { margin-bottom:15px; }
form .row:last-child { margin-bottom:0px; }
form .button { text-align:right; }
form .privacy { color:#888; font-size:12px; margin: 20px 0; line-height:normal; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { font-weight:bold; border:2px solid #000; cursor:pointer; display:inline-block; color:#000; background: #FFF;  text-align:center; border-radius:0px; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; text-transform:uppercase; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background: #CCC; color:#000; }
.btn-primary, input.btn-primary { background-color:#004592; color:#FFF;  }
p.label { font-weight:bold; font-size:11px; text-transform:uppercase; margin-bottom:5px; }

.red { color: #F3393C; }
.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; color:#FF0000; padding: 5px 10px; border-radius: 5px; font-weight:bold; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; color:#59B200; padding: 5px 10px; border-radius: 5px; font-weight:bold;  }
p.limit { margin: 10px 0; font-size:11px; }
.icon_en { background: url('../images/icon_en.png') no-repeat 20px 5px; }
.icon_it { background: url('../images/icon_it.png') no-repeat 20px 5px; }
.icon_de { background: url('../images/icon_de.png') no-repeat 20px 5px; }
.icon_es { background: url('../images/icon_es.png') no-repeat 20px 5px; }
figure { overflow:hidden; position:relative; }
figure img { display:block; }

a:hover figure.fade img { opacity:0.5;  }
a:hover figure.zoom img { filter: none; transform: scale(1.1); opacity:1; }


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; }
ul.list_border li span { float:right; color:#888; }
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 10px 0; }
ul.list_disc li li { list-style:circle; }
li.selected a { color:#BC0F00; }
.tool li { float:left; margin:10px 20px 0 0; color:#999;   }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1400px; margin: 0 auto; clear: both; padding:0 30px; position:relative; }
.content-large { max-width:100%; margin: 0 auto; clear: both; padding:20px 40px; position:relative; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.relative { position:relative; }
.relative img { display:block; }
.hidden { display:none; }
.block { display:block; }
.bold { font-weight:600; }
.avatar { width:50px; height:45px; float:left; margin-right:10px; border-radius: 50%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#888; }
.gray a:hover { color:#000; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt100 { margin-top:100px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt10 { margin-top:10px; }
.pt40 { padding-top:40px; }
.pr40 { padding-right:40px; }
.pb40 { padding-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%; }
.small { font-size:12px; line-height:normal; color:#777; }

table { border-collapse: collapse; width:100%; }
table, th, td { border-top: 1px solid #CCC;  padding: 5px 10px; font-size:13px; position:relative; }
table thead td { border-top: 1px solid #CCC; background: #EEE; padding: 5px 10px;  }
table .fa { font-size:15px; }

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

.title_accordion { font-size:13px; text-transform:uppercase; border:1px solid #EEE; padding: 10px 20px; background:#999; display:block; margin-top:1px; cursor:pointer; }
.title_accordion i { width:20px; text-align:center; color:#FFF; }
.title_accordion a { color:#FFF; font-weight: bold; }
.content_accordion { font-size:15px; border:1px solid #EEE; margin-bottom:20px;}
.content_accordion .item:nth-child(2n+1) { background:#EFEFEF; }
.tabs { margin-top:10px; }
.tabs a { padding:15px 10px; text-transform:uppercase; border:1px solid #EEE; display:block; text-align:center; background:#999; color:#FFF; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom-color:#EEE; color:#000; background:#EEE; }
.tabcontent { padding:20px; background:#EEE; border:1px solid #EEE; margin-top:-1px;}

p.preview { font-size:18px; line-height:24px; }
.size { text-align:right; font-size:12px; color:#999; }
.overlay_new { position:absolute; top:0px; right:0px; padding:5px 10px; text-align:center; background:#F83435; color:#FFF; text-transform:uppercase; font-size:12px; }
.image { position:relative; }
.image .cover-image { position:absolute; z-index:12; margin-top:60%; width:100%; text-align:center; font-size:60px; color:#FFF; text-shadow: 2px 2px #000; }
.overlay { position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; background-color: rgba(0, 0, 0, 0.8); }
.overlay .table { display: table; width:100%; height:100%;  }
.overlay .table .cell { display: table-cell; vertical-align: middle; text-align: center; transition: .2s ease-out; -webkit-transition: .2s ease-out; width:100%; height:100%; }
.overlay .table .cell p.more i { width: 40px; height: 40px; line-height: 40px; background: #FFF; color: #000; display:inline-block; margin-bottom:10px; }


#header a.selected { color:#B28500; }
#header .logo { text-transform:uppercase; margin-top:20px;}
#header { width:100%; position:fixed; z-index:222;  height: 80px; top:0; left:0; right:0; font-size: 16px; background:#FFF; }
#header li { display:inline-block; text-transform:uppercase; }
#header .menu { font-size:12px; margin-left:-10px; }

.item-row { padding-top: 60px; padding-bottom:60px; }
.list-brands { text-transform:uppercase; }
.list-brands li { float:left; width:25%; margin: 10px 0; font-size:14px; }

#main { margin:100px 0 40px 0; }
#main.blog2 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;  }
#main.blog2 .item { margin-bottom:60px; padding-bottom:60px; border-bottom:1px solid #CCC; position:relative; -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table; }
#main.blog .item { margin:0; }
#main.blog .item .tag { margin-top:20px; }
#main.blog .item .tag a { font-weight:normal; color:#888; display:inline-block; border:1px solid #CCC; padding:5px; }
#main.blog .item h1 { font-size:16px; margin: 10px 0 5px 0; }
#main.blog .item .text { margin-bottom:20px; }
#main.blog .item .text.en { font-style:italic; margin-top:10px; }
#main.blog #lato { padding-left:40px; font-size:14px; }
#main.blog #lato li { border-bottom:1px solid #CCC; padding:2px 0; text-transform:uppercase; }
#main.blog #lato li .tot { font-size:11px; color:#777; top:-3px; position:relative; margin-left:5px; }
#main.blog #lato .list-social li { border:0px; float:left; margin-right:10px; }
#main.blog #lato .list-social li a { width:50px; height:50px; display:block; text-align:center; padding:10px 5px; }
#main.blog #lato .list-social li i { margin:0px; font-size:28px; }
#main.blog .gallery .item { border:0px; padding:0px; margin:30px 0 0 0; }
#main.blog .gallery p { margin-top:5px; }
.gallery .span_1_of_3:nth-child(3n+1) { margin-left:0px; }

.grid-works { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:40px; }
.grid-home { display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:1px; }
.grid-home figure { height:140px; overflow:hidden; }
.grid-home img { height:140px; object-fit: cover; }

.share { margin-top:20px; text-align:right; }
.share ul { margin: 0 auto; text-align:right; }
.share li { display:inline-block; margin-right:5px; font-weight:bold; }
.share li a { display:inline-block; width:30px; height:30px; text-align:center; display:block; padding:0px 5px; }
.share li i { margin:0px; }

.paginazione { text-align:center; text-transform: uppercase; }
.paginazione a, .paginazione b {  display:inline-block; margin-right:2px; }
.paginazione b { }

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



.global-site-notice { position: fixed; left:0; right:0; bottom:0px; z-index:222; }
.global-site-notice {  background: #000 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:1200px; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; color:#FFFF00; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
.global-site-notice.hidden { display:none; }
#close-cookie-notice { position: absolute; right:0; top:0px; }

.nav .divider { border-right:1px solid #CCC; margin-right:10px; padding-right:10px; }
.nav { position:relative; display:inline-block; }
.nav-item { display:inline; zoom:1; position:relative; }
.nav-item a { display:block; padding: 5px 10px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }
.nav-item.lang a {  display: inline-block; padding: 5px; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:30px; left:0px; width:200px; padding:2px 0; z-index:200; text-align:left; background:#FFF;  }
#header .menu li .nav-submenu li { display:block; }
.nav-submenu-item a { display:block; font-size:12px; }
.nav-submenu-item a:hover { text-decoration:none; }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:10px; left:0; font-size:18px; 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:0; right:5px; display:none; height:45px; width:50px; cursor:pointer; }
.nav-click i { display:block; height:39px; width:40px; font-size:18px; color:#000; text-align:center; position:absolute; top:0; left:0; padding:15px 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); }
