/* Typography */

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

/*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:50px;margin-top:-50px;visibility:hidden;}
.a-anchor-block {display:block;height:180px;margin-top:-180px;visibility:hidden;}

/* Utility > Colors */
.text-muted {color:#6b6b6b !important;}
.text-white {color:#ffffff!important;}
.text-black {color:#000000!important;}
.text-warning {color:#c39749 !important;}
.text-danger {color:#dc3545!important;}
.text-gray {color:#f0f0f0 !important;}

/* 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:15px;padding-left:15px;}
.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:#000;font-size:16px !important; } .cookiehub-declaration td, .cookiehub-declaration th { padding: 10px 10px !important; }
.cookiehub-declaration th { background-color:#333; color:#fff; }
.cookiehub-declaration td { color:#000; }
.cookiehub-declaration tr:nth-of-type(odd) { background-color:#f0f0f0; color:#000; }
.cookiehub-declaration tr:nth-of-type(odd) td, .cookiehub-declaration tr:nth-of-type(odd) td p { background-color:#f0f0f0; color:#000; }
/* 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.row-large [class*="col-"] {padding-left:30px!important;padding-right:30px!important;}
.row.row-large {margin:0 -30px;}

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:0;white-space:normal;border:0;padding:14px 30px;height:50px;font-weight:700;font-size:16px;transition:color .3s ease-in-out, background-color .3s ease-in-out;}
.btn::before {content:"";position:relative;top:2px;display:inline-block;width:15px;height:15px;margin-right:10px;background-repeat:no-repeat;background-size:cover;background-position:center center;background-image:url(/assets/icons/icon-arrow-right.svg);transition:background-image .3s ease-in-out;}
.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;}
.button-load-more {overflow-anchor: "none";}
.btn.no-icon::before {display:none;}

/* Buttons > Types */
.btn-primary {background-color:#EE7E05;color:#fff;}
.btn-primary:hover {background-color:#1E1E1C !important;color:#fff !important;}
.btn-primary:focus {outline:0;background-color:#1E1E1C !important;color:#fff !important;}

.btn.btn-primary.is-left::before {content:"";position:relative;top:2px;display:inline-block;width:15px;height:15px;margin-right:10px;background-repeat:no-repeat;background-size:cover;background-position:center center;background-image:url(/assets/icons/icon-arrow-left.svg);transition:background-image .3s ease-in-out;}

.btn-secondary {background-color:#1E1E1C;color:#fff;}
.btn-secondary:hover {background-color:#fff !important;color:#1E1E1C !important;}
.btn-secondary:focus {outline:0;background-color:#fff !important;color:#1E1E1C !important;}
.btn-secondary:hover::before, .btn-secondary:focus::before {background-image:url(/assets/icons/icon-arrow-right-secondary.svg);}

.btn.btn-text-primary {background-color:transparent;color:#EE7E05;padding:0;height:auto;transition:color .3s ease-in-out, background-color .3s ease-in-out, padding .3s ease-in-out;}
.btn.btn-text-primary::before {background-image:url(/assets/icons/icon-arrow-right-primary.svg);}
.btn.btn-text-primary:hover {background-color:transparent !important;color:#EE7E05 !important;padding-left:10px;}
.btn.btn-text-primary:focus {outline:0;background-color:transparent !important;color:#EE7E05 !important;padding-left:10px;}

.btn.btn-text-primary.is-left::before {background-image:url(/assets/icons/icon-arrow-left-primary.svg);}

.btn.btn-text-white {background-color:transparent;color:#fff;padding:0;height:auto;transition:color .3s ease-in-out, background-color .3s ease-in-out, padding .3s ease-in-out;}
.btn.btn-text-white:hover {background-color:transparent !important;color:#EE7E05 !important;padding-left:10px;}
.btn.btn-text-white:focus {outline:0;background-color:transparent !important;color:#EE7E05 !important;padding-left:10px;}
.btn.btn-text-white:hover::before, .btn.btn-text-white:focus::before {background-image:url(/assets/icons/icon-arrow-right-primary.svg);}

.btn.btn-text-secondary {background-color:transparent;color:#1E1E1C;padding:0;height:auto;transition:color .3s ease-in-out, background-color .3s ease-in-out, padding .3s ease-in-out;}
.btn.btn-text-secondary::before {background-image:url(/assets/icons/icon-arrow-right-secondary.svg);}
.btn.btn-text-secondary:hover {background-color:transparent !important;color:#EE7E05 !important;padding-left:10px;}
.btn.btn-text-secondary:focus {outline:0;background-color:transparent !important;color:#EE7E05 !important;padding-left:10px;}
.btn.btn-text-secondary:hover::before, .btn.btn-text-secondary:focus::before {background-image:url(/assets/icons/icon-arrow-right-primary.svg);}

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

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

/* Elements */
.go-top {position:fixed;bottom:15px;right:15px;text-decoration:none;color:#ffffff;background-color:rgba(0,0,0,.7);font-size:12px;padding:10px 15px;display:none;z-index:99;}
.go-top:hover {opacity:.8;}
.go-top i {font-size:20px;color:#ffffff;}

/* Counters */
.counter_item .counter_number {font-size:40px;color:#EE7E05;font-weight:600;margin-bottom:5px;}
.counter_item .counter_text {font-weight:700;}

/* Modals */
.modal-content {border:0;background:#f3f3f3;border-radius:0;-webkit-background-clip:initial;background-clip:initial;}
.modal-header {border:0;padding:60px 60px 15px;}
.modal-header .close {font-size:42px;font-weight:900;color:#000000;text-shadow:none;filter:alpha(opacity=100);opacity:1;}
.modal-title {font-size:30px;font-weight:900;}
.modal-body {padding:15px 60px 60px;}

/* Panel */
.panel {border:0;box-shadow:none;}
.panel-heading {padding:0;}
.panel-default > .panel-heading {background-color:transparent;}
.panel-body {padding:20px 0;}
.panel-group .panel {border:0;border-radius:0;background:transparent;border-bottom:1px solid #dedede;padding:0;box-shadow:none;}
h4.panel-title {margin-bottom:0!important;font-weight:700;font-size:20px;}
.panel-title {position:relative;}
.panel-title > a {display:block;padding:15px 40px 15px 15px;font-size:16px;}
.panel-title a[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/assets/icons/icon-angle-up.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;padding: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 > Icon */
.list-icon ul {list-style:none;padding-left:0;}
.list-icon ul li {position:relative;padding-left:13px;}
.list-icon ul li:before {content:"";display:inline-block;vertical-align:middle;margin-right:6px;width:6px;height:6px;background-color:#ee7e05;position:absolute;left:0;top:8px;}
.list-icon-menu ul {list-style:none;padding-left:0;}
.list-icon-menu ul li {position:relative;padding-left:13px;}
.list-icon-menu ul li a {padding:8px 0;display:inline-block;color:#70706f;}
.list-icon-menu ul li.active a {color:#1e1e1c;font-weight:bold;}
.list-icon-menu ul li:before {content:"";display:inline-block;vertical-align:middle;margin-right:6px;width:6px;height:6px;background-color:#ee7e05;position:absolute;left:0;top:50%;transform:translate(0, -50%);}

/* Medias > Icon */
.media-icon .media-left {padding-right:15px;}
.media-icon .media-body .lead {font-size:24px;font-weight:600;margin-bottom:5px;}
.media-icon .media-body p {margin-bottom:0;}

/* Medias > Point */
.media.media-point {margin:0;padding-bottom:30px;}
.media.media-point .number {width:60px;text-align:center;font-weight:800;font-size:40px;color: #EE7E05;}
.media.media-point h4 {font-size:24px;font-weight:800;margin-bottom:10px;}
.media.media-point p {font-size:16px;margin-bottom:0;}
.media.media-point .media-left {position: relative;}
.media.media-point .media-body {padding-left:50px;}
.timeline-points:before {content:"";top:-11px;height:100%;position:absolute;left:102px;background-color: #DBD8D7;width:1px;}

/* 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 */
.card {position:relative;min-width:0;word-wrap:break-word;border:1px solid #f4f4f4;margin-bottom:30px;background-color:#ffffff;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;}
.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:#ffffff;}
.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 > Product */
.card.card-product {border:0;background-color:transparent;}
.card.card-product:hover h4 {color:#fff;}
.card-product .card-bg {height:280px;}
.card-product.large .card-bg {height:590px;}
.card-product .card-bg .section-title {position:absolute;top:30px;left:30px;}
.card-product h4 {color:#1E1E1C;transition:color .3s ease-in-out;}
a.d-block:hover .card.card-product {opacity:1;}


/* Cards > News Large */
.card.card-news-large {border:0;background-color:transparent;}
.card-news-large .card-bg {height:520px;}
.card-news-large .card-body {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(30,30,28,.7);color:#fff;padding:60px 20px;width:calc(100% - 150px);}
.card-news-large .section-title h3 {margin-bottom:10px;}
.card-news-large p {margin-bottom:30px;font-size:24px;font-weight:600;}

/* Cards > News Mini */
.card.card-news-mini {border:0;background-color:transparent;display:flex;}
.card-news-mini .card-bg {height:110px; max-width: 160px;}
.card-news-mini .card-body {padding:0;padding-left:30px;}
.card-news-mini .news-date {margin-bottom:5px;color:#70706F;}
.card-news-mini .news-title {font-size:18px;font-weight:600;margin-bottom:10px;}

/* Cards > News */
a.d-block:hover .card-news {opacity:1;}
.card.card-news {border:0;background-color:transparent;}
.card-news .card-bg {height:280px;}
.card-news .card-body {padding:30px 0;min-height:228px;}
.card-news .news-date {color:#70706F;margin-bottom:5px;}
.card-news h4,.card-news h3,.card-news h2 {font-size:32px;font-weight:600;margin-bottom:10px;}

/* Cards > Simple Box */
.card.card-simple-box {border:0;}
.card-simple-box .card-body {padding:30px;}
.card-simple-box h4,.card-simple-box h3 {font-size:18px;font-weight:600;margin-bottom:15px;}
.card-simple-box p {margin-bottom:0;}

/* Cards > Catalogue */
.card.card-catalogue {background-color:transparent;border:0;min-height:560px;}
.card-catalogue .card-bg {height:350px;border:1px solid #DBD8D7;}
.card-catalogue .card-img {width:100%;border:1px solid #DBD8D7;}
.card-catalogue .card-body {padding:30px 0;}
.card-catalogue h4,.card-catalogue h3 {font-size:20px;font-weight:600;margin-bottom:15px;}

/* Cards > Gallery */
.card.card-gallery {border:0;background-color:transparent;}
.card-gallery .card-bg {height:500px;}
.card-gallery .card-body {padding:30px;position:absolute;top:0;left:0;right:0;color:#fff;}
.card-gallery .section-title h4 {margin-bottom:10px;}
.card-gallery p {margin:0;}

/* Blocks > Plus */
.section.section-plus {padding-bottom:60px;}
.block.block-plus {margin-bottom:30px;}
.block.block-plus h4 {font-weight:800;font-size:21px;margin:5px 0 10px;}
.block.block-plus p {margin:0;min-height:60px;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
.form-group {position:relative;}
.form-control {border-radius:0;border:1px solid #1E1E1C;margin-bottom:10px;height:50px;padding:14px 15px 16px;font-size:16px;box-shadow:none;background-color:transparent;color:#1E1E1C;}
.form-control::placeholder {color:#1E1E1C;}
.form-control.has-error , .control .control__indicator.has-error {border-color:rgb(169, 68, 66);background-color:rgba(169, 68, 66,.2);}
.form-control.has-error::placeholder {color:rgb(169, 68, 66);}
.form-control:focus {border-color:#EE7E05;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,126,5,.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,126,5,.6);}
.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;}
.form-group.btn-inside {position:relative;}
.form-group.btn-inside .form-control {margin:0;padding-right:120px;}
.form-group.btn-inside .btn {position:absolute;top:50%;right:20px;transform:translate(0,-50%);}

/* Errors */
.form-group .custom-validators-label {position:absolute;top:0;left:30px;transform:translate(0,-50%);padding:0 5px;background-color:#F5F5F5;font-size:15px;}
.form-group .control + .custom-validators-label {position:relative;top:unset;left:unset;transform:none;padding:5px 0 0;background-color:transparent;}

/* Custom inputs */
.control {display:block;position:relative;padding:0 0 0 35px;margin:0;cursor:pointer;font-size:11px;}
.control + .control {margin-top:10px;}
.control a {transition:color .15s ease-in-out;}
.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:18px;width:18px;background:transparent;border:1px solid #1E1E1C;border-radius:2px;}
.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:#EE7E05;}
.control input:checked ~ .control__indicator {background:#EE7E05;border:0;border:1px solid #1E1E1C;}
.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 #1E1E1C;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {border-color:#1E1E1C;}
.control--radio .control__indicator:after {left:4px;top:4px;height:8px;width:8px;border-radius:50%;background:#1E1E1C;}
.control--radio input:disabled ~ .control__indicator:after {background:#1E1E1C;}
.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;-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:20px;left:0;right:0;margin:0 auto;text-align:center;z-index:1;}
.tns-nav button {border-radius:100%;width:16px;height:16px;box-shadow:none;border:0;margin:0 3px;background:rgba(255,255,255,.4);}
.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:15px;background-position:center center;width:60px;height:60px;background-color:rgba(30,30,28,.7);border-radius:0}
.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:15px;background-position:center center;width:60px;height:60px;background-color:rgba(30,30,28,.7);border-radius:0}

/* Carousels > Home */
.carousel-container {position:relative;}
.carousel-container .card {margin:0;}
.carousel-home .card-bg {height:750px;}
.carousel-home .card .card-overlay::before {display:none;}
.carousel-home .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}
.carousel-home .pre-title {font-size:24px;font-weight:600;text-shadow:0 2px 40px rgba(0,0,0,.9);margin-bottom:5px;}
.carousel-home h1, .carousel-home h3, .carousel-home .title {font-size:70px;font-weight:600;text-shadow:0 2px 40px rgba(0,0,0,.9);margin-bottom:30px;}
.carousel-home h1 strong, .carousel-home h3 strong {font-weight:800;}
.carousel-home .tns-nav button {height:2px;width:60px;border-radius:0;margin:0;background-color:rgba(30,30,28,.7);transition:background-color .3s ease-in-out;}
.carousel-home .tns-nav .tns-nav-active {background-color:#fff;}

/* Carousels > Image-text */
.carousel-image-text .tns-nav {right:auto;}
.carousel-image-text .tns-nav button {height:2px;width:60px;border-radius:0;margin:0;background-color:#1E1E1C33;transition:background-color .3s ease-in-out;margin-right:5px;}
.carousel-image-text .tns-nav .tns-nav-active {background-color:#ee7e05;}

/* Carousels > Head */
.carousel-head .carousel-arrows-lr {display:none;}
.carousel-head .card-bg {height:650px;}
.carousel-head .card .card-overlay::before {display:none;}
.carousel-head .card .card-overlay .card-body {max-width:1170px;margin:0 auto;color:#1E1E1C;transform:none;top:90px;}
.carousel-head h1 {font-size:60px;font-weight:800;margin-bottom:10px;}
.carousel-head h2 {font-size:32px;font-weight:800;margin-bottom:30px;}

.carousel-head .card:before {content:"";width:100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  }

/* Carousels > Gallery */
.carousel-gallery .carousel-arrows-lr .prev {background-image:url(/assets/icons/icon-arrow-left-primary.svg);background-color:transparent;width:15px;height:15px;background-size:cover;top:unset;bottom:-30px;left:calc(50% - 30px);transform:translate(-50%,100%);}
.carousel-gallery .carousel-arrows-lr .next {background-image:url(/assets/icons/icon-arrow-right-primary.svg);background-color:transparent;width:15px;height:15px;background-size:cover;top:unset;bottom:-30px;right:calc(50% - 30px);transform:translate(50%,100%);}
.carousel-gallery .card {margin:0;}
.carousel-gallery .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}

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

.carousel-gallery .card .card-bg {height:300px;object-fit: cover;}

/* Carousels > Timeline */
.carousel-timeline .card {margin:0;}

/* Icons */
.icon {width:15px;height:15px;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;}
.icon24 {width:24px;height:24px;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;}
.icon36 {width:36px;height:36px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon60 {width:60px;height:60px;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-right {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-linkedin {background-image:url(/assets/icons/icon-linkedin.svg);}
.icon-quality {background-image:url(/assets/icons/icon-quality.svg);}
.icon-green-world {background-image:url(/assets/icons/icon-green-world.svg);}
.icon-arrow-right-primary {background-image:url(/assets/icons/icon-arrow-right-primary.svg);}
.icon-circle-check {background-image:url(/assets/icons/icon-circle-check.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:#ffffff;border:0;box-shadow:none;border-radius: 0;}
.navbar.navbar-default .navbar-brand {padding:5px 15px;height:auto;}
.navbar.navbar-default .navbar-brand > img {height:40px;}
.navbar.navbar-default .navbar-social {margin:45px 0;display:inline-block;height:20px;}
.navbar.navbar-default .navbar-center {text-align:center;float:none;}
.navbar.navbar-default .navbar-center > li {float:none;display:inline-block;vertical-align:top;}
.navbar.navbar-default .navbar-nav .link-image {margin-top:20px;margin-bottom:20px;border:0;padding:0;}
.navbar.navbar-default .navbar-nav .link-image a {padding:0;border:0;}
.navbar.navbar-default .navbar-nav .link-image img {height:70px;}
.navbar.navbar-default .navbar-nav > li {margin:0 30px;}
.navbar.navbar-default .navbar-nav > li > a {padding:43px 0 45px;border-top:2px solid transparent;color:#1E1E1C;}
.navbar.navbar-default .navbar-nav > li.link-social a {padding:38px 0 45px;border-top:2px solid transparent;color:#1E1E1C;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#EE7E05;background-color:transparent;border-color:#EE7E05 !important;}
.navbar.navbar-default .navbar-nav > li > a:focus {color:#EE7E05;background-color:transparent;border-color:#EE7E05 !important;}
.navbar.navbar-default .navbar-nav > li > a.active {background-color:transparent;border-color:#EE7E05 !important;}
.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.active > a {color:#3d99f5!important;background-color:transparent!important;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.navbar.navbar-default .navbar-language {float:right;}
.navbar.navbar-default .navbar-language > .navbar-nav > li {margin:44px 0 43px;padding:0;}
.navbar.navbar-default .navbar-language > .navbar-nav li a {padding:0;border:0;transition:color .3s ease-in-out;display:inline-block;}
.navbar.navbar-default .navbar-language .list-inline > li {padding:0;}
.navbar.navbar-default .navbar-language .list-inline > li + li {padding-left:10px;}
.navbar.navbar-default .navbar-language .active > a {font-weight:800;}

/* Navbar > Bottom */
.navbar.navbar-default .bottom-bar .navbar-nav {display:flex;width:100%;justify-content:space-between;}
.navbar.navbar-default .bottom-bar .navbar-nav::after {display:none;}
.navbar.navbar-default .bottom-bar .navbar-nav::before {display:none;}
.navbar.navbar-default .bottom-bar .navbar-nav > li {margin:0 15px;}
.navbar.navbar-default .bottom-bar .navbar-nav > li:first-child {margin-left:0;}
.navbar.navbar-default .bottom-bar .navbar-nav > li:last-child {margin-right:0;}
.navbar.navbar-default .bottom-bar .navbar-nav > li > a {padding:15px 0 13px;font-weight:600;border-bottom:2px solid transparent;border-top:0;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}

/* Head + Affix */
.navbar.navbar-default.is--affix {box-shadow:0 0 7px rgba(0,0,0,.3);}
.navbar.navbar-default.is--affix .navbar-main .navbar-nav li.link-image {margin:15px 60px;}
.navbar.navbar-default.is--affix .navbar-main .navbar-nav li.link-image img {height: 50px;}
.navbar.navbar-default.is--affix .navbar-main .navbar-nav li a {padding: 27px 0 29px;}
.navbar.navbar-default.is--affix .navbar-main .navbar-nav li.link-image > a {padding-top:0;padding-bottom:0;}
.navbar.navbar-default.is--affix .navbar-main .navbar-social {margin:24px 0;}
.navbar.navbar-default.is--affix .navbar-main .navbar-language li {margin:0;}
.navbar.navbar-default.is--affix .navbar-main .navbar-language li a {padding:27px 0;}

/* 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;}

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#F5F5F5!important;}
.bg-grey-dark {background-color:#333333!important;}
.bg-black {background-color:#000000!important;}
.bg-white {background-color:#ffffff !important;}
.bg-primary {background-color:#EE7E05 !important;}
.bg-secondary {background-color:#1E1E1C !important;}

.bg-world-support {background-image:url(/assets/img/bg-world-support.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-maintenance {background-image:url(/assets/img/bg-maintenance.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}

/* Backgrounds > Card Product */
.bg-home-espositori {background-image:url(/assets/img/bg-home-espositori.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;transition:background-image .3s ease-in-out;}
a.d-block:hover .card .bg-home-espositori {background-image:url(/assets/img/bg-home-espositori-hover.jpg);}
.bg-home-ufficio {background-image:url(/assets/img/bg-home-ufficio.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;transition:background-image .3s ease-in-out;}
a.d-block:hover .card .bg-home-ufficio {background-image:url(/assets/img/bg-home-ufficio-hover.jpg);}
.bg-home-scaffalature {background-image:url(/assets/img/bg-home-scaffalature.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;transition:background-image .3s ease-in-out;}
a.d-block:hover .card .bg-home-scaffalature {background-image:url(/assets/img/bg-home-scaffalature-hover.jpg);}
.bg-home-officina {background-image:url(/assets/img/bg-home-officina.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;transition:background-image .3s ease-in-out;}
a.d-block:hover .card .bg-home-officina {background-image:url(/assets/img/bg-home-officina-hover.jpg);}
.bg-home-negozio {background-image:url(/assets/img/bg-home-negozio.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;transition:background-image .3s ease-in-out;}
a.d-block:hover .card .bg-home-negozio {background-image:url(/assets/img/bg-home-negozio-hover.jpg);}

/* Section > Globals */
.section {position:relative;padding:90px 0;}
.section.section-narrow {padding:20px 0;}
.section .section-divider {margin-top:90px;}

/* Section > Header */
.section.section-header {padding-bottom:60px;}
.section-header h1 {font-size:60px;font-weight:800;margin:0;}
.section-header h1 strong {font-weight:800;}

.section-header h2 {font-size:30px;font-weight:800;margin:15px 0 30px;}
.section-header p {margin:30px 0 0;}

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

/* Section > Titles */
.section-title h2 {font-size:23px;margin-bottom:25px;}
.section-title h2 strong {font-weight:800;}
.section-title h3 {font-size:44px;margin-bottom:30px;}
.section-title h3 strong {font-weight:800;}
.section-title h4 {font-size:23px;margin-bottom:25px;}
.section-title h4 strong {font-weight:800;}
.section-title h3 + .divider {margin-top:0;}
.container-privacy .section-title h2 {font-size: 47px;margin-bottom: 30px;}
.container-privacy .section-title h3 {font-size:23px;margin-bottom:25px;}

/* 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;height:700px;}
.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;}
@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:50px;}
.section-counter .counter-text {font-size:50px;}
.section-counter .counter-text small {font-size:20px;margin-left:-5px;}

/* Section > Pre Sidebar */
.section.section-pre-sidebar {padding-bottom:30px;}

/* 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 > Map */
.section.section-map {padding:0;border-bottom:2px solid #fff;}
.section-map .contact-maps {width:100%;height:500px;border:0;}
.map-container {height:500px;position:relative;}
.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;padding:0 15px;}
.section-map iframe {z-index:1;position:relative;}

/* Section > Simple Text */
.section-simple-text .media {margin:0 0 30px;}
.section-simple-text p + a {margin-top:30px;}
.section-simple-text .block-certification {margin-top:50px;}
.section-simple-text .block-certification .img-responsive {height:60px;}
.section-simple-text .block-certification .lead {font-size:24px;font-weight:600;margin:10px 0;}
.section-simple-text .block-certification p {margin:0;}

/* Section > Products Showcase */
.section.section-products-showcase {padding-bottom:60px;}

/* Section > World Support */
.section-world-support {color:#fff;}
.section-world-support p + a {margin-top:20px;}

/* Section > Featured */
.section-featured .card-news-large {margin-bottom:0;}

/* Section > Contacts */
.section.section-contacts {padding-bottom:30px;}
.section-contacts .card-simple-box .card-body {min-height:145px;}

/* Section > News detail */
.section-news-detail .news-date {color:#70706F;margin-bottom:15px;}
.section-news-detail h1 {font-size:54px;font-weight:900;margin-bottom:60px;}

.back-to-news {text-align: right;margin-top:30px;}

/* Section > Catalogues */
.section.section-catalogues {padding-bottom:30px;}
.section.section-catalogues .row-catalogue {display:flex;flex-wrap:wrap;}
.section.section-catalogues .row-catalogue .card-catalogue {min-height:unset;}

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

/* Section > Images (single) */
.section-images-single img {width:100%;height:260px;object-fit: cover;}

/* Section > Messages */
.section-message img {margin:0 auto 30px;max-width:400px;}
.section-message h1 {font-size:60px;margin-bottom:30px;font-weight:900;}
.section-message h1.is-smaller {font-size:32px;}

/* Content > Scrolling affix */
#content {margin-left:215px;}
#sidebar {float:left;width:200px;will-change:min-height;}
#sidebar .sidebar__inner {position:relative;transform:translate(0, 0);transform:translate3d(0, 0, 0);will-change:position, transform;padding-bottom:30px;}

#content-50 {margin-left:50%;}
#sidebar-50 {float:left;width:45%;will-change:min-height;}
#sidebar-50 .sidebar__inner {position:relative;transform:translate(0, 0);transform:translate3d(0, 0, 0);will-change:position, transform;padding-bottom:30px;}
body.sidebar-hide #sidebar {display:none;}

.clearfix:after {display:block;content:"";clear:both;}
.content-scrolling .block-content {padding-left:20px;margin-top:6px;}
.content-scrolling .block-content h3 {font-size:32px;font-weight:800;margin-bottom:10px;}

.content-scrolling .block-content .title-over {font-size:16px;color:#70706F;margin-bottom:5px;}
.content-scrolling .block-content .btn-actions-inline {margin:30px 0;}
.content-scrolling .block-content .btn-actions-inline a + a {padding-left:15px;}
.content-scrolling .block-content .btn-actions-inline a + a:hover, .content-scrolling .block-content .btn-actions-inline a + a:focus {padding-left:15px;}
.content-scrolling .block-content .btn-actions-inline a:hover, .content-scrolling .block-content .btn-actions-inline a:focus {transition: none !important;padding-left:0;}
.sidebar__inner .nav > li > a:focus , .sidebar__inner .nav > li > a:hover {text-decoration:none;background-color:transparent;}

/* Content > Show more */
.content-show-more {height:90px;overflow:hidden;}
.content-show-more.show-content {height:auto;}

.action-show-more button {margin:10px 0;background-color:transparent;border:0;padding:4px 0;font-weight:bold;font-size:16px;}
.action-show-more .show-more:before {content:"";background-image:url(/assets/icons/icon-arrow-down.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;width:15px;height:15px;display:inline-block;vertical-align:middle;margin-right:4px;}
.action-show-more .show-less:before {content:"";background-image:url(/assets/icons/icon-arrow-up.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;width:15px;height:15px;display:inline-block;vertical-align:middle;margin-right:4px;}

/* Section > Payoff last */
.section-payoff-last h3 {padding:0 110px;}

/* Blocks */
.block-content-box {width:100%;display:inline-block;margin-bottom:60px;}

.block-image-text {margin-bottom:75px;}
.block-image-text img {max-width:321px;}
.block-image-text h3 {margin:30px 0 15px;font-size: 28px;font-weight:800;}


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

/* Section > Footer */ 
.section.section-footer {padding-bottom:15px;}
.section-footer h4 {font-size:18px;margin-bottom:15px;}
.section-footer p {margin-bottom:0;}
.section-footer ul li a {transition:color .15s ease-in-out;}
.section-footer ul li a.active {color:#EE7E05;}
.section-footer .media {margin-bottom:30px;}
.section-footer .media .media-left img {width:120px;}
.section-footer .media .media-left .img-small {width:85px;}
.section-footer .media .media-left .img-smaller {width:65px;margin-right:20px;}
.section-footer .media .media-body {max-width:400px;}
.section-footer .media .btn {margin-top:15px;}
.section-footer .form-request {margin-bottom:45px;}

/* Section > Footer > Copy */ 
.section.section-copy {padding-top:45px;}
.section-copy p {margin:0;}
.section-copy p a {transition:color .15s ease-in-out;}


/* Configurator */
body.is-configurator {padding-top:0;}
.is-configurator header {display:none;}
.is-configurator footer {display:none;}
.section-configurator-head {padding:30px 0;text-align:center;}
.section-configurator .control {font-size:16px;}

.section-configurator .form-inline label {display:inline-block;vertical-align:top;margin:0;}
.section-configurator .form-inline label + label {margin-left:15px;}
.section-configurator .form-inline label:first-child {margin-right: 30px;}

.section-configurator .block-title-text {text-align:center;}
.section-configurator .block-title-text p {font-size:16px;margin-bottom:0;}
.section-configurator .block-title-text h1 {font-size:24px;font-weight:bold;}

/* List > Item */
.block-list-item {background-color:#f5f5f5;margin-bottom:5px;}
.block-list-item .block-list-radio {padding:20px 30px;}
.block-list-item .control {font-size:16px;display:inline-block;vertical-align:middle;}
.block-list-item .control .control__indicator:after {background-color:#ee7e05;}
.block-list-item .control .control__indicator {border:1px solid #111111;}

/* Form > Configurator */
.form-configurator {max-width:600px;margin:0 auto;}
.section.section-configurator {padding-top:60px;}
.section-configurator .block-actions {display:flex;margin-top:25px;justify-content:space-between;}
.section-configurator .block-img {margin-top:30px;}
.btn-back:before {background-image:url(/assets/icons/icon-arrow-back.svg);}

.form-configurator .input-label-inline {display:inline-block;vertical-align:middle;margin:0 20px;}
.form-configurator .input-label-inline .form-control {background-color:#ffffff;padding:3px 8px;height:auto;border-color:#cacaca;margin-bottom:0;}

.form-configurator.cantilever .input-label-inline { display:flex; align-items: center; width: 100%; margin:0; padding: 10px 5px;}
.form-configurator.cantilever .input-label-inline p { width: 100%;}
.form-configurator.cantilever .input-label-inline .form-control {background-color:#ffffff;padding:3px 8px;height:auto;border-color:#cacaca;margin-bottom:0;}
.form-configurator.cantilever .input-label-inline .form-control.is-invalid { border: 1px solid red; padding-right: calc(1.5em + .75rem); background-repeat: no-repeat; background-position: right calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem); }


.form-configurator .input-label-inline .form-control.has-scale {padding-right:0;border-right:0;display:inline-block;vertical-align: middle;width:150px;margin-right:-5px;}
.form-configurator .input-label-inline .form-control.has-scale:focus {box-shadow:none;}
.form-configurator .input-label-inline .input-scale {background-color: #fff;display:inline-block;vertical-align:middle;padding:3px 8px;border:1px solid #cacaca;border-left:0;}

.form-configurator .block-list-thin {background-color: #333;color:#fff;padding:30px;}
.form-configurator .block-list-thin table tr:last-child td {border-bottom:1px solid #ddd;}
.form-configurator .block-list-thin table tr td {border-top:1px solid #ddd;}
.form-configurator p {margin-bottom:0;}

.form-configurator .block-list-radio { border: 1px solid #f5f5f5; }
.form-configurator .block-list-radio.is-invalid { border: 1px solid red; padding-right: calc(1.5em + .75rem); background-repeat: no-repeat; background-position: right calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.section-configurator .card-offer .section-title h3 {font-size:26px;font-weight:bold;}
.section-configurator .card-offer .form-control {background-color: #fff;}
.section-configurator .card-offer .card-body {padding:30px;}
.section-configurator .control__indicator {background-color: #fff;}
.section-configurator .control--checkbox .control__indicator:after {border-color: #fff;}

/* Landing */
body.is-landing .section-title h3 {font-weight: bold;}
body.is-landing .section-image-text img {margin-bottom:30px;}
body.is-landing p + .section-title h3 {font-size:24px;margin-top: 30px;}

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

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:0;}

  .row.row-large [class*="col-"] {padding-left:15px!important;padding-right:15px!important;}
  .row.row-large {margin:0 -15px;}

  /* Elements */
  .counter_item .counter_number {font-size:25px;}

  /* Modals */
  .modal-header {padding:20px 20px 10px;}
  .modal-header .close {font-size:30px;}
  .modal-title {font-size:20px;}
  .modal-body {padding:10px 20px 20px;}

  .btn {padding:14px 16px;}
  
  /* Head  */
  .navbar-collapse {border-color:rgba(30,30,28,.5) !important;box-shadow:0 4px 10px rgba(0,0,0,.2);}
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;}
  .navbar.navbar-default .navbar-social {margin:20px 15px;}
  .navbar.navbar-default .navbar-brand {position:absolute;top:0;left:50%;transform:translate(-50%,0);padding:7px 15px;}
  .navbar.navbar-default .navbar-brand > img {height:45px;}
  .navbar-default .navbar-toggle {padding-right:0;margin:12px 0;margin-right:15px;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#111;height:2px;}
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
  .navbar-toggle {border:0;border-radius:0;padding:10px;}
  .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-brand {padding:7px;}
  .navbar.navbar-default .navbar-center {margin-left:0;margin-right:0;text-align:left;}
  .navbar.navbar-default .navbar-nav > li {margin:0;display:block;width:100%;}
  .navbar.navbar-default .navbar-nav > li.list-divider {margin-bottom:20px;}
  .navbar.navbar-default .navbar-nav > li > a {padding:10px;border-top:0;border-left:2px solid transparent;}
  .navbar.navbar-default .list-inline {margin-left:0;}
  .navbar.navbar-default .list-inline > li {display:inline-block;width:auto;padding:10px;}
  .navbar.navbar-default .list-inline > li > a {padding:0;}
  .navbar.navbar-default .navbar-nav .languages li.active > a {font-weight:800;}
  .navbar.navbar-default .navbar-nav > li.languages {margin-top:15px;}

  /* 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;}

  /* Carousels > Globals */
  .tns-nav {bottom:15px;}
  .carousel-arrows-lr .prev {width:45px;height:45px;top:unset;bottom:0;transform:none;background-size:20px;}
  .carousel-arrows-lr .next {width:45px;height:45px;top:unset;bottom:0;transform:none;background-size:20px;}
  
  /* Carousels > Home */
  .carousel-home .card-bg {height:400px;}
  .carousel-home h1, .carousel-home h3 {font-size:32px;}
  .carousel-home .pre-title {font-size:16px;}

  .carousel-home h1, .carousel-home h3, .carousel-home .title {font-size:32px;}

  /* Carousels > Head */
  .carousel-head .card-bg {height:300px;}
  .carousel-head .card .card-overlay .card-body {top:50%;transform:translate(0,-50%);}
  .carousel-head h1 {font-size:30px;}
  .carousel-head h2 {font-size:20px;}

  /* Carousels > Gallery */
  .carousel-gallery {padding-bottom:25px;}
  .carousel-gallery .carousel-arrows-lr .prev {bottom:0;transform:translate(-50%,50%);}
  .carousel-gallery .carousel-arrows-lr .next {bottom:0;transform:translate(50%,50%);}
  
  /* 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 {margin-bottom:20px;}
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}

  /* Cards > Product */
  .card-product .card-bg {height:180px;}
  .card-product.large .card-bg {height:180px;}

  /* Cards > News Large */
  .card-news-large .card-bg {height:300px;}
  .card-news-large .card-body {padding:15px;width:calc(100% - 30px);}
  .card-news-large p {font-size:20px;margin-bottom:15px;}

  /* Cards > News Mini */
  .card-news-mini .card-body {padding-left:15px;}
  .card-news-mini .news-title {font-size:16px;}

  /* Cards > News */
  .card-news .card-bg {height:230px;}
  .card-news .card-body {min-height:unset;padding:15px 0;}
  .card-news h4,.card-news h3,.card-news h2 {font-size:20px;}

  /* Cards > Catalogue */
  .card.card-catalogue {min-height:345px;}

  /* Cards > Simple Box */
  .card-simple-box .card-body {padding:20px;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:400px;}
  .card-gallery .card-body {padding:20px;}

  /* Cards > Catalogue */
  .card-catalogue .card-bg {height:430px;}
  .card-catalogue .card-body {padding:15px 0 0;}
  .card-catalogue h4,.card-catalogue h3 {font-size:16px;}

  /* Blocks > Plus */
  .block.block-plus h4 {margin-bottom:5px;}
  
  /* Medias > Icon */
  .media-icon .media-body .lead {font-size:18px;}

  /* Backgrounds > Card Product */
  .bg-home-scaffalature {background-image:url(/assets/img/bg-home-scaffalature-mobile.jpg);}
  a.d-block:hover .card .bg-home-scaffalature {background-image:url(/assets/img/bg-home-scaffalature-hover-mobile.jpg);}
  
  /* Section */
  .section {padding:50px 0;}
  .section-breadcrumbs {display:none;}
  .section-video .videoContainer {pointer-events:auto;}

  /* Section > Header */
  .section.section-header {padding-bottom:50px;text-align:center;}
  .section-header h1 {font-size:35px;}
  .section-header p {margin-top:20px;}

  /* Section > Titles */
  .section-title h3 {font-size:26px;margin-bottom:20px;}
  .section-title h3.mobile-small {font-size:21px;}
  .section-title h3 .icon60 {width:40px;height:40px;}
  .section-title h4 {font-size:20px;}
  .container-privacy .section-title h2 {font-size: 26px;margin-bottom: 20px;}
  .container-privacy .section-title h3 {font-size:20px;}
  
  /* 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;}

  /* Section > Simple Text */
  .section-simple-text .media {margin:20px 0;}
  .section-simple-text p + a {margin-top:20px;}
  .section-simple-text .block-certification {margin-top:30px;}
  .section-simple-text .block-certification .lead {font-size:22px;}

  /* Section > Products Showcase */
  .section.section-products-showcase {padding-bottom:30px;}
  .section-products-showcase .card-product .card-bg {height:240px;}

  /* Section > World Support */
  .section-world-support {background-position:center left !important;}
  .section-world-support::before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6);}
  .section-world-support .text-center-mobile {text-align:center;}
  .section-world-support p + a {margin-top:10px;}


  
  /* Section > Featured */
  .section-featured .card-news-large {margin-bottom:20px;}

  /* Section > Pre Sidebar */
  .section.section-pre-sidebar {padding-bottom:0;}
  .section-pre-sidebar .section-title h3 {margin-bottom:0;}

  /* Section > Contacts */
  .section.section-contacts {padding-bottom:30px;}
  .section-contacts .card-simple-box .card-body {min-height:unset;text-align:center;}

  /* Section > Map */
  .section-map .contact-maps {height:400px;}
  .map-container {height:400px;}

  /* Section > News detail */
  .section-news-detail h1 {font-size:32px;margin-bottom:30px;}
  .back-to-news {text-align: left;margin-top:40px;}

  /* Section > Featured */
  .section-featured .section-title h4 {margin-top:40px;}

  /* Section > Catalogues */
  .section.section-catalogues {padding-bottom:25px;}

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

  /* Section > Images (single) */
  .section-images-single img {margin-bottom:15px;}

  /* Section > Messages */
  .section-message img {width:100%;}
  .section-message h1 {font-size: 32px;}

  /* Section > Payoff last */
  .section-payoff-last h3 {padding:0;}

  /* Content affix */
  #sidebar .sidebar__inner {width:100%;overflow-x:auto;white-space:nowrap;top:0 !important;z-index:9;background-color: #fff;padding:8px 0;border-bottom:1px solid #ccc;}
  #sidebar.is-affixed .sidebar__inner {width:100%;overflow-x:auto;white-space:nowrap;top:0 !important;left:0 !important;right:0;width:auto !important;z-index:9;background-color:#F5F5F5;padding:8px 15px;border-bottom:1px solid #ccc;}
  #sidebar {width:100%;margin:0;display:none;}
  #sidebar.is-affixed {display:block;}
  #content {width:100%;margin:0;}
  .block-content-box {margin-top:50px;margin-bottom:10px;}
  .block-content-box .action-show-more button {margin-bottom:0;}
  .list-icon-menu ul li {display:inline-block;vertical-align:middle;margin-right:20px;}
  .content-scrolling .block-content {padding-left: 0;}
  .content-scrolling .block-content h3 {font-size:26px;}
  .content-scrolling .block-content .btn-actions-inline a + a {padding-left:0;margin-top:5px;}
  .a-anchor-block {display:block;height:50px;margin-top:-50px;visibility:hidden;}

  #sidebar-50 .sidebar__inner {width:100%;}
  #sidebar-50.is-affixed .sidebar__inner {position: relative !important;top:initial !important;left:initial !important;transform: none !important;}
  #sidebar-50 {width:100%;margin:0;height:auto !important;}
  #content-50 {width:100%;margin:0;}

  .block-image-text img {width: 100%;max-width:initial;}
  .block.block-plus {text-align:center;}
  .block.block-plus p {min-height:initial;}

  /* Section > Footer */
  .section.section-footer {padding:10px 0 0;}
  .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 {margin:20px 0 10px;text-align:center;}
  .section-footer h4 + p {text-align:center;}
  .section-footer .form-request {margin:15px 0 30px;}
  .section-footer .media {margin-bottom:20px;}
  .section.section-copy {text-align:center;padding:10px 0 30px;}
  .section-copy .text-right {text-align:center;}

  .navbar.navbar-default .navbar-nav > li.list-divider {display:none !important;}

  body.is-landing .section-image-text img {margin-bottom:0;margin-top:30px;}
  
      
  /* 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:0;}

  /* Elements */
  .counter_item .counter_number {font-size:30px;}

  /* Modals */
  .modal-header {padding:30px 30px 15px;}
  .modal-header .close {font-size:30px;}
  .modal-title {font-size:25px;}
  .modal-body {padding:15px 30px 30px;}
  
  /* Mobile Nav Toggle */
  .navbar-header {float:none;}
  .navbar-collapse {border-top:1px solid transparent;box-shadow:none;}
  .navbar-fixed-top {top:0;border-width:0 0 1px;}
  .navbar-collapse {border-color:rgba(30,30,28,.5) !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.navbar-default .navbar-social {margin:30px 0;}
  .navbar.navbar-default .navbar-brand {position:absolute;top:0;left:50%;transform:translate(-50%,0);padding:14px 15px;}
  .navbar.navbar-default .navbar-brand > img {height:50px;}
  .navbar-default .navbar-toggle {margin:22px 0;padding-right: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:#111;height:2px;}
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
  .navbar.navbar-default .navbar-nav > li.list-divider {margin-bottom:20px;}
  .navbar-toggle {border:0;border-radius:0;margin:9px;display:inline-block;}
  .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-center {text-align:left;}
  .navbar.navbar-default .navbar-nav > li {margin:0;}
  .navbar.navbar-default .navbar-nav > li > a {padding:10px;border-top:0;border-left:2px solid transparent;}
  .navbar.navbar-default .list-inline {margin-left:0;}
  .navbar.navbar-default .list-inline > li {display:inline-block;width:auto;padding:10px;}
  .navbar.navbar-default .list-inline > li > a {padding:0;}
  .navbar.navbar-default .navbar-nav .languages li.active > a {font-weight:800;}

  
  /* 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;} */
    
  /* Carousels > Home */
  .carousel-home .card-bg {height:600px;}
  .carousel-home h1, .carousel-home h3 {font-size:46px;}
  .carousel-home h1, .carousel-home h3, .carousel-home .title {font-size:46px;}

  /* Carousels > Head */
  .carousel-head .card-bg {height:550px;}
  .carousel-head h1 {font-size:50px;}

  /* Carousels > Gallery */
  .carousel-gallery .carousel-arrows-lr .prev {bottom:-20px;}
  .carousel-gallery .carousel-arrows-lr .next {bottom:-20px;}
  
  /* Cards > News Large */
  .card-news-large .card-bg {height:450px;}

  /* Cards > News Mini */
  .card-news-mini .card-bg {width:110px;}
  .card-news-mini .card-body {padding-left:15px;}

  /* Cards > News */
  .card-news .card-bg {height:250px;}
  .card-news .card-body {padding:20px 0;min-height:185px;}
  .card-news h4,.card-news h3,.card-news h2 {font-size:25px;}
  
  /* Cards > Catalogue */
  .card-catalogue .card-bg {height:430px;}
  .card-catalogue .card-body {padding:20px 0;}
  .card-catalogue h4,.card-catalogue h3 {font-size:20px;}

  /* Cards > Gallery */
  .card-gallery .card-bg {height:350px;}
  .card-gallery .card-body {padding:20px;}

  /* Medias > Icon */
  .media-icon .media-body .lead {font-size:22px;}
    
  /* 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 > Global */
  .section {padding:60px 0;}

  /* Section > Header */
  .section-header h1 {font-size:50px;}

  /* Section > Titles */
  .section-title h3 {font-size:40px;}
  .section-title h3 .icon60 {width:50px;height:50px;}
  .container-privacy .section-title h2 {font-size: 40px;}

  /* Section > Simple Text */
  .section-simple-text .media {margin:30px 0;}
  .section-simple-text .block-certification {margin-top:40px;height:170px;}
  .section-simple-text .block-certification .lead {font-size:22px;}

  /* Section > Products Showcase */
  .section.section-products-showcase {padding-bottom:30px;}

  /* Section > Featured */
  .section-featured .card-news-large {margin-bottom:30px;}
  .section-featured .section-title h4 {margin-top:40px;}

  /* Section > Catalogues */
  .section.section-catalogues {padding-bottom:10px;}

  /* Section > News detail */
  .section-news-detail h1 {font-size:32px;margin-bottom:30px;}
  .section-news-detail .img-responsive {width:100%;max-width:initial;}
  .back-to-news {text-align: left;margin-top:40px;}

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

  /* Section > Images (single) */
  .section-images-single img {margin-bottom:15px;}

  /* Content affix */

  .content-scrolling .block-content {padding-left: 0;}
  .a-anchor-block {display:block;height:50px;margin-top:-50px;visibility:hidden;}

    
  /* Section > Footer */
  .section.section-footer {padding:30px 0 0;}
  .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 {margin-top:30px;}
  .section-footer .form-request {margin:20px 0 30px;}
  .section-footer .media .media-body {max-width:unset;}
  .section.section-copy {padding:30px 0 70px;}

  body.is-landing .section-image-text img {margin-bottom:0;margin-top:30px;}
    
}

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

  /* Head + Nav */
  .navbar.navbar-default .navbar-nav > li {margin:0 15px;}
  .navbar.navbar-default .navbar-nav .link-image {margin-top:25px;margin-bottom:25px;}
  .navbar.navbar-default .navbar-nav .link-image img {height:60px;}

  /* Carousels > Home */
  .carousel-home .card-bg {height:600px;}

  /* Carousels > Head */
  .carousel-head .card-bg {height:550px;}

  .carousel-home h1, .carousel-home h3, .carousel-home .title {font-size:46px;}

  /* Cards > Product */
  .card-product .card-bg {height:200px;}
  .card-product.large .card-bg {height:430px;}

  /* Cards > News Large */
  .card-news-large .card-body {width:calc(100% - 100px);}

  /* Cards > News Mini */
  .card-news-mini .card-bg {max-width: 140px;}
  .card-news-mini .card-body {padding-left:20px;}

  /* Cards > News */
  .card-news .card-bg {height:200px;}
  .card-news .card-body {min-height:254px;}
  .card-news h4,.card-news h3,.card-news h2 {font-size:30px;}

  /* Cards > Simple Box */
  .card-simple-box .card-body {padding:20px;}

  /* Cards > Catalogue */
  .card.card-catalogue {min-height:510px;}
  .card-catalogue .card-bg {height:300px;}
  .card-catalogue h4,.card-catalogue h3 {font-size:20px;}

  /* Content Scrolling */
  .content-scrolling .block-content .btn-actions-inline a + a {margin:20px 0;padding:0;}
  
  /* Cards > Gallery */
  .card-gallery .card-bg {height:330px;}

  /* Section > News detail */
  .section-news-detail h1 {font-size:42px;}

  /* Section > Contacts */
  .section-contacts .card-simple-box h4,.section-contacts .card-simple-box h4 {min-height:40px;}

  /* Section > Copy */
  .section-copy p {font-size:13px;}

  
}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px) {
  
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:60px;}

  /* Carousels > Head */
  .carousel-head .card .card-overlay .card-body {padding:60px;}

}

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