﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;600;700&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: 'Montserrat', sans-serif; font-size:14px; position: relative;-webkit-text-size-adjust: none; color:#222; background:#FFF; font-weight:300; }
h1, h2, h3, h4, h5, pre { font-family: 'Montserrat', sans-serif; display:block; font-weight:600; margin:0px; }
h1 { margin:0 0 20px 0; font-size:60px; line-height:65px; }
h2 {  margin-bottom:20px; font-size:40px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
b { font-weight:600; }
a { color:#000; font-weight:bold; text-decoration:none; }
a:hover { opacity:0.7; }
.small { font-size:13px; }
: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; }
input.error, textarea.error, select.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: Arial, sans-serif; font-size:14px; border:1px solid #CCC; border-radius:0px; }
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { cursor:pointer; background:none; color:#000; border:1px solid #000; border-radius:200px; text-align:center; min-width:200px; text-transform:lowercase; font-family: 'Montserrat', sans-serif; font-weight:400; letter-spacing:0.5px; font-size:16px; padding: 10px 30px; display:inline-block; margin-top:20px;}
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover, a.btn.black { background:#000; color:#FFF; }
input.btn-primary, a.btn-primary, button.btn-primary{ background:#ec6608; }
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; }
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:bold; padding:5px 0; display:block; color:#888; font-size:13px;}
.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 { 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%; }
thead td { background:#114E93; color:#FFF; padding: 5px 10px;  text-transform:uppercase; font-size:11px; font-weight:bold; }
tbody td { border-bottom:1px dotted #CCC; padding: 5px 10px; vertical-align:top; }
.videoWrapper { background:#000; position: relative; padding-bottom: 56.25%; /* 16:9 */	height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; height:auto; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { width: 1200px; max-width: 100%; padding:0 20px; margin: 0 auto; clear: both; position:relative; display: flex; flex-wrap: wrap; align-items: center;}
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.phone_show , .col.phone_show { display:none; }
.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.fade img { opacity:0.5; }
a:hover figure.scale img { filter: none; transform: scale(1.1); }

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; }
.tabs a { padding:10px 20px; text-transform:uppercase; border-bottom:2px solid #114E93; display:block; text-align:center; color:#114E93; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom-color:#F28E23; color:#F28E23; text-decoration: none; }
.tabcontent { padding:20px; }


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

#header { position:fixed; top:0; left:0; right:0; z-index:999; padding:20px; background:#000; color:#FFF; height:100px; }
#header.smaller2 .logo { display:none; }
header .logo { position:absolute; top:10px; left:20px; }
header .logo img { width:155px; display: inline-block;}
header .menu { position:absolute; top:5px; left:220px; right:220px; text-align:center; text-transform:lowercase; }


header nav { padding:10px; font-size:14px; }
header ul li { display:inline-block;}
header ul li a {  display:block; color:#FFF; font-weight:normal; font-size:18px; padding: 5px 15px;  }
header ul li img { display:inline-block; }

#header .buttons { position:absolute; right:20px; top:15px; text-transform:lowercase;  }
#header .buttons li.lifestyle { background:#8fb6bb; color:#000; border:1px solid #8fb6bb; }
#header .buttons li { border-radius:100px; border:1px solid #FFF; color:#FFF; margin-left:10px; float: left; }

.insegna { font-weight:600; padding:60px 20px; font-size:18px; line-height:18px; }
.insegna img { float:left; margin-right:10px; width:140px; }

#footer { font-size:13px; padding:80px 0; color:#000; }

#footer a { color:#000; font-weight:300; }
#footer a.selected, #footer a:hover { color:#FFF; }
#footer li { margin-bottom:10px; text-transform:lowercase;  }
#footer .logo img { width:155px; margin-bottom:20px; margin-top:-12px; }
/* #footer .logo img:not(.white) {
  -moz-filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(189deg) brightness(-134%) contrast(106%);
  -webkit-filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(189deg) brightness(-134%) contrast(106%);
  filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(189deg) brightness(-134%) contrast(106%);
} */
#footer h3 { margin-bottom:40px; text-transform:lowercase; }
#footer .social { margin-top:40px; }
#footer .social li { display:inline-block; margin-right:10px; }
#footer .social i { color:#000; text-align:center; padding:10px 0; border-radius:200px; border:0px; font-size:20px; margin-right:20px; }
#footer .buttons li { text-align: right; }
#footer .buttons .btn { margin: 5px 0; }
#credits { background:#000; padding:20px 0; color:#999; font-size:12px; }
#credits a { color:#999; }



#main { margin-top:100px; }

.button { border:1px solid #000; padding: 10px 20px; border-radius:200px; display:inline-block; min-width:200px; text-align:center; text-transform:lowercase; font-size:16px; line-height:20px; font-weight:normal; }
.button:hover { background:#000; color:#FFF; }

.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 - 250px); height: -webkit-calc(100vh - 250px); height: calc(100vh - 250px); }
.cover { font-weight: 300; font-size: 26px; line-height: 32px; position:relative; color:#FFF; margin:0px; list-style:none; background-position:center center; background-repeat:no-repeat; background-size:cover; background-attachment: fixed; min-height: 680px; text-align:left; }
.cover .logo { position: absolute; bottom: 100px; width: 700px; max-width: 70%; }
.cover h2 { font-weight: 600; font-size: 60px; line-height:80px }
.cover .button { margin-top:40px; border-color:#FFF; }
.bg { position:absolute; top:0; bottom:0; left:0; right:0; background: rgba(0,0,0,0.1); z-index:2; }
.fascia .text { position:absolute; left:40px; top:60%; bottom:0; text-align:left; z-index:5; transform: translateY(-60%);  }
.fascia .content, .cover .content { height:100%; }
.fascia .content h1 { font-weight:600; font-size:60px; }
.fascia .content a { color:#FFF; }
.fascia .content .button { border-color:#FFF; font-weight:normal; }
.fascia p.preview { margin-bottom:20px; font-size: 20px; }
.cover.fascia {
  display: flex;
  align-items: center;
}
.cover.fascia .text {
  transform: none;
  position: static;
}
.tab li { float:left; width:25%; }
.tab li a { display:block; padding:20px 20px; min-height:120px; }
.tab li h3 { margin-top:10px; }
.tab li p.cat { text-transform:uppercase; font-size:13px; font-weight:300; }

.icon-products img { width:50px; }
.icon-products li { display:inline-block; margin:20px 0 0 0; }
.ceado-original-button { clear:left; line-height: 0px; }
.ceado-original-button a { display:inline-block; }


.list-box-products { margin: 60px auto; }
.list-box-products .item { padding-right:20px; }
/* .list-box-products .item:nth-child(even) { padding:200px 0 0 0; } */
.list-box-products h3 { font-size:40px; font-weight:300; margin: 20px 0 20px 0; line-height: 50px; }
.list-box-products p.text { margin-bottom:40px; font-weight:300; font-size:20px;  line-height: 30px; }

.list-box-products .logo { width:155px; margin-bottom:20px; }

.list-products { display: grid; grid-template-columns: 25% 25% 25% 25%; grid-gap: 10px;  }
.list-products.small .item { padding: 0 40px 60px 40px; }
.list-products .item { text-align:center; padding: 0 40px 100px 40px; margin-bottom:40px; position:relative; }
.list-products .item h3 { font-size:30px; font-weight:600; margin: 5px 0 5px 0; }
.list-products .item p { font-weight:normal; }
.list-products .item ul { position:absolute; bottom:40px; left:40px; right:40px; }
.list-products .item .button { border-radius:200px; font-size:16px; margin:0px; border:0px; height:auto; margin-top:10px; position:absolute; bottom:0; left:40px; right:40px; }



.list-news { margin:80px auto; }
.list-news h3 { margin-top:20px; font-weight:600; }


.bgcolor { background:#CCC; color:#FFF; padding:80px 0 100px 0; }
.ceadolab { background:#CCC; color:#000; }
.ceadolab .logo { text-align:center; margin-bottom:40px; }
.ceadolab .logo img { height:35px; display:inline; }
.ceadolab li { float:left; width:16%; font-weight:600; text-align:center; }
.ceadolab li img { width:80px; display:inline; margin-bottom:10px; }


.scheda .header-product { font-size:22px; padding:40px 0px; }
.scheda .header-product h3 { text-transform:uppercase; margin:0px; font-size:14px; font-weight:400; }
.scheda .header-product h1 { margin:0 0 20px 0; font-size:70px; font-weight:600; }
.scheda .header-product .image { text-align:right; }
.scheda .header-product .image1 img { width:220px; display:inline-block; }
.scheda .header-product .image2 img { width:200px; display:inline-block; }
.scheda .header-product .ceado-original-button { margin-top:20px; }
.scheda .header-product .text { margin-top:40px; line-height: 40px; }
/* .scheda .details .item:nth-child(even) { padding:140px 0 0 0; } */
.scheda .details .item h2 { font-weight:400; margin:30px 0; line-height: 44px; }
.scheda .details .item h2:first-child { margin-top: 0; }
.scheda .details .item { font-size:20px; line-height: 30px; padding-right:20px; }
.scheda .details .item svg path { fill:#999; }
.scheda .details .item-row { padding:80px 0; }
.scheda .details .item-row:nth-child(even) { background:#DDD; } 
.scheda .details .item .btn { margin-top:40px; line-height: normal; }

.scheda .video { color:#FFF; padding:60px 20px; }
.scheda .video h2 { line-height:normal; font-weight:400; margin-left:40px; }

.tech-details li { margin-bottom:10px; color:#000; }
.tech-details b { display:block; }

.technical { color:#000; }
.technical .icon-products li { margin:60px 20px 60px 0; }
.technical .icon-products.type15 li svg path { fill:#777; }
.icon-products.type22 li { margin:10px 10px 0 10px; }
.icon-products.type40 li img { width:35px; }

.scheda.news h3 { font-size:40px; margin-bottom:40px; }
.scheda.news p { font-size:22px; line-height:40px; }
.scheda.news .scroll img { height:400px; width:auto;}
.scheda.news .content { padding:60px 20px; }
.scheda.news .btn { margin-top:60px; }
.scheda.news ul li { list-style:disc; }
.scheda.news p.small { font-size:18px; }

.maps { max-width:600px; margin:0 auto; margin-top:40px; }

#main.download { margin-top:140px; }
#main.download h3 { margin-bottom:20px; }
#main.download button:disabled { display:none; }

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




div.top {  display: none; overflow: hidden; position: fixed; right:50px; bottom:50px; cursor:pointer;  width:40px; height:40px; text-align:center; }
div.top img { width:100%; height:auto; }


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


.sidbarmenu { position:fixed; bottom:100px; right:20px; z-index:222; }
.sidbarmenu li { list-style:none; }
.sidbarmenu li i { width:40px; height:40px;  text-align:center; padding:12px 0; margin-bottom:1px; border-radius:200px; }

.list-download { color:#000; }
.grid.list-download .col { margin-bottom:80px; }

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

.sidbarmenu { display:none; }
.sidbarmenu li i { color:#FFF; background:#000;  }
.sidbarmenu li i:hover { color:#000; background:#AAA; }
.hamburger { display:none; border-radius:200px; top:25px; right:20px; position:fixed; z-index:2222; background:#AAA; color:#000;  padding:12px 10px; width:40px; height:40px;  }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after { background-color: #000; }
#credits .logo img { float: right; width: 100px; }
.footer { background:#999; }
.insegna { color:#000; }

/* barcult */

.theme_3 header a.selected { color:#f5333f; }
.theme_3 .tab li a.selected { background:#f5333f; color:#FFF; }
.theme_3 .sidbarmenu li i { color:#f5333f; background:#000;  }
.theme_3 .sidbarmenu li i:hover { color:#000; background:#f5333f; }
.theme_3 .footer { background:#f5333f; }
.theme_3 .hamburger { background:#f5333f; color:#222; }
.theme_3 .hamburger-inner, .theme_3 .hamburger-inner::before, .theme_3 .hamburger-inner::after, .theme_3 .hamburger.is-active .hamburger-inner, .theme_3 .hamburger.is-active .hamburger-inner::before, .theme_3 .hamburger.is-active .hamburger-inner::after { background-color: #FFF; }
.theme_3 #credits .logo img { float:right; width:100px; }
.theme_3 .insegna { color:#f5333f;  }
.theme_3 .list-products .item .button { background:#f5333f; color:#FFF; }
.theme_3 .scheda .video { background:#f5333f; }
.theme_3 .scheda.news a { color:#f5333f; }

/* lifestyle */
.theme_4 #header { background:#8fb6bb; }
.theme_4 header .logo { top:0px; }
.theme_4 header a.selected { color:#000; }
.theme_4 .tab li a.selected { background:#8fb6bb; color:#FFF; }
.theme_4 .sidbarmenu li i { color:#8fb6bb; background:#000;  }
.theme_4 .sidbarmenu li i:hover { color:#000; background:#8fb6bb; }
.theme_4 .footer { background:#8fb6bb; }
.theme_4 .hamburger { background:#FFF; color:#8fb6bb; }
.theme_4 .hamburger-inner, .theme_4 .hamburger-inner::before, .theme_4 .hamburger-inner::after, .theme_4 .hamburger.is-active .hamburger-inner, .theme_4 .hamburger.is-active .hamburger-inner::before, .theme_4 .hamburger.is-active .hamburger-inner::after { background-color: #8fb6bb; }
.theme_4 #credits .logo img { float:right; width:100px; }
.theme_4 .insegna { color:#8fb6bb;  }
.theme_4 .list-products .item .button { background:#8fb6bb; color:#FFF; }
.theme_4 .scheda .video { background:#8fb6bb; }
.theme_4 .scheda.news a { color:#8fb6bb; }

/* coffee */
/* .theme_5 #header { background:#EEE; } */
/* .theme_5 #header a { color:#000; } */
/* .theme_5 #header .buttons li { border-color:#000; } */
.theme_5 #header a.selected { color:#BA6030; }
.theme_5 #header .home img {
  filter: invert(100%);
}
.theme_5 #header .buttons li.lifestyle { border-color:#000; }
.theme_5 #header .buttons li.lifestyle a { color:#FFF; }
.theme_5 .tab li a.selected { background:#BA6030; color:#FFF; }
.theme_5 .sidbarmenu li i { color:#BA6030; background:#000;  }
.theme_5 .sidbarmenu li i:hover { color:#000; background:#BA6030; }
.theme_5 .footer { background:#D36029; }
.theme_5 .hamburger { background:#BA6030; color:#222; }
.theme_5 .hamburger-inner, .theme_5 .hamburger-inner::before, .theme_5 .hamburger-inner::after, .theme_5 .hamburger.is-active .hamburger-inner, .theme_5 .hamburger.is-active .hamburger-inner::before, .theme_5 .hamburger.is-active .hamburger-inner::after { background-color: #FFF; }
.theme_5 #credits .logo img { float:right; width:100px; }
.theme_5 .insegna { color:#BA6030;  }
.theme_5 .list-products .item .button { background:#BA6030; color:#FFF; }
.theme_5 .scheda .video { background:#BA6030; }
.theme_5 .icon-products svg path { fill:#BA6030; width:500px; }
.theme_5 .scheda.news a { color:#BA6030; }

/* LEON */
.theme_14 { font-family: 'Work Sans', sans-serif; letter-spacing:0.3px; }
.theme_14 #header { background:#000; }
.theme_14 header .logo { top:0px; }
.theme_14 header .logo img { width:140px; }
.theme_14 #header .menu a {  } /* uppercase */
.theme_14 header a.selected { color:#A42423; }
.theme_14 #header .buttons li { border-color:#000;   } /* uppercase */
.theme_14 #header .buttons li a { background:#A42423; color:#000; border-radius:5px; line-height: 27px; font-weight: 400;}
.theme_14 .tab li a { font-weight:bold; }
.theme_14 .tab li h3 { line-height: 22px; }
.theme_14 .tab li a.selected { background:#A42423; color:#FFF; }
.theme_14 .footer { background:#A42423; color:#FFF; }
.theme_14 #footer, .theme_14 #footer a { color:#FFF;  } /* uppercase */
.theme_14 #footer a.btn { border-color:#FFF; }
.theme_14 a.btn { border-radius:5px;  } /* uppercase */
.theme_14 #credits .logo img { float:right; width:100px; }
.theme_14 h1, .theme_14 h2, .theme_14 h3, .theme_14 h4, .theme_14 h5, .theme_14 pre { font-weight:normal; font-family: 'Work Sans', sans-serif; } /* uppercase */
.theme_14 .insegna img { display:none; }
.theme_14 .insegna {  font-weight: 400; }  /* uppercase */
.theme_14 .insegna span { color:#A42423; font-weight: 200; }
.theme_14 .button { border-radius:5px;  font-size:20px; } /* uppercase */
.theme_14 #credits { letter-spacing:0px; }
.theme_14 .scheda .video { background:#A42423; }
.theme_14 .ceado-original-button { border-radius:5px; line-height:0px; padding:10px 20px; }
.theme_14 .scheda .header-product h3 { font-weight:bold; font-size: 18px; }
.theme_14 .scheda .header-product h1 { font-size:90px; color:#A42423; line-height: 80px; font-weight: 700; }
.theme_14 .scheda .header-product { font-size: 30px; }
.theme_14 .scheda .details .item-row:nth-child(even), .theme_14 .bgcolor { background:#A42423; color:#FFF; } 
.theme_14 .bgcolor a { color:#FFF; }
.theme_14 .list-products .item .button { border-radius:5px; background:#000; color: #fff;}
.theme_14 .scheda .details .item-row:nth-child(even) .btn { color:#FFF; border-color:#FFF; }
.theme_14 .hamburger { background:#A42423; color:#222; border-radius:5px; }
.theme_14 .scheda.news h3, .theme_14 .scheda.news a { color:#A42423; }
.theme_14 .tech-details li { color:#FFF; }
.theme_14 .cover h2 {
  font-weight: 700;
}

.theme_14 #main > .bgcolor.wrapper {
  background-color: #ccc;
}

.theme_14 #main > .bgcolor.wrapper a {
  color: #000;
}

/*
// ANCHOR: landing page life-x
*/

.align-self-top {
  align-self: flex-start;
}

.grecaptcha-badge { 
  visibility: hidden;
}

body.product_id_61 .scheda .details .item-row:nth-child(even) {
    background: #191b2a;
    color: #fff !important;
}

body.product_id_61 .scheda .details .item-row:nth-child(even) a.btn {
  color: #fff;
  border-color: #fff;
}

body.product_id_61 .scheda .details .item-row:nth-child(even) a.btn:hover {
  background-color: #fff;
  color: #191b2a;
  opacity: 1;
}




body.product_id_61 .scheda .form_product {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.product_id_61 .scheda .form_product .form {
  margin-top: -20px;
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.product_id_61 .scheda .form_product h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: center;
}
body.product_id_61 .scheda .form_product .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}
body.product_id_61 .scheda .form_product .d-flex .span_1_of_2 {
  width: calc(50% - 15px);
}
body.product_id_61 .scheda .form_product input, body.product_id_61 .scheda .form_product select, body.product_id_61 .scheda .form_product textarea {
  border: 0;
  background-color: #ECECEC;
  border-radius: 30px;
  padding: 14px 15px;
  cursor: pointer;
  height: auto;
  font-family: 'Montserrat';
}
body.product_id_61 .scheda .form_product input::placeholder, body.product_id_61 .scheda .form_product select::placeholder, body.product_id_61 .scheda .form_product textarea::placeholder {
  color: #222;
}
body.product_id_61 .scheda .form_product textarea {
  border-radius: 12px;
}
body.product_id_61 .scheda .form_product input[type=text], body.product_id_61 .scheda .form_product select, body.product_id_61 .scheda .form_product textarea, body.product_id_61 .scheda .form_product input[type=email], body.product_id_61 .scheda .form_product input[type=tel] {
  width: 100%;
  font-size: 15px;
}
body.product_id_61 .scheda .form_product label.title {
  color: #222;
  font-size: 16px;
  line-height: 26px;
}
body.product_id_61 .scheda .form_product .list-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 30px;
}
body.product_id_61 .scheda .form_product .list-radio label {
  height: auto;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #222;
  font-size: 15px;
}
body.product_id_61 .scheda .form_product .list-radio label input {
  margin-bottom: 0;
  border-radius: 50%;
  padding: 0;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-out;
}
body.product_id_61 .scheda .form_product .list-radio label input:checked {
  background-color: #222;
}
body.product_id_61 .scheda .form_product label.privacy {
  height: auto;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #222;
  font-size: 15px;
}
body.product_id_61 .scheda .form_product label.privacy input {
  margin-bottom: 0;
  border-radius: 50%;
  padding: 0;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-out;
}
body.product_id_61 .scheda .form_product label.privacy input:checked {
  background-color: #222;
}
body.product_id_61 .scheda .form_product label.privacy a {
  margin-left: 5px;
}
body.product_id_61 .scheda .form_product .alert {
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  display: none;
}
body.product_id_61 .scheda .form_product .alert.success {
  background-color: #278c27;
}
body.product_id_61 .scheda .form_product .alert.error {
  background-color: #bf0000;
}

.made-in-venice {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

#footer .logo .made-in-venice img {
  width: 300px;
  max-width: 100%;
  display: block;
}

body.theme_4 #header .buttons li.--life a {
  line-height: 0;
}
body.theme_4 #header .buttons li.--life a img {
  height: 22px;
}

#header .buttons li.home {
  width: 34px;
  height: 34px;
  position: relative;
}
#header .buttons li.home.--leon {
  background-color: #a42422;
  border-radius: 5px;
  width: 39px;
  height: 39px;
}
#header .buttons li.home a {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .buttons li.home a img {
  height: 19px;
  display: block;
}
#header .home-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 40px;
  margin-left: auto;
  position: relative;
}
#header .home-link.--leon {
  background-color: #a42422;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: 0;
}
#header .home-link.--white {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  #header .home-link {
    display: none;
  }
}
#header .home-link a {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .home-link a img {
  height: 19px;
  display: block;
}

.list-box-products {
  margin: 0 auto;
  align-items: flex-start;
  padding: 60px 0;
  margin-top: -60px;
}
.list-box-products .item {
  margin-top: 60px;
}

.blocks-home {
  /* padding: 0 20px; */
}
.blocks-home .content {
  padding: 0;
  width: 1200px;
  max-width: calc(100% - 40px);
}
.blocks-home .details .item h2 {
  font-weight: 400;
  margin: 30px 0;
  line-height: 44px;
}
.blocks-home .details .item h3 {
  font-weight: 400;
  margin: 30px 0;
  line-height: 44px;
}
.blocks-home .details .item {
  font-size: 20px;
  line-height: 30px;
  padding-right: 20px;
}
.blocks-home .details .item svg path {
  fill: #999;
}
.blocks-home .details .item-row {
  padding: 80px 0;
}
.blocks-home .details .item-row:nth-child(even) {
  background: #DDD;
}
.blocks-home .details .item .btn {
  margin-top: 40px;
  line-height: normal;
}

/* END  */


#footer .logo .designing-flavor img {
  width: 270px;
  margin-bottom: 20px;
  display: block;
}

.cover .payoff-designing-flavor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 800;
  font-size: 160px;
  line-height: 140px;
}

header .logo img.logo-flavor {
  width: 220px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.theme_4 header .logo img.logo-flavor {
  top: -3px;
}

.theme_5 header .logo img.logo-flavor, .theme_3 header .logo img.logo-flavor {
  top: -13px;
}

header .logo a {
  display: block;
  position: relative;
  z-index: 1;
}

.theme_5.product_id_56 .scheda .details .item-row:nth-child(even) {
  background-image: url('https://www.ceado.com/images/bg-abstract-color.jpeg');
  background-size: cover;
  background-position: center;
}

.theme_5.product_id_56 .bgcolor {
  background-image: url('https://www.ceado.com/images/bg-abstract-color.jpeg');
  background-size: cover;
  background-position: center;
}

.theme_5.product_id_56 .scheda .video {
  background: #000000;
  color: #fff;
}

.theme_5.product_id_56 #footer {
  background: #000000;
  color: #fff;
}

.theme_5.product_id_56 #footer a {
  color: #fff;
  border-color: #fff;
}

.theme_5.product_id_56 #footer .social i {
  color: #fff;
}

.theme_5.product_id_56 #footer .logo img {
  filter: invert(1);
}