/* Typography */

html {scroll-behavior:smooth;}
body {font-family:"Inter",sans-serif;color:#222222;font-size:16px;padding-top:110px;}
a {word-wrap:break-word;text-decoration:none;color:currentColor;}
a:hover {text-decoration:none;color:currentColor;}
a:focus {outline:0;color:currentColor;}
a:active:focus {outline:0;color:currentColor;}
label {font-weight:normal;}
h1 , h2 , h3 , h4 , h5 , h6 {margin-top:0;}
p {word-break:break-word;}

/*p {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}*/

/* Placeholders */
::-webkit-input-placeholder {color:#555555;}
:-moz-placeholder {color:#555555;}
::-moz-placeholder {color:#555555;}
:-ms-input-placeholder {color:#555555;}

/* Utilities */
.p-auto {padding:auto!important;}
.p-0 {padding:0!important;}
.pt-0 {padding-top:0!important;}
.pr-0 {padding-right:0!important;}
.pb-0 {padding-bottom:0!important;}
.pl-0 {padding-left:0!important;}
.p-1 {padding:1rem!important;}
.pt-1 {padding-top:1rem!important;}
.pr-1 {padding-right:1rem!important;}
.pb-1 {padding-bottom:1rem!important;}
.pl-1 {padding-left:1rem!important;}
.p-2 {padding:2rem!important;}
.pt-2 {padding-top:2rem!important;}
.pr-2 {padding-right:2rem!important;}
.pb-2 {padding-bottom:2rem!important;}
.pl-2 {padding-left:2rem!important;}
.p-3 {padding:3rem!important;}
.pt-3 {padding-top:3rem!important;}
.pr-3 {padding-right:3rem!important;}
.pb-3 {padding-bottom:3rem!important;}
.pl-3 {padding-left:3rem!important;}
.p-4 {padding:4rem!important;}
.pt-4 {padding-top:4rem!important;}
.pr-4 {padding-right:4rem!important;}
.pb-4 {padding-bottom:4rem!important;}
.pl-4 {padding-left:4rem!important;}
.m-auto {margin:auto!important;}
.m-0 {margin:0!important;}
.mt-0 {margin-top:0!important;}
.mr-0 {margin-right:0!important;}
.mb-0 {margin-bottom:0!important;}
.ml-0 {margin-left:0!important;}
.m-1 {margin:1rem!important;}
.mt-1 {margin-top:1rem!important;}
.mr-1 {margin-right:1rem!important;}
.mb-1 {margin-bottom:1rem!important;}
.ml-1 {margin-left:1rem!important;}
.m-2 {margin:2rem!important;}
.mt-2 {margin-top:2rem!important;}
.mr-2 {margin-right:2rem!important;}
.mb-2 {margin-bottom:2rem!important;}
.ml-2 {margin-left:2rem!important;}
.m-3 {margin:3rem!important;}
.mt-3 {margin-top:3rem!important;}
.mr-3 {margin-right:3rem!important;}
.mb-3 {margin-bottom:3rem!important;}
.ml-3 {margin-left:3rem!important;}
.m-4 {margin:4rem!important;}
.mt-4 {margin-top:4rem!important;}
.mr-4 {margin-right:4rem!important;}
.mb-4 {margin-bottom:4rem!important;}
.ml-4 {margin-left:4rem!important;}
.w-100 {width:100%;}
.w-auto {width:auto;}
.mw-100 {max-width:100%;}
.d-block {display:block;}
.d-inline {display:inline;}
.d-inline-block {display:inline-block;}
.o-hidden {overflow:hidden;}
.ox-hidden {overflow-x:hidden;}
.oy-hidden {overflow-y:hidden;}
.border {border:1px solid #dee2e6!important;}
.border-top {border-top:1px solid #dee2e6!important;}
.border-right {border-right:1px solid #dee2e6!important;}
.border-bottom {border-bottom:1px solid #dee2e6!important;}
.border-left {border-left:1px solid #dee2e6!important;}
.border-0 {border:0!important;}
.border-top-0 {border-top:0!important;}
.border-right-0 {border-right:0!important;}
.border-bottom-0 {border-bottom:0!important;}
.border-left-0 {border-left:0!important;}
.shadow-none {box-shadow:none!important;}
.shadow {box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
.shadow-sm {box-shadow:0 .125rem .25rem rgba(0,0,0,.075);}
.shadow-lg {box-shadow:0 1rem 3rem rgba(0,0,0,.175);}
.text-lowercase {text-transform:lowercase!important;}
.text-uppercase {text-transform:uppercase!important;}
.text-capitalize {text-transform:capitalize!important;}
.font-weight-bold {font-weight:700!important;}
.font-weight-normal {font-weight:400!important;}
.font-italic {font-style:italic!important;}
.align-top {vertical-align:top!important;}
.align-middle {vertical-align:middle!important;}
.rounded {border-radius:.25rem!important;}
.rounded-top {border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important;}
.rounded-right {border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important;}
.rounded-bottom {border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-left {border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-circle {border-radius:50%!important;}
.rounded-pill {border-radius:50rem!important;}
.rounded-0 {border-radius:0!important;}
.pe-none {pointer-events:none;}
.disabled {pointer-events:none;}

/* Anchor */
.a-anchor {display:block;height:100px;margin-top:-100px;visibility:hidden;}

/* Utility > Colors */
.text-muted {color:#6b6b6b !important;}
.text-white {color:#F7F7F7!important;}
.text-black {color:#000000!important;}
.text-warning {color:#c39749 !important;}
.text-danger {color:#dc3545!important;}
.text-gray {color:#f0f0f0 !important;}
.text-primary {color:#009D4D !important;}
.text-secondary {color:#01542A !important;}

/* Flex utils */
.flex {display:flex;flex-wrap:wrap;}
.align-items-start {align-items:flex-start;}
.align-items-center {align-items:center;}
.align-items-end {align-items:flex-end;}
.justify-content-start {justify-content:flex-start;}
.justify-content-center {justify-content:center;}
.justify-content-end {justify-content:flex-end;}

/* Bootstrap 3.3.7 Overrides & Addons */
.col-xs-15 , .col-sm-15 , .col-md-15 , .col-lg-15 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-15 {width:20%;float:left;}
@media (min-width:768px) {.col-sm-15 {width:20%;float:left;}}
@media (min-width:992px) {.col-md-15 {width:20%;float:left;}}
@media (min-width:1200px) {.col-lg-15 {width:20%;float:left;}}
.dropdown-menu .divider {max-width:100%;}

/* CookieHub */
.cookiehub-declaration p { padding-left:0 !important; padding-right:0 !important; color:#000000; }
.cookiehub-declaration td, .cookiehub-declaration th { padding: 10px 10px !important; }
.cookiehub-declaration th { background-color:#333; color:#fff; }
.cookiehub-declaration td { color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) { background-color:#f0f0f0; color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) td, .cookiehub-declaration tr:nth-of-type(odd) td p { background-color:#f0f0f0; color:#000000; }
/* End CookieHub */

/* No padding col */
.row.no-gutters [class*="col-"] {padding-left:0!important;padding-right:0!important;}
.row.row-narrow [class*="col-"] {padding-left:6px!important;padding-right:6px!important;}
.row.row-narrow {margin:0 -6px;}

/* Row center */
.row.align-center {display:flex;flex-wrap:wrap;align-items:center;}

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:25px;white-space:normal;border:0;padding:14px 25px;font-size:18px;line-height:22px;font-family:'Albert Sans',sans-serif;font-weight:600;position:relative;overflow:hidden;}
.btn.focus , .btn:focus , .btn:hover, .btn:active {outline:0;box-shadow:none;}

/* Buttons > Size */
.btn.btn-sm {padding:4px 8px;}
.btn-icon {padding:8px 16px;}
.btn.btn-link {padding:0;text-decoration:none !important;border-radius:0;font-weight:400;font-size:16px;color:#4A4A4A;transition:color .3s ease-in-out;}
.btn.btn-link:hover, .btn.btn-link:focus {color:#009D4D;}
.btn.btn-link .icon--inline {margin-right:15px;}
.btn.btn-icon {padding:10px;background-color:transparent;}
.btn.btn-icon div[class*="icon-"] {display:inline-block;vertical-align:middle;}
.button-load-more {overflow-anchor: "none";}

/* Buttons > Types */
.btn-primary {background-color:#009D4D;color:#F7F7F7;}
.btn-primary:hover {background-color:#009D4D !important;color:#F7F7F7 !important;}
.btn-primary:focus {outline:0;background-color:#009D4D !important;color:#F7F7F7 !important;}
.btn-primary span {position:relative;z-index:2;}
.btn-primary::before {content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transform:translate(-100%,0);transition:transform .3s ease-in-out;
background:-moz-linear-gradient(45deg,  rgba(1,84,42,1) 2%, rgba(1,84,42,0.71) 30%, rgba(0,157,77,0) 100%);
background:-webkit-linear-gradient(45deg,  rgba(1,84,42,1) 2%,rgba(1,84,42,0.71) 30%,rgba(0,157,77,0) 100%);
background:linear-gradient(45deg,  rgba(1,84,42,1) 2%,rgba(1,84,42,0.71) 30%,rgba(0,157,77,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01542a', endColorstr='#00009d4d',GradientType=1 );
}
.btn-primary:hover::before, .btn-primary:focus::before {transform:translate(0,0);}

.btn-secondary {background-color:#0C0D0D;color:#F7F7F7;}
.btn-secondary:hover {background-color:#0C0D0D !important;color:#F7F7F7 !important;}
.btn-secondary:focus {outline:0;background-color:#0C0D0D !important;color:#F7F7F7 !important;}
.btn-secondary span {position:relative;z-index:2;}
.btn-secondary::before {content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transform:translate(-100%,0);transition:transform .3s ease-in-out;
background:-moz-linear-gradient(45deg,  rgba(1,84,42,1) 2%, rgba(1,84,42,0.71) 30%, rgba(0,157,77,0) 100%);
background:-webkit-linear-gradient(45deg,  rgba(1,84,42,1) 2%,rgba(1,84,42,0.71) 30%,rgba(0,157,77,0) 100%);
background:linear-gradient(45deg,  rgba(1,84,42,1) 2%,rgba(1,84,42,0.71) 30%,rgba(0,157,77,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01542a', endColorstr='#000C0D0D',GradientType=1 );
}
.btn-secondary:hover::before, .btn-secondary:focus::before {transform:translate(0,0);}

.btn-white {background-color:#fff;color:#009E4D;}
.btn-white:hover {background-color:#fff !important;color:#009E4D !important;}
.btn-white:focus {background-color:#fff !important;color:#009E4D !important;}

.btn-filter {border-radius:12px;font-weight:700;padding:15px;background-color:#F7F7F7;color:#595954;transition:background-color .3s ease-in-out, color .3s ease-in-out;}
.btn-filter:hover {background-color:#009E4D !important;color:#F7F7F7 !important;}
.btn-filter:focus {background-color:#009E4D !important;color:#F7F7F7 !important;outline:0;}
.btn-filter.active {background-color:#009E4D !important;color:#F7F7F7 !important;box-shadow:none;}

/* Animations */
.wow {visibility:hidden;}

/* Anchor */
.anchor {display:block;height:50px;margin-top:-50px;visibility:hidden;}

/* Elements */
.go-top {position:fixed;bottom:15px;right:15px;background-color:#01542a;display:none;z-index:99;border-radius:100%;width:50px;height:50px;overflow:hidden;}
.go-top::before {content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-position:center center;background-repeat:no-repeat;background-size:20px;background-image:url(/assets/icons/icon-angle-up.svg);transition:transform .3s ease-in-out;}
.go-top:hover::before {transform:scale(1.2);}

/* News Filters */
.filters-container {text-align:center;margin-bottom:35px;}
.filters-container .btn {margin:0 7.5px 15px;display:inline-block;}

/* Processes > Filters */
.filters-processes {text-align: center;}
.filters-processes .btn {margin-bottom:15px;margin-right:20px;}

/* Modals */
.modal-content {border:0;background:#fff;border-radius:20px;-webkit-background-clip:initial;background-clip:initial;}
.modal-header {padding:30px 30px 15px;border:0;}
.modal-header .close {font-size:42px;font-weight:900;color:#000000;text-shadow:none;filter:alpha(opacity=100);opacity:1;}
.modal-title {font-family:'Albert Sans',sans-serif;font-size:40px;font-weight:500;line-height:45px;}
.modal-body {padding:15px 30px 30px;}

.modal .close {position:absolute;top:10px;right:10px;width:50px;height:50px;background-repeat:no-repeat;background-size:40px;background-position:center center;background-image:url(/assets/icons/icon-close.svg);filter:alpha(opacity=100);opacity:1;z-index:1;}

.modal.modal-image .modal-body {padding:0;}
.modal.modal-image .modal-header {padding:0;}

/* Panel */
.panel {border:0;box-shadow:none;}
.panel-group .panel + .panel {margin:0;}
.panel-group .panel + .panel > .panel-heading {border-top:0;}
.panel-group .panel .panel-collapse.collapsing, .panel-group .panel .panel-collapse.collapse.in {border-bottom:1px solid #DEDEDE;}
.panel-heading {padding:0;border-radius:0;}
.panel-default > .panel-heading {background-color:transparent;border:1px solid #DEDEDE;}
.panel-body {padding:20px 0;}
.panel-group .panel {border:0;border-radius:0;background-color:transparent;padding:0;box-shadow:none;}
h4.panel-title {margin-bottom:0!important;}
.panel-title {position:relative;}
.panel-title > a {display:block;padding:15px 40px 15px 15px;font-size:20px;text-decoration:none !important;color:#009E4D !important;font-weight:500;}
.panel-title a[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:20px;width:20px;height:20px;background-image:url(/assets/icons/icon-plus.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:20px;width:20px;height:20px;background-image:url(/assets/icons/icon-minus.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;border-left:1px solid #DEDEDE;border-right:1px solid #DEDEDE;padding:20px;}
.panel-group .panel-body > *:last-child {margin-bottom:0;}
.panel-group .panel-body ul {padding-left:20px;}

/* Taber */
.taber-body {padding-top:15px;}

/* Lists > Globals */
.list-unstyled , .list-group {margin:0;padding:0;}
.list-group li {list-style:none;padding-bottom:10px;}
.list-group li a {color:#616161;}
.list-group li a.active {color:#000000;}

/* Lists > Group */
.list-group-item {background-color:#ffffff;border-bottom:1px solid #f4f4f4;border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child {border-radius:0;}
.list-group-item:last-child {border-radius:0;border-bottom:0;}

/* Lists > N Cols (ul) */
.list-2cols {-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols {-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

/* Lists > Boxes */
.list-boxes .icon-link {background-image:url(/assets/icons/icon-circle-link-primary.svg);background-size:contain;width:30px;height:30px;}

.list-boxes ul {display:flex;}
.list-boxes li {vertical-align:bottom;width:25%;}

.list-boxes .block .block-content {padding:0 20px 20px;position:absolute;bottom:0;left:0;right:0;width:100%;z-index:2;}

.list-boxes .block {background-image:none;background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;height:170px;overflow:hidden;}
.list-boxes li a:hover .icon-link {background-image:url(/assets/icons/icon-circle-link-white.svg);}
.list-boxes .block:hover .block-content h4 {color:#ffffff;}
.list-boxes .block:hover .block-content p {color:#ffffff;}
.list-boxes .block .block-bottom {height:4px;background:linear-gradient(
  to right,
  rgba(35, 39, 39, 1) 0%,
  rgba(0, 157, 77, 1) 100%
  );width:100%;position:absolute;bottom:0;}
.list-boxes .block:hover {opacity:1;transition:.3s ease-in-out background-image;}
.list-boxes .block h4 {font-size:21px;margin:15px 0 10px;}

.list-boxes .block.bg-assembly:hover {background-image:url(/assets/img/home-process-assembly.jpg);}
.list-boxes .block.bg-tropicalizzazione:hover {background-image:url(/assets/img/home-process-tropicalizzazione.jpg);}
.list-boxes .block.bg-test:hover {background-image:url(/assets/img/home-process-test.jpg);}
.list-boxes .block.bg-box-build:hover {background-image:url(/assets/img/home-process-box-build.jpg);}
.list-boxes .block.bg-warehouse:hover {background-image:url(/assets/img/home-process-warehouse.jpg);}

.list-boxes .block .block-content p {height:0;opacity:0;margin:0;line-height:20px;transition:.3s ease-in-out all;}
.list-boxes .block:hover .block-content p {opacity:1;height:45px;transition:.3s ease-in-out all;}
.list-boxes .block:hover:before {content:"";background-color: rgba(1, 84, 42, .4);position: absolute;top:0;left:0;right:0;bottom:0;width:100%;height: 100%;z-index:1;}

/* Lists > Sectors */
/* .list-sectors .block {margin:5px 2px;}
.list-sectors .block .block-content {padding:0 20px 20px;position:absolute;bottom:0;left:0;right:0;width:100%;}
.list-sectors .block {background-image:none;position:relative;height:190px;overflow:hidden;}
.list-sectors .block .block-bottom {height:4px;background:linear-gradient(to right,rgba(35, 39, 39, 1) 0%,rgba(0, 157, 77, 1) 100%);width:100%;position:absolute;bottom:0;}
.list-sectors .block.bg-building:hover {background-image:url(https://picsum.photos/500/500);opacity:1;transition:.3s ease-in-out background-image;}
.list-sectors .block h4 {font-size:21px;margin:15px 0 10px;}
.list-sectors .block .block-content p {height:0;opacity:0;margin:0;line-height:20px;transition:.3s ease-in-out all;}
.list-sectors .block:hover .block-content p {opacity:1;height:45px;transition:.3s ease-in-out all;}
.list-sectors .block:hover {box-shadow:0 2px 4px rgba(0,0,0,.5);}
.list-sectors .block .icon-link {opacity:0;height:0;transition:.3s ease-in-out all;background-image: url(/assets/icons/icon-arrow-right.svg);background-size:contain;background-position:center center;background-repeat:no-repeat;width:30px;}
.list-sectors .block:hover .icon-link {opacity:1;height:30px;transition:.3s ease-in-out all;} */

.list-sectors .block {margin:5px 2px;}
.list-sectors .block .block-content {padding:0 20px 20px;position:absolute;bottom:0;left:0;right:0;width:100%;}
.list-sectors .block {background-image:none;position:relative;height:190px;overflow:hidden;}
.list-sectors .block .block-bottom {height:4px;background:linear-gradient(to right,rgba(35, 39, 39, 1) 0%,rgba(0, 157, 77, 1) 100%);width:100%;position:absolute;bottom:0;}

.list-sectors .block h4 {font-size:21px;margin:15px 0 10px;}
.list-sectors .block .block-content p {height:0;opacity:0;margin:0;line-height:20px;transition:.3s ease-in-out all;}


/* Sidebar */
.sidebar-menu li a {padding:20px 0;display:inline-block;font-size:20px;font-weight:500;position:relative;width:100%;}
.sidebar-menu li a:before {content:"";width:15px;height:15px;background-image:url(/assets/icons/icon-angle-right-black.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;transform:translate(0, -50%);right:0;}
.sidebar-menu li a:hover:before {background-image:url(/assets/icons/icon-angle-right-primary.svg);}
.sidebar-menu li a.active:before {background-image:url(/assets/icons/icon-angle-right-primary.svg);}
.sidebar-menu li a.active , .sidebar-menu li a:hover {color:#009e4d;}
.sidebar-menu li + li {border-top:1px solid #bbbbbb;}

/* Scroll down */
.scroll-down {position:absolute;left:0;right:0;margin:0 auto;bottom:0;transform:translateX(-50%);z-index:9;text-align:center;font-size:12px;text-shadow:none;background-color:#ffffff;width:40px;height:40px;color:#585857;padding:12px;animation-duration:2s;}

/* Progress Bar */
.form-steps {display:block;width:100%;position:relative;margin:40px 0;}
.form-steps:after {content:"";display:table;clear:both;}
.form-steps__item {padding:0;position:relative;display:table-cell;width:1%;text-align:center;}
.form-steps__item-content {display:inline-block;}
.form-steps__item-icon {background:#eceff1;color:#8191ab;display:block;border-radius:100%;text-align:center;width:25px;height:25px;line-height:25px;margin:0 auto 10px auto;position:relative;font-size:13px;font-weight:700;z-index:2;}
.form-steps__item-text {font-size:13px;color:#8191ab;font-weight:500;}
.form-steps__item-line {display:inline-block;height:3px;width:100%;background:#cfd8dc;position:absolute;left:-50%;top:12px;z-index:1;}
.form-steps__item--active .form-steps__item-icon {background:#000;color:#ffffff;}
.form-steps__item--active .form-steps__item-text {color:#4f5e77;}
.form-steps__item--active .form-steps__item-line {background:#000;}
.form-steps__item--completed .form-steps__item-text {color:#222;}
.form-steps__item--completed .form-steps__item-icon {background:#000;color:transparent;background-size:10px;background-repeat:no-repeat;background-position:center center;width:25px;height:25px;line-height:25px;}
.form-steps__item--completed .form-steps__item-line {background:#000;}

/* Cards > Globals */
a.d-block {text-decoration:none;}
.card {position:relative;min-width:0;word-wrap:break-word;border:0;margin-bottom:30px;background-color:transparent;transition:.3s all ease-in-out;}
/* a.d-block:hover .card {opacity:.8;transition:.3s all ease-in-out;} */
.card .card-header {padding:14px 20px;font-size:18px;font-weight:bold;border-bottom:1px solid #f4f4f4;}
.card .card-bg {position:relative;width:100%;height:220px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.card .card-body {padding:18px 20px;color:#222222;}
.card .card-title {font-size:18px;font-weight:bold;margin:0 0 20px;}
.card .card-footer {padding:14px 20px;border-top:1px solid #f4f4f4;}
.card .card-footer:last-child {border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

/* Cards > Badges */
.card-badge {position:absolute;}
.card-badge.bottom-right {bottom:20px;right:20px;}
.card-badge.bottom-left {bottom:20px;left:20px;}
.card-badge.top-right {top:20px;right:20px;}
.card-badge.top-left {top:20px;left:20px;}

/* Cards > Overlay */
.card .card-overlay .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;width:100%;color:#F7F7F7;}
.card .card-overlay:before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;pointer-events:none;}

/* Cards > Overlay [Hover] */
.card.has--overlay .card-overlay {opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Overlay [Hover] > ICON */
.card .card-overlay .card-overlay__icon {opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay .card-overlay__icon {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Animation [Hover] > Elevation */
.card.has--elevation {transition:.3s all ease-in-out;box-shadow:none;}
.card.has--elevation:hover {-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);transition:.3s all ease-in-out;box-shadow:0 1rem 3rem rgba(0,0,0,.175);}

/* Cards > Elements */
.card .card-date {font-size:12px;margin-bottom:10px;}
.card .card-date:before {content:"\f073";font-family:"Font Awesome 5 Free";font-weight:normal;margin-right:5px;}
.card .card-price {font-size:22px;margin-bottom:10px;}
.card .card-category {font-size:12px;margin-bottom:10px;color:#807272;text-transform:uppercase;}
.card .card-category:before {content:"#";font-weight:normal;margin-right:5px;}
.card .card-link {padding:10px 20px;background:#000000;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Horizontal */
.card.horizontal {min-height:195px;overflow:hidden;clear:both;}
.card.horizontal .card-header {float:left;width:40%;}
.card.horizontal .card-body {float:left;width:60%;}
.card.horizontal .card-footer .card-link {padding:10px 20px;background-color:#000000;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Products */
.card.card-product {overflow:hidden;}
.card-product .card-bg {height:540px;}
.card-product .card-overlay {opacity:0;transition:opacity .3s ease-in-out;}
.card-product .card-overlay::before {background-color:rgba(0,158,77,.9);}
.card-product .card-overlay .card-body {padding:0;top:0;bottom:0;transform:none;}
.card-product .card-body h4 {position:absolute;top:50%;left:0;right:0;transform:translate(0,-50%);}
.card-product .card-body .btn {position:absolute;bottom:60px;left:50%;transform:translate(-50%,0);}
.card-product:hover .card-overlay {opacity:1;}

/* Cards > Gallery */
.card.card-gallery {overflow:hidden;}
.card-gallery .card-bg {height:445px;}

/* Cards > Anchors */
.card.card-anchor {transition:none;}
.card-anchor .card-body {padding:15px 15px 45px;height:100%;background-color:#F7F7F7;border-radius:12px;position:relative;transition:background-color .3s ease-in-out;}
.card-anchor .card-body h4 {font-size:16px;font-weight:700;margin:0;transition:color .3s ease-in-out;}
.card-anchor .card-body .btn-anchor {display:block;position:absolute;bottom:15px;right:15px;}
.card-anchor .card-body .icon-plus {transition:background-image .3s ease-in-out;}
.card-anchor:hover .card-body {background-color:#009E4D;}
.card-anchor:hover .card-body h4 {color:#fff;}
.card-anchor:hover .card-body .icon-plus {background-image:url(/assets/icons/icon-plus-white.svg);}

/* Cards > News */
.card-news .card-bg {border-radius:none;height:270px;}
.card-news .card-body {padding:30px 0 0;}
.card-news .card-date {font-size:16px;color:#4A4A4A;margin-bottom:5px;}
.card-news .card-date::before {display:none;}
.card-news h4 {font-size:30px;font-weight:500;margin-bottom:20px;}

/* Cards > News (text) */
.card-news-text {background-color: #fff;}
.card-news-text .card-body {padding:30px;}
.card-news-text .card-date {font-size:16px;color:#4A4A4A;margin-bottom:5px;}
.card-news-text .card-date::before {display:none;}
.card-news-text h4 {font-size:24px;font-weight:500;margin-bottom:20px;}

/* Cards > Slider */
.card.card-slider {display:inline-block;margin:0 15px;vertical-align:top;}
.card-slider .card-body {padding:0;}
.card-slider .card-img {width:450px;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
.form-group {position:relative;}
.form-control {border-radius:0;border:1px solid #DEDEDE;margin-bottom:15px;height:auto;padding:12px 15px;box-shadow:none;font-size:16px;color:#222222;line-height:24px;}
.form-control::placeholder {color:#464C4C;}
textarea.form-control {max-width:100%;}
.form-control.has-error , .control__privacy .control__indicator.has-error {border-color:rgb(169, 68, 66);background-color:rgba(169, 68, 66,.2);}
.form-control.has-error::placeholder {color:#fff;}
.form-recaptcha.has-error iframe {border:2px solid #a94442;}
.form-request .row {margin-left:-6px;margin-right:-6px;}
.form-request .row [class*="col-"] {padding-left:6px;padding-right:6px;}
.input-group .btn {border:1px solid #000000;}

/* Custom inputs */
.control {display:block;position:relative;padding:0 0 0 30px;margin:0 0 20px 0;cursor:pointer;font-size:14px;}
.control input {position:absolute;z-index:-1;opacity:0;}
.control-group {display:inline-block;vertical-align:top;background:#ffffff;text-align:left;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:30px;width:200px;height:210px;margin:10px;}
.control--group {display:block;position:relative;padding-left:35px;margin:32px 0;cursor:pointer;font-size:16px;}
.control--radio .control__indicator {border-radius:50%;border:1px solid #dddddd;background:#ffffff!important;}
.control__indicator {position:absolute;top:0;left:0;height:20px;width:20px;background:#ffffff;border:1px solid #DBDADA;border-radius:3px;}
.control__indicator:after {content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator , .control input:focus ~ .control__indicator {background:#f4f4f4;}
.control:hover input:not([disabled]):checked ~ .control__indicator , .control input:checked:focus ~ .control__indicator {background:#009D4D;}
.control input:checked ~ .control__indicator {background:#009D4D;border:0;border:1px solid #dddddd;}
.control input:checked ~ .control__indicator:after {display:block;}
.control input:disabled ~ .control__indicator {background:#e6e6e6;opacity:.6;pointer-events:none;}
.control--checkbox .control__indicator:after {left:5px;top:2px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {border-color:#7b7b7b;}
.control--radio .control__indicator:after {left:4px;top:4px;height:8px;width:8px;border-radius:50%;background:#7b7b7b;}
.control--radio input:disabled ~ .control__indicator:after {background:#7b7b7b;}
.select {position:relative;display:inline-block;width:100%;}
.select select {width:100%;cursor:pointer;margin:0;padding:8px 30px 8px 12px;outline:0;background:#ffffff;color:#000000;-ms-appearance:none;-webkit-appearance:none;appearance:none;-moz-appearance:none;border:1px solid #dddddd;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border-color:#dddddd;}
.select select::-ms-expand {display:none;}
.select select:disabled {opacity:.5;pointer-events:none;}
.select__arrow:before {content:"";position:absolute;width:15px;height:15px;top:50%;transform:translate(0,-50%);right:15px;pointer-events:none;background-image:url(/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-size:15px;background-position:center center;}
.select select:hover ~ .select__arrow , .select select:focus ~ .select__arrow {border-top-color:#000000;}
.select select:disabled ~ .select__arrow {border-top-color:#807272;}
.box-radio {border:1px solid #f4f4f4;border-radius:.75rem;}

/* Isotope > Globals */
.isotope__filters {margin:30px 0;text-align:center;}
.isotope__filters .btn {margin:4px;}
.isotope__filters .btn.is-checked {background:red !important;color:#ffffff;}

/* Tiny Slider > Globals */
.tiny-slider {opacity:0;}
.tiny-slider.tns-slider {opacity:1;}

/* Tiny Slider > Dots */
.tns-nav {position:absolute;bottom:30px;left:0;right:0;margin:0 auto;text-align:center;z-index:1;}
.tns-nav button {border-radius:100%;width:15px;height:15px;box-shadow:none;border:1px solid #fff;margin:0 3px;background:transparent;padding:0;}
.tns-nav .tns-nav-active {background:rgba(255,255,255,1);}

/* Tiny Slider > Controls */
.carousel-arrows-lr .prev:hover , .carousel-arrows-lr .next:hover {cursor:pointer;}
.carousel-arrows-lr .prev:focus , .carousel-arrows-lr .next:focus {outline:none;}
.carousel-arrows-lr .prev {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;left:0;background-image:url(/assets/icons/icon-arrow-left.svg);background-repeat:no-repeat;background-size:cover;background-position:center center;width:30px;height:30px;}
.carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:0;background-image:url(/assets/icons/icon-arrow-right.svg);background-repeat:no-repeat;background-size:cover;background-position:center center;width:30px;height:30px;}

/* Carousels > Home */
.carousel-container {position:relative;}
.carousel-container .card {margin:0;}
.carousel-home .card-bg {height:794px;}
.carousel-home .card .card-overlay:before {display:none;}
.carousel-home .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}
.carousel-home h1 {font-family:"Albert Sans",sans-serif;font-weight:500;font-size:80px;color:#F7F7F7;margin-bottom:0;line-height:96px}
.carousel-home h2 {font-family:"Albert Sans",sans-serif;font-weight:400;font-size:30px;color:#F7F7F7;margin-bottom:0;line-height:36px}
.carousel-home h2 strong {font-weight:700;}
.carousel-home h2 + .btn {margin-top:30px;}

/* Carousels > Gallery */
.carousel-gallery {padding-top:50px;}
.carousel-gallery .carousel-arrows-lr {display:none;}
.carousel-gallery .tns-nav {top:0;bottom:unset;right:255px;left:unset;width:calc(50% - 270px);transform:translate(0,-100%);border-bottom:2px solid #009E4D;display:flex;}
.carousel-gallery .tns-nav button {border-radius:0;border:0;width:100%;height:6px;background-color:transparent;margin:0;transition:background-color .3s ease-in-out;}
.carousel-gallery .tns-nav .tns-nav-active {background-color:#009E4D;}

/* Carousels > Gallery > Simple */
.carousel-gallery-simple .carousel-arrows-lr {display:none;}

/* Carousels > Gallery > Expanded */
.carousel-gallery-expanded {padding:0 60px;}
.carousel-gallery-expanded .card-gallery .card-bg {height:400px;border-radius:20px;}

/* Carousels > Sectors */
.carousel-sectors {margin-top:50px;}
.carousel-sectors .carousel-arrows-lr .prev {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;left:-55px;background-image:url(/assets/icons/icon-circle-angle-left.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;width:30px;height:30px;background-color:transparent;}
.carousel-sectors .carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:-55px;background-image:url(/assets/icons/icon-circle-angle-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;width:30px;height:30px;background-color:transparent;}


/* Carousels > Anchors */
.carousel-anchors .carousel-arrows-lr {display:none;}
.carousel-anchors .tiny-slider {display:flex;}
.carousel-anchors .tns-nav {display:none;bottom:-10px;transform:translate(0,100%);}
.carousel-anchors .tns-nav button {border-color:#222222;}
.carousel-anchors .tns-nav button.tns-nav-active {background-color:#222222;}

/* Icons */
.icon {width:10px;height:10px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon12 {width:12px;height:12px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon20 {width:20px;height:20px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon30 {width:30px;height:30px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon45 {width:45px;height:45px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon50 {width:50px;height:50px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon65 {width:65px;height:65px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon--right {background-position:right center;}
.icon--middle {vertical-align:middle;position:relative;}
.icon--inline {vertical-align:middle;position:relative;margin-right:4px;}
.icon--inline-after {vertical-align:middle;position:relative;margin-left:4px;}
.icon-play {content:"\f04b";font-family:"Font Awesome 5 Free";}

/* Icons > Images */
.icon-flag-it {background-image:url(/assets/icons/icon-flag-it.svg);}
.icon-flag-uk {background-image:url(/assets/icons/icon-flag-uk.svg);}
.icon-angle-up {background-image:url(/assets/icons/icon-angle-up.svg);}
.icon-angle-down {background-image:url(/assets/icons/icon-angle-down.svg);}
.icon-angle-right {background-image:url(/assets/icons/icon-angle-right.svg);}
.icon-arrow-left {background-image:url(/assets/icons/icon-arrow-left.svg);}
.icon-arrow-right {background-image:url(/assets/icons/icon-arrow-right.svg);}
.icon-arrow-right-white {background-image:url(/assets/icons/icon-arrow-right-white.svg);}
.icon-employees {background-image:url(/assets/icons/icon-employees.svg);}
.icon-area {background-image:url(/assets/icons/icon-area.svg);}
.icon-experience {background-image:url(/assets/icons/icon-experience.svg);}
.icon-price {background-image:url(/assets/icons/icon-price.svg);}
.icon-electronic-boards {background-image:url(/assets/icons/icon-electronic-boards.svg);}
.icon-electronic-systems {background-image:url(/assets/icons/icon-electronic-systems.svg);}
.icon-production {background-image:url(/assets/icons/icon-production.svg);}
.icon-plus {background-image:url(/assets/icons/icon-plus.svg);}
.icon-plus-white {background-image:url(/assets/icons/icon-plus-white.svg);}
.icon-minus {background-image:url(/assets/icons/icon-minus.svg);}
.icon-menu {background-image:url(/assets/icons/icon-menu.svg);}
.icon-world {background-image:url(/assets/icons/icon-world.svg);}
.icon-menu-down {background-image:url(/assets/icons/icon-menu-down.svg);}
.icon-close-primary {background-image:url(/assets/icons/icon-close-primary.svg);}

.icon-sector-electromedical {background-image:url(/assets/icons/icon-sector-electromedical.svg);}
.icon-sector-environment {background-image:url(/assets/icons/icon-sector-environment.svg);}
.icon-sector-food {background-image:url(/assets/icons/icon-sector-food.svg);}
.icon-sector-trains {background-image:url(/assets/icons/icon-sector-trains.svg);}
.icon-sector-energy {background-image:url(/assets/icons/icon-sector-energy.svg);}
.icon-sector-oil {background-image:url(/assets/icons/icon-sector-oil.svg);}
.icon-sector-tools {background-image:url(/assets/icons/icon-sector-tools.svg);}
.icon-sector-textile {background-image:url(/assets/icons/icon-sector-textile.svg);}


/* Tables */
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;}

/* Tables > Cart */
.checkout__recap .badge {background:transparent;color:#000;padding:0;font-size:initial;line-height:initial;font-weight:normal;}
.table.table-cart .price , .checkout__recap .price {font-weight:bold;font-size:18px;}
.table.table-cart .list-inline a {font-size:12px;}
.table.table-cart input[type="number"] {width:60px;margin-bottom:0;}

/* Head + Nav */
nav .container {position:relative;}
.nav .open > a , .nav .open > a:focus , .nav .open > a:hover {background-color:transparent;}
.navbar.navbar-default {min-height:auto;margin-bottom:0;background-color:#F7F7F7;border:0;box-shadow:none;border-radius:0;padding:0 240px;height:110px;transition:.3s ease-in-out all;}
.navbar.navbar-default .navbar-brand {padding:15px 15px;height:auto;}
.navbar.navbar-default .navbar-brand > img {height:80px;transition:.3s ease-in-out all;display:inline-block;margin:0 auto;}
.navbar.navbar-default .navbar-nav > .navbar-divider {padding:50px 70px;}
.navbar.navbar-default .navbar-nav > li {margin:0;}
.navbar.navbar-default .navbar-nav > li > a {padding:40px 30px;color:#0C0D0D;font-weight:500;font-size:18px;transition:.3s ease-in-out all;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#0C0D0D;background-color:transparent;}
.navbar.navbar-default .navbar-nav > li > a.active {color:#0C0D0D;}
.navbar.navbar-default .navbar-nav > li > a span {position:relative;}
.navbar.navbar-default .navbar-nav > li > a span::after {content:"";position:absolute;bottom:-2px;left:50%;height:2px;width:0;transform:translate(-50%,0);background-color:#009E4D;transition:width .3s ease-in-out;}
.navbar.navbar-default .navbar-nav > li > a:hover span::after {width:100%;}
.navbar.navbar-default .navbar-nav > li > a.active span::after {width:100%;}
.navbar-default .navbar-nav > li > a.active {background-color:transparent;color:#3d99f5;}
.navbar.navbar-default .navbar-nav > .open > a , .navbar.navbar-default .navbar-nav > .open > a:focus , .navbar.navbar-default .navbar-nav > .open > a:hover {background-color:transparent;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}
.dropdown-lang + .dropdown-menu {width:70px;min-width:initial;}
.dropdown-lang + .dropdown-menu li a {font-size:18px;padding:10px 15px;text-align:center;color:#9c9c9c;font-weight: normal;}

.navbar.navbar-default .navbar-brand {transform:translateX(-50%);left:50%;position:absolute;}
.navbar.navbar-default ul li a .text {display:inline-block;vertical-align:middle;margin-right:10px;color:#9c9c9c;font-weight:normal;}
.navbar.navbar-default .text {display: inline-block;vertical-align:middle;color:#9c9c9c;font-weight:normal;}
.navbar.navbar-default .btn-group .btn-icon {font-weight:normal;}
.btn-group.open .dropdown-toggle {box-shadow:none;}
.btn-group.open .text span:after {content:"";position:relative;display:inline-block;vertical-align:middle;background-image:url(/assets/icons/icon-menu-down.svg);background-position:center center;background-size:contain;width:10px;height:10px;}
.navbar.navbar-default .btn.btn-menu {padding:40px 0 15px;background-color: transparent;border:0;box-shadow:none;border-radius:0;}
.navbar.navbar-default .btn.btn-icon {padding:40px 0 15px;transition:.3s ease-in-out all;border-radius:0;}

/* Head + Affix */
.navbar.navbar-default.is--affix {box-shadow:0 0 7px rgba(0,0,0,.3);height:60px;transition:.3s ease-in-out all;}
.navbar.navbar-default.is--affix .navbar-brand {padding-top:10px;padding-bottom:0;}
.navbar.navbar-default.is--affix .navbar-brand img {height:40px;transition:.3s ease-in-out all;}
.navbar.navbar-default.is--affix .navbar-nav > li > a {padding:20px 30px;transition:.3s ease-in-out all;}
.navbar.navbar-default.is--affix .btn.btn-icon {padding-top:15px;transition:.3s ease-in-out all;}
.navbar.navbar-default.is--affix .btn.btn-menu {padding-top:15px;transition:.3s ease-in-out all;}

/* Head + Megamenu */
/* .navbar.navbar-default .dropdown.mega-menu {position:static;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu {width:100%;border:0;border-radius:0;padding:20px 25px;box-shadow:none;border-top:1px solid #f4f4f4;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:0;position:relative;display:block;border:0;box-shadow:none;margin-top:10px;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {display:block;padding:5px 0;color:#333333;white-space:nowrap;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a:focus , .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a:hover {color:#3d99f5;text-decoration:none;background-color:transparent;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {text-transform:uppercase;font-weight:700;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:none;} */

/* Full page menu */
body.is--menu-open {overflow:hidden;}
.fullpage-menu {display:none;visibility:hidden;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#ffffff;z-index:9999;}
.fullpage-menu.is--open {display:block;visibility:visible;}
.fullpage-menu:before {content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:50%;background-color:#009e4d;height:100vh;}
.fullpage-menu .btn-close {position:absolute;top:35px;right:260px;background-color:transparent;box-shadow:none;border:0;}
.fullpage-menu .content-center {position:absolute;top:50%;transform:translate(0, -50%);width:100%;left:0;right:0;margin:0 auto;}
.fullpage-menu .list-nav {padding:0 60px;width:500px;float:right;display:block;}

.fullpage-menu .list-nav li a {font-size:40px;color:#0c0d0d;font-weight:500;padding:15px 0;display:inline-block;transition: .3s ease-in-out all;}
.fullpage-menu .list-nav li a:after {content:"";width:30px;height:30px;background-image:url(/assets/icons/icon-arrow-right-white.svg);background-repeat:no-repeat;background-size:contain;position:relative;display:inline-block;vertical-align:middle;margin-left:15px;transition: .3s ease-in-out all;opacity:0;}
.fullpage-menu .list-nav li a:hover , .fullpage-menu .list-nav li a.active {color:#ffffff;transition: .3s ease-in-out all;}
.fullpage-menu .list-nav li a:hover:after, .fullpage-menu .list-nav li a.active:after {content:"";width:30px;height:30px;background-image:url(/assets/icons/icon-arrow-right-white.svg);background-repeat:no-repeat;background-size:contain;position:relative;display:inline-block;vertical-align:middle;margin-left:15px;transition: .3s ease-in-out all;opacity:1;}

.fullpage-menu .content-bottom {padding:0 60px;height:500px;}
.fullpage-menu .content-bottom .content-bottom-align {position:absolute;bottom:0;left:0;right:0;width:100%;padding:0 150px;}

.fullpage-menu .block-data + .block-data {margin-top:30px;}
.fullpage-menu .block-data h4 {font-size:16px;color:#009e4d;font-weight:normal;margin-bottom:10px;}
.fullpage-menu .list-social {margin-top:20px;}
.fullpage-menu .list-social ul {margin-bottom:0;margin-left:-7px;}
.fullpage-menu .list-social i {font-size:30px;}

.menu-open-mobile {position: absolute;right:30px;}


/* has-loadmore */
/* .has-loadmore .card {display:none;} */

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#f0f0f0 !important;}
.bg-grey-dark {background-color:#333333 !important;}
.bg-grey-light {background-color:#F7F7F7 !important;}
.bg-black {background-color:#000000 !important;}
.bg-white {background-color:#ffffff !important;}
.bg-primary {background-color:#009E4D !important;}

.bg-products {background-image:url(/assets/img/bg-products.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-contacts {background-image:url(/assets/img/bg-contacts.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-what {background-image:url(/assets/img/bg-what.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-inc-company {background-image:url(/assets/img/bg-inc-company.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}

.bg-parallax {background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed;}

.section-parallax {height:600px;}

/* Section > Globals */
.section {position:relative;padding:100px 0;}
.section.pt-half {padding-top:50px;}
.section.pb-half {padding-bottom:50px;}
.section.section-narrow {padding:20px 0;}
.section.has-overlay::before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);}
.section p + .btn {margin-top:20px;}
.section .lead {font-size:20px;font-weight:500;margin-bottom:20px;}

/* Dividers */
.divider {display:inline-block;margin:20px 0;width:100%;max-width:160px;height:3px;}
.divider-primary {background:#333;}

/* Section > Titles */
.section-title .pre-title {font-family:'Albert Sans',sans-serif;font-weight:500;font-size:30px;margin-bottom:20px;color:#009E4D;}
.section-title h1 {font-family:'Albert Sans',sans-serif;font-weight:500;font-size:50px;}
.section-title h3 {font-family:'Albert Sans',sans-serif;font-weight:500;font-size:40px;margin-bottom:20px;}
.section-title h4 {font-size:30px;font-weight:500;margin-bottom:30px;}
.section-title h3 + .divider {margin-top:0;}
.section-title div[class*="icon-"] + h3 {margin-top:20px;}

/* Section > Header */
.section.section-header {padding-left:0;padding-right:0;}
.section-header .section-title h1 {margin-bottom:0;}

/* Section > Video */
.section-video {overflow:hidden;position:relative;height:70vh;}
.section-video .button-play {position:absolute;bottom:30px;left:30px;}
.section-video .button-audio {position:absolute;bottom:30px;right:30px;}
.section-video .videoContainer {pointer-events:none;width:100%;max-height:70vh;height:70vh;top:0;left:0;bottom:0;right:0;transform:scale(2);overflow:hidden;}
.section-video iframe {width:100%;height:100%;}

/* Section > Video > Cover */
.section-video-cover{overflow:hidden;position:relative;min-height:600px;max-height:900px;height:calc(100vh - 100px);}
.section-video-cover .videoContainer{position:absolute;top:0;bottom:0;width:100%;height:100%;overflow:hidden;-webkit-transition:width .3s;-moz-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.section-video-cover .videoContainer .videoBg{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.section-video-cover .video-buttons {position:absolute;bottom:20px;left:20px;z-index:9;}
.section-video-cover .video-buttons .btn-video-audio {padding:23px;background-image:url(/assets/icons/icon-audio-on.svg);background-repeat:no-repeat;background-size:30px;background-position:center center;}
.section-video-cover .video-buttons .btn-video-audio.is--muted {background-image:url(/assets/icons/icon-audio-off.svg);background-repeat:no-repeat;background-size:17px;background-position:center center;}
.section-video-cover .card {margin:0;border:0;background-color:transparent;position:absolute;top:0;bottom:0;left:0;right:0;}
.section-video-cover .card .card-overlay::before {opacity:.8;
  background: rgb(0,157,77);
  background: -moz-linear-gradient(45deg, rgba(35,39,39,1) 0%, rgba(0,157,77,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(35,39,39,1) 0%, rgba(0,157,77,1) 100%);
  background: linear-gradient(45deg, rgba(35,39,39,1) 0%, rgba(0,157,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d4d', endColorstr='#232727',GradientType=1 );
}
.section-video-cover .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}
.section-video-cover h1 {font-family:"Albert Sans",sans-serif;font-weight:500;font-size:120px;color:#F7F7F7;margin-bottom:30px;}
.section-video-cover h2 {font-family:"Albert Sans",sans-serif;font-weight:500;font-size:30px;color:#F7F7F7;margin-bottom:0;}
.section-video-cover h2 + .btn {margin-top:30px;}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .section-video-cover {height:300px;}
}
@media only screen and (min-width: 768px) and (max-width:959px){
  .section-video-cover {height:300px;}
}

/* Section > Breadcrumbs */
.section-breadcrumbs {padding:0;background-color:#f5f5f5;font-size:12px;}
.section-breadcrumbs .breadcrumb {background:transparent;padding:12px 0;}
.breadcrumb>.active {color:#606060;}

/* Section > Counter */
.section-counter .counter {font-size:52px;font-family:'Albert Sans',sans-serif;font-weight:bold;margin:10px 0;display:inline-block;vertical-align:baseline;color:#009E4D;}
.section-counter .counter-text {font-size:21px;font-weight:500;margin:0;display:inline-block;vertical-align:baseline;color:#009E4D;font-size:30px;font-weight:bold;}
.section-counter .counter_item {height:150px;position: relative;}
.section-counter .counter_item .card-body {padding:20px;}
.section-counter .counter_item p {color:#0C0D0D;font-weight:bold;margin-bottom:10px;} 
.section-counter .counter_item .card-body:before {content:"";height:4px;background:linear-gradient( to right, rgba(35, 39, 39, 1) 0%, rgba(0, 157, 77, 1) 100% );width:100%;position:absolute;bottom:0;}


/* Section > Timeline */
.section-timeline .timeline-event {display:inline-block;width:100%;cursor:pointer;margin-bottom:20px;}
.section-timeline .timeline-event:before {content:"";width:100%;height:2px;border-top:1px dashed #807272;position:absolute;bottom:8px;left:0;right:0;}
.section-timeline .timeline-event:after {content:"";width:20px;height:20px;border-radius:100%;border:2px solid #000000;position:absolute;bottom:0;background:#ffffff;z-index:9;}
.section-timeline .timeline-event:focus {outline:none;}
.section-timeline .timeline-event .year h3 {font-size:28px;margin-bottom:10px;}
.section-timeline .timeline-event h4 {min-height:50px;font-size:12px;padding-right:20px;}
.section-timeline .timeline-event {padding:10px 0;}

/* Search Page */
.section-search .card {display:none;border-top:0;border-left:0;border-right:0;padding-bottom:30px;}
.section-search .card .card-body {padding:0;}
.section-search .card .card-body .card-text span {background:yellow;}
.section-search .card .card-body .card-link {background:transparent;color:#000000;padding:0;}

/* Section > Portfolio */
.section-portfolio .portfolio-filter {border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;width:100%;}
.section-portfolio .portfolio-filter .filter-button {display:inline-block;padding:10px 23px;background:transparent;border:none;color:#9b9b9b;letter-spacing:0;font-size:13px;cursor:pointer;font-weight:300;}
.section-portfolio .portfolio-filter .filter-button:hover , .section-portfolio .portfolio-filter .filter-button:focus , .section-portfolio .portfolio-filter .filter-button:active {background:#f4f4f4;color:#000000;}
.section-portfolio .portfolio-filter .filter-button:focus {outline:0;}
.section-portfolio .portfolio-filter {display:inline-block;text-align:center;margin:30px 0;}
.section-portfolio .portfolio-img img {width:100%;height:230px;-o-object-fit:cover;object-fit:cover;padding:3px 3px;}

/* Section > Image/Text */
.section-half .block-image {position:absolute;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:50%;background-position:center center;}
.image--right {right:0;left:auto;}
.image--left {left:0;right:auto;}
.image--cover {background-size:cover;}
.image--contain {background-size:contain;}

/* Section > Text Image */
.section-text-image .row.align-center {display:flex;flex-wrap:wrap;align-items:center;}
.section-text-image .img-responsive {margin:0 auto;width:100%;}
.section-text-image video {width:100%;}
.section-text-image .video-cover {overflow:hidden;position:relative;height:540px;}
.section-text-image .video-cover .videoContainer {position:absolute;top:0;bottom:0;width:100%;height:100%;overflow:hidden;}
.section-text-image .video-cover .videoContainer video {min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.section-text-image .panel-group {margin:60px 0 0;}
.section-text-image .carousel-gallery-expanded {margin-top:75px;}

/* Section > Half Products */
.section-half-products::before {content:"";position:absolute;top:0;bottom:0;left:0;width:50%;z-index:-1;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(/assets/img/img-electronic-boards.jpg);}
.section-half-products::after {content:"";position:absolute;top:0;bottom:0;right:0;width:50%;z-index:-1;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(/assets/img/img-electronic-systems.jpg);}
.section-half-products .section-title h3 {margin-top:20px;}
.section-half-products .content-box {padding-left:75px;margin-bottom:50px;}
.section-half-products .content-box.light-content {padding-right:75px;padding-left:0;color:#F7F7F7;}
.section-half-products .content-box .btn {display:none;}

/* Section > Gallery */
.section.section-gallery {padding-left:0;padding-right:0;}
.section-gallery .btn {margin-top:50px;}

/* Section > Certifications */
.section-certification .row.align-center {display:flex;flex-wrap:wrap;align-items:center;}
.section-certification .section-title h3 {margin-bottom:50px;}
.section-certification .img-responsive {margin:0 auto 20px;height:100px;}
.section-certification .img-responsive.d-inline-block {margin-left:15px;margin-right:15px;}

/* Section > Anchors */
.section-anchors .carousel-anchors {margin:60px 0 0;}

/* Section > Request */
.section-request p {color:#4A4A4A;margin-bottom:15px;}
.section-request .btn.btn-map {background-color:transparent;color:#009E4D !important;padding:0;border-radius:0;margin:0;}
.section-request .divider {display:block;height:0;margin:60px 0 0;}

/* Section > News */
.section-news .has-loadmore .row.d-flex {display:flex;flex-wrap:wrap;}
.section-news .has-loadmore .card {margin-bottom:60px;}

/* Section > News > Detail */
.section-news-detail .news-date {color:#4A4A4A;margin-bottom:15px;font-size:14px;}
.section-news-detail .text-container *:last-child {margin-bottom:0;}
.section-news-detail .card-gallery {border-radius:none;}
.section-news-detail .carousel-gallery-simple {max-width:100%;}
.section-news-detail .carousel-gallery-simple .tns-nav {bottom:15px;}
.section-news-detail .carousel-gallery-simple .img-responsive {width:100%;}
.section-news-detail .carousel-gallery-simple {margin-bottom:30px;}
.section-news-detail .text-container {margin-bottom:30px;}
.section-news-detail .btn-filter {cursor:auto;}

/* Section > Map */
.section.section-map {padding:0;}
.section-map .contact-maps {width:100%;height:400px;border:0;}
.map-container {height:400px;position:relative;background-color:#f1f1f1;}
.map-container .cookie-accept-text {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;text-align:center;z-index:0;}
.section-map iframe {z-index:1;position:relative;}

/* Section > Message */
.section-message h1 {font-size:140px;font-weight:500;margin-bottom:20px;}
.section-message h1.title-small {font-size:50px;}
.section-message p {margin-bottom:0;color:#4A4A4A;}
.section-message .btn {margin-top:30px;}

/* Section > Coming Soon */
.section.section-coming-soon {height:100vh;max-height:900px;min-height:500px;padding:0;}
.section-coming-soon .container {position:absolute;top:50%;left:0;right:0;transform:translate(0,-50%);}
.section-coming-soon .img-responsive {width:350px;margin:0 auto 20px;}
.section-coming-soon h1 {font-size:100px;font-weight:500;margin-bottom:20px;}
.section-coming-soon p {margin-bottom:0;color:#4A4A4A;}

/* Section > Images right */
.section.section-images-right {padding:55px 0;}
.section-images-right .card-slider:nth-child(odd) {margin-top:60px;}
.section-images-right .card-slider:nth-child(even) {margin-bottom:60px;}
.section-cta-right .cta-right {text-align:right;}

/* Section > Payoff */
.section.section-payoff {padding:175px 0;}
.section.section-payoff.section-video-cover {height:auto;}
.section.section-payoff.section-video-cover .videoContainer::after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);}
.section.section-payoff .section-title h3 {font-size:60px;}

/* Section > Payoff > CTA */
.section.section-payoff-cta {padding:55px 0;}
.section-payoff-cta .cta-right {text-align:right;}
.section-payoff-cta .section-title h3 {margin-bottom:5px;}
.section-payoff-cta p {margin-bottom:0;}

/* Section > Processes */
.section-processes .sidebar-col {padding-right:20px;}
.section-processes .content-col {padding-left:20px;}

.gallery-offset > .row {display:flex;flex-wrap:wrap;gap:30px 0;}
.gallery-offset .offset-top {margin-top:30px;}

/* Section > Footer */ 
.section.section-footer {background-color:#000;border-top:4px solid #009E4D;color:#F7F7F7;padding-top:50px;padding-bottom:5px;padding-left:250px;padding-right:250px;}
.section-footer h4 {font-family:'Albert Sans',sans-serif;font-weight:500;font-size:22px;margin-bottom:20px;}
.section-footer p {margin-bottom:20px;}
.section-footer .list-inline {margin-bottom:20px;margin-left:-5px;}
.section-footer .list-inline > li {padding:0 5px;font-size:20px;}
.section-footer .media {margin:0 0 20px;}
.section-footer .media img {height:45px;}
.section-footer .media p {margin:0;}

/* Section > Footer > Copy */ 
.section.section-copy {padding-top:25px;padding-bottom:50px;padding-left:250px;padding-right:250px;background-color:#000;}
.section-copy p {color:#B0B0B0;margin:0;}
.section-copy .img-link {display:inline-block;margin-left:10px;}
.section-copy .img-link img {display:inline-block;width:70px;vertical-align:-1px;}

 /* Landing */
.landing .section-request .form-control {background-color:#000000;color:#ffffff;border-color:#bbbbbb;}
.landing .section-request .form-control::placeholder {color:#ffffff;}
.landing .section-header .section-title h2 {font-size:36px;margin-top:10px;}
.landing .section-title h3 {font-size:35px;}


/* 
------------------------------------------
Shop 
------------------------------------------
*/

/* Head > Cart Dropdown Menu */
.dropdown-cart {min-width:250px;padding:15px 15px 0;}
.dropdown-cart li {margin-bottom:10px;}
.dropdown-cart li p {margin-bottom:0;}
.dropdown-cart .btn-primary {color:#ffffff;padding:8px 0;text-align:center;font-size:14px;}
.navbar .badge {position:absolute;left:10px;bottom:10px;z-index:9;background:#3d99f5;color:#ffffff;border-radius:100%;padding:3px 5px;font-size:10px;}

/* Section > Product Detail */
.section-product-detail .product-detail-code {margin-bottom:20px;}
.section-product-detail .product-detail-breadcrumbs .breadcrumb.breadcrumb {padding:8px 0;background-color:transparent;border-radius:0;font-size:12px;}
.section-product-detail .product-detail-title {font-weight:700;}
.section-product-detail .product-detail-price {font-size:40px;font-weight:700;margin-bottom:20px;}
.section-product-detail .product-detail-price span {font-size:16px;font-style:italic;font-weight:normal;}
.section-product-detail .product-detail-smalltext {margin-bottom:20px;}
.section-product-detail .product-detail-smalltext p {margin-bottom:0;}
.section-product-detail .product-detail-tab {margin-top:40px;}
.section-product-detail .product-detail-tab .tab-content {border-bottom:1px solid #dddddd;border-right:1px solid #dddddd;border-left:1px solid #dddddd;border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;padding:20px;}

/* Section > Product Related */
.section-products-related {background:#f4f4f4;}
.section-products-related h3 {margin-bottom:40px;font-weight:700;}

/* Page > Product (show more) */
.product {display:none;}

/* Page > Cart */
.alert-notices {padding-bottom:0;}
.section-shop-pages.cart .card.is--box {background:#f1f1f1;}
.section-shop-pages.cart .card.is--box .card-body {padding:10px;}
.section-shop-pages.cart .card .card-header {background:none;padding:15px 10px 0;font-weight:700;}
.section-shop-pages .form-group {margin-bottom:0;}
.section-shop-pages .form-control {border:1px solid #dddddd;margin-bottom:0;}
.section-shop-pages .select {margin-bottom:0;}

/* Shop Sidebar */
.shop-sidebar ul li {padding:5px 0;}
.shop-sidebar ul li a {color:#cccccc;}
.shop-sidebar ul li a:hover , .shop-sidebar ul li a.active {color:#000000;}
.shop-sidebar ul li a.logout:hover {color:#ff0000;}

/* Page > Login */
.section-login .card {padding:30px;}
.section-login .card .card-header {background:none;}
.section-login .card .card-header small {margin:20px 0;display:inline-block;opacity:.7;}
.section-login .card .card-body {padding:20px 0 0;}
.section-login .control {font-size:12px;}

/* Alerts */
.alert-notice {padding:0;}
.alert-notice .alert {margin:20px 0;}

/* Page > Panels */
.section-checkout .panel {box-shadow:none;}

/* Carousels > Products Related */
.carousel-products-related {margin:0 70px;}
.carousel-products-related .card {margin:0;}
.carousel-products-related .carousel-arrows-lr .prev {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;left:-55px;background-image:url(/assets/icons/icon-carousel-left.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(0,0,0,.3);border-radius:100%;}
.carousel-products-related .carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:-55px;background-image:url(/assets/icons/icon-carousel-right.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(0,0,0,.3);border-radius:100%;}

/* Page > Detail */
.prod-detail .prod__thumbs ul {list-style:none;margin:0;padding:0;}
.prod-detail .prod__thumbs ul li {display:block;}
.prod-detail .prod__thumbs ul li img {border:1px solid #e2e2e2;height:120px;padding:13px 20px;margin-bottom:15px;}
.prod-detail .prod__img {border:1px solid #d7d7d7;padding:20px;height:485px;background-position:center center!important;background-size:80%!important;}
.prod__detail h1 {font-size:45px;color:#000000;text-transform:uppercase;}
.prod__detail-category {font-weight:300;font-size:21px;text-transform:uppercase;}
.prod__detail-price {font-size:35px;font-weight:700;display:inline-block;margin-top:20px;}
.prod__detail-vat {display:inline-block;font-size:13px;color:#9b9b9b;margin-left:15px;}
.prod__detail-fav {position:absolute;right:0;}
.prod__detail-table {display:inline-block;margin:20px 0;width:100%;}
.prod__detail-table span {font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;}
.prod__detail-table p {font-size:14px;}
.prod__detail-description p {font-size:14px;}
.prod__variations p {font-size:13px;color:#9b9b9b;height:27px;position:absolute;vertical-align:middle;transform:translate(0%,50%);margin:0;}
.prod__variations input.form-control.wauto {border:1px solid #ececec;box-shadow:none;max-width:80px;}
.prod__share {opacity:.4;color:#000000;font-size:12px;margin-top:30px;}
.prod__share i {opacity:.4;color:#000000;font-size:16px;}
.prod__share i:hover {opacity:1;}
.prod__share .list-inline {margin:0;}
.prod__share {display:inline-block;width:100%;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;padding:10px 0;}
.prod-description p , .prod-description ul li {font-size:13px;line-height:20px;color:#9b9b9b;}
.prod-related h3 {font-family:"Roboto",sans-serif;font-weight:300;text-transform:uppercase;}

/* Page > Checkout */
.section-checkout .checkout-bill .badge {border-radius:0;background:transparent;font-weight:700;color:#000000;padding:0;font-size:14px;}
.section-checkout .checkout-bill.affix .panel {width:360px;}
.section-checkout .checkout-bill .list-group-item {border:0;background:transparent;}
.section-checkout .checkout-bill__total span {font-weight:700;font-size:30px;}
.section-checkout .checkout-payments p {font-size:12px;margin-top:10px;font-weight:normal;}
.section-checkout .checkout-finalprice {font-size:20px;font-weight:700;padding:0 0 15px;}

/* 
------------------------------------------
End Shop 
------------------------------------------
*/




/* 
------------------------------------------
Responsive 
------------------------------------------
*/

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:60px;}
  
  /* Anchor */
  .a-anchor {display:block;height:80px;margin-top:-80px;visibility:hidden;}

  /* News Filters */
  .filters-container {overflow:auto;white-space:nowrap;margin-bottom:15px;}

  /* Modals */
  .modal-content {border-radius:20px;}
  .modal-header {padding:15px;}
  .modal-header .close {font-size:42px;}
  .modal-title {font-size:26px;line-height:28px;}
  .modal-body {padding:15px;}
  
  /* Head  */
  .navbar.navbar-default {height:60px;padding:0;border:0;border-radius: 0;}
  .navbar.navbar-default .navbar-brand > img {height:33px;}
  .navbar.navbar-default.is--affix .navbar-brand > img {height:33px;}
  .navbar-collapse {border-top:2px solid #009D4D !important;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#009D4D;}
  .navbar-toggle {border:0;border-radius:0;padding:10px;margin-top:23px;}
  .navbar-toggle .icon-bar {height:2px;}
  .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu {background-color: #fff;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar-brand {padding:7px;}
  .navbar.navbar-default .navbar-nav > .navbar-divider {display:none;}
  .navbar.navbar-default .navbar-nav > li > a {padding:20px 0;text-align:center;}
  .navbar.navbar-default .navbar-left {width: 200px;margin:0 -15px;}
  .navbar.navbar-default .btn-menu .text {display:none;}
  .navbar.navbar-default .btn.btn-icon {padding:15px 15px;}
  .navbar.navbar-default .btn.btn-menu {padding:15px 15px;}
  .navbar.navbar-default .navbar-brand {padding:13px 10px;}
  .navbar.navbar-default.is--affix .navbar-brand {padding:13px 10px;}
  .navbar-nav.navbar-right {display:none;}
  .navbar.navbar-default .btn.btn-icon {transition:none;}

  .menu-open-mobile {right:10px;}

  .fullpage-menu {background-color: #F7F7F7;}
  .fullpage-menu:before {width:0%;}
  .fullpage-menu .list-nav {width:100%;padding:0 15px;text-align:center;}
  .fullpage-menu .btn-close {right:15px;top:15px;}
  .fullpage-menu .list-nav li a {font-size:24px;padding:3px 0;}
  .fullpage-menu .content-bottom {height:auto;padding:0 15px;display:none;}
  .fullpage-menu .content-bottom .content-bottom-align {padding:0 15px;position: relative;top:initial;left:initial;right:initial;transform: none;}
  .fullpage-menu .list-nav li a:hover, .fullpage-menu .list-nav li a.active {color:#009D4D;}
  .fullpage-menu .list-nav li a:hover:after {display:none;}
  
  /* Head + Megamenu */
  /* .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:15px 0 15px 15px;position:static;display:none;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu.open ul {display:block;padding:0 0 15px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {font-weight:normal;color:#333333;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:inline-block;} */
  
  /* Head + NavbarShop */
  /* .navbar-shop {position:absolute;padding:16px;right:70px;}
  .navbar-shop .list-inline {margin-bottom:0;}
  .navbar-shop a {padding:10px 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:20px;} */
  
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Cards */
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}
  
  /* Cards > Products */
  .card-product .card-bg {height:360px;}
  .card-product .card-overlay {opacity:1;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:280px;}

  /* Cards > Anchors */
  .card-anchor .card-body {padding:10px 10px 50px;}
  .card-anchor .card-body h4 {font-size:14px;}
  .card-anchor .card-body .btn-anchor {bottom:10px;right:10px;}

  /* Cards > News */
  .card-news .card-bg {height:220px;}
  .card-news .card-body {padding-top:20px;}
  .card-news h4 {font-size:20px;}

  /* Cards > Slider */
  .card-slider .card-img {width:300px;}

  /* Carousels > Home */
  .carousel-home .card-bg {height:400px;min-height:unset;}
  .carousel-home h1 {font-size:42px;margin-bottom:20px;line-height:initial;}
  .carousel-home br {display:none;}
  .carousel-home h2 {font-size:22px;line-height:initial;}
  .carousel-home h2 + .btn {margin-top:20px;}

  /* Carousels > Gallery */
  .carousel-gallery {padding-top:50px;}
  .carousel-gallery .tns-nav {top:25px;right:15px;left:15px;width:auto;transform:translate(0,-50%);}

  /* Carousels > Gallery > Expanded */
  .carousel-gallery-expanded {padding:0 30px;}
  .carousel-gallery-expanded .carousel-arrows-lr .prev {width:20px;height:20px;}
  .carousel-gallery-expanded .carousel-arrows-lr .next {width:20px;height:20px;}
  .carousel-gallery-expanded .card-gallery .card-bg {height:290px;}

  .carousel-sectors .carousel-arrows-lr .next {right:5px;}
  .carousel-sectors .carousel-arrows-lr .prev {left:5px;}
  .list-sectors .block {margin:0 30px;}
  .carousel-sectors {margin-top:0;}
  
  /* Section */
  .section {padding:50px 0;}
  .section.pt-half {padding-top:25px;}
  .section.pb-half {padding-bottom:25px;}
  .section-breadcrumbs {display:none;}
  .section-video .videoContainer {pointer-events:auto;}
  .section p + .btn {margin-top:10px;}
  .section-message .lead {margin-bottom:10px;}
  .section.section-header {padding-bottom:20px;}

  /* Section > Titles */
  .section-title .pre-title {font-size:20px;margin-bottom:5px;}
  .section-title h1 {font-size:30px;}
  .section-title h3 {font-size:26px;margin-bottom:30px !important;}
  .section-title h4 {font-size:22px;margin-bottom:15px;}
  .section-title div[class*="icon-"] + h3 {margin-top:10px;}
  .section-title h3 br {display:none;}
  
  /* Section > Image/Text */
  .section.section-half {padding-top:0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:260px;background-position:center center;}
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}
  
  /* Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}

  /* Parallax */
  .section-parallax {height:300px;position:relative;overflow:hidden;background-position: center center;background-attachment:initial;}

  /* Section > Video > Cover */
  .section-video-cover {height:400px;min-height:unset;}
  .section-video-cover h1 {font-size:50px;margin-bottom:20px;}
  .section-video-cover h2 {font-size:20px;}
  .section-video-cover h2 + .btn {margin-top:20px;}

  /* Section > Text Image */
  .section-text-image .img-responsive {width:400px;margin-top:30px;}
  .section-text-image video {margin-top:30px;}
  .section-text-image .video-cover {max-width:100%;width:345px;height:270px;margin:30px auto 0;}
  .section-text-image .video-cover .videoContainer video {margin:0;}
  .section-text-image .panel-group {margin-top:30px;}
  .section-text-image .carousel-gallery-expanded {margin-top:30px;}

  /* Section > Counter */

  .section-counter .counter_number {font-size:30px;margin:0;}
  .section-counter .counter_text {margin-bottom:30px;font-size:18px;}

  /* Section > Images right */
  .section.section-images-right {padding:30px 0;}
  .section-images-right .card-slider:nth-child(odd) {margin-top:30px;}
  .section-images-right .card-slider:nth-child(even) {margin-bottom:30px;}

  /* Section > Half Products */
  .section.section-half-products {padding:0;}
  .section-half-products::before {bottom:unset;width:100%;height:50%}
  .section-half-products::after {top:unset;width:100%;height:50%}
  .section-half-products .content-box {padding:50px 0 !important;margin-bottom:0;}
  .section-half-products .content-box .btn {display:inline-block;}

  /* Section > Gallery */
  .section-gallery .btn {margin-top:30px;}

  /* Filters */
  .filters-processes .btn {margin-right:15px;}

  /* Section > Certifications */
  .section-certification .section-title {text-align:center;}
  .section-certification .section-title h3 {margin-bottom:20px;}
  .section-certification .img-responsive {margin:20px auto 20px;}

  /* Section > Message */
  .section-message .btn {margin-top:30px;}

  /* Section > Anchors */
  .section-anchors .carousel-anchors {margin-top:30px;}

  /* Section > Request */
  .section-request .lead-form {margin-top:30px;}
  .section-request .divider {margin-top:30px;}

  /* Section > News */
  .section-news .has-loadmore .card {margin-bottom:30px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-gallery-simple {width:400px;margin:0 auto 15px;}
  .section-news-detail .text-container {margin:15px 0;}

  /* Section > Message */
  .section-message h1 {font-size:100px;margin-bottom:10px;}
  .section-message h1.title-small {font-size:30px;}

  /* Section > Coming Soon */
  .section-coming-soon .img-responsive {width:300px;}
  .section-coming-soon h1 {font-size:50px;}

  .gallery-offset .offset-top {margin-top:initial;}
  .gallery-offset img {width:100%;}

  .section.section-payoff-cta {text-align:center;}
  .section-payoff-cta .cta-right {text-align:center;margin-top:20px;}
  .section-cta-right .cta-right {text-align:center;margin-top:30px;}
  .section p + .btn {margin-top: 30px;}

  .content-col {margin-top:40px;}
  .sidebar-menu li a {padding:15px 0;}

  .fullpage-menu .list-nav li a:after, .fullpage-menu .list-nav li a.active:after {display:none;}
  .section-header .section-title h1 {margin-bottom:25px;}
  .section-counter .pl-0 {padding-left:15px !important;}
  .section-counter .pr-0 {padding-right:15px !important;}
  .section-counter .counter_item .card-body {padding:0;}
  .section-counter .counter_item {margin-top:30px;}

  .section-processes .content-col {padding-left:15px;}
  .section-processes .sidebar-col {padding-right:15px;}

  .list-boxes {overflow-x:auto;white-space: nowrap;width:calc(100% + 30px);margin:0 -15px;}
  .list-boxes ul {display:inline-block;width:100%;}
  .list-boxes li {width:290px;display:inline-block;vertical-align:top;margin-right:15px;}
  .list-boxes .block {margin-top:15px;}
  .list-boxes .block.bg-building {background-image:url(https://picsum.photos/500/500);opacity:1;transition:.3s ease-in-out background-image;}
  .list-boxes .block .block-content p {height:auto;opacity:1;color:#fff;}
  .list-boxes .block .block-content h4 {color:#fff;}
  .list-boxes li a .icon-link {background-image: url(/assets/icons/icon-circle-link-white.svg);}
  .list-boxes .block:hover .block-content p {height:auto;}

  .list-sectors .block {margin:0;}
  .list-sectors .block .block-content {padding:0 5px 20px;}
  .list-sectors .block h4 {font-size:16px;}
  .list-sectors .block {height:150px;margin-top:30px;}
  .list-sectors {top:-20px;position: relative;}

  .section.section-payoff .section-title h3 {font-size:36px;}

  .section-news-detail .btn-link {margin-top:40px;}

  .section-counter .counter {font-size:32px;}
  .section-counter .counter_item {height:110px;}

   /* Scrolling > News */
  .scrolling-news {overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0 -15px;padding:0 30px 20px;-webkit-overflow-scrolling: touch;}
  .scrolling-news .card {white-space: normal;margin-bottom:0;}
  .scrolling-news .col-xs-12 {width:240px;display:inline-block;vertical-align:top;padding:initial;float:none;margin-right:25px;}
  
  .list-boxes .block h4 {font-size:16px;}
  .list-boxes .block.bg-assembly {background-image:url(/assets/img/home-process-assembly.jpg);}
  .list-boxes .block.bg-tropicalizzazione {background-image:url(/assets/img/home-process-tropicalizzazione.jpg);}
  .list-boxes .block.bg-test {background-image:url(/assets/img/home-process-test.jpg);}
  .list-boxes .block.bg-box-build {background-image:url(/assets/img/home-process-box-build.jpg);}
  .list-boxes .block.bg-warehouse {background-image:url(/assets/img/home-process-warehouse.jpg);}
  .list-boxes .block .block-content {padding:0 10px 10px;}
  .list-boxes .block .block-content p {opacity:1;height:45px;transition:.3s ease-in-out all;}
  .list-boxes .block:before {content:"";background-color: rgba(1, 84, 42, .4);position: absolute;top:0;left:0;right:0;bottom:0;width:100%;height: 100%;z-index:1;}
  .list-boxes li a .icon-link {background-image:url(/assets/icons/icon-circle-link-white.svg);}
  .list-boxes .block .block-content h4 {color:#ffffff;}
  .list-boxes .block .block-content p {color:#ffffff;}

  /* Section > Footer */
  .section-footer {text-align:center;}
  .section-footer .media {max-width:280px;margin-left:auto;margin-right:auto;}
  .section-footer .media .media-body {width:auto;text-align:left;}
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-footer h4 {font-size:20px;margin-bottom:10px;}
  .section-copy, .section-copy .text-right {text-align:center;}

  .landing .section-image-text-center img {margin-bottom:30px;}
  .landing .section-header .section-title h2 {font-size:18px;}
  .landing .section-title h3 {font-size:26px;}

  .section.section-footer, .section.section-copy {padding-left:15px;padding-right:15px;}

  
  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  .btn-inline .col-xs-12:nth-child(1) {padding-left:15px;padding-right:15px!important;}
  .btn-inline .col-xs-12:nth-child(2) {padding-left:15px!important;margin-top:10px;}
  .section-login .card {padding:15px;}
  .prod-detail .prod__img {height:340px;margin-bottom:30px;background-size:70%!important;}
  .section-checkout .checkout-bill {margin-bottom:30px;}
  .section-checkout .checkout-bill.affix {position:relative;}
  .section-checkout .checkout-bill.affix .panel {width:100%;}
  .section-checkout .checkout-recap {text-align:left;font-size:13px;}
  
  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */
    
  /* Table responsive */
  .table__is-card .table {border:0;}
  .table__is-card .table .table-bordered {border:0;}
  .table__is-card .table .table-bordered a.btn-secondary , .table__is-card .table .table-bordered a.btn-danger {font-size:11px;}
  .table__is-card .table .table > tbody > tr > td {height:auto;}
  .table__is-card .table .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table__is-card .table table , .table__is-card .table thead , .table__is-card .table tbody , .table__is-card .table th , .table__is-card .table td , .table__is-card .table tr {display:block;}
  .table__is-card .table thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table__is-card .table tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table__is-card .table td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;}
  .table__is-card .table td:last-child:before {display:none;}
  .table__is-card .table td:last-child {padding-left:15px;}
  .table__is-card .table td:before {position:absolute;top:15px;left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
  .table__is-card .table td:before {content:attr(data-title);}
}

/* Smartphone Landscape 
@media only screen and (min-width:480px) and (max-width:767px){
}
*/

/* Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {
  
  /* Globals */
  body {padding-top:110px;}

  /* Anchor */
  .a-anchor {display:block;height:70px;margin-top:-70px;visibility:hidden;}
  
  /* Mobile Nav Toggle */
  .navbar-header {float:none;}
  .navbar-collapse {border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
  .navbar-fixed-top {top:0;border-width:0 0 1px;}
  .navbar-collapse {padding:0;border-top:2px solid #009D4D !important;}
  .navbar-collapse.collapse {display:none!important;padding:0;}
  .navbar-collapse.collapse.in {display:block!important;}
  .navbar-nav {float:none!important;margin-bottom:7.5px;margin-right:0;}
  
  /* Head + Nav */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;}

  .navbar-default .navbar-nav > li , .navbar-default .navbar-nav > li > ul > li {float:none;display:block;width:100%;}
  .navbar-default .navbar-nav > li > a , .navbar-default .navbar-nav > li > ul > li > a {padding-top:10px;padding-bottom:10px;width:100%;display:block;}
  .navbar-default .navbar-nav li + li:before {display:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#009D4D;height:2px;}
  .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
  .navbar-toggle {border:0;border-radius:0;margin:25px 9px;display:inline-block;}
  .navbar-toggle .icon-bar {height:3px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-nav > .navbar-divider {display:none;}
  .navbar.navbar-default .navbar-nav > li > a {padding:20px 0;}
  .navbar.navbar-default .navbar-left {width: 200px;}
  
  /* Head + NavbarShop */
  .navbar-shop {position:absolute;padding:16px;right:70px;}
  .navbar-shop .list-inline {margin-bottom:0;}
  .navbar-shop a {padding:10px 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:20px;}
  
  /* Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:15px 0 15px 15px;position:static;display:none;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu.open ul {display:block;padding:0 0 15px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {font-weight:normal;color:#333333;padding-bottom:0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:inline-block;}
  
  /* .navbar-nav > li > .dropdown-menu {position:relative;-webkit-box-shadow:none;box-shadow:none;width:100%;background:transparent;border:none;}
  .navbar-nav > li > .dropdown.open {-webkit-transition:all .3s;transition:all .3s;} */


  .fullpage-menu .list-nav {width:100%;}
  .fullpage-menu .content-bottom .content-bottom-align {padding:0 50px;}
  .fullpage-menu .btn-close {right:40px;}
  .fullpage-menu .content-bottom {height:420px;}

  /* Cards > Products */
  .card-product .card-bg {height:370px;}
  .card-product .card-overlay {opacity:1;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:290px;}
  
  /* Cards > News */
  .card-news .card-bg {height:250px;}
    
  /* Carousels > Home */
  .carousel-home .card-bg {height:600px;}
  .carousel-home h1 {font-size:70px;line-height: initial;}
  .carousel-home h2 {font-size:25px;}
  .carousel-home .card .card-overlay .card-body {padding:0 30px;}
  
  /* Carousels > Gallery */
  .carousel-gallery {padding-top:60px;}
  .carousel-gallery .tns-nav {top:30px;right:30px;width:calc(70% - 45px);transform:translate(0,-50%);}
  
  /* Carousels > Gallery > Expanded */
  .carousel-gallery-expanded {padding:0 40px;}
  .carousel-gallery-expanded .card-gallery .card-bg {height:290px;}
    
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Section > Globals */
  .section {padding:60px 0;}
  .section.pt-half {padding-top:40px;}
  .section.pb-half {padding-bottom:40px;}
  .section-payoff p + .btn {margin-top:20px;}
  
  /* Section > Titles */
  .section-title .pre-title {font-size:25px;margin-bottom:10px;}
  .section-title h1 {font-size:40px;}
  .section-title h3 {font-size:30px;margin-bottom:30px !important;}
  .section-title h4 {font-size:25px;margin-bottom:20px;}
  .section-title h3 br {display:none;}

  .section-processes .content-col {padding-left:15px;}
  .section-processes .sidebar-col {padding-right:15px;}

  /* Section > Video > Cover */
  .section-video-cover {height:600px;}
  .section-video-cover h1 {font-size:90px;}
  .section-video-cover h2 {font-size:25px;}

  /* Section > Text Image */
  .section-text-image .img-responsive {width:500px;margin-top:30px;}
  .section-text-image video {margin-top:30px;}
  .section-text-image .video-cover {width:500px;height:400px;margin:30px auto 0;}
  .section-text-image .video-cover .videoContainer video {margin:0;}
  .section-text-image .panel-group {margin-top:30px;}
  .section-text-image .carousel-gallery-expanded {margin-top:30px;}

  /* Section > Counter */
  .section-counter .counter_number {font-size:40px;margin:0;}
  .section-counter .counter_text {margin-bottom:30px;}

  /* Section > Half Products */
  .section-half-products .content-box {padding-left:15px;margin-bottom:30px;}
  .section-half-products .content-box.light-content {padding-right:15px;}

  /* Section > Gallery */
  .section-gallery .btn {margin-top:30px;}

  /* Section > Certifications */
  .section-certification .section-title {text-align:center;}
  .section-certification .img-responsive {margin:30px auto 20px;}

  /* Section > Anchors */
  .section-anchors .carousel-anchors {margin-top:30px;}

  /* Section > Request */
  .section-request .divider {margin-top:30px;}
  .section-request .lead-form {margin-top:30px;}

  /* Section > News */
  .section-news .has-loadmore .card {margin-bottom:40px;}
    

  .card-news .card-bg {height:230px;}
  .card-news h4 {font-size:18px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-gallery-simple {max-width:500px;margin:0 auto 20px;}
  .section-news-detail .text-container {margin:20px 0;}

  /* Section > Coming Soon */
  .section-coming-soon h1 {font-size:60px;}

  /* Section > Counter */
  .section-counter .pl-0 {padding-left:15px !important;}
  .section-counter .pr-0 {padding-right:15px !important;}
  .section-counter .counter_item .card-body {padding:0;}
  .section-counter .counter {font-size:42px;}
  .section-counter .counter_item {margin-top:30px;height:120px;}

  .section-payoff-cta .cta-right {margin-top:0;}

  .section-header .section-title h1 {margin-bottom:40px;}

  .section-cta-right .cta-right {text-align:center;margin-top:20px;}

  .content-col {margin-top:40px;}
  .sidebar-menu li a {padding:15px 0;}

  .sidebar-menu li {width:49%;display:inline-block;vertical-align:top;}
  .sidebar-menu li:first-child {border-top:1px solid #bbb;}
  .sidebar-menu li:nth-last-of-type(-n+2) {border-bottom:1px solid #bbb;}
  .sidebar-menu li a:before {right:10px;}

  .list-sectors {top:-30px;position: relative;}

  .list-boxes .block h4 {font-size:16px;}
  .list-boxes .block.bg-assembly {background-image:url(/assets/img/home-process-assembly.jpg);}
  .list-boxes .block.bg-tropicalizzazione {background-image:url(/assets/img/home-process-tropicalizzazione.jpg);}
  .list-boxes .block.bg-test {background-image:url(/assets/img/home-process-test.jpg);}
  .list-boxes .block.bg-box-build {background-image:url(/assets/img/home-process-box-build.jpg);}
  .list-boxes .block.bg-warehouse {background-image:url(/assets/img/home-process-warehouse.jpg);}
  .list-boxes .block .block-content {padding:0 8px 4px;}
  .list-boxes .block .block-content p {opacity:1;height:45px;transition:.3s ease-in-out all;}
  .list-boxes .block:before {content:"";background-color: rgba(1, 84, 42, .4);position: absolute;top:0;left:0;right:0;bottom:0;width:100%;height: 100%;z-index:1;}
  .list-boxes li a .icon-link {background-image:url(/assets/icons/icon-circle-link-white.svg);}
  .list-boxes .block .block-content h4 {color:#ffffff;font-size:14px;}
  .list-boxes .block .block-content p {color:#ffffff;}
    
  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}

  .landing .section-image-text-center img {margin-bottom:30px;}
  .landing .section-header .section-title h2 {font-size:24px;}
  .landing .section-title h3 {font-size:30px;}

  .section.section-footer, .section.section-copy {padding-left:50px;padding-right:50px;}

    
  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  .section-checkout .checkout-bill {margin-bottom:30px;}
  .section-checkout .checkout-bill.affix {position:relative;}
  .section-checkout .checkout-bill.affix .panel {width:100%;}
  .prod-detail .prod__img {height:340px;margin-bottom:30px;background-size:contain!important;}
  .section-login .card {padding:15px;}
  .section-video .videoContainer {pointer-events:auto;}
  
  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */
}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px) {

  /* Globals */
  body {padding-top:90px;}
  
  /* Anchor */
  .a-anchor {display:block;height:90px;margin-top:-60px;visibility:hidden;}
    
  /* Head + Nav */
  .navbar.navbar-default {padding:0 25px;}

  .navbar.navbar-default .navbar-nav > .navbar-divider {padding:45px 20px;}
  .navbar.navbar-default .navbar-nav > li > a {padding:35px 15px;}

  .fullpage-menu .btn-close {right:40px;}
  .fullpage-menu .list-nav li a {font-size:32px;}
  .fullpage-menu .content-bottom {height:450px;}
  .fullpage-menu .content-bottom .content-bottom-align {padding:0 90px;}

  /* Cards > Products */
  .card-product .card-bg {height:360px;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:290px;}

  /* Cards > News */

  .card-news .card-bg {height:230px;}
  .card-news h4 {font-size:18px;}

  /* Carousels > Home */
  .carousel-home .card-bg {height:calc(100vh - 90px);}

  /* Carousels > Gallery */
  .carousel-gallery {padding-top:40px;}
  .carousel-gallery .tns-nav {right:50px;width:calc(50% - 65px)}

  /* Carousels > Gallery > Expanded */
  .carousel-gallery-expanded .card-gallery .card-bg {height:250px;}

  /* Section > Globals */
  .section {padding:80px 35px;}
  .section.pt-half {padding-top:40px;}
  .section.pb-half {padding-bottom:40px;}
  
  /* Section > Video > Cover */
  .section-video-cover {height:calc(100vh - 90px);}

  /* Section > Text Image */
  .section-text-image .video-cover {height:360px;}

  /* Section > Counter */
  .section-counter .counter_number {font-size:40px;margin:0;}
  .section-counter .counter_text {font-size:18px;}

  /* Section > Half Products */
  .section-half-products .content-box {padding-left:35px;margin-bottom:40px;}
  .section-half-products .content-box.light-content {padding-right:35px;}

  /* Section > Gallery */
  .section-gallery .btn {margin-top:40px;}

  /* Section > Certifications */
  .section-certification .section-title h3 {margin-bottom:40px;}

  /* Section > Coming Soon */
  .section-coming-soon h1 {font-size:80px;}

  .list-boxes .block h4 {font-size:16px;}
  .list-boxes .block.bg-assembly {background-image:url(/assets/img/home-process-assembly.jpg);}
  .list-boxes .block.bg-tropicalizzazione {background-image:url(/assets/img/home-process-tropicalizzazione.jpg);}
  .list-boxes .block.bg-test {background-image:url(/assets/img/home-process-test.jpg);}
  .list-boxes .block.bg-box-build {background-image:url(/assets/img/home-process-box-build.jpg);}
  .list-boxes .block.bg-warehouse {background-image:url(/assets/img/home-process-warehouse.jpg);}
  .list-sectors .block .block-content {padding:0 10px 10px;}
  .list-boxes .block .block-content p {opacity:1;height:45px;transition:.3s ease-in-out all;}
  .list-boxes .block:before {content:"";background-color: rgba(1, 84, 42, .4);position: absolute;top:0;left:0;right:0;bottom:0;width:100%;height: 100%;z-index:1;}
  .list-boxes li a .icon-link {background-image:url(/assets/icons/icon-circle-link-white.svg);}
  .list-boxes .block .block-content h4 {color:#ffffff;}
  .list-boxes .block .block-content p {color:#ffffff;}
  
  .section.section-footer, .section.section-copy {padding-left:50px;padding-right:50px;}


  /* Section > Counter */
  .section-counter .pl-0 {padding-left:15px !important;}
  .section-counter .pr-0 {padding-right:15px !important;}
  .section-counter .counter_item .card-body {padding:0;}
  .section-counter .counter {font-size:42px;}
  .section-counter .counter_item {margin-top:30px;height:120px;}
    
  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  .section-checkout .checkout-bill.affix {position:relative;}
  .section-checkout .checkout-bill.affix .panel {width:100%;}
    
  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */
}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px) {

  /* Head + Nav */
  .navbar.navbar-default {padding:0 85px;}
  .navbar.navbar-default .navbar-nav > .navbar-divider {padding:50px 30px;}
  .navbar.navbar-default .navbar-nav > li > a {padding:35px 20px;}

  .fullpage-menu .btn-close {right:90px}

  /* Cards > Products */
  .card-product .card-bg {height:400px;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:315px;}

  /* Carousels > Gallery */
  .carousel-gallery .tns-nav {right:100px;width:calc(50% - 115px)}

  /* Carousels > Gallery > Expanded */
  .carousel-gallery-expanded .card-gallery .card-bg {height:270px;}

  /* Section > Globals */
  .section {padding:100px 85px;}
  
  /* Section > Text Image */
  .section-text-image .video-cover {height:400px;}

}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px) {

  /* Head + Nav */
  .navbar.navbar-default {padding:0 85px;}

  /* Cards > Products */
  .card-product .card-bg {height:480px;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:380px;}

  /* Carousels > Gallery */
  .carousel-gallery .tns-nav {right:100px;width:calc(50% - 115px)}

  /* Section > Globals */
  .section {padding:100px 85px;}

  /* Section > Text Image */
  .section-text-image .video-cover {height:480px;}

  .section.section-footer, .section.section-copy {padding-left:50px;padding-right:50px;}

}

@media only screen and (min-width:1441px) and (max-width:1680px) {

  /* Head + Nav */
  .navbar.navbar-default {padding:0 135px;}

  /* Carousels > Gallery */
  .carousel-gallery .tns-nav {right:150px;width:calc(50% - 165px)}

  .section.section-footer, .section.section-copy {padding-left:50px;padding-right:50px;}
  
  /* Section > Globals */
  .section {padding:100px 135px;}

}