ul {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    LIST-STYLE-IMAGE: none;
    PADDING-TOP: 0px;
    list-style: none;
}

.responsive {
    width: 85vw;
    margin: 0 auto;

}

.relative {
    position: relative;
}

.content {
    margin-top: -75px;
    background: rgba(232, 230, 225, 1);
    padding: 60px 40px 50px 40px
}

.padding_top {
    padding-top: 58px;
}

.padding_bottom {
    padding-bottom: 60px;
}

.clearfix:after {
    display: block;
    height: 0px;
    content: '';
    clear: both;
    line-height: 0;

}

.bg-white {
    background: #fff
}

.bg-color1 {
    background: #0391D3
}

.testata {
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    transition: all 4s ease;
    position: relative;
}

.testata .lancio {
    background: rgba(54, 154, 203, 0.8);
    right: 80px;
    left: 800px;
    top: 0;
    bottom: 0;
    position: absolute;
    padding: 40px;
    color: #ffffff;
}

.testata_default h1 {
    display: inline-block;
    border-bottom: 4px solid #ffffff;
    line-height: 56px;
}

.testata_default .centering {
    height: 60px !important;
    margin-top: -30px !important;
}

#header {
    position: relative;
    z-index: 7;
    height: 160px;
}

#header #logo {
    width: 210px;
    float: left;
    position: relative;
    margin: 50px 0 42px 0
}

#header #logo a {
    display: block
}

#header #logo a img {
    width: 100%;
}

#header #language {
    float: left;
    margin: 47px 0 0px 55px;
}

#header #language a {
    float: left;
    display: block;
    padding: 30px 0 10px 0;
    width: 31px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    height: 14px;
    line-height: 14px;
}

#header #language a:hover {
    color: #555;
}

#header #language a.italian {
    background: url(images/icone/italian-flag.png) 7px 11px no-repeat;
}

#header #language a.english {
    border-left: 1px solid #ccc;
    background: url(images/icone/english-flag.png) 7px 11px no-repeat;
}

ul.table {
    display: table;
    width: 100%;
}

ul.table>li {
    display: table-cell;
    vertical-align: middle
}

ul.table>li.valign-top {
    vertical-align: top
}

ul.table_fluid {
    display: table;
    width: 100%;
}

ul.table_fluid>li {
    display: table-cell;
    vertical-align: middle
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.img-responsive {
    width: 100%;
    vertical-align: bottom;
    height: auto
}

.border-spacing {
    border-spacing: 5px
}

.width25 {
    width: 25%
}

.width33 {
    width: 33%
}

.width50 {
    width: 50%;
}

.width66 {
    width: 66%
}

.width75 {
    width: 75%
}

/* Form */
.clear {
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    content: ' ';
}

.spacer {
    clear: both;
    height: 1px;
}

#kbsform .small {
    font-size: 10px;
    display: block
}

#kbsform hr {
    margin: 12px 0;
}

#kbsform fieldset {
    float: left;
    width: 50%;
    padding: 10px 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted #999
}

#kbsform fieldset:hover {
    border: 1px dotted #31999A
}

#kbsform fieldset:hover legend {
    color: #31999A
}

#kbsform fieldset.request {
    padding: 10px 0;
    margin-top: 12px;
}

#kbsform legend {
    padding: 0 8px;
    margin-left: 20px;
    font-weight: 300
}

#kbsform div.law {
    margin: 9PX 0 0 0;
    width: 40%;
    padding: 15px;
    float: right;
    background: #FFF;
    border: 2px solid #EEEEEE;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kbsform div.law small {
    font-size: 10px;
    line-height: 16px;
    display: block
}

#kbsform div.enter {
    float: right;
    width: 40%;
    padding: 28px 16px 25px 12px;
    background: #FFF;
    text-align: center;
    border: 2px solid #EEEEEE;
    margin-top: 18px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kbsform label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    width: 33%;
    float: left;
    line-height: 16PX;
    margin-top: 4PX;
}

#kbsform input {
    font-size: 14px;
    padding: 5px 6px;
    border: solid 1px #ccc;
    width: 215px;
    margin: 2px 0 17px 16px;
    height: 22px;
    color: #666;
}

#kbsform div.enter label {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 3px;
    height: 16px;
}

#kbsform div.enter input {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 3px;
    height: 16px;
}

#kbsform input:focus,
#kbsform textarea:focus {
    border: solid 1px #31999A;
}

#kbsform textarea {
    font-size: 14px;
    padding: 4px 6px;
    border: solid 1px #ccc;
    width: 250px;
    margin: 2px 0 17px 10px;
    color: #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kbsform div.enter {
    display: inline-block;
    width: 125px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    padding: 0;
    cursor: pointer;
    color: #009ae1;
    border: 1px solid #009ae1;
    font-size: 18px;
    font-family: 'Economica', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

#kbsform .radioButton {
    width: 25px;
    border: 0;
}

/* ----------- ------- ----------- */
.sinistra {
    padding-left: 40px;
}

.destra {
    padding-right: 40px;
}

.sinistrabordo {
    padding-left: 40px;
    border-left: 1px solid #DADADA;
}

.sinistradestra {
    padding: 0 40px;
}

/*_________________________________________________________________________________________*/
.map {
    padding: 0;
    vertical-align: bottom;
    border: 11px solid #f5f5f5
}

.map iframe {
    vertical-align: bottom;
    margin: 0px 0 0 0
}

/*.button { font-size: 16px; color: #484D50; display: inline-block; padding: 12px 22PX; font-weight: 700; background: none; border: 1px solid #484D50; letter-spacing: 1px; margin-top: 10px }*/
/*.button:hover { border: 1px solid #009ae1; color: #009ae1 }*/
/*.button_2 { color: #009ae1; display:block; padding:0 0 10PX; background:url(images/home/button_arrow.jpg) bottom right no-repeat; }*/
/*.button_2:hover { color: #009ae1 }*/
.margin-top {
    margin-top: 40px;
}

.margin-bottom {
    margin-bottom: 40px;
}

