/* Typography */

/*html {scroll-behavior:smooth;}*/
body {font-family: 'Montserrat', sans-serif;color:#000000;padding-top:70px;font-size:16px;}
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;font-weight:400;}

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

/* Anchor */
.a-anchor {display:block;height:50px;margin-top:-50px;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;}
.text-primary {color:#F0851D !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: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%;}

/* Cookies */
#cookieChoiceInfo{position:fixed;background-color:rgba(0,0,0,0.7);z-index:999;bottom:0;left:0;width:100%;text-align:center;padding:20px;font-size:12px;color:#ffffff;}
#cookieChoiceInfo a{background-color:#ffffff;color:#000000;margin-left:10px;padding:5px 10px;margin-top: 10px;display: inline-block;}

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

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

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:0;white-space:normal;border:0;padding:8px 16px;}
.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.btn-block {text-align:left;}
.btn.btn-block + .btn.btn-block {margin-top:0;}

/* Buttons > Types */
.btn-primary::before , .btn-primary::after {box-sizing:inherit;content:"";position:absolute;width:100%;height:100%;}
.btn-primary::before {transition:width .25s ease-out, height .25s ease-out .25s;}
.btn.btn-primary {position:relative;background-color:transparent;color:#000000;text-transform:uppercase;text-align:center;padding:15px 25px;z-index:3;cursor:pointer;font-size:16px;font-weight:bold;}
.btn.btn-primary .icon15 {top:-1px;position: relative;}
.btn-primary {transition:color .25s;}
.btn-primary::before , .btn-primary::after {border:1px solid transparent;width:0;height:0;}
.btn-primary::before {top:0;left:0;}
.btn-primary::after {bottom:0;right:0;}
.btn-primary:hover {color:#000000;}
.btn-primary:hover::before , .btn-primary:hover::after {width:100%;height:100%;}
.btn-primary:hover::before {border-top-color:#000000;border-right-color:#000000;transition:width .25s ease-out, height .25s ease-out .25s;}
.btn-primary:hover::after {border-bottom-color:#000000;border-left-color:#000000;transition:border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;}
.btn-primary:active {background-color: #F18624 !important;color:#000 !important;border-color:#F18624 !important;}
.btn-primary:active:before {border:0;}
.btn-primary:active:after {border:0;}

.btn-primary-white::before , .btn-primary-white::after {box-sizing:inherit;content:"";position:absolute;width:100%;height:100%;}
.btn-primary-white::before {transition:width .25s ease-out, height .25s ease-out .25s;}
.btn.btn-primary-white {position:relative;background-color:transparent;color:#fff;text-transform:uppercase;text-align:center;padding:15px 25px;z-index:3;cursor:pointer;font-size:16px;font-weight:bold;margin-left:-25px;transition:.6s ease-in-out all;}
.btn.btn-primary-white .icon15 {top:-1px;position: relative;}
.btn-primary-white {transition:color .25s;}
.btn-primary-white::before , .btn-primary-white::after {border:1px solid transparent;width:0;height:0;}
.btn-primary-white::before {top:0;left:0;}
.btn-primary-white::after {bottom:0;right:0;}
.btn-primary-white:hover {color:#fff;margin-left:0;transition:.6s ease-in-out all;}
.btn-primary-white:hover::before , .btn-primary-white:hover::after {width:100%;height:100%;}
.btn-primary-white:hover::before {border-top-color:#fff;border-right-color:#fff;transition:width .25s ease-out, height .25s ease-out .25s;}
.btn-primary-white:hover::after {border-bottom-color:#fff;border-left-color:#fff;transition:border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;}
.btn-primary-white:active {background-color: #F18624 !important;color:#000 !important;border-color:#F18624 !important;}
.btn-primary-white:active:before {border:0;}
.btn-primary-white:active:after {border:0;}

.btn-primary-orange::before , .btn-primary-orange::after {box-sizing:inherit;content:"";position:absolute;width:100%;height:100%;}
.btn-primary-orange::before {transition:width .25s ease-out, height .25s ease-out .25s;}
.btn.btn-primary-orange {position:relative;background-color:transparent;color:#F0851D;text-transform:uppercase;text-align:center;padding:15px 25px;z-index:3;cursor:pointer;font-size:16px;font-weight:bold;}
.btn.btn-primary-orange .icon15 {top:-1px;position: relative;}
.btn-primary-orange {transition:color .25s;}
.btn-primary-orange::before , .btn-primary-orange::after {border:1px solid transparent;width:0;height:0;}
.btn-primary-orange::before {top:0;left:0;}
.btn-primary-orange::after {bottom:0;right:0;}
.btn-primary-orange:hover {color:#F0851D;}
.btn-primary-orange:hover::before , .btn-primary-orange:hover::after {width:100%;height:100%;}
.btn-primary-orange:hover::before {border-top-color:#F0851D;border-right-color:#F0851D;transition:width .25s ease-out, height .25s ease-out .25s;}
.btn-primary-orange:hover::after {border-bottom-color:#F0851D;border-left-color:#F0851D;transition:border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;}
.btn-primary-orange:active {background-color: #F18624 !important;color:#000 !important;border-color:#F18624 !important;}
.btn-primary-orange:active:before {border:0;}
.btn-primary-orange:active:after {border:0;}

.btn-outline-primary::before , .btn-outline-primary::after {box-sizing:inherit;content:"";position:absolute;width:100%;height:100%;}
.btn-outline-primary::before {transition:width .25s ease-out, height .25s ease-out .25s;}
.btn.btn-outline-primary {position:relative;background-color:transparent;color:#F0851D;text-transform:uppercase;text-align:center;padding:15px 25px;z-index:3;cursor:pointer;font-size:16px;font-weight:bold;}
.btn.btn-outline-primary .icon15 {top:-1px;position: relative;}
.btn-outline-primary {transition:color .25s;}
.btn-outline-primary::before , .btn-outline-primary::after {border:1px solid #F0851D;width:100%;height:100%;}
.btn-outline-primary::before {top:0;left:0;}
.btn-outline-primary::after {bottom:0;right:0;}
.btn-outline-primary:hover {color:#F0851D;}
.btn-outline-primary:hover::before , .btn-outline-primary:hover::after {width:100%;height:100%;}
.btn-outline-primary:hover::before {border-top-color:#F0851D;border-right-color:#F0851D;transition:width .25s ease-out, height .25s ease-out .25s;}
.btn-outline-primary:hover::after {border-bottom-color:#F0851D;border-left-color:#F0851D;transition:border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;}
.btn-outline-primary:active {background-color: #F18624 !important;color:#000 !important;border-color:#F18624 !important;}
.btn-outline-primary:active:before {border:0;}
.btn-outline-primary:active:after {border:0;}

.btn-outline-icon {border:1px solid #eae5e5;padding:27px 15px;position:relative;transition:.3s ease-in-out all;}
.btn-outline-icon .icon-btn {position:absolute;right:0;width:76px;height:100%;border-left:1px solid #eae5e5;top:0;bottom:0;transition:.3s ease-in-out all;}
.btn-outline-icon .icon-btn .icon15 {position:absolute;top:50%;transform:translate(0, -50%);left:0;right:0;margin:0 auto;text-align:center;}
.btn-outline-icon .title {margin:0;padding-right:86px;font-size:18px;}

.btn-outline-icon:hover {border-color:#000;transition:.3s ease-in-out all;}
.btn-outline-icon:hover  .icon-btn {border-color:#000;transition:.3s ease-in-out all;}

/* 
.btn-name{}
.btn-name:hover{}
.btn-name:focus{}
*/

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

/* Modals */
.modal-content {border:10px solid #ffffff;background:#f3f3f3;border-radius:0;-webkit-background-clip:initial;background-clip:initial;}
.modal-header .close {font-size:42px;font-weight:900;color:#000000;text-shadow:none;filter:alpha(opacity=100);opacity:1;}
.modal-title {color:#000000;font-size:30px;font-weight:900;text-transform:uppercase;}
.modal-body p {font-size:12px;}
.modal-body p a {color:#000000;text-decoration:underline;}

/* 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:0;width:15px;height:15px;background-image:url(/assets/icons/icon-plus.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;border-left:1px solid #EAE5E5;padding:67px 37px;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:0;width:15px;height:15px;background-image:url(/assets/icons/icon-minus.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;border-left:1px solid #EAE5E5;padding:67px 37px;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;padding:15px;border-top:1px solid #EAE5E5;}
.panel-group .panel {margin-top:-1px;}

/* Accordion > FAQ */
.list-faq {margin-top:40px;}
.list-faq .panel {border:0;}
.list-faq .panel-title > a {font-size:18px;padding:27px 75px 27px 15px;border:1px solid #EAE5E5;position: relative;overflow: hidden;}
.list-faq .panel-title > a[aria-expanded="true"] {border-color:#949494;}

.panel-title a[aria-expanded="true"]:after {border-color:#949494;}
.list-faq .panel-title > a:focus, .list-faq .panel-title > a:active {text-decoration:none;}
.panel-group .panel-heading + .panel-collapse > .panel-body {border:1px solid #EAE5E5;border-top:0;}
.panel-group .panel-heading + .panel-collapse.collapsing > .panel-body {border-color:#949494;}
.panel-group .panel-heading + .panel-collapse.in > .panel-body {border-color:#949494;}
.panel-group .panel-heading + .panel-collapse.collapsing[aria-expanded="false"] > .panel-body {border-color:#EAE5E5;}
.list-faq .panel-group .panel + .panel {margin-top:0;}
.list-faq .panel .panel-body .img-responsive {margin-top:15px;}



/* Taber */

/* 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 > Upper Alpha */
.list-upper-alpha {list-style-type:upper-alpha;}

/* Lists > Social */
.list-social li i {font-size: 24px;}

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

/* Medias > Services */
.media-service {display:flex;}
.media-service + .media-service {margin-top:30px;}
.media-service .media-left {height:200px;width:200px;border:1px solid #eae5e5;position:relative;}
.media-service .media-left .icon {width:150px;height:150px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.media-service .media-body {width:calc(100% - 200px);padding-left:30px;}
.media-service .media-body h4 {font-size:28px;margin-bottom:30px;}
.media-service .media-body p {margin-bottom:0;}
.media-service .media-body ol {margin-bottom:20px;}
.media-service .media-body p + ol {margin-top:20px;}

/* Cards > Globals */
.card {position:relative;min-width:0;word-wrap:break-word;border:1px solid #f4f4f4;margin-bottom:30px;background-color:#ffffff;}

.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:#000000;}
.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 > Product */
.card.card-product {border:0;}
.card.card-product .card-bg {height:330px;}
.card.card-product .card-body {border:1px solid #EAE5E5;height:75px;position:relative;}
.card.card-product .card-title {font-size:16px;font-weight:400;position:absolute;top:50%;transform:translate(0,-50%);max-width:calc(100% - 110px);}
.card.card-product .card-link {border-left:1px solid #EAE5E5;width:75px;height:75px;position: absolute;right:0;top:0;padding:28px;}

/* Cards > Logo */
.card.card-logo {border:0;margin:0;}
.card.card-logo .card-bg {height:120px;background-size:90px;}

/* Cards > Icon */
.card.card-icon {border:0;text-align:center;}
.card.card-icon .card-body {padding:50px;}
.card.card-icon h4.card-title {margin:25px 0;font-size:28px;font-weight:normal;}
.card.card-icon p {margin:0;font-size:16px;}

/* Cards > Clients */
.card.card-client {border:1px solid #EAE5E5;padding:30px;background-color:#fff;display:flex;align-items:flex-start;}
.card-client .card-bg {width:200px;height:200px;border:1px solid #EAE5E5;background-size:cover;}
.card-client .card-body {width:calc( 100% - 200px );padding:0;padding-left:30px;}
.card-client h4.card-title {font-size:35px;font-weight:400;margin-bottom:25px;}
.card-client .list-works {padding-left:10px;margin:0 0 25px;list-style-type:"- ";}

/* Cards > Advantages */
.card.card-advantage {border:0;}
.card-advantage .card-bg {height:400px;}
.card-advantage .card-body {padding:50px;position:absolute;bottom:0;left:0;right:0;color:#fff;}
.card-advantage h4 {font-size:28px;margin:25px 0 20px;}
.card-advantage ul > li {position:relative;padding-left:30px;}
.card-advantage ul > li::before {content:"";position:absolute;top:1px;left:0;width:20px;height:20px;background-position:center center;background-repeat:no-repeat;background-size:contain;background-image:url(/assets/icons/icon-advantage-plus-white.svg);}
.card-advantage ul > li.item-minus::before {background-image:url(/assets/icons/icon-advantage-minus-white.svg);}
.card-advantage ul > li + li {margin-top:10px;}

/* Cards > Values */
.card.card-values {border:0;background-color:transparent;}
.card.card-values .card-bg {height:270px;}
.card.card-values .card-header {padding:15px;border:0;display:flex;align-items:center;}
.card.card-values .card-header .card-title {flex:1;padding-right:20px;margin:0;}
.card.card-values .card-header h4 {margin:0;font-size:28px;font-weight:700;}
.card.card-values .card-header .subtitle {font-size:16px;font-weight:400;}
.card.card-values .card-header div[class*="icon-"] {flex-shrink:0;}
.card.card-values .card-body {padding:15px;}
.card.card-values p {margin:0;font-size:16px;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
.form-group {position:relative;}

.form-control {border-radius:0;border:1px solid #EAE5E5;margin-bottom:10px;height:55px;padding:16px 12px 0;box-shadow:none;background-color: rgba(255,255,255,.15);color:#000;}
.section-request .form-control {border-radius:0;border:1px solid #EAE5E5;margin-bottom:10px;height:55px;padding:16px 12px 0;box-shadow:none;background-color: rgba(255,255,255,.15);color:#ffffff;}
.section-request textarea.form-control {height: auto;padding-top:25px;}
.form-control.has-error , .control__privacy .control__indicator.has-error, .form-control.is-invalid, .control__privacy input.is-invalid ~ .control__indicator {border-color:rgb(169, 68, 66);background-color:rgba(169, 68, 66,.2);}
.form-control.has-error::placeholder, .form-control.is-ivalid::placeholder {color:#fff;}
.form-group.label-float label {position:absolute;top:8px;left:12px;color:#000;font-size:13px;pointer-events: none;}
.section-request .form-group.label-float label {position:absolute;top:8px;left:12px;color:#fff;font-size:13px;}
.section-request .form-accepted {font-size:12px;opacity:.6;margin-top:3px;}
.custom-validators-label {display:none;}


.form-group.label-float.has-action-right .form-control {padding-right:76px;}
.form-group.label-float.has-action-right .btn-action {position:absolute;top:0;right:0;width:65px;height:100%;border-left: 1px solid #EAE5E5;background-color: transparent;padding:0;}
.form-group.label-float.has-action-right .form-control.has-error + label + .btn-action, .form-group.label-float.has-action-right .form-control.is-invalid + label + .btn-action {border-color:rgb(169, 68, 66);}


.form-recaptcha.has-error iframe, .form-recaptcha.is-invalid 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.form-file {margin:0 0 20px;display: inline-block;}
.form-group.form-file label {display:inline-block;vertical-align:middle;margin-bottom:0;margin-right:8px;font-size:13px;}
.form-group.form-file input {display:inline-block;vertical-align:middle;color:#fff;font-size:13px;}

/* Custom inputs */
.control {display:block;position:relative;padding:0 0 0 35px;margin:0 0 20px 0;cursor:pointer;font-size:11px;}
.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:rgba(255,255,255,.15)!important;}
.control__indicator {position:absolute;top:0;left:0;height:18px;width:18px;background:rgba(255,255,255,.15);;border:1px solid #7b7b7b;border-radius:2px;}
.control__indicator:after {content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator , .control input:focus ~ .control__indicator {background:rgba(255,255,255,.15);}
.control:hover input:not([disabled]):checked ~ .control__indicator , .control input:checked:focus ~ .control__indicator {background:#000;}
.control input:checked ~ .control__indicator {background:#000;border:0;border:1px solid #000;}
.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:16px 30px 0 12px;outline:0;background:#ffffff;color:#fff;-ms-appearance:none;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;height:55px;background-color: rgba(255,255,255,.15);}
.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-white.svg);background-repeat:no-repeat;background-size:16px;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:15px;background-image:url(/assets/icons/icon-arrow-left-black.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(255,255,255,.3);border-radius:100%;}
.carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:15px;background-image:url(/assets/icons/icon-arrow-right-black.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(255,255,255,.3);border-radius:100%;}

/* Carousels > Home */
.carousel-container {position:relative;}
.carousel-home .card {margin:0;}
.carousel-home .card-bg {height:700px;}
.carousel-home .card .card-overlay {position:absolute;bottom:0;padding:26px 50px;left:0;right:0;border-top:1px solid #313131;border-bottom:1px solid #313131;}
.carousel-home .card .card-overlay:before {display:none;}
.carousel-home .card .card-overlay h1 {font-size:16px;text-transform:uppercase;font-weight:bold;color:#fff;display:inline-block;vertical-align:middle;margin:0;}
.carousel-home .card .card-overlay h1:before, .carousel-home .card .card-overlay h2:before {content:"-";display:inline-block;vertical-align:middle;margin:0 5px 0 3px;}
.carousel-home .card .card-overlay h2 {font-size:16px;font-weight:normal;color:#fff;display:inline-block;vertical-align:middle;margin:0;}
.carousel-home .tns-nav {display:none;}
.carousel-home .carousel-arrows-lr .prev {border-left:1px solid #313131;right:75px;left:initial;bottom:0;top:initial;transform: none;background-color: transparent;border-radius:0;background-size:15px;width:75px;height:76px;background-image:url(/assets/icons/icon-arrow-left-white.svg);}
.carousel-home .carousel-arrows-lr .next {border-left:1px solid #313131;right:5px;left:initial;bottom:0;top:initial;transform: none;background-color: transparent;border-radius:0;background-size:15px;width:75px;height:76px;background-image:url(/assets/icons/icon-arrow-right-white.svg);}


.carousel-home .card .card-overlay .pre-title {font-size:16px;text-transform:uppercase;font-weight:bold;color:#fff;display:inline-block;vertical-align:middle;margin:0;}
.carousel-home .card .card-overlay h1 {text-transform: none;font-weight:normal;}
.carousel-home .card .card-overlay h2 {text-transform: none;}

/* Carousels > Products */
.carousel-products .carousel-arrows-lr .prev {top:-90px;transform:none;left:initial;right:69px;border-radius:0;background-color: transparent;background-image: url(/assets/icons/icon-carousel-left-black.svg);border:1px solid #EAE5E5;padding:34px;background-size:15px;}
.carousel-products .carousel-arrows-lr .next {top:-90px;transform:none;left:initial;right:0;border-radius:0;background-color: transparent;background-image: url(/assets/icons/icon-carousel-right-black.svg);border:1px solid #EAE5E5;padding:34px;background-size:15px;}

/* Carousels > Clients */
.carousel-clients .carousel-arrows-lr .prev {top:-90px;transform:none;left:initial;right:69px;border-radius:0;background-color: transparent;background-image: url(/assets/icons/icon-carousel-left-black.svg);border:1px solid #EAE5E5;padding:34px;background-size:15px;}
.carousel-clients .carousel-arrows-lr .next {top:-90px;transform:none;left:initial;right:0;border-radius:0;background-color: transparent;background-image: url(/assets/icons/icon-carousel-right-black.svg);border:1px solid #EAE5E5;padding:34px;background-size:15px;}

/* Carousels > Gallery */
.carousel-gallery .carousel-arrows-lr .prev {left:0;border-radius:0;background-color:rgba(255,255,255,.5);background-image: url(/assets/icons/icon-carousel-left-black.svg);border:0;padding:34px;background-size:15px;}
.carousel-gallery .carousel-arrows-lr .next {right:0;border-radius:0;background-color:rgba(255,255,255,.5);background-image: url(/assets/icons/icon-carousel-right-black.svg);border:0;padding:34px;background-size:15px;}
.carousel-gallery .card {margin:0;}
.carousel-gallery .card-bg {height:660px;}
.carousel-gallery .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}

/* Carousels > Timeline */
.carousel-timeline .carousel-arrows-lr .prev {background-color:transparent;left:0;top:unset;bottom:0;transform:none;width:40px;height:40px;}
.carousel-timeline .carousel-arrows-lr .next {background-color:transparent;right:0;top:unset;bottom:0;transform:none;width:40px;height:40px;}

/* Carousels > Projects */
.carousel-project .carousel-arrows-lr {display:none;}
.carousel-project .card {margin:0;border:0;}
.carousel-project .card-bg {height:auto;padding-top:100%;}
.carousel-project .card .card-info {position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:100%;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;padding:25px;opacity:0;transition:.3s ease-in-out all;}
.carousel-project .card:hover .card-info {opacity:1;transition:.3s ease-in-out;}
.carousel-project .carousel-info .img-text .title {font-size:16px;}
.carousel-project .carousel-info .img-text .description {font-size:13px;margin:0;}


/* Icons */
.icon15 {width:15px;height:15px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon {width:18px;height:18px;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;}
.icon50 {width:50px;height:50px;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;}
.icon70 {width:70px;height:70px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon100 {width:100px;height:100px;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-arrow-left-black {background-image:url(/assets/icons/icon-arrow-left-black.svg);}
.icon-arrow-right-black {background-image:url(/assets/icons/icon-arrow-right-black.svg);}
.icon-arrow-right-orange {background-image:url(/assets/icons/icon-arrow-right-orange.svg);}
.icon-arrow-right-white {background-image:url(/assets/icons/icon-arrow-right-white.svg);}
.icon-arrow-down-black {background-image:url(/assets/icons/icon-arrow-down-black.svg);}
.icon-certificate {background-image:url(/assets/icons/icon-certificate.svg);}
.icon-certificate-primary {background-image:url(/assets/icons/icon-certificate-primary.svg);}
.icon-certificate-white {background-image:url(/assets/icons/icon-certificate-white.svg);}
.icon-professional {background-image:url(/assets/icons/icon-professional.svg);}
.icon-professional-primary {background-image:url(/assets/icons/icon-professional-primary.svg);}
.icon-professional-white {background-image:url(/assets/icons/icon-professional-white.svg);}
.icon-complete {background-image:url(/assets/icons/icon-complete.svg);}
.icon-complete-primary {background-image:url(/assets/icons/icon-complete-primary.svg);}
.icon-complete-white {background-image:url(/assets/icons/icon-complete-white.svg);}
.icon-star {background-image:url(/assets/icons/icon-star.svg);}
.icon-lamp {background-image:url(/assets/icons/icon-lamp.svg);}
.icon-phone {background-image:url(/assets/icons/icon-phone.svg);}
.icon-phone-primary {background-image:url(/assets/icons/icon-phone-primary.svg);}
.icon-mail {background-image:url(/assets/icons/icon-mail.svg);}
.icon-mail-primary {background-image:url(/assets/icons/icon-mail-primary.svg);}
.icon-map {background-image:url(/assets/icons/icon-map.svg);}
.icon-map-primary {background-image:url(/assets/icons/icon-map-primary.svg);}
.icon-social {background-image:url(/assets/icons/icon-social.svg);}
.icon-social-primary {background-image:url(/assets/icons/icon-social-primary.svg);}
.icon-thumbs-up {background-image:url(/assets/icons/icon-thumbs-up.svg);}
.icon-plus {background-image:url(/assets/icons/icon-plus.svg);}
.icon-minus {background-image:url(/assets/icons/icon-minus.svg);}
.icon-graphic {background-image:url(/assets/icons/icon-graphic.svg);}
.icon-graphic-primary {background-image:url(/assets/icons/icon-graphic-primary.svg);}
.icon-graphic-white {background-image:url(/assets/icons/icon-graphic-white.svg);}
.icon-production {background-image:url(/assets/icons/icon-production.svg);}
.icon-production-primary {background-image:url(/assets/icons/icon-production-primary.svg);}
.icon-production-white {background-image:url(/assets/icons/icon-production-white.svg);}
.icon-varnishing {background-image:url(/assets/icons/icon-varnishing.svg);}
.icon-varnishing-primary {background-image:url(/assets/icons/icon-varnishing-primary.svg);}
.icon-varnishing-white {background-image:url(/assets/icons/icon-varnishing-white.svg);}
.icon-assembling {background-image:url(/assets/icons/icon-assembling.svg);}
.icon-assembling-primary {background-image:url(/assets/icons/icon-assembling-primary.svg);}
.icon-assembling-white {background-image:url(/assets/icons/icon-assembling-white.svg);}
.icon-installation {background-image:url(/assets/icons/icon-installation.svg);}
.icon-installation-primary {background-image:url(/assets/icons/icon-installation-primary.svg);}
.icon-installation-white {background-image:url(/assets/icons/icon-installation-white.svg);}
.icon-inspection {background-image:url(/assets/icons/icon-inspection.svg);}
.icon-inspection-primary {background-image:url(/assets/icons/icon-inspection-primary.svg);}
.icon-inspection-white {background-image:url(/assets/icons/icon-inspection-white.svg);}
.icon-practices {background-image:url(/assets/icons/icon-practices.svg);}
.icon-practices-primary {background-image:url(/assets/icons/icon-practices-primary.svg);}
.icon-practices-white {background-image:url(/assets/icons/icon-practices-white.svg);}
.icon-statements {background-image:url(/assets/icons/icon-statements.svg);}
.icon-statements-primary {background-image:url(/assets/icons/icon-statements-primary.svg);}
.icon-statements-white {background-image:url(/assets/icons/icon-statements-white.svg);}
.icon-after-sales {background-image:url(/assets/icons/icon-after-sales.svg);}
.icon-after-sales-primary {background-image:url(/assets/icons/icon-after-sales-primary.svg);}
.icon-after-sales-white {background-image:url(/assets/icons/icon-after-sales-white.svg);}
.icon-neon {background-image:url(/assets/icons/icon-neon.svg);}
.icon-led {background-image:url(/assets/icons/icon-led.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;padding:0 35px;box-shadow:0 0 7px rgba(0,0,0,.3);}
.navbar.navbar-default .navbar-brand {padding:15px 15px;height:auto;}
.navbar.navbar-default .navbar-brand > img {height:40px;}
.navbar.navbar-default .navbar-nav > li {margin:0;}
.navbar.navbar-default .navbar-nav > li > a {padding:15px 0 2px;margin:0 25px;color:#000000;font-size:16px;}

.navbar.navbar-default .navbar-nav > li > a:before {content:"";width:0%;bottom:0;position:absolute;left:0;right:0;height:1px;background-color: #000;transition:.6s ease-in-out all;}
.navbar.navbar-default .navbar-nav > li > a:hover:before {content:"";width:100%;transition:.6s ease-in-out all;}
.navbar.navbar-default .navbar-nav > li > a.active:before {content:"";width:100%;transition:.6s ease-in-out all;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#000;}
.navbar-default .navbar-nav > .active > a {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;color:#000;}
.navbar.navbar-default .nav > li.active > a {color:#3d99f5!important;background-color:transparent!important;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}

.navbar.navbar-default .navbar-right {margin-top:10px;}

/* Head + Affix */
/* .navbar.navbar-default.is--affix {background:#000000;box-shadow:0 0 7px rgba(0,0,0,.3);}
.navbar.navbar-default.is--affix .nav > li > a {color:#ffffff;} */

/* Head + Megamenu */
.navbar.navbar-default .dropdown.mega-menu {position:static;}

.navbar.navbar-default li.dropdown.mega-menu.open a:before {content:"";width:100%;transition:.6s ease-in-out all;}
.navbar.navbar-default .dropdown.mega-menu li a {font-size:16px;display:inline-block;padding:5px 0;width:100%;position: relative;}
.navbar.navbar-default .dropdown.mega-menu .title-container {position:relative;height:98px;padding:0 45px;border-bottom:1px solid #EAE5E5;}
.navbar.navbar-default .dropdown.mega-menu ul {padding:25px 45px;}
.navbar.navbar-default .dropdown.mega-menu .col-lg-3:before {content:"";position: absolute;width:1px;height:577px;background-color: #EAE5E5;}
.navbar.navbar-default .dropdown.mega-menu h4 {font-size:22px;font-weight:700;position:absolute;top:50%;transform:translate(0,-50%);max-width:calc(100% - 110px);}
.navbar.navbar-default .dropdown.mega-menu h4 .subtitle {font-size:18px;margin-top:5px;font-weight:400;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu {width:100%;border:0;border-radius:0;padding:0;box-shadow:none;border-top:1px solid #EAE5E5;border-bottom:1px solid #EAE5E5;}
.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;}

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

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#F8F8F8!important;}
.bg-grey-dark {background-color:#333333!important;}
.bg-black {background-color:#000000!important;}
.bg-white {background-color:#ffffff !important;}

.bg-request {background-image:url(/assets/img/bg-request.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-catalog {background-image:url(/assets/img/bg-catalog.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-estimate {background-image:url(/assets/img/bg-estimate.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-head-progetti {background-image:url(/assets/img/bg-head-progetti.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-social {background-image:url(/assets/img/bg-head-social.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-subcategory {background-image:url(/assets/img/bg-head-subcategory.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-company {background-image:url(/assets/img/bg-head-company.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-faq {background-image:url(/assets/img/bg-head-faq.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-department {background-image:url(/assets/img/bg-head-department.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-contacts {background-image:url(/assets/img/bg-head-contacts.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-casehistory {background-image:url(/assets/img/bg-head-casehistory.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-services {background-image:url(/assets/img/bg-head-services.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}

/* Fancybox */
.fancybox-caption__body {font-size:16px;font-weight:normal;}
.fancybox-caption__body p.desc {font-size:13px;font-weight:normal;}
.fancybox-caption__body p.location {font-size:13px;font-weight:normal;}

/* Section > Globals */
.section {position:relative;padding:100px 35px;}
.section.section-narrow {padding:50px 0;}
.section.bg-opacity::before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);}
p.description {margin:0;}
.section-title-left {margin-top:20px;font-size:16px;font-family: "Lato", sans-serif;text-transform:uppercase;}

/* Section > Header */
.section.section-header {padding:60px 0;height:400px;}

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

/* Section > Titles */
.section-title h1 {font-size:55px;font-weight:700;margin-bottom:25px;text-transform:uppercase;}
.section-title h2 {font-size:28px;font-weight:400;margin-bottom:25px;line-height:34px;}
.section-title h3 {font-size:50px;font-weight:700;margin-bottom:25px;}
.section-title h4 {font-size:28px;font-weight:700;margin-bottom:25px;line-height:43px;}
.section-title h3 + .divider {margin-top:0;}
.section-title .subtitle-en {font-size:30px;font-weight:700;margin-bottom:25px;}

.section-title .has-h3-style {font-size:50px;font-weight:700;margin-bottom:25px;line-height:60px;}

/* 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 > Timeline */
.section-timeline .carousel-timeline {padding-bottom:50px;}
.section-timeline .timeline-event {display:inline-block;width:100%;cursor:pointer;margin-bottom:20px;position: relative;}
.section-timeline .line {content:"";width:100%;height:1px;background-color:#DDDDDD;position:absolute;left:0;right:0;top:calc(50% - 15px);transform:translate(0,-50%);}
.section-timeline .timeline-event:after {content:"";width:16px;height:16px;border:0;position:absolute;bottom:-90px;background:#F0851D;z-index:9;left:18px;}
.section-timeline .timeline-event:before {content:"";width:1px;height:50px;border-left:1px solid #DDDDDD;position:absolute;bottom:-82px;left:25px;right:0;}
.section-timeline .timeline-event:focus {outline:none;}
.section-timeline .timeline-event .year h3 {font-size:28px;margin-bottom:16px;color:#F0851D;}
.section-timeline .timeline-event h4 {min-height:60px;font-size:13px;padding-right:20px;}
.section-timeline .timeline-event:nth-child(even) {margin-top:260px;margin-bottom:0;}
.section-timeline .timeline-event:nth-child(even):after {bottom:170px;left:18px;}
.section-timeline .timeline-event:nth-child(even):before {content:"";width:1px;height:50px;border-left:1px solid #DDDDDD;position:absolute;top:-63px;left:25px;right:0;}
.section-timeline .timeline-event.has-image h4 {min-height:15px;}
.section-timeline .timeline-event.has-image .img-responsive {height:64px;margin:10px 0;}
.section-timeline .timeline-event.has-image::before {bottom:-55px;height:45px;}
.section-timeline .timeline-event.has-image::after {bottom:-59px;}
.section-timeline .timeline-event.has-image:nth-child(even) {margin-top:221px;}
.section-timeline .timeline-event.has-image:nth-child(even)::after {bottom:163px;}
.section-timeline .timeline-event.has-image:nth-child(even)::before {bottom:unset;top:-20px;height:15px;}
.section-timeline .timeline-event.has-image:nth-child(even) .year h3 {margin-bottom:5px;}

/* 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 > Products */
.section.section-products {padding-bottom:70px;}

/* Section > Products > Detail */
.section.section-product-detail p.description {font-size:16px;margin-top:25px;}
.section-product-detail .description .list-works {padding-left:10px;margin:0;list-style-type:"- ";}
.grid a img {width:100%;margin-bottom:10px;}
.flexmasonry {column-gap:5px;max-width:calc(100% - 30px);}
.section-product-gallery {margin-left:30px;}
.grid a:hover .img-container .img-text {opacity:1;transition:.3s ease-in-out all;}
.img-container {position:relative;}
.img-container .img-text {transition:.3s ease-in-out all;opacity:0;position:absolute;bottom:10px;left:0;right:0;margin:0 auto;width:100%;background-color:rgba(0, 0, 0, .5);color:#ffffff;text-align:center;padding:25px;}
.img-container .img-text .title {font-size:16px;}
.img-container .img-text .description {font-size:13px;margin:0;}
.section-product-gallery {min-height:1200px;}

/* Section > Request */
.section.section-request {padding:50px 35px;}
.section-request .section-title h3 {margin-bottom:10px;}

/* Section > Catalog */
.section.section-catalog {padding:50px 35px}

/* Section > Process */
.section-process {position:relative;}
.section-process .box-content {display:flex;align-items:center;gap:0 25px;padding:0 25px;}
.section-process .box-content .section-title {flex:1;}
.section-process .box-content .icon + .section-title {text-align:right;}
.section-process .box-content .icon {flex-shrink:0;width:120px;height:120px;}
.section-process .box-content h3 {margin:0;font-size:45px;}
.section-process .box-content h4 {margin:0;font-size:35px;}
.section-process .box-content .subtitle {font-size:22px;font-weight:500;}
.section-process .box-content h3 + .subtitle {font-size:30px;}
.section-process .text-container {max-width:90%;margin:0 auto;}
.section-process .text-container p {margin:0;}
.section-process .img-container {position:relative;}
.section-process .img-container .img-responsive {margin:20px auto 40px;}
.section-process .img-container .img-overlay {position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(240,133,29,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-in-out;}
.section-process .img-container:hover .img-overlay {opacity:1;}
.section-process .img-container .img-overlay .img-icon {height:80%;margin:0 auto;}
.section-process .carousel-gallery {margin:20px 0 40px;}
.section-process .carousel-gallery .carousel-arrows-lr {display:none;}
.section-process .carousel-gallery .card {border:0;background-color:transparent;}
.section-process .carousel-gallery .card-bg {height:580px;}
.section-process .carousel-gallery .carousel-info {position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(240,133,29,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-in-out;}
.section-process .carousel-gallery:hover .carousel-info {opacity:1;}
.section-process .carousel-gallery .carousel-info .icon {width:450px;height:450px;}
.section-process .card-image .card-bg {height:660px;background-size:cover;background-position:center center;background-repeat:no-repeat;}
.box-content h3 {font-size:35px;margin:20px 0;}
.box-content p {margin:0;}
.box-content p.lead {font-size:28px;margin-bottom:50px;}
.box-content .btn-primary {margin-top:40px;position:relative;left:-25px;}

/* Section > Projects > Gallery */
.section-project-gallery .row.flex {display:flex;flex-wrap:wrap;gap:30px 0;}

/* Section > Clients */
.section.section-clients {padding-bottom:75px}
.section-clients .card-client {margin:30px 0 0;}

/* Section > How */
.section-how .section-title h4 {margin-bottom:30px;}

/* Section > Services */
.section-services .section-title h2 {margin-bottom:50px;}

/* Section > Advantages */
.section.section-advantages {padding-bottom:70px;}
.section-advantages .section-title h4 {margin-bottom:0;}
.section-advantages ul.list-led {margin:50px 0;}

/* Steps */
.steps {margin-bottom:60px;}
.steps .line {position:absolute;top:37px;height:1px;background-color:#eae5e5;width:calc(100% - 230px);left:15px;right:0;}
.block-step .number {background-color:#F8F8F8;width:100px;height:100px;border:1px solid #eae5e5;margin-bottom:25px;position:relative;}
.block-step .number span, .block-step .number div[class*="icon"] {font-size:18px;position:absolute;top:50%;transform:translate(0, -50%);text-align:center;margin:0 auto;left:0;right:0;}
.block-step .title {font-size:28px;}

/* Content */
.btn-actions {margin-top:50px;}
.btn-actions a + a {margin-left:20px;}

.section.section-cards-icon {padding-bottom:70px;}
.section-cards-icon .row-flex {display:flex;flex-wrap:wrap;}
.section-cards-icon .row-flex .card {height:100%;}

.section-contacts .block-contact {margin-top:30px;}
.section-contacts .block-contact h4.title {margin:15px 0;font-size:28px;}
.section-contacts .block-contact p {margin-bottom: 0;}

/* LP */
.section-lp-head h1 {font-size:52px;}
.section-lp-head h2 {font-size:34px;}
.section-lp-image-text .row .col-xs-12 {padding:0 40px;}
.section-lp-image-text .row {margin:0 -40px;}

.section-lp-image-text img.card-img {width:100%;height:600px;object-fit:cover;}


/* Section > Footer */ 
.section-footer {border-bottom:1px solid #EAE5E5;padding:50px 35px 20px;}
.section-footer p {color:#000;margin:0;line-height:32px;} 
.section-footer .taber {font-size:16px;color:#949494;margin-bottom:25px;}
.section-footer .img-responsive {height:40px;}
.section-footer .img-responsive + .img-responsive {margin-top:10px;}

/* Section > Footer > Copy */ 
.section.section-copy {padding-bottom:25px;}
.section-copy {font-size:13px;padding-top:25px;} 
.section-copy p {color:#000;}



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

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:0;}
  
  /* Head  */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;}
  .navbar.navbar-default .navbar-brand > img {height:35px;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#333333;}
  .navbar-toggle {border:0;border-radius:0;padding:10px;}
  .navbar-toggle .icon-bar {height:1px;margin-top:7px;}
  .navbar-toggle .icon-bar+.icon-bar {margin-top:6px;}
  .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-nav > li > a {display:inline-block;margin:0 15px}
  .navbar.navbar-default .navbar-nav > li > a.active:before {display:none;}
  .navbar.navbar-default .navbar-nav > li > a.active{border-bottom:1px solid #000;}
  .navbar.navbar-default .navbar-nav > li:last-child a {margin-bottom: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;}

  .navbar.navbar-default .dropdown.mega-menu ul {padding:10px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .title-container {height:initial;padding:30px 0 0;border:0;}
  .navbar.navbar-default .dropdown.mega-menu h4 {position:relative;transform:none;top:initial;font-size:18px;margin-bottom:10px;max-width:initial;display:inline-block;}
  .navbar.navbar-default .dropdown.mega-menu h4 .subtitle {font-size:16px;}
  .navbar.navbar-default .dropdown.mega-menu .col-lg-3:before {display:none;}
  .navbar.navbar-default .dropdown.mega-menu li a {font-size:16px;}
  

  .navbar.navbar-default .navbar-nav > li > a {display:inline-block;margin:0 15px}
  .navbar.navbar-default .navbar-nav > li > a.active:before {display:none;}
  .navbar.navbar-default .navbar-nav > li > a.active{border-bottom:1px solid #000;}
  .navbar.navbar-default .navbar-nav > li:last-child a {margin-bottom:15px;}
  
  /* 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 > Home */
  .carousel-home .card .card-bg {height:260px;}
  .carousel-home .card .card-overlay .card-body {padding:60px;}
  .carousel-home .card .card-overlay {padding:15px;}
  .carousel-home .card .card-overlay h2, .carousel-home .card .card-overlay h1 {display:inline-block;width:100%;}
  .carousel-home .card .card-overlay h2:before, .carousel-home .card .card-overlay h1:before {display:none;}
  
  .carousel-home .carousel-arrows-lr .prev {left:0;right:auto;top:50%;transform:translate(0,-50%);border:0;}
  .carousel-home .carousel-arrows-lr .next {right:0;left:auto;top:50%;transform:translate(0,-50%);border:0;}

  /* Carousels > Gallery */
  .carousel-gallery .carousel-arrows-lr .prev {padding:25px;}
  .carousel-gallery .carousel-arrows-lr .next {padding:25px;}
  .carousel-gallery .card-bg {height:360px;}

  /* Carousels > Projects */
  .carousel-project .carousel-info {opacity:1;}

  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:normal;color:#000;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;font-weight:700;}
  .taber.collapsed h4:after {content:"\f067";}
  
  /* 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:#000;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-copy {text-align:center;}

  /* Medias > Services */
  .media-service {flex-direction:column;}
  .media-service + .media-service {margin-top:20px;}
  .media-service .media-left {height:150px;width:150px;}
  .media-service .media-left .icon {width:100px;height:100px;}
  .media-service .media-body {width:100%;padding:15px 0 0;}
  .media-service .media-body h4 {font-size:25px;margin-bottom:20px;}
  
  /* Card */
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}

  /* Cards > Clients */
  .card.card-client {display:block;padding:15px;}
  .card-client .card-bg {width:150px;height:150px;}
  .card-client .card-body {padding-left:0;padding-top:15px;width:100%;}
  .card-client h4.card-title {font-size:25px;margin-bottom:15px;}
  .card-client .list-works {margin-bottom:0;}
  .card-client .btn {margin-top:15px;}

  /* Cards > Advantages */
  .card-advantage .card-body {padding:20px;}
  .card-advantage h4 {font-size:25px;margin:20px 0;}

  /* Cards > Values */
  .card.card-values .card-bg {height:200px;}
  .card.card-values .card-header {padding:10px;}
  .card.card-values .card-header h4 {font-size:25px;}
  .card.card-values .card-body {padding:10px;}
  
  /* Section */
  .section {padding:50px 0;}
  .section-header h1 {font-size:24px;text-align:center;}
  .section-breadcrumbs {display:none;}
  .section-contacts .contacts-map {margin-top:40px;}
  .section-video .videoContainer {pointer-events:auto;}
  .section.section-request {padding:50px 0;}
  .section.section-catalog {padding:50px 0;}

  .section.section-header {height:100px;padding:0;}
  .form-request .btn-primary, .form-request .btn-primary-white {width:100%;}
  
  /* 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 > Project > Gallery */
  .section-project-gallery .row.flex {gap:20px 0;}

  /* Content */

  .btn.btn-primary {border:1px solid #000;}
  .btn.btn-primary-white {border:1px solid #fff;margin-left:0;}

  .steps {overflow-x:visible;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0 0 30px;padding:0 10px 20px;-webkit-overflow-scrolling: touch;}
  .steps .col-xs-15 {width:auto;display:inline-block;padding:initial;float:none;margin:0 0 0 20px;}
  .block-step .title {font-size:22px;}
  .section-title h3, .section-title h1 {font-size:28px;}
  .section-title h2, .section-title h4 {font-size:18px;line-height:initial;}
  .section-title .subtitle-en {font-size:20px;}
  .section-title-left {margin:0 0 20px;}
  .card.card-product .card-bg {height:280px;}
  .carousel-clients {margin-top:90px;padding-top:30px;}
  .carousel-clients .carousel-arrows-lr .prev {top:-80px;left:calc(50% - 75px);}
  .carousel-clients .carousel-arrows-lr .next {top:-80px;right:calc(50% - 75px);}

  .carousel-products {margin-top:90px;padding-top:30px;}
  .carousel-products .carousel-arrows-lr .prev {top:-80px;left:calc(50% - 75px);}
  .carousel-products .carousel-arrows-lr .next {top:-80px;right:calc(50% - 75px);}

  p.description.mt-3 {margin-top:0 !important;}

  .btn-actions a + a {margin:10px 0 0;}
  .btn-actions a {display:inline-block;}

  .section-timeline .carousel-timeline {padding-bottom:40px;}
  .section-timeline .line {top:10px;transform:none;}
  .section-timeline .timeline-event {margin-top:60px;margin-bottom:0;}
  .section-timeline .timeline-event h4 {margin-bottom:0;}
  .section-timeline .timeline-event:nth-child(even) {margin-top:70px;}
  .section-timeline .timeline-event:after {bottom:initial;top:-58px;}
  .section-timeline .timeline-event:before {bottom:initial;top:-56px;}
  .section-timeline .timeline-event:nth-child(even):after {top:-67px;}

  .section-timeline .timeline-event.has-image:nth-child(even)::before {top:-50px;height:35px;}
  .section-timeline .timeline-event.has-image:nth-child(even) {margin-top: 60px;}
  .section-timeline .timeline-event:last-child::after {top:-57px !important;}

  .card.card-icon .card-body {padding:20px;}
  .card.card-icon h4.card-title {font-size:22px;}
  .section.section-cards-icon {padding-bottom:20px;}
  .section-cards-icon .row-flex .card {height:auto;}

  .flexmasonry {max-width:100%;}
  .section-product-gallery {margin:0;padding-bottom:45px;}
  .img-container .img-text {opacity:1;}

  /* .list-faq .panel-title {position:relative;height:60px;}
  .list-faq .panel-title > a {font-size:16px;position:absolute;top:50%;transform:translate(0,-50%);width:100%;padding:20px 90px 20px 15px;}
  .list-faq .panel-title > a::after {padding:30px;} */
  .list-faq .panel-title > a {font-size:16px;padding:20px 85px 20px 10px;}

  /* Section > How */
  .section-how .section-title h4 {margin-bottom:25px;}

  /* Section > Advantages */
  .section.section-advantages {padding-bottom:20px;}
  .section-advantages ul.list-led {margin:20px 0;}

  /* Section > Clients */
  .section.section-clients {padding-bottom:50px;}
  .card.card-client {margin-top:20px;}

  /* Section > Process */
  .section-process .img-container .img-responsive {margin:15px auto 20px;}
  .section-process .img-container .img-overlay {display:none;}
  .section-process .carousel-gallery {margin:15px 0 20px;}
  .section-process .carousel-gallery .card-bg {height:360px;}
  .section-process .carousel-gallery .carousel-info {display:none;}
  .section-process .box-content {padding:0;}
  .section-process .box-content h3 {font-size:28px;}
  .section-process .box-content h4 {font-size:22px;}
  .section-process .box-content .subtitle {font-size:20px;}
  .section-process .box-content h3 + .subtitle {font-size:22px;}
  .section-process .box-content .icon {width:60px;height:60px;}
  .section-process .text-container {max-width:100%;}
  .box-content {padding-top:20px;}
  .box-content h3 {font-size:28px;margin:15px 0;}
  .box-content p.lead {font-size:20px;margin-bottom:30px;}

  /* LP */
  .section-lp-head h1 {font-size:32px;}
  .section-lp-head h2 {font-size:22px;}
  .section-lp-image-text .row .col-xs-12 {padding:0 15px;}
  .section-lp-image-text .row {margin:0 -15px;}
  .section-lp-image-text .w-100 {margin-bottom:30px;}

  .section-lp-image-text .carousel-gallery {margin-bottom:40px;}
  .section-lp-image-text img.card-img {width:100%;height:300px;object-fit:cover;}
  
  /* Section > Footer */

  .section-footer {padding:50px 0 20px;}
  .section.section-copy {padding-top:25px;}
  .section-copy .text-right {text-align:center;}

  /* Steps */
  .steps .line {width:calc(100% - 35px);left: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;}
  
  /* 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;}
  .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;}
  .navbar-toggle .icon-bar {height:1px;margin-top:7px;}
  .navbar-toggle .icon-bar+.icon-bar {margin-top:6px;}
  
  /* Head + Nav */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;}
  .navbar.navbar-default .navbar-brand > img {height:35px;}
  .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:#333333;}
  .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;}
  
  /* 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;}

  .navbar.navbar-default .navbar-nav > li > a {display:inline-block;margin:0;width:auto;}
  .navbar.navbar-default .navbar-nav > li > a.active:before {display:none;}
  .navbar.navbar-default .navbar-nav > li > a.active{border-bottom:1px solid #000;}
  .navbar.navbar-default .navbar-nav > li:last-child a {margin-bottom:15px;}
  
  /* Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 0 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.navbar-default .dropdown.mega-menu ul {padding:10px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .title-container {height:initial;padding:30px 15px 0;border:0;}
  .navbar.navbar-default .dropdown.mega-menu h4 {position:relative;transform:none;top:initial;margin-bottom:10px;max-width:initial;}
  .navbar.navbar-default .dropdown.mega-menu .col-lg-3:before {display:none;}
  
  /*  .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:320px;}
  .carousel-home .card .card-overlay .card-body {padding:60px;}
    
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;color:#000;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;font-weight:700;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Medias > Services */
  .media-service .media-left {height:150px;width:150px;}
  .media-service .media-left .icon {width:100px;height:100px;}
  .media-service .media-body {width:calc(100% - 150px);padding-left:20px;}
  .media-service .media-body h4 {font-size:25px;margin-bottom:25px;}

  /* Cards > Advantages */
  .card-advantage .card-body {padding:30px;}
  .card-advantage h4 {font-size:25px;}

  /* Cards > Values */
  .card.card-values .card-bg {height:370px;}
  
  /* Steps */
  .steps .line {width:calc(100% - 100px);}

  /* Content */
  .section {padding:50px 10px;}
  .section-title-left {margin:0 0 20px;}
  .section-timeline .section-title-left {margin-bottom:40px;}
  .section-title h3, .section-title h1 {font-size:32px;}
  .section-title h2, .section-title h4 {font-size:22px;line-height:initial;}
  .card.card-icon h4.card-title {font-size:20px;}
  .section.section-request {padding:50px 15px;}

  .section.section-products {padding-bottom:25px;}
  .section.section-header {height:200px;}

  .section-cards-icon .row-flex .card {height:auto;}

  .flexmasonry {max-width:calc(100% - 10px);}
  .section-product-gallery {margin:0;padding-bottom:45px;}
  .img-container .img-text {opacity:1;}

  .btn.btn-primary {border:1px solid #000;}
  .btn.btn-primary-white {border:1px solid #fff;margin-left:0;}

  .section.section-contacts {padding-bottom:25px;}
  .block-contact {min-height:150px;}
  .block-step .title {font-size:18px;}

  /* Section > Process */
  .section-process .img-container .img-overlay {display:none;}
  .section-process .carousel-gallery .card-bg {height:370px;}
  .section-process .carousel-gallery .carousel-info {display:none;}
  .section-process {height:auto;}
  .section-process .box-content {height: auto;}
  .section-process .box-content .v-center {position:relative;top:initial;transform:none;}
  .box-content h3 {margin-bottom:30px;}
  .box-content p.lead {margin-bottom:30px;}

  .box-content .btn-primary {left:initial;}

  .section-timeline .carousel-timeline {padding-bottom:40px;}
  .section-timeline .line {top:10px;transform:none;}
  .section-timeline .timeline-event {margin-top:60px;margin-bottom:0;}
  .section-timeline .timeline-event h4 {margin-bottom:0;}
  .section-timeline .timeline-event:nth-child(even) {margin-top:70px;}
  .section-timeline .timeline-event:after {bottom:initial;top:-58px;}
  .section-timeline .timeline-event:before {bottom:initial;top:-56px;}
  .section-timeline .timeline-event:nth-child(even):after {top:-67px;}

  .section-timeline .timeline-event.has-image:nth-child(even)::before {top:-50px;height:35px;}
  .section-timeline .timeline-event.has-image:nth-child(even) {margin-top: 60px;}
  .section-timeline .timeline-event:last-child::after {top:-57px !important;}

  /* Section > Advantages */
  .section.section-advantages {padding-bottom:20px;}
  .section-advantages ul.list-led {margin:30px 0;}

  /* Section > Clients */
  .section.section-clients {padding-bottom:50px;}

  /* Section > Process */
  .box-content {padding-top:30px;}

  /* LP */
  .section-lp-head h1 {font-size:32px;}
  .section-lp-head h2 {font-size:22px;}
  .section-lp-image-text .row .col-xs-12 {padding:0 15px;}
  .section-lp-image-text .row {margin:0 -15px;}
  .section-lp-image-text .w-100 {margin-bottom:30px;}
  .section-lp-image-text .carousel-gallery {margin-bottom:40px;}
  .section-lp-image-text img.card-img {width:100%;height:300px;object-fit:cover;}
    
  /* 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:#000;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-copy {text-align:center;}
  
  /* Forms */
  .form-request {margin-top:40px;}

}

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

  /* Globals */
  body {padding-top:50px;}

  /* Navbar */
  .navbar.navbar-default {padding:0 15px 0 0;}
  .navbar.navbar-default .navbar-nav.navbar-right {margin-top:23px;}
  .navbar.navbar-default .navbar-nav > li {display:inline-block;float:none;vertical-align:middle;}
  .navbar.navbar-default .navbar-nav > li > a {margin:0 7px;font-size:14px;word-break:break-word;padding:0;}

  .navbar.navbar-default .dropdown.mega-menu ul {padding:20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu h4 {font-size:18px;}
  .navbar.navbar-default .dropdown.mega-menu h4 .subtitle {font-size:16px;}
  .navbar.navbar-default .dropdown.mega-menu li a {font-size:16px;}
  .navbar.navbar-default .dropdown.mega-menu .title-container {padding:0 20px;}
    
  .navbar.navbar-default .dropdown.mega-menu .col-md-3:before {content:"";position: absolute;width:1px;height:555px;background-color: #EAE5E5;}

  .navbar.navbar-default .dropdown.mega-menu h4 {font-size:16px;}
  .navbar.navbar-default .dropdown.mega-menu h4 .subtitle {font-size:16px;}

  /* Cards > Values */
  .card.card-values .card-bg {height:175px;}
  .card.card-values .card-header {padding:10px;}
  .card.card-values .card-header h4 {font-size:25px;}
  .card.card-values .card-body {padding:10px;}

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

  /* Content */
  .section.section-header {height:260px;}

  .flexmasonry {max-width:calc(100% - 10px);}
  .section-product-gallery {margin:0;padding-bottom:45px;}
  .img-container .img-text {opacity:1;}

  .section-title-left {margin: 0 0 20px;}
  .section-timeline .section-title-left {margin-top:0;margin-bottom:50px;}
  .card.card-icon .card-body {padding:20px;}
  .section.section-cards-icon {padding-bottom:70px;}

  /* Section > Process */
  .section-process .carousel-gallery .card-bg {height:290px;}
  .section-process .carousel-gallery .carousel-info .icon {width:250px;height:250px;}

  /* Steps */
  .steps .line {width:calc(100% - 180px);}

  .taber-body {min-height:160px;}
}

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

  /* Navbar */
  .navbar.navbar-default .navbar-right {margin-top:23px;}
  .navbar.navbar-default .navbar-nav > li > a {margin:0 10px;word-break:break-word;padding:0;}
  .navbar.navbar-default .dropdown.mega-menu h4 {font-size:16px;}
  .navbar.navbar-default .dropdown.mega-menu h4 .subtitle {font-size:16px;}
  
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:60px;}

  /* Section > Process */
  .section-process .carousel-gallery .card-bg {height:360px;}
  .section-process .carousel-gallery .carousel-info .icon {width:300px;height:300px;}



}

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

  /* Navbar */
  .navbar.navbar-default .navbar-right {margin-top:23px;}
  .navbar.navbar-default .navbar-nav > li > a {margin:0 20px;word-break:break-word;padding:0;}
  .navbar.navbar-default .dropdown.mega-menu h4 {font-size:16px;}
  .navbar.navbar-default .dropdown.mega-menu h4 .subtitle {font-size:16px;}

  /* Section > Process */
  .section-process .carousel-gallery .card-bg {height:400px;}
  .section-process .carousel-gallery .carousel-info .icon {width:350px;height:350px;}

}