@import url(https://fonts.googleapis.com/css?family=Yantramanav:400,300,500);
@import url(balloon.min.css);

* { outline:none; 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%; }
body { background: #FFF; margin: 0px; font-family: 'Yantramanav', sans-serif; font-weight:300; font-size:14px; -webkit-text-size-adjust:100%;  color:#000; }
a { text-decoration:none; outline:none; color:#2693FF; text-overflow:ellipsis; font-weight:300;  transition: all 0.2s ease-in-out;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out; }
a:hover { text-decoration:underline; }
b, strong { font-weight:500; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-weight:500; }
h1 { text-align:center; margin-bottom:30px; font-size:46px; }
h2 { font-size:70px; margin-bottom: 40px; line-height:65px; }
h3 { font-size:30px; }
h4 { font-size:20px; margin-bottom:20px; }
img.scale { width:100%; height:auto; display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #DDD; }
img.block { display:block; }
input, select { height:50px;  }
input, select, textarea { color:#444; font-family: 'Yantramanav', sans-serif; font-size:16px; padding: 15px; background-color: #FFFFFF; border-bottom: 1px solid #DDD; }
input:focus, textarea:focus, select:focus { border-color: #0070B7; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#FFBFBE;} 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; line-height:0; padding:0px; margin:0px; display:none; height:0px; overflow:hidden;   }
input[type='checkbox'], input[type='radio'] { padding:0; height:25px; width:25px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 3px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
select { background: url('../images/select_arrow.png') right center no-repeat #FFF; padding-right:35px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
.placeholder { color: #FFF; text-transform:uppercase; }
form .row { margin-bottom:15px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { height:50px; background:#2693FF; color:#FFF; padding:15px 40px; font-weight:bold;  border-radius:200px; text-transform:uppercase; font-size:15px; display:inline-block; margin-right:10px; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; }
.btn-primary, input.btn-primary { background-color:#0070B7; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#005993; }
.btn i { margin-left:10px; }
.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; background:#FF0000; padding: 5px 10px; border-radius: 5px; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; border-radius: 5px; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.column_2 {  -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; }
.small { font-size:15px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }

.list-icon li { font-weight:500; padding-left:50px; margin: 20px 0; position:relative; color:#666; }
.list-icon i { position:absolute; left:0; top:-5px; width:35px; height:35px; background:#EEE; padding:2px; margin:0px; border-radius:100px; display:flex; align-items: center; justify-content: center; }

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.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 { max-width:1200px; margin: 0 auto; clear: both; padding:0 0; position:relative; }
.content_small { max-width:600px; margin: 0 auto; clear: both; padding:0 0; position:relative; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.white { color:#FFF; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }

table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid black; padding: 2px 5px; }
figure { overflow:hidden; }
figure.zoom a:hover img { filter: none; transform: scale(1.2); }
figure.opacity a:hover img { opacity:0.5; }


.tabs a { padding: 10px 5px; text-transform: uppercase; border: 1px solid #CCC; display: block;  text-align: center;  background: #EEE none repeat scroll 0% 0%;  color:#2693FF;  font-size: 15px; font-weight: 700; }
.tabs a.selected { border-bottom-color: #FFF; color: #000;  background: #FFF none repeat scroll 0% 0%; }
.tabcontent { padding: 20px; background: #FFF none repeat scroll 0% 0%; border: 1px solid #CCC;  margin-top: -1px; }


.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; margin-top:100px; }
.span_50 .container { float:right; width:100%; max-width:600px; margin:50px 0 0 0; font-size:22px; padding-right:100px; }
.iphone_show { display:none; }

.bgcolor1 { background:#EBEEF5;  }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 112, 183, 0.8); }
.item-row { padding: 40px 0; }
.bg_gray { background:#EEE; }
.bg_black { background:#000; color:#FFF; }

.social { margin:0 auto; text-align:right; }
.social li { display:inline-block; margin-left:5px; }
.social li a { width:30px; height:30px; text-align:center; padding-top:2px; display:block; font-size:18px; }
.social li i { margin:0px; }

#header { background-color: #000;  padding: 15px 0; position:fixed; top:0; left:0; right:0; z-index:999; font-size:16px; }
#header img { display:block; }
#header .menu { padding-top:3px; }
#header.smaller .logo, #header.smaller .social { display:none; }
#header.smaller .menu { margin-top:0px; }
#header a { color:#FFF; }
#header a.selected { color:#2693FF; }

#footer { padding:40px 0;  font-size:13px; line-height:20px;  }
#footer .social li { line-height:inherit; }
#footer .social li a { background:#999; color:#FFF; padding-top:5px; }
#footer .social li a:hover { background:#000; }
#footer .links li { margin:0 20px 0 0; float:left; }
#footer .topdealer img { height:60px; width:auto; }
#footer .topdealer { text-align:center; font-size:11px;  }

#main { margin-top:60px; }
.logoMF { position:absolute; top:10%; right:40px; }
.cover { min-height:1350px;  background-size:cover; background-attachment:fixed; background-position: center center; background-repeat: no-repeat; font-size: 22px; }
.cover_small { min-height:650px;  background-size:cover; background-attachment:fixed; background-position: center center; background-repeat: no-repeat;  }
.select_pack { color:#FFF; }
.cover a { text-decoration:none; }
.item-row { padding:100px 0 100px 0; font-size:22px; }
.home .slick-dots { bottom:40px; }
.home .slick-slider { margin-bottom: 0px; }
.home .slick-slider img { display:block; }

.list-functions ul { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; margin-top:20px; }
.list-functions li { font-size:18px; text-align:center; position:relative; padding:50px 10px 20px 10px; border-bottom:1px solid #CCC; }
.list-functions a { color:#000; font-weight:bold; }
.list-functions i { width:35px; height:35px; border-radius:500px; background:#FFF; text-align:center; font-size:26px;color: #FFF;  position:absolute; left:0; right:0; top:0; margin:0 auto; display:flex; align-items: center; justify-content: center; }

.notes { position:absolute; z-index:22; top: 200px; left: 550px; width:35px; height:35px; text-align:center; border-radius:500px; background:#FFF;  margin: 0px; display:flex; align-items: center; justify-content: center; }
.notes i { font-size:26px; margin: 0px; color: #FFF; }
	
	
.item-cover { overflow:hidden; width:100%; max-width:1200px; height:800px; display:flex; align-items: center; justify-content: center; margin:0 auto; font-size:22px; }
	

.home .slider .text { margin-top:100px; font-size:22px; text-align:left; padding-right:40px; }
.home .slider .text h1 { text-align:left; }
.home .icon li { float:left; padding:20px 40px 0 40px; }
.home .icon li img { height:60px; width:auto; display:inline-block; margin-bottom:20px;  }
.home .icon li p { font-size:16px; margin-top:20px; }
.home .icon_3 li { width:33.33%;  }
.home .icon_4 li { width:25%;  }
.home .accordsuffix { float:right; }
.home .accordion_title { border-bottom:1px solid #EEE; padding:10px 10px; cursor:pointer; font-weight:bold; }
.home .accordion_title i { width:30px; text-align:center;}
.home .accordion_text { padding:10px 10px; }

.home .list-shop .col { padding-top:80px; position:relative;  }
.home .list-shop i { font-size:50px; position:absolute; top:0; left:0; right:0; text-align:center; }
.home .list-shop { font-size:18px; }

.funzionalita li { margin-bottom:10px; }
.funzionalita li u { font-weight:300; text-decoration:none; }
.faq b { font-weight: 500;}
.faq .title { cursor:pointer; font-weight:300; color:#2693FF; }
.faq .text { padding-bottom:20px; }
.loghi h1 { font-size:60px; margin:0px; display:inline-block; padding-top:20px; }
.loghi .round { width:200px; height:200px; border:1px solid #000; border-radius: 500px;  padding:20px; margin:0 auto; text-align:center; font-weight:300; }
.loghi .first { color:#00F054; border-color:#00F054; }
.loghi .second { color:#00B0A1; border-color:#00B0A1; }
.loghi .third { color:#006FF0; border-color:#006FF0; }

.hsContainer { display: table;  table-layout: fixed;  width: 100%; height: 100%; overflow: hidden;  position: relative; opacity: 0; }
.hsContent { max-width: 450px; margin: -150px auto 0 auto;  display: table-cell;  vertical-align: middle; color: #ebebeb;  padding: 0 8%; text-align: center }
.bcg { background-position: center center; background-repeat: no-repeat;  background-attachment: fixed;  background-size: cover; height: 100%; width: 100%; }

.button_guide .col { background: #FFF; padding:20px; }
.button_guide img { float:left; margin-right:20px; }

.ricarica { padding: 40px 0; }
.ricarica .col { position:relative; }
.ricarica .text { z-index:200; position:absolute; top:60px; left:30px; color:#000; font-size:28px; font-weight:100; }
.ricarica .vodafone .text { color:#FFF; }

.popup { width:990px; padding:40px; font-size:20px; text-align:justify; display:none; }

.list-detail li { position:relative; padding-left:200px; }
.list-detail li b { position:absolute; left:0; top:0; }

.attivazione { background:#111; color:#FFF; }
.attivazione h1 { font-size:80px; margin-top:40px; line-height:80px; }
.attivazione h2 { text-align:center; font-size:52px; margin: 0px 40px 20px 40px; }
.attivazione h3 { text-align:center; font-size:32px; margin: 40px 40px 20px 40px; }
.attivazione .text { max-width:600px; margin:0 auto; }
.attivazione .one { background:#7b86d6; margin-bottom:20px; }
.attivazione .two { background:#d06e87; margin-bottom:20px; }

.prodotti .list-product { margin-top:100px; }
.prodotti .list-product ul { margin:0 auto; }
.prodotti .list-product li { display:inline-block; width:150px; text-align:center; padding-top:70px; }
.prodotti .list-product li a { color:#000; }
.prodotti .list-product li a span { color:#FF0000; }
.prodotti .box .item { position:relative; }
.prodotti .box .item a { color:#FFF; }
.prodotti .box .item .text { position:absolute; top:40px; left:20px; right:20px;  text-align:center; font-size:18px;  }
.prodotti .box .item .text h4 { font-size:22px; }
.prodotti .box .item .text h2 { font-size:60px; line-height:60px; margin: 10px 0 40px 0; }
.prodotti .item-row .small { font-size:18px; line-height:22px; }
.prodotti .item-row table { margin-top:20px; }
.prodotti .item-row td { border-color:#FFF; padding:8px; text-align:center; }
.prodotti .item-row tr td:first-child { text-align:left; }

.password_request { font-size:16px; margin-top:20px; }

.list-blog-cat ul { margin-bottom:30px; border-bottom:1px solid #999; padding-bottom:10px; }
.list-blog-cat li { display:inline-block; text-transform:uppercase; font-size:15px; margin-right:20px; }
.list-blog-cat li a { color:#000; font-weight:500; }
.list-blog-cat li a.selected { color:#2693FF; }
.paginazione, .subnav { font-size:16px; margin-top:40px; }
.blog { background:#F7F7F7; }
.blog.scheda .item:hover { box-shadow:none; background:#EEE; }
.blog.scheda .item .description a { color:#2693FF;  }
.blog.scheda .item { font-size:16px; }
.list-blog { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; }
.blog { font-size: 24px; }
.blog .item {  border-bottom:1px solid #CCC; position:relative; font-size:14px; background:#EEE; }
.blog .item:hover { background:#DDD; box-shadow: 5px 5px 2px #dedede; }
.blog .item .data { position:absolute; left:0; top:0; padding:10px 20px; text-align:center; background:#FFF; width:70px; text-transform:uppercase; box-shadow: 1px 1px 1px #CCC; }
.blog .item .section { position:absolute; left:0; top:100px; padding:10px 2px; text-align:center; background:#FFF; width:70px; text-transform:uppercase; box-shadow: 1px 1px 1px #CCC; font-size:12px; }
.blog .item .data span { display:block; font-size:16px; }
.blog .item .data .day { font-size:22px; font-weight:bold; }
.blog .item .data .year { font-size:14px; color:#888; }
.blog .item .tag { margin:20px 0; }
.blog .item .text.en { font-style:italic; margin-top:10px; }
.blog .item .text { padding:20px; }
.blog .item h1 { text-align:left; font-size:20px; line-height:24px; margin: 10px 0; }
.blog .item a { font-weight:500; color:#000; }
.blog .item img.scale { width:285px; height:185px; object-fit: cover; }
.blog.scheda .item img.scale { width:100%; height:inherit; }

.blog #lato { padding-left:40px; font-size:14px; }
.blog #lato h3 { font-size:16px; margin-bottom:20px; }
.blog #lato li { border-bottom:1px solid #CCC; padding:10px 0; text-transform:uppercase; position:relative; }
.blog #lato li .tot { font-size:15px; color:#777; top:10px; position:absolute; right:20px; }
.blog #lato .list-social li { border:0px; float:left; margin-right:10px; }
.blog #lato .list-social li a { width:50px; height:50px; display:block; text-align:center; padding:10px 5px; }
.blog #lato .list-social li i { margin:0px; font-size:28px; }
.blog .gallery { margin-top:40px; }
.blog .gallery .item { border:0px; padding:0px; margin-bottom:1.6%; }
.gallery .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.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; }

.system_status { border:2px solid #EEE; padding:20px; }
.system_status h2 { font-size:30px; margin:0 0 10px 0; }
.system_status h3 { font-size:24px; margin:0px; font-weight:bold; }

#news-container { height:300px; overflow:hidden; overflow-y:scroll; }
#news-container li { padding:20px}
#news-container li:nth-child(even) { background:#EEE; margin: 40px 0; }

.global-site-notice {  background: #F5F5F5 none repeat scroll 0% 0%;  color: #333; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:960px; 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; }
.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; }


.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 .item { margin-bottom:1.6%; }
.grid img { display:block; }

.button_store { position:fixed; z-index:100; padding:15px 20px 5px 20px; top:50px; left:0; right:0px; text-align:right; background:#EEE; background-color: rgba(238, 238, 238, 0.8); border-bottom:1px solid #CCC; }
.button_store h5 { text-align:left; font-size:20px; margin:0px; padding:0px; }
.button_store li { display:inline-block; margin: 5px 20px; }
.button_store .btn { background:#0070B7; color:#FFF; display:inline-block; padding:5px 10px; text-transform:inherit; font-weight:normal; }

.logoMercedes { width:200px; float:right; z-index:888; position:absolute;  right:0; top:80px;  padding: 10px 20px 10px 10px;}

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:80px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:5px; display:block; color:#000; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; }
div.top a:hover { text-decoration:none; }
 
.nav-menu { position:relative; display:block; }
.nav .fa { margin-right:0px; }

.nav-item {  display:inline-block; zoom:1; position:relative;  margin-right:1px; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; margin-right:40px; }
.nav-item a.lang { display:block; margin-right:10px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; padding-top:15px; z-index:200; margin-left:-15px; }
.nav-submenu-item a { background-color:#000; color:#FFF; padding:7px 15px; display:block; width:250px; text-align:left; }
.nav-submenu-item a:hover { text-decoration:none; color:#FFEF00; }

/* Mobile navigation */
.nav-mobile { display:none; position:absolute; top:5px; right:10px; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:7px 10px; color:#FFF; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:0; right:0; display:none; height:39px; width:40px; cursor:pointer; text-align:center; }
.nav-click i { display:block; height:36px; width:40px; font-size:20px; padding:8px; }
.nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