.padding-top {
    padding-top: 40px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.padding-bottom {
    padding-bottom: 40px;
}

span.roll {
    background: url(/images/home/mag.png) center center no-repeat #008ED1;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 4px #36B7B3;
    -moz-box-shadow: 0px 0px 4px #36B7B3;
    box-shadow: 0px 0px 4px #36B7B3;
}

.pagination {
    color: #505A5A;
    border: 4px solid #E8E6E1;
    color: #484D50;
    padding: 20px 30px;
    position: relative;
    margin-top: -30px;
}

.pagination img {
    vertical-align: middle;
    margin: 0 3px
}

.pagination span {
    border: 1px solid #FFF;
    display: inline-block;
    color: #fff;
    width: 26px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    margin: 0 4px;
}

.pagination span.current {
    color: #505A5A;
    background: #fff;
    border: 1px solid #505A5A;
}

.pagination span.total {
    background: #009ae1;
}

.fancybox {
    display: block;
    position: relative;
}

.fancybox img {
    vertical-align: bottom;
    width: 100%;
    height: auto
}

#captcha input {
    border: 4px solid #31999A;
    margin: 15px 0 !important;
    padding: 8px 12px !important;
    display: inline-block
}

.list1 {
    margin: 10px 0 0px 0;
}

.list1 li {
    display: block;
    margin-bottom: 7px;
}

.list1 li a {
    color: #FF0000;
    text-decoration: none;
}

.list1 li a:hover,
.list1 li.current a {
    color: #000;
}

.list2 {
    margin: 0;
    margin-top: 19px;
}

.list2 li {
    display: block;
    margin-bottom: 10px;
    padding-left: 16px;
    background: url(images/icone/list_marker.png) 0 10px no-repeat;
    text-align: left
}

.list2 li a {
    color: #888;
    text-decoration: none;
}

.list2 li a:hover,
.list2 li.current a {
    color: #459e18;
}

.flexslider .caption {
    position: absolute;
    z-index: 11;
    text-align: right;
    top: 0px;
    left: 0;
    padding: 0px;
    display: block;
    width: 100%;
}

.flexslider .caption h1 {
    font-size: 64px;
    line-height: 66px;
    float: right;
    color: #fff;
    text-align: left;
    padding: 12px 0;
    margin: 90px 90px 0 0;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff
}

/* Required */
.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

/*----------------------------------------------------------------------*/

.img_block {
    position: relative
}

.img_block a {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.img_block .centering {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    height: 48px;
    margin-top: -24px;
}

.img_block a h2 {
    margin-top: 80px
}

.home_trasporto a h2 {
    display: inline-block;
    border-bottom: 2px solid #505355;
    color: #505355;
    line-height: 1.3
}

.home_logistica a h2 {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    line-height: 1.3
}

.racing-team {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(54, 154, 203, 0.8)
}

.racing-team h2 {
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -23px
}

.owl-carousel ul.table li:first-child {
    padding: 35px;
    border: 1px solid #CFD0D4;
    border-right: none
}

.warehouse_stats li {
    width: 25%;
    border-left: 1px solid #505355;
    padding: 10px 35px
}

.warehouse_stats li:first-child {
    border-left: none
}

.flotta_stats li {
    padding: 0 20px
}

.flotta_stats .icon-flotta {
    text-align: center;
    background: #0072B4;
    padding: 5px;
    display: block
}

.flotta_stats .icon-flotta img {
    width: 100%
}

.flotta_stats H5 {
    margin: 15px 0px;
}

.stats {
    border-bottom: 1px solid #505355;
    text-align: right;
    margin-top: 18px
}

.stats .stats_number {
    border-bottom: 4px solid #505355;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
}

.gallery {
    text-align: center
}

.gallery a {
    display: inline-block;
    width: 150px;
    margin: 0 10px
}

ul.graph li {
    width: 25%
}

/* Thermometer column and text */
.thermometer {
    margin: 0 0 54px 0;
    font-family: 'Economica', sans-serif;
    font-weight: 400;
    width: 22px;
    height: 150px;
    display: inline-block;
    font-size: 20px;
    line-height: 152px;
    text-indent: 36px;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%, #0091D3 50%, #0091D3 100%);
    border-radius: 22px 22px 0 0;
    border: 5px solid #143962;
    border-bottom: none;
    position: relative;
    box-shadow: inset 0 0 0 4px #fff;
    color: #143962;
    -webkit-transition: background 5s;
    -moz-transition: background 5s;
    -ms-transition: background 5s;
    -o-transition: background 5s;
    transition: background 5s;
}

.anielement {
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #0091D3 50%, #0091D3 100%) !important;
}

/* Thermometer Bulb */
.thermometer:before {
    content: ' ';
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 142px;
    left: -16px;
    z-index: -1;
    /* Place the bulb under the column */
    background: #0091D3;
    border-radius: 44px;
    border: 5px solid #143962;
    box-shadow: inset 0 0 0 4px #fff;
}

/* This piece here connects the column with the bulb */
.thermometer:after {
    content: ' ';
    width: 14px;
    height: 7px;
    display: block;
    position: absolute;
    top: 146px;
    left: 4px;
    background: #0091D3;
}

.thermometer span.left_t {
    position: absolute;
    text-align: right;
    top: 110px;
    left: -107px;
    width: 90px;
    text-indent: 0;
    line-height: 30px
}

.thermometer span.right_t {
    position: absolute;
    text-align: left;
    top: 60px;
    left: 38px;
    width: 90px;
    text-indent: 0;
    line-height: 30px
}

.ipad_portait.iphone {
    display: none;
}

.ipad_portait.iphone img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.parcels {
    display: inline-block;
    width: 165px;
}

.parcels .odometer_parcels {
    font-family: 'Economica', sans-serif;
    display: block;
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 12px 0 0 0
}

small {
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.big_number {
    display: inline-block
}

.big_number span {
    font-family: 'Economica', sans-serif;
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 168px;
    line-height: 170px !important;
    color: #009ae1;
}

.rooms_number {
    display: inline-block
}

.rooms_number>div {
    font-family: 'Economica', sans-serif !important;
    display: block;
    font-weight: 400;
    font-size: 44px;
    line-height: 54px;
    margin: 12px 0 0 0;
    vertical-align: bottom
}

.rooms_number>div .odometer_rooms {
    font-weight: bold;
    font-size: 48px;
    font-family: 'Economica', sans-serif !important;
}

.clienti_table li {
    float: left;
    width: 234px;
    display: block;
}

.clienti_table li a {
    display: block;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    opacity: 0.82
}

.clienti_table li a:hover {
    opacity: 1
}

.clienti_table li a img {
    vertical-align: bottom
}

.clienti_table li:nth-child(5n+5) a {
    border-right: none
}

.mission_vision ul.table {
    position: relative;
    border-spacing: 40px;
    margin-top: -100px;
}

.mission_vision ul.table>li {
    background: rgba(255, 255, 255, 0.78);
    padding: 20px 40px 40px 40px;
    border-top: 4px solid #505355;
    border-bottom: 4px solid #505355;
    vertical-align: top
}

.two-column {
    text-align: justify;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.storia p {
    margin: 18px 0;
    text-align: left
}

.frame ul li .anno {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    color: #0091D3
}

.frame ul li .anno:before {
    position: absolute;
    content: ' ';
    background: #ccc;
    height: 30px;
    left: 50%;
    top: -38px;
    display: block;
    width: 2px;
    overflow: hidden
}

.table-come li {
    width: 25%;
    vertical-align: top !important;
}

.table-come li div {
    border-top: 1px solid #505355;
    position: relative;
    padding: 20px 0 0 0;
    margin: 0 20px 0 0
}

.table-come li:last-child div {
    margin-right: 0
}

.table-come li div p {
    margin-bottom: 0
}

.table-come li div p strong {
    display: inline-block;
    text-transform: uppercase;
    position: relative
}

.table-come li div p strong:before {
    position: absolute;
    top: -26px;
    height: 5px;
    width: 100%;
    content: ' ';
    display: block;
    background: #505355;
    left: 0
}

.slogan {
    position: relative;
    height: 100%;
    background: #0091D3;
    padding: 25%;
    text-align: left
}

.masonry-container {
    position: relative;
    width: 100%;
}

.item-thumb {
    float: left;
}

.item-thumb img {
    float: left;
    width: 100%;
    vertical-align: bottom;
}

.fluid {
    position: relative
}

.height100 {
    height: 100%;
    position: relative;
    padding: 35px 60px 60px 45px
}

.relative_bg {
    position: relative;
}

.relative_bg img {
    vertical-align: bottom;
    width: 100%;
}

.relative_bg .ab_proportion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.depositi_paralax {
    background-image: url('/images/dove/depositi-map.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.trasporti_parallax {
    background-image: url('/images/dove/uffici-map.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    border-top: 5px solid #E6E7E9;
}

.trasporti-line {
    background-image: url('/images/trasporto/trasporto-line2.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 160px 0;
    width: 100%;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dove-line {
    background-image: url('/images/dove/bg-numbers_2.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 260px 0;
    width: 100%;
    position: relative;
}

.logistics {
    background-image: url('/images/trasporto/logistics.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 260px 0;
    width: 100%;
    position: relative;
}

.position-line {
    background-image: url('/images/supply-chain/position.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 260px 0;
    width: 100%;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.default-bar {
    background: #0090D3;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
}

.default-bar div {
    background-color: #145B8D;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#145B8D));
    background: -webkit-linear-gradient(top, #114B77, #145B8D);
    background: -moz-linear-gradient(top, #114B77, #145B8D);
    background: -ms-linear-gradient(top, #114B77, #145B8D);
    background: -o-linear-gradient(top, #114B77, #145B8D);
}

#progressBar {
    margin-left: 0px;
    width: 100%;
    height: 80px;
    position: relative;
}

#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    font-family: 'Economica', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 80px;
    width: 0;
}

#progressBar span.anno {
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
    color: #fff;
    text-align: left;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 80px;
    background-color: #145B8D;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#145B8D));
    background: -webkit-linear-gradient(top, #114B77, #145B8D);
    background: -moz-linear-gradient(top, #114B77, #145B8D);
    background: -ms-linear-gradient(top, #114B77, #145B8D);
    background: -o-linear-gradient(top, #114B77, #145B8D);
    padding: 0 40px;
}

.legend {
    position: relative;
    padding-left: 75px;
    width: 120px;
    text-align: left;
    margin: 6px auto 0 auto;
}

.legend:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 64px;
    display: block;
}

.legend.legenda-trasporto:before {
    background: #145B8D;
}

.legend.legenda-logistica:before {
    background: #0090D3;
}

.parallax {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax h1 {
    display: inline-block;
    background: rgba(0, 114, 180, 0.79);
    padding: 22px 30px;
    color: #ffffff;
}

.pie_wrap {
    position: relative;
    height: 460px;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    display: flex;
    justify-content: center;
}

.pie_wrap>div {
    background-image: url('./img/New_photo-video/donut2revert.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    left: auto;
    right: auto;
    width: 460px;
    height: 460px;
    position: relative;
}

.table-pie li {
    width: 20vw;
}

.table-pie li.pie-column {
    width: 30vw;
    padding: 0 80px;
}

.table-pie .icon_head {
    border-bottom: 1px solid #062553;
}

.table-pie .table_fluid li:last-child {
    text-align: right;
    font-family: 'Economica', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px !important
}

.table-pie .table_fluid li:last-child strong {
    font-size: 40px;
}

.table-pie .table_fluid h5 {
    margin: 12px 0
}

/*.firstLi {*/
/*    padding-right: 2vw;*/
/*    padding-left: -2vw;*/
/*}*/

/*.lastLi {*/
/*    padding-left: 2vw;*/
/*    padding-right: -2vw;*/
/*}*/

.flotta-bar {
    background: url(images/trasporto/height80.png) repeat-x #ffffff;
    border-top: none;
    overflow: hidden;
}

.flotta-bar div {
    background-color: #145B8D;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#145B8D));
    background: -webkit-linear-gradient(top, #114B77, #145B8D);
    background: -moz-linear-gradient(top, #114B77, #145B8D);
    background: -ms-linear-gradient(top, #114B77, #145B8D);
    background: -o-linear-gradient(top, #114B77, #145B8D);
}

.flotta-bar .label-bar {
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
    color: #fff;
    text-align: left;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 80px;
    padding: 0 40px;
}

.flotta-bar .odometer_n {
    right: 0;
    color: #505355 !important;
    background: #ffffff;
    font-family: 'Economica', sans-serif;
    top: 0;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 80px;
    padding: 0 40px;
    font-weight: 700;
    position: absolute;
    height: 80px;
}

.bars-group #progressBar div {
    color: #505355;
}

.consegne2015 div,
.consegne2017 div,
.consegne2013 div,
.consegne2014 div,
.consegne2011 div,
.consegne2016 div,
.consegne2019 div {
    background: #0090D3
}

.viaggi2017 div,
.viaggi2013 div,
.viaggi2014 div,
.viaggi2011 div,
.viaggi2015 div,
.viaggi2016 div,
.viaggi2019 div {
    background: #163962
}

.bars-viewport .bars-group {
    margin-bottom: 40px;
    position: relative;
    margin-left: 10px
}

.bars-viewport .bars-group .spacer10 {
    display: block;
    height: 10px;
    background: #ffffff
}

.bars-viewport .bars-group>span {
    position: absolute;
    left: -210px;
    top: 50%;
    line-height: 30px;
    margin-top: -15px;
    font-family: 'Economica', sans-serif;
    width: 200px;
    display: block;
    height: 30px;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    text-align: center
}

.bars-viewport .bars-group:last-child {
    margin-bottom: 0;
}

.barre-flotta>li:first-child {
    background: #0072B4;
    width: 200px
}

.icone-supply {
    position: relative;
    width: 1170px;
    height: 840px;
}

.bg-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: url(images/supply-chain/bg-arrow.png);
    height: 840px;
    display: block;
    width: 1170px;
    opacity: 0;
}

.top-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1170px;
    height: 840px;
    display: block;
}

.icone-supply .top-arrow div {
    opacity: 0;
    width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.icone-supply div h5 {
    margin: 10px 0;
    line-height: 20px;
}

.icone-supply div .image-supply {
    display: table;
    width: 100%;
    height: 130px;
    vertical-align: bottom;
}

.icone-supply div .image-supply span {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.icone-supply div .image-supply span img {
    vertical-align: bottom;
    transition: height 1s;
    -moz-transition: height 1s;
    /* Firefox 4 */
    -webkit-transition: height 1s;
    /* Safari and Chrome */
    -o-transition: height 1s;
    /* Opera */
    -ms-transition: height 1s;
    /* IE9 (maybe) */
}


.descrizione {
    padding: 30px 0 10px 0;
    background: #f3f3f3;
    margin-bottom: 40px;
}

.gallery {
    border-bottom: 5px solid #F3F3F3;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.clienti_table li {
    opacity: 0
}

.pie_chart_frame {
    width: 1170px;
    height: 845px;
    position: relative;
    margin: 40px 0;
}

.pie_chart_frame .frame-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1170px;
    height: 828px;
    background: url(images/dove/pie-chart2018.png);
    background-repeat: no-repeat
}

.pie_chart_frame div {
    line-height: 40px;
}

.pie_chart_frame div strong {
    display: block;
    font-family: 'Economica', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.pie_chart_frame div.left {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: left
}

.pie_chart_frame div.right {
    position: absolute;
    z-index: 2;
    right: 0;
    text-align: right
}

.pie_chart_frame div:nth-child(1) {
    top: 1px;
}

.pie_chart_frame div:nth-child(2) {
    top: 112px;
}

.pie_chart_frame div:nth-child(3) {
    top: 222px;
}

.pie_chart_frame div:nth-child(4) {
    top: 334px;
}

.pie_chart_frame div:nth-child(5) {
    top: 444px;
}

.pie_chart_frame div:nth-child(6) {
    top: 554px;
}

.pie_chart_frame div:nth-child(7) {
    top: 664px;
}

.pie_chart_frame div:nth-child(8) {
    top: 1px;
}

.pie_chart_frame div:nth-child(9) {
    top: 111px;
}

.pie_chart_frame div:nth-child(10) {
    top: 223px;
}

.pie_chart_frame div:nth-child(11) {
    top: 332px;
}

.pie_chart_frame div:nth-child(12) {
    top: 442px;
}

.pie_chart_frame div:nth-child(13) {
    top: 554px;
}

.pie_chart_frame div:nth-child(14) {
    top: 663px;
}

.pie_chart_frame div:nth-child(15) {
    top: 773px;
}

.pie_chart_frame div {
    opacity: 0
}

.ecologia-row {
    margin-bottom: 40px;
}

.ecologia-row:after {
    display: table;
    clear: both;
    content: ' ';
}

.intro-ecologia {
    float: left;
    width: 40%
}

.listecologia {
    background: #488735;
    text-align: left
}

.listecologia * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.listecologia div {
    background: #488735;
    padding: 40px 40px 0 40px;
    color: #fff;
    font-family: 'Economica', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 20px;
    width: 60%;
    float: left;
    height: 350px
}

.listecologia div table {
    width: 80px;
    float: left;
    border-left: 1px solid #ffffff;
}

.listecologia div table td {
    padding-left: 18px
}

.listecologia div.euro5 {
    background: #5F9E39;
    width: 30%
}

.listecologia div.lng {
    background: #87B364;
    width: 10%
}

.listecologia div h5 {
    color: #ffffff;
    line-height: 40px;
    font-size: 32px
}

.google_map {
    vertical-align: bottom
}

.google_map iframe {
    vertical-align: bottom
}

.table.indirizzi {
    border-spacing: 3px;
    background: #F0EDE5
}

.table.indirizzi li {
    padding: 38px;
    background: #ffffff;
    vertical-align: top
}

.gallery-come a {
    display: block;
    margin: 12px 12px 0 0
}

.gallery-come a.no-right {
    margin-right: 0
}

.legenda-chi {
    text-align: center !important
}

.legenda-chi span.icon-legend {
    display: inline-block;
    width: 60px;
}

.legenda-chi span.icon-legend img {
    width: 100%;
    height: auto
}

.legenda-chi span.text-legend {
    line-height: 63px;
    font-size: 23px;
}

.legenda-chi span.text-legend strong {
    line-height: 63px;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 42px;
}

#cssmenu>ul>li.has-sub>a {
    cursor: pointer;
}

#vetrina {
    position: relative;
}

.social-bar {
    background: #ffffff;
    padding: 20px;
    border: 2px solid #ccc;
}

.social-bar ul {
    display: block
}

.social-bar ul li {
    text-align: center;
    display: block
}

.social-bar ul li:last-child {
    padding-top: 20px;
    margin-top: 16px;
    border-top: 2px solid #ebebeb
}

.cap-wrapper {
    background-image: url(images/dove/cartina_mod.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.cap-wrapper:after {}

.cap-content {
    padding: 5% 0;
}

.cap-logistica {
    display: table;
    width: 100%
}

.cap-logistica *,
.cap-logistica :after,
.cap-logistica :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cap-logistica:after {
    display: table;
    clear: both;
    content: ' ';
}

.cap-left {
    display: table-cell;
    width: 50%;
    padding: 30px 0 70px 0
}

.cap-list {
    padding: 0 20px
}

.cap-list>div {
    float: left;
    width: 50%;
    padding: 0 20px
}

.cap-right {
    display: table-cell;
    width: 50%;
    position: relative;
}

.cap-right .cap-title {
    position: absolute;
    right: 40px;
}

.cap-right .cap-title h2 {
    border-bottom: 6px solid #0090D3;
    text-align: right;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 0 0 7px 0;
    margin: 0 0 6px 0;
    text-transform: none;
}

.cap-right .cap-title h2 strong {
    font-weight: bold;
    font-size: 36px;
}

.cap-right .cap-title.cap-title-1 {
    top: 20%
}

.cap-right .cap-title.cap-title-2 {
    top: 40%
}

.cap-right .cap-sub {
    font-size: 11px;
    text-align: right
}

.cap-left h6 {
    background: #0090D3;
    color: #ffffff;
    display: block;
    margin: 30px 0 5px 0;
    line-height: 18px;
    font-size: 12px;
    padding: 5px 10px
}

.cap-left p {
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 5px 0;
    min-height: 28px;
}

.cap-left p em {
    color: #0090D3;
    width: 18px;
    text-align: left;
    display: inline-block;
}

.cap-left p strong {
    background: #43b5ea;
    color: #ffffff;
    padding: 5px;
    float: right;
}

.grafico-km-bg {
    position: relative;
    text-align: center;
    padding: 30px 20px
}

.grafico-km-bg img {
    max-width: 100%;
    height: auto;
}

.grafico-km-bg .ab_proportion {
    position: relative;
    text-align: center;
}

.pedice {
    font-size: 8px;
    vertical-align: bottom;
    bottom: -2px;
    position: relative;
}

ul.table>li.home-motomondiale {
    padding: 35px;
    border: 1px solid #CFD0D4;
}

.modello231 {
    max-width: 500PX;
    margin: 0 auto 40px auto;
    text-align: center
}

.modello-dl a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #f1f1f1;
    padding: 50px;
}

.modello-dl a img {
    width: 200px;
    height: auto;
}

.modello-dl a span {
    max-width: 300px;
    padding: 0 0 0 40px;
}

.modello231-home {
    border: 1px solid #CFD0D4;
    padding: 35px;
    margin-top: 40px;
    background: #f1f1f1
}

.modello231-home a {
    color: #009ae1;
    font-weight: bold
}

@media (min-width: 980px) and (max-width: 1200px) {
    .responsive {
        width: 960px
    }

    .ipad_portait.iphone {
        display: block;
    }

    #cssmenu>ul>li {
        float: left;
        margin-left: 85px;
    }

    .top-arrow {
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
    }

    .icone-supply {
        position: relative;
        width: 100%;
        height: auto;
    }

    .bg-arrow {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background: url(images/supply-chain/bg-arrow.png);
        height: 838px;
        display: block;
        width: 100%;
        opacity: 0;
        background-size: 100% 100%;
    }

    .testata .lancio {
        background: rgba(54, 154, 203, 0.8);
        right: 80px;
        left: 600px;
        top: 0;
        bottom: 0;
        position: absolute;
        padding: 40px;
        color: #ffffff;
    }

    H2 {
        font-size: 36px;
    }

    .pie_chart_frame {
        width: 100%;
        height: 845px;
        position: relative;
        margin: 40px 0;
    }

    .pie_chart_frame .frame-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 845px;
        background: url(images/dove/pie-chart.png);
        background-size: 100% 100%;
    }

    .grafico_dove {
        display: none
    }

    .ab_proportion .width33 {
        width: 50%
    }

    .clienti_table li {
        width: 160px;
    }

    .clienti_table li:nth-child(6n+6) a {
        border-right: none;
    }

    .clienti_table li:nth-child(7n+7) a {
        border-right: 1px solid #ccc;
    }

    #kbsform div.law {
        width: 406px;
        padding: 15px;
    }

    #kbsform div.enter {
        width: 406px;
        padding: 15px;
    }
}

@media (min-width: 769px) and (max-width: 979px) {
    .responsive {
        width: 740px
    }
}

@media (max-width: 768px) {
    .responsive {
        width: 94%;
    }

    ul.table {
        display: block;
    }

    ul.table>li {
        display: block;
        margin: 0;
        padding: 0;
        float: none;
        text-align: center !important;
        width: 100%
    }

    .width25,
    .width33,
    .width50,
    .width66,
    .width75 {
        width: inherit
    }

    #header #logo {
        width: 100%;
        text-align: center;
        margin: 25px 0 10px 0
    }

    .mainLogo {
        width: 95vw !important;
    }

    .header__content {
        max-width: 100vw !important;
    }

    #header #logo a {
        display: inline-block;
        width: 200px
    }

    .header {
        width: 100vw !important;
    }

    #cssmenu {
        margin: 0px 0px 20px 0
    }

    #cssmenu #menu-button {
        border: 1px solid #143962;
    }

    #cssmenu>ul>li {
        margin-left: 0
    }

    #cssmenu>ul>li>a {
        border-bottom: none;
        line-height: 52px;
        margin-bottom: 0;
        background: #f6f6f6;
        padding-left: 30px
    }

    #cssmenu>ul>li:hover>a,
    #cssmenu>ul>li.active>a {
        border-bottom: none;
    }

    .gallery a {
        display: inline-block;
        width: 40%;
        margin: 4%
    }

    .stats {
        text-align: center;
        border-bottom: none;
        padding-bottom: 20px
    }

    .warehouse_stats li {
        border-left: none
    }

    .testata .lancio {
        background: rgba(54, 154, 203, 0.8);
        right: inherit;
        left: inherit;
        top: inherit;
        bottom: inherit;
        position: relative;
        padding: 40px;
        color: #ffffff;
        text-align: center;
    }

    #cssmenu ul ul li a {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 20px 20px 20px 50px;
    }

    #cssmenu ul ul li a:hover {
        color: #009ae1;
        background: #f6f6f6
    }

    .margin-top {
        margin-top: 20px;
    }

    .margin-bottom {
        margin-bottom: 20px
    }

    .clienti_table>li {
        float: left !important;
        width: 50% !important;
    }

    .clienti_table>li a {
        border: 1px solid #ccc
    }

    .clienti_table>li:nth-child(7n+7) a {
        border-right: 1px solid #ccc
    }

    .height100 {
        position: relative;
    }

    .flexslider .caption h1 {
        margin: 30px 30px 0 0;
        font-size: 22px;
        line-height: 24px;
    }

    H2.margin-bottom {
        margin-bottom: 14px;
    }

    H2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 20px;
    }

    .img_block a h2 {
        margin-top: 20px
    }

    .owl-controls .owl-buttons div.owl-prev {
        left: 10px;
    }

    .owl-carousel ul.table li:first-child {
        padding: 0;
        border: 1px solid #CFD0D4;
        border: none !important;
    }

    .two-column {
        text-align: justify;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;

        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .storia {}

    .mission_vision ul.table {
        margin-top: 0;
    }

    .mission_vision ul.table>li {
        border-bottom: none;
        padding: 15px 0
    }

    #header #language {
        float: none;
        margin: 0;
        text-align: center;
        display: block;
    }

    #header #language a {
        display: inline-block;
        float: none;
    }

    .table-come li {
        padding: 20px 0 0 0 !important;
    }

    .grafico_dove {
        display: none
    }

    .relative_bg .ab_proportion {
        position: relative;
    }

    .parallax h1 {
        font-size: 30px;
    }

    .pie_wrap {
        display: none
    }

    .table-pie li.pie-column {
        width: 100%;
        padding: 0;
    }

    .table-pie .spacer {
        display: none
    }

    .barre-flotta>li:first-child {
        display: none
    }

    .progetto-diciotto img {
        width: 100%;
        height: auto
    }

    .flotta-bar .odometer_n {
        font-size: 18px;
    }

    .flotta-bar .label-bar {
        font-size: 18px;
    }

    ul.table.flotta_stats>li {
        width: 33.3333%;
        float: left;
    }

    .fotovoltaico_img img {
        width: 100%;
    }

    .icone-supply {
        width: 100%;
        height: auto;
    }

    .top-arrow {
        position: relative;
        z-index: 2;
        top: inherit;
        left: inherit;
        width: 100%;
        height: auto;
        display: block;
    }

    .bg-arrow {
        display: none !important
    }

    .parallax {
        background-size: 100% 100%;
        padding: 110px 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #kbsform fieldset {
        float: none;
        width: 100%;
        padding: 10px 0;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px dotted #999;
        text-align: center;
    }

    .descrizione {
        padding-left: 18px;
        padding-right: 18px;
    }

    #kbsform div.law {
        margin: 11PX 0 0 0;
        float: none;
        width: 100%;
        padding: 15px 0;
        background: #FFF;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px dotted #999;
        text-align: center
    }

    #kbsform label {
        width: 100%;
        padding: 0;
        text-align: center;
        float: none
    }

    #kbsform input {
        float: none;
        display: inline-block;
        margin: 5px 0 12px 0px
    }

    #kbsform div.law small,
    #kbsform div.law span,
    #kbsform div.law strong {
        padding: 16px
    }

    .table.indirizzi li {
        padding: 20px 0
    }

    #kbsform div.enter {
        float: none;
        width: 100%;
        padding: 28px 0px 25px 0px;
        background: #FFF;
        text-align: center;
        margin-top: 18px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px dotted #999;
    }

    .ipad_portait.iphone {
        display: block;
        padding: 12px 0 32px 0
    }

    .ipad_portait.iphone img {
        width: 100%;
        height: auto;
        vertical-align: bottom
    }

    .intro-ecologia {
        float: left;
        width: 100%;
    }

    .listecologia div {
        padding: 30px 30px 60px 30px;
        width: 100%;
    }

    .listecologia div.euro5 {
        background: #5F9E39;
        width: 100%;
    }

    .listecologia div.lng {
        background: #87B364;
        width: 100%;
    }

    .modello-dl a img {
        width: 80px;
        height: auto;
    }

    .testata_default {
        min-height: 240px;
    }

    .testata_default .img-responsive {
        width: 100%;
        vertical-align: bottom;
        height: auto;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .sidebar {
        width: 100vw !important;
    }

    .sidebar-content>div>h2,
    .moreSpecsWrapper>h2 {
        text-align: center;
    }

    .moreSpecsWrapper {
        margin: 3rem 2rem 0 2rem !important;
    }

    .gridChiSiamo>div.col-100.text-center {
        margin-top: 2rem;
    }

    .gridChiSiamo>div.col-100.text-center h2 {
        margin: 0;
    }

    .gridChiSiamo>div.in-page div.col-100>img.icon {
        margin-bottom: 2rem;
    }

    .gridChiSiamo--center {
        padding: 0 .5rem;
    }

    .responsive>.margin-top>ul.table-pie {
        padding: 0;
    }

    .responsive>.margin-top>ul.table-pie ul.table_fluid,
    .responsive>.margin-top>ul.table-pie ul.table_fluid h4 {
        margin: 0;
    }

    .responsive>.margin-top>ul.table-pie ul.table_fluid {
        padding: 0 1rem;
    }

    .responsive>.margin-top>ul.table-pie p.full-visible {
        margin: 0 0 2rem 0;
    }

    .moreSpecs .finalWrapper {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        gap: 1rem;
    }

    .moreSpecs .finalWrapper .textWrapper {
        width: 100%;
    }

    #spazi>div.col-50:last-of-type {
        margin-top: 5rem;
    }
}

@media (max-width: 500px) {
    .icone-supply .top-arrow div {
        width: 50%;
        height: 200px
    }

    .icone-supply div .image-supply span img {
        width: 60%
    }
}

.mk_cookie_policy {
    display: none !important;
}

/* .CookieDeclaration{
  display: none;
} */


/* ############################################### */


/* Reset */
body,
html {
    background: #EDEADE;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0 0 1rem 0;
    padding: 0;
}

.minus-padd {
    margin: 0 0 0.5rem 0;
}

ol,
ul {
    padding-left: 20px;
    line-height: 1.5;
}

img {
    height: auto;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.8rem;
}

h6 {
    font-size: 0.6rem;
}

a {
    text-decoration: none
}

html {
    scroll-behavior: smooth
}

/* Menu */
:root {
    --menu-bg: #EDEADE;
    --menu-color: black;
    --primary-color: #336633
}

.header {
    background-color: var(--menu-bg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 15px;
}

.header__content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-height: 70px;
}

.header__logo,
.header__quick {
    display: flex;
    align-items: center;
    color: var(--menu-color);
    width: 10vw;
}

.header__logo {}

.footerLogo {
    width: 300px;
    height: 100px;
    background-color: rgba(237, 234, 222, 0.5);
    border-radius: 15px;
}

.footerIva {
    background-color: #335533 !important;
    padding: 1vh 0 0 !important;
    text-align: center;
    height: 4vh;
}

@media only screen and (max-width: 767px) {
    .footerIva {
        background-color: #335533 !important;
        padding: 1vh 0 0 !important;
        text-align: center;
        height: 20vh;
    }
}

.mainLogo {
    width: 500px;
    height: 200px;
}

.header__menu {
    padding: 0;
    margin: 0;
}

.header__menu li {
    display: inline-block;
}

.header__menu li a {
    color: var(--menu-color);
    opacity: 0.8;
    display: block;
    padding: 16px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .header__menu {
        position: absolute;
        top: 60px;
        left: 0;
        background-color: var(--menu-bg);
        width: 100%;
        height: 100vh;
        height: 0vh;
        overflow: hidden;
        transition: all 1s cubic-bezier(.215, .61, .355, 1);
    }

    .header__menu li {
        width: 100%;
        border-bottom: 1px solid #444
    }

    .menu-open .header__menu {
        height: 100vh;
        padding: 3%;
    }

    .icon-hamburger {
        height: 50px;
        width: 40px;
        margin-left: 20px;
        padding-top: 5px;
    }

    .icon-hamburger span {
        height: 2px;
        width: 30px;
        background: var(--menu-color);
        position: relative;
        display: block;
        margin-top: 11px;
        transition: all 0.2s cubic-bezier(.215, .61, .355, 1);
    }

    .menu-open .icon-hamburger span:nth-child(1) {
        transform: rotate(45deg) translateY(9px);
    }

    .menu-open .icon-hamburger span:nth-child(2) {
        transform: rotate(-45deg) translateY(-9px);
    }

    .header__quick {
        display: flex;
        justify-content: flex-end;
        width: 50%;
    }

    .header__logo {
        display: flex;
        align-items: center;
        color: var(--menu-color);
        width: 80% !important;
    }

    .mainLogo {
        padding-top: 6vh;
    }

    .smartphone-pt-10 {
        padding-top: 15vh !important;
    }
}

/* ! Spacer */
.spacer {
    height: 100px;
}


/* ! Grid System */
.grid {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 1250px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.grid--center {
    justify-content: center;
}

.col {
    flex: 1;
}

[class*='col-'] {
    position: relative;
    padding: 0 2%;
}

[class*='col-33'] {
    position: relative;
    padding: 0 0;
}

.grid .grid [class*='col-'] {
    padding: 0;
}

.gridChiSiamo {
    margin: 0 auto;
    padding: 0 1%;
    max-width: 1250px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.gridChiSiamo--center {
    justify-content: center;
}

.gridChiSiamo .grid [class*='col-'] {
    padding: 0px;
}

.col-15 {
    width: 16%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33.33%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-100 {
    width: 100%;
}

.jc-c {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .tab-20 {
        width: 20%;
    }

    .tab-25 {
        width: 25%;
    }

    .tab-33 {
        width: 33.33%;
    }

    .tab-50 {
        width: 50%;
    }

    .tab-100 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    [class*='col-'] {
        width: 100%;
    }

    .sma-20 {
        width: 20%;
    }

    .sma-25 {
        width: 25%;
    }

    .sma-33 {
        width: 33.33%;
    }

    .sma-40 {
        width: 40%;
    }

    .sma-50 {
        width: 50%;
    }

    .sma-100 {
        width: 100%;
    }
}


/* ! Title System */
h1,
.text-1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

h2,
.text-2 {
    font-size: 2.4rem;
    margin-bottom: 1rem
}

h3,
.text-3 {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

h4,
p,
.text-4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

a {
    color: var(--primary-color)
}

/* ! Button System */
.button {
    font-size: 1rem;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}

.button:hover {
    background: #444;
}

.button2 {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: none;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
}

.button2:hover {
    background: #ffffff;
}

/* ! Helpers  */
.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 40px
}

.mt-4 {
    margin-top: 100px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 10px
}

.mb-2 {
    margin-bottom: 20px
}

.mb-3 {
    margin-bottom: 40px
}

.mb-4 {
    margin-bottom: 100px
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 10px
}

.p-2 {
    padding: 20px
}

.p-3 {
    padding: 40px
}

.p-4 {
    padding: 100px
}

.pt-1 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 40px;
}

.pt-4 {
    padding-top: 15vh;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 40px;
}

.pb-4 {
    padding-bottom: 15vh;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.img-res {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    vertical-align: middle;
}

.img-round {
    border-radius: 80%;
}

.z3 {
    z-index: 3 !important;
}


/* ! Cover */
.cover {
    text-align: center;
    padding: 10px;
    margin: 0px;
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center center;
    background-size: cover;
}

.cover * {}

.cover__content {
    color: black;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero img {
    z-index: 1;
    position: relative;
}

.relative {
    position: relative;
}

.blob {
    position: absolute;
    top: -20%;
    left: -30%;
    width: 140%;
    z-index: 0;
}

.round {
    border-radius: 20px;
}

.img-container {
    width: 200px;
    height: 120px;
}

.img-small {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .sma-text-center {
        text-align: center;
    }
}

.footerDiv {
    background: var(--primary-color);
    padding: 1rem;
    color: #fff !important;
    max-width: 100vw;
}

.footerDiv p {
    margin: 0;
}

.footerDiv h3 {
    margin: 1rem 0;
}

/* Slider */
#slider {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

/* Slides */
.slide {
    width: 100%;
    height: 100%;
}

/* Slides */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fade animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.picContainer {
    position: relative;
    width: 100%;
    height: 80vh;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.imgtag {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* qua si può usare contain ma escono i bordi neri, mentre con cover le immagini su schermi piccoli sono tagliate */
    transition: 1s;
}

.img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    transition: 1s;
}

.video-container {
    width: 100%;
    height: 100%;
}

#sliderVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* qua si può usare contain ma escono i bordi neri, mentre con cover le immagini su schermi piccoli sono tagliate */
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 99;
}

.dot {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.dot:hover {
    background: #fff;
}

/* Breakpoints per schermi più piccoli */
@media (max-width: 768px) {
    .picContainer {
        height: 60vh;
    }

    .imgtag {
        height: 60vh;
        width: 100%;
        object-fit: contain;
        /* qua si può usare contain ma escono i bordi neri, mentre con cover le immagini su schermi piccoli sono tagliate */
        transition: 1s;
    }

    #sliderVideo {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* qua si può usare contain ma escono i bordi neri, mentre con cover le immagini su schermi piccoli sono tagliate */
    }

    .blob {
        position: absolute;
        top: -10% !important;
        left: -15% !important;
        width: 120% !important;
        z-index: 0;
    }

    .p-3 {
        padding: 15px;
    }

    .pt-4 {
        padding-top: 30px;
    }

    .p-4 {
        padding: 30px;
    }

    .spacer {
        height: 5px;
    }

    .right,
    .left {
        width: 40px;
        height: 40px;
    }

    .right:before,
    .left:before {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .picContainer {
        height: 50vh;
    }

    .imgtag {
        height: 50vh;
    }

    .right,
    .left {
        width: 30px;
        height: 30px;
    }

    .right:before,
    .left:before {
        font-size: 20px;
    }
}

.right {
    position: absolute;
    height: 100%;
    width: 60px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
    transition: 1s;
    right: 0;
    top: 0;
}

.right:hover {
    background: rgba(0, 0, 0, 0.25)
}

.right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ">";
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    margin-right: 10px;
    transition: .5s;
}

.right:hover:before {
    transform: translateY(-50%) scale(1);
}

.left {
    position: relative;
    height: 100%;
    width: 60px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
    transition: 1s;
}

.left:hover {
    background: rgba(0, 0, 0, 0.25)
}

.left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "<";
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    margin-left: 10px;
    transition: .5s;
}

.left:hover:before {
    transform: translateY(-50%) scale(1);
}

.mapContainer {
    position: relative;
    width: 100%;
    height: 100%;
    background: black;
    border-radius: 10px;
}

.input {
    position: absolute;
    top: 0;
    left: -200px;
}

.h2 {
    position: absolute;
    color: rgba(0, 0, 0, 0.75);
    top: -160px;
    left: 55%;
    transform: translateX(-50%);
    font-family: 'Fira Sans', sans-serif;
    font-size: 36px;
    width: 70%;
}

.underline {
    text-decoration: underline;
}

.icon {
    height: 150px;
    width: 150px;
    margin-bottom: 3%;
}

.iconsmall {
    height: 100px;
    width: 100px;
    margin-bottom: 3%;
}

.mh-405 {
    max-height: 405px;
}

.fade-in {
    opacity: 0;
    transition: all 1s cubic-bezier(.215, .61, .355, .1);
    /*animation: fade-in 1s ease-in-out forwards;*/
}

@keyframes fade-in {
    from {
        opacity: 0;
        /* Opacità iniziale (0%) */
    }

    to {
        opacity: 1;
        /* Opacità finale (100%) */
    }
}

.fade-in.in-page {
    opacity: 1;
    transform: translateX(0vh);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(10vh);
    transition: all 1s cubic-bezier(.215, .61, .355, .1);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-10vh);
    transition: all 1s cubic-bezier(.215, .61, .355, .1);
}

.fade-in-right.in-page {
    opacity: 1;
    transform: translateX(0vh);
}

.fade-in-left.in-page {
    opacity: 1;
    transform: translateX(0vh);
}

.align-start {
    align-items: flex-start;
}

.border {
    border-right: 1px solid #000;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.opacity05 {
    /*background-color:rgba(255,255,255,0.75);*/
    /*border-radius: 10%;*/
    /*background: rgb(226,225,235);*/
    /*background: radial-gradient(circle, rgba(226,225,235,0.75) 0%, rgba(254,254,254,0.75) 15%, rgba(195,201,203,0.75) 100%);*/
}

.mt-minus-2 {
    margin-top: -160px;
}

.contatti-link {
    cursor: pointer;
    font-size: 18px;
    color: var(--primary-color);
    text-decoration: none;
}

.sidebar {
    height: 100%;
    width: 430px;
    position: fixed;
    top: 0;
    right: -430px;
    background-color: var(--primary-color);
    color: #EDEADE;
    transition: 0.3s;
    overflow-x: hidden;
    opacity: 0.95;
}

.sidebar-content {
    padding: 20px;
}

.close-btn {
    background-color: #EDEADE;
    color: var(--primary-color);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.close-btn:hover {
    background-color: #EDEADD;
}

.iconsmaller {
    height: 50px;
    width: 50px;
    margin-bottom: 3%;
}

.circle {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

canvas {
    width: 90vh;
    height: 90vh;
    margin: auto;
}

.fontGrowth {
    font-size: 1.2em;
}

.moreSpecsWrapper {
    margin: 1rem 8rem 2rem;
}

.moreSpecs .table_fluid li:last-child {
    text-align: left !important;
    font-family: 'Economica', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px !important
}

.finalWrapper {
    display: flex;
    justify-content: space-between;
}

.finalWrapper .textWrapper {
    width: 33vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.finalWrapper .textWrapper p {
    margin-top: 2vh;
    font-size: 13pt;
    border-top: 1px solid black;
    padding-top: 1rem;
}

.flipHorizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.li::before {
    content: "•";
    /* simbolo del punto */
    color: white;
    /* Colore personalizzato */
    font-size: 1.2em;
    /* Dimensione del punto */
    margin-right: 8px;
    /* Spaziatura tra il punto e il testo */
    margin-left: -2rem;
}

/* ################################### */
