Se/* Typography */

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

/*p {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;}
.d-flex {display:flex;}
.align-items-center {align-items:center;}

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

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

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

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

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:0;white-space:normal;border:0;padding:16px 30px;font-size:18px;font-weight:bold;}
.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";}

/* Buttons > Types */
.btn-primary {background:#050505;color:#fff;}
.btn-primary:hover {background:#050505 !important;color:#fff !important;}
.btn-primary:focus {outline:0;background:#050505 !important;color:#fff !important;}
.btn-primary span:before {content:"";display:inline-block;vertical-align:middle;margin-right:15px;background-image: url(/assets/icons/icon-btn-arrow-right-white.svg);background-position:center center;background-size: contain;background-repeat: no-repeat;width:20px;height:20px;position: relative;top:-2px;left:-10px;transition:.3s ease-in-out all;}
.btn-primary:hover span:before {left:5px;transition:.3s ease-in-out all;}

.btn-white {background:#fff;color:#050505;}
.btn-white:hover {background:#fff !important;color:#050505 !important;}
.btn-white:focus {outline:0;background:#fff !important;color:#050505 !important;}
.btn-white span:before {content:"";display:inline-block;vertical-align:middle;margin-right:15px;background-image: url(/assets/icons/icon-btn-arrow-right.svg);background-position:center center;background-size: contain;background-repeat: no-repeat;width:20px;height:20px;position: relative;top:-2px;left:-10px;transition:.3s ease-in-out all;}
.btn-white:hover span:before {left:5px;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;}

/* Medias > Pro */
.media.media-pro {margin-bottom:30px;}
.media.media-pro h4 {font-weight:bold;font-size:24px;line-height:29px;}
.media.media-pro img {width:64px;margin-right:6px;border-radius:100%;}
.media.media-pro p {margin-top:10px;margin-bottom:0;}

/* 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 > Links */
.list-links ul li {position:relative;border-bottom:1px solid #050505;font-size:32px;padding:12px 0;padding-right:40px;}
.list-links ul li .name {position:relative;left:0;transition:.3s ease-in-out all;}
.list-links ul li:hover .name {left:15px;transition:.3s ease-in-out all;}
.list-links ul li:after {content:"";position:absolute;right:0;top:50%;transform:translate(0, -50%);width:20px;height:20px;background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url(/assets/icons/icon-btn-arrow-right.svg);}

/* Lists > Pros */
.list-pros .media.media-pro {margin-bottom:60px;}

/* Lists > Areas */
.list-areas li {padding:0 3px;}
.list-areas li a:hover {background-color:#000;color:#fff;transition:.3s ease-in-out background-color, .3s ease-in-out color;}
.list-areas li a {border:1px solid #050505;display:inline-block;padding:15px 30px;font-weight:bold;margin-bottom:10px;transition:.3s ease-in-out background-color, .3s ease-in-out color;}

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

.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 > Staff */
.card.card-staff {border:0;}
.card.card-staff .card-bg {height:550px;}
.card.card-staff .list-skills {position:absolute;bottom:30px;padding:0 30px;}
.card.card-staff .list-skills ul {margin:0;}
.card.card-staff .list-skills li {background-color:rgba(0, 0, 0, .3);border-radius:5px;padding:3px 5px;backdrop-filter:blur(5px);color:#ffffff;margin-top:8px;display:block;}
.card.card-staff .card-bg .name {opacity:0;transition:.3s ease-in-out all;font-weight:bold;color:#ffffff;display:inline-block;background-color:rgba(0, 0, 0, .5);backdrop-filter:blur(5px);padding:10px;}
.card.card-staff:hover .card-bg .name {opacity:1;transition:.3s ease-in-out all;}
.cards-staff {margin:40px 0;}

/* Cards > Image */
.card.card-image .card-bg {height:320px;}

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

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


/* 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-carousel-left.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-carousel-right.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:100vh;min-height:768px;max-height:900px;}
.carousel-home .card .card-overlay .card-body {padding:0 60px;bottom:60px;top:initial;transform:none;margin:0 auto;}
.carousel-home .card .card-overlay:before {display: none;}

.carousel-home .card-bg:before {content:"";width:100%;height:300px;position:absolute;bottom:0;left:0;right:0;background:-moz-linear-gradient(
  top,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, .35) 100%
  );background:-webkit-linear-gradient(
  top,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, .35) 100%
  );background:linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, .35) 100%
  );filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.carousel-home h1 {font-size:70px;font-weight:bold;margin:0 0 30px;}
.carousel-home h2 {font-size:24px;font-weight:bold;margin:0 0 30px;}

.carousel-home .prev {position:absolute;z-index:9;right:60px;background-image:url(/assets/icons/icon-arrow-up-white.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;bottom:110px;}
.carousel-home .next {position:absolute;z-index:9;right:60px;background-image:url(/assets/icons/icon-arrow-down-white.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;bottom:60px;}

/* Carousels > Gallery */
.carousel-gallery .card {margin:0;}
.carousel-gallery .card-bg {height:250px;}
.carousel-gallery .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}

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

/* Icons */
.icon {width:18px;height:18px;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;}
.icon36 {width:36px;height:36px;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-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-btn-arrow-right-white {background-image:url(/assets/icons/icon-btn-arrow-right-white.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:transparent;border:0;box-shadow:none;border-radius: 0;padding:0 30px;}
.navbar.navbar-default .navbar-brand {padding:30px 15px;height:auto;}
.navbar.navbar-default .navbar-brand > img {height:40px;}
.navbar.navbar-default .navbar-brand > .img-dark {display:none;}
.navbar.navbar-default .navbar-nav > li {margin:0;}
.navbar.navbar-default .navbar-nav > li > a {padding:40px 30px;color:#fff;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#fff;background-color:transparent;}
body.no-header-img .navbar.navbar-default .navbar-nav > li > a {color:#050505;}
body.no-header-img .navbar.navbar-default .navbar-nav > li > a:hover {color:#050505;}
body.no-header-img .navbar.navbar-default .navbar-brand > .img-dark {display:block;}
body.no-header-img .navbar.navbar-default .navbar-brand > .img-white {display:none;}

.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 > a.active {font-weight:bold;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}

/* Head + Affix */
.navbar.navbar-default.is--affix {background:rgba(255,255,255,.9);box-shadow:0 0 7px rgba(0,0,0,.3);backdrop-filter: blur(5px);}
.navbar.navbar-default.is--affix .navbar-brand > .img-dark {display:block;}
.navbar.navbar-default.is--affix .navbar-brand > .img-white {display:none;}
.navbar.navbar-default.is--affix .navbar-nav > li > a {color:#050505;}
.navbar.navbar-default.is--affix .navbar-nav > li > a:hover {color:#050505;}

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

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

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

.bg-head-default {background-image:url(/assets/img/bg-head-default.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-professionals {background-image:url(/assets/img/gallery/6.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-firm {background-image:url(/assets/img/gallery/4.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-areas {background-image:url(/assets/img/bg-head-areas.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-contact {background-image:url(/assets/img/bg-head-contact.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-head-pills {background-image:url(/assets/img/bg-head-pills.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}

.bg-team-rizzi-francesco {background-image:url(/assets/img/staff/img-team-rizzi-francesco.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-team-tropea-carlo {background-image:url(/assets/img/staff/img-team-tropea-carlo.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-team-rinaldi-ivan {background-image:url(/assets/img/staff/img-team-rinaldi-ivan.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-team-ravasio-andrea {background-image:url(/assets/img/staff/img-team-ravasio-andrea.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
.bg-team-sangaletti-gianpaolo {background-image:url(/assets/img/staff/img-team-sangaletti-gianpaolo.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}

/* Section > Globals */
.section {position:relative;padding:90px 45px;}
.section.section-narrow {padding:20px 0;}
.section p {line-height:30px;word-break:break-word;}
.section p.lead {font-size:32px;font-weight:normal;line-height:38px;}

/* Section > Header */
.section.section-header {height:650px;}
.section.section-header:before {content:"";width:100%;height:200px;position:absolute;top:0;left:0;right:0;background:-moz-linear-gradient( bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100% );background:-webkit-linear-gradient( bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 100% );background:linear-gradient( to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100% );filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.section.section-header.header-no-img {height:auto;padding:200px 0 10px;}
.section.section-header.header-no-img::before {display:none;}

/* 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:70px;font-weight:bold;margin-bottom:30px;}
.section-title h2 {font-size:46px;font-weight:bold;margin-bottom:30px;}
.section-title h3 {font-size:70px;font-weight:bold;margin-bottom:30px;}
.section-title h4 {font-size:32px;font-weight:bold;margin-bottom:30px;}
.section-title h3 + .divider {margin-top:0;}

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

/* Section > Video > Cover */
.section-video-cover{overflow:hidden;position:relative;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 > 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:15px 50px 50px;}
.section-map .contact-maps {width:100%;height:450px;border:0;}
.map-container {height:450px;position:relative;background-color:#f1f1f1;}
.map-container .cookie-accept-text {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;text-align:center;z-index:0;}
.section-map iframe {z-index:1;position:relative;}

/* Section > Message */
.section-message h1 {font-size: 120px;font-weight:bold;}
.section-message h2 {font-size: 46px;font-weight:bold;}
.section-message .btn {margin-top:60px;}

/* Section > Lead img */
.section.section-lead-img .lead {text-align:right;}
.section.section-lead-img .card.card-image {border:0;margin:0;}
.section.section-lead-img .card.card-image .card-bg {height:650px;}
.section.section-lead-img .row {margin:0 -30px;}
.section.section-lead-img .col-xs-12.col-lg-4 {padding:0 30px;}
.section.section-lead-img .block-content {position:relative;height:650px;}
.section.section-lead-img .block-content .v-center {position:absolute;top:50%;transform:translate(0, -50%);}

/* Section > Pro */
.section-pro {color:#ffffff;min-height:750px;margin-bottom:10px;}
.section-pro .section-bg {position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;}
.section-pro:before {content:"";position:absolute;left:0;right:0;bottom:0;top:0;z-index:0;background:-moz-linear-gradient(
  left,
  rgba(0, 0, 0, .65) 0%,
  rgba(0, 0, 0, 0) 60%
  );background:-webkit-linear-gradient(
  left,
  rgba(0, 0, 0, .65) 0%,
  rgba(0, 0, 0, 0) 60%
  );background:linear-gradient(
  to right,
  rgba(0, 0, 0, .65) 0%,
  rgba(0, 0, 0, 0) 60%
  );filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );}
.section-pro.is-right:before {content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:-moz-linear-gradient(
  left,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, .65) 160%
  );background:-webkit-linear-gradient(
  left,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, .65) 160%
  );background:linear-gradient(
  to right,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, .65) 160%
  );filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );}
.section-pro.is-right .block-pro {position:absolute;bottom:60px;padding:0;left:60px;right:unset;text-align:left;}
.section-pro .block-pro {position:absolute;bottom:60px;padding:0;right:60px;text-align:right;}
.section-pro.is-left .block-pro {left:60px;right:unset;text-align:left;}
.block-pro .name {font-size:46px;font-weight:bold;margin-bottom:15px;}
.section-pro-simple .block-pro .name {margin-bottom:0;line-height:46px;}
.block-pro .subtitle {font-size:24px;font-weight:700;}
.block-pro .contact span {font-weight:bold;}
.section-pro h4 {font-weight:bold;margin-top:40px;font-size:32px;}
.section-pro p {line-height:25px;}

/* Section > Image gallery */
.section-image-gallery .card.card-image {border:0;margin:0 0 10px;}

/* Section > Areas > Menu */
.section.section-areas-menu {padding:90px 120px;}
.section-areas-menu .list-areas {text-align:center;}

/* Section > Areas */
.section.section-areas {padding:80px 45px;}
.section-areas .section-title h3 {font-size:46px;}
.section-areas .media-pro {margin-top:30px;}

/* Section > Divider */
.section.section-divider {padding:0 60px;}
.section-divider hr {border-top:1px solid #050505;}

/* Section > Contacts */
.section-contacts .block-content {padding:90px 60px;}
.section-contacts h1 {margin-bottom:60px;}
.section-contacts .block-contacts {margin-top:60px;}
.section-contacts .row-flex {display:flex;}

/* Section > Request */
.section.section-request {background-image:url(/assets/img/bg-request.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;padding-bottom:60px;}
.section-request h3 {font-size:46px;}
.section-request h4 {font-size:24px;}

/* Section > Footer */ 
.section.section-footer {padding:90px 45px 0;background-color: #f6f6f6;}
.section-footer .list-group li {padding:3px 0;}
.section-footer h4 {font-size:21px;font-weight: bold;}
.section-footer .list-group li a {font-size:16px;color:#050505;}

.section-footer .list-group li:before {content:"•";display:inline-block;vertical-align:middle;position: relative;margin-right:6px;}

.section-footer .title-lead {font-size:38px;font-weight: bold;}
.section-footer p.lead {font-size: 46px;line-height:initial;font-weight:normal;margin-top:60px;}

.section-footer .block-contacts p {margin-bottom:30px;line-height:19px;font-size:16px;}

/* Section > Footer > Copy */ 
.section.section-copy {padding:40px 45px;font-size:16px;background-color: #f6f6f6;} 


/* Landing */
.section.section-header.has-text {padding:90px 60px;}
.section-header.has-text .content-overlay {position:absolute;bottom:60px;color:#ffffff;max-width:960px;}
.section-header.has-text .content-overlay h1 {font-size:70px;margin-bottom:20px;}
.section-header.has-text .content-overlay h2 {font-size:24px;margin-bottom:0;}
.bg-head-lp {background-image:url(/assets/img/lp/bg-head-lp.webp);background-position:center center;background-repeat:no-repeat;background-size:cover;}
.section-image-text .img-responsive {width:100%;max-width:700px;margin:0 auto;}


body.is-landing .section ul li {line-height:30px;}
body.is-landing .section-title h3 {font-size:42px;}
body.is-landing .section.section-header {height:510px;}

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

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:0;font-size:16px;}
  body.is-landing .section.section-header {height:380px}

  .d-flex {display:inline-block;}

  /* Buttons > Globals */
  .btn {padding:16px 20px;font-size:16px;}
  
  /* Head  */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius:0;box-shadow:0 0 7px rgba(0,0,0,.3);}
  .navbar.navbar-default .navbar-brand {padding:10px 15px;}
  .navbar.navbar-default .navbar-brand > img {height:30px;}
  .navbar.navbar-default .navbar-brand > .img-dark {display:block;}
  .navbar.navbar-default .navbar-brand > .img-white {display:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#333333;}
  .navbar-toggle {border:0;border-radius:0;padding:10px;margin-top:6px;margin-bottom:7px;}
  .navbar-toggle .icon-bar {height:3px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar-brand {padding:7px;}
  .navbar-collapse {border:0;}
  .navbar.navbar-default .navbar-nav > li > a {color:#050505;padding:15px;font-size:21px;}
  .navbar.navbar-default .navbar-nav > li > a:hover {color:#050505;}
  
  /* 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 > Home */
  .carousel-home .prev {top:15px;bottom:unset;right:15px;height:40px;width:40px;}
  .carousel-home .next {top:60px;bottom:unset;right:15px;height:40px;width:40px;}
  .carousel-home .card-bg {min-height:unset;max-height:unset;height:600px;}
  .carousel-home .card .card-overlay .card-body {padding:0 15px;bottom:30px;}
  .carousel-home h1 {font-size:35px;margin-bottom:15px;}
  .carousel-home h2 {font-size:20px;margin-bottom:20px;}

  /* Cards > Staff */
  .cards-staff {margin:15px 0 10px;}
  .card.card-staff .card-bg {height:500px;}
  .card.card-staff .card-bg .name {opacity:1;}
  .card.card-staff .list-skills {padding:0 15px;bottom:15px;}
  .card.card-staff .list-skills ul {margin-left:-4px;}
  .card.card-staff .list-skills li {margin-left:4px;margin-right:4px;}

  /* Lists > Links */
  .list-links {margin-top:30px;}
  .list-links ul li {font-size:20px;}

  /* Lists > Pros */
  .list-pros .media.media-pro {margin-bottom:30px;}
  
  /* 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 > Globals */
  .card {margin-bottom:20px;}
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}

  /* Cards > Image */
  .card.card-image .card-bg {height:250px;}

  /* Backgrounds */
  .bg-team-rizzi-francesco {background-image:url(/assets/img/staff/img-team-rizzi-francesco-mobile.jpg);}
  .bg-team-tropea-carlo {background-image:url(/assets/img/staff/img-team-tropea-carlo-mobile.jpg);}
  .bg-team-rinaldi-ivan {background-image:url(/assets/img/staff/img-team-rinaldi-ivan-mobile.jpg);}
  .bg-team-ravasio-andrea {background-image:url(/assets/img/staff/img-team-ravasio-andrea-mobile.jpg);}
  
  /* Section */
  .section {padding:30px 0;}
  .section-breadcrumbs {display:none;}
  .section-video .videoContainer {pointer-events:auto;}
  .section p {line-height:25px;}
  .section p.lead {font-size:20px;line-height:22px;}

  /* Section > Titles */
  .section-title h1 {font-size:35px;margin-bottom:15px;}
  .section-title h1.mb-0 {margin-bottom:15px !important;}
  .section-title h2 {font-size:25px;margin-bottom:20px;}
  .section-title h3 {font-size:28px;margin-bottom:15px;}
  .section-title h4 {font-size:22px;margin-bottom:15px;}

  /* Section > Header */
  .section.section-header {height:180px;}
  .section.section-header.header-no-img {padding-top:40px;}
  .section.section-header:before {display:none;}
  
  /* Section > Image/Text */
  .section.section-half {padding-top:0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:260px;background-position:center center;}
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}
  
  /* Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}

  /* Section > Lead img */
  .section.section-lead-img .row {margin:0 -15px;}
  .section.section-lead-img .col-xs-12.col-lg-4 {padding:0 15px;}
  .section.section-lead-img .block-content {height:auto;}
  .section.section-lead-img .block-content .v-center {position:relative;top:unset;transform:none;}
  .section.section-lead-img .card.card-image .card-bg {height:500px;}
  .section.section-lead-img .lead {text-align:left;margin-top:10px;}

  /* Section > Areas > Menu */
  .section.section-areas-menu {padding:30px 0 20px;}
  .section-areas-menu .list-inline {margin:0;}
  .section-areas-menu .list-inline li {display:block;}

  /* Section > Areas */
  .section.section-areas {padding:30px 0;}
  .section-areas .section-title h3 {font-size:28px;}
  .section-areas .media-pro {margin:15px 0 0;}

  /* Section > Divider */
  .section.section-divider {padding:0;}
  .section-divider hr {margin-top:10px;margin-bottom:10px;}

  /* Section > Pro */
  .section.section-pro {color:#050505;padding-top:0;min-height:0;margin-bottom:0;}
  .section-pro:before {display:none;}
  .section-pro .section-bg {position:relative;top:unset;bottom:unset;left:unset;right:unset;z-index:1;height:175px;}
  .section-pro .block-pro, .section-pro.is-right .block-pro, .section-pro.is-left .block-pro {position:relative;bottom:unset;right:unset;left:unset;text-align:left;padding:30px 15px;}
  .block-pro .name {font-size:25px;}
  .section-pro-simple .block-pro .name {line-height:28px;}
  .block-pro .subtitle {font-size:18px;}
  .section-pro h4 {font-size:22px;margin:0 0 5px;}
  .section-pro .pro-descriprion {margin:30px -15px 50px;padding:0 15px;height:125px;overflow:hidden;position:relative;transition:height .3s ease-in-out;}
  .section-pro .pro-descriprion::after {content:"";position:absolute;bottom:0;left:-30px;right:-30px;height:100px;opacity:1;transition:opacity .3s ease-in-out;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .section-pro .btn-open-text {width:20px;height:20px;position:absolute;bottom:20px;left:50%;transform:translate(-50%,0);background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(/assets/icons/icon-arrow-down-black.svg);padding:0;border:0;background-color:transparent;transition:transform .6s ease-in-out;}
  .section-pro.open .pro-descriprion::after {opacity:0;}
  .section-pro.open .btn-open-text {transform:translate(-50%,0) rotate(180deg);}

  /* Section > Pro > Simple */
  .section.section-pro-simple {padding-top:0;}
  .section-pro-simple .img-responsive {margin:0 auto 20px;max-width:270px;}
  .section-pro-simple .pro-descriprion {margin:30px -15px 50px;padding:0 15px;height:125px;overflow:hidden;position:relative;transition:height .3s ease-in-out;}
  .section-pro-simple .pro-descriprion::after {content:"";position:absolute;bottom:0;left:-30px;right:-30px;height:100px;opacity:1;transition:opacity .3s ease-in-out;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .section-pro-simple .btn-open-text {width:20px;height:20px;position:absolute;bottom:20px;left:50%;transform:translate(-50%,0);background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(/assets/icons/icon-arrow-down-black.svg);padding:0;border:0;background-color:transparent;transition:transform .6s ease-in-out;}
  .section-pro-simple.open .pro-descriprion::after {opacity:0;}
  .section-pro-simple.open .btn-open-text {transform:translate(-50%,0) rotate(180deg);}

  /* Section > Contacts */
  .section-contacts .row-flex {display:block;}
  .section-contacts .block-content {padding:30px 0;}
  .section-contacts .block-contacts {margin-top:0;}
  .section-contacts .block-contacts p {margin-bottom:0;}
  .section-contacts .section-title h4 {margin-top:20px;}

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

  /* Section > Message */
  .section-message h1 {font-size:50px;}
  .section-message h2 {font-size:30px;}
  .section-message p {margin-bottom:0;}
  .section-message .btn {margin-top:30px;}
  
  /* Section > Footer */
  .section.section-footer {padding:30px 0 0;text-align:center;}
  .section-footer .title-lead {font-size:25px;}
  .section-footer p.lead {font-size:28px;margin-top:20px;line-height:30px;}
  .section-footer h4 {font-size:18px;}
  .section-footer .list-group {margin-bottom:20px;}
  .section-footer .block-contacts p {margin-bottom:20px;}
  .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 > Copy */
  .section.section-copy {text-align:center;padding:10px 0 20px;}
  .section-copy .text-right {text-align:center;}


  /* Landing */
  .section-image-text .img-responsive {margin:0 0 30px;}
  .section.section-header.has-text {padding:320px 15px 30px;height:auto;}
  .section.section-header.has-text .content-overlay h1 {font-size:32px;}
  .section.section-header.has-text .content-overlay h2 {font-size:18px;}
}

/* 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;border: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;}
  
  /* Head + Nav */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius:0;box-shadow:0 0 7px rgba(0,0,0,.3);}
  .navbar.navbar-default .navbar-brand {padding:10px 30px;}
  .navbar.navbar-default .navbar-brand > img {height:40px;}
  .navbar.navbar-default .navbar-brand > .img-dark {display:block;}
  .navbar.navbar-default .navbar-brand > .img-white {display:none;}
  .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:12px 9px;display:inline-block;}
  .navbar-toggle .icon-bar {height:3px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-nav > li > a {color:#050505;padding:15px;}
  .navbar.navbar-default .navbar-nav > li > a:hover {color:#050505;}
  
  /* 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 .prev {bottom:80px;right:30px;width:40px;height:40px;}
  .carousel-home .next {bottom:30px;right:30px;width:40px;height:40px;}
  .carousel-home .card-bg {height:700px;max-height:initial;min-height:initial;}
  .carousel-home .card .card-overlay .card-body {padding:0 30px;bottom:30px;}
  .carousel-home h1 {font-size:50px;margin:0 0 20px;}

  /* Cards > Staff */
  .cards-staff {margin:20px 0;}
  .card.card-staff .card-bg {height:750px;background-position:top center;}
  .card.card-staff .card-bg .name {opacity:1;}
  .card.card-staff .list-skills ul {margin-left:-4px;}
  .card.card-staff .list-skills li {margin-left:4px;margin-right:4px;}

  /* Cards > Image */
  .card.card-image .card-bg {height:260px;}

  /* Lists > Links */
  .list-links {margin-top:30px;}
  .list-links ul li {font-size:25px;}
    
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Section > Globals */
  .section {padding:50px 15px;}
  .section p.lead {font-size:25px;line-height:30px;}

  /* Section > Titles */
  .section-title h1 {font-size:50px;margin-bottom:30px !important;}
  .section-title h2 {font-size:35px;margin-bottom:30px !important;}
  .section-title h3 {font-size:50px;margin-bottom:20px;}
  .section-title h4 {font-size:25px;margin-bottom:20px;}

  /* Section > Header */
  .section.section-header {height:300px;}
  .section.section-header.header-no-img {padding-top:60px;}

  /* Section > Lead img */
  .section.section-lead-img .block-content {height:auto;margin-bottom:30px;}
  .section.section-lead-img .block-content .v-center {position:relative;top:unset;transform:none;}
  .section.section-lead-img .lead {margin:0;text-align:left;}
  .section.section-lead-img .card.card-image .card-bg {height:550px;background-size:contain;}

  /* Section > Areas > Menu */
  .section.section-areas-menu {padding:50px 15px;}

  /* Section > Areas */
  .section.section-areas {padding:50px 15px;}
  .section-areas .section-title h3 {font-size:35px;}
  .section-areas .media-pro {margin-bottom:0;}

  /* Section > Divider */
  .section.section-divider {padding:0 15px;}
  .section-divider hr {margin-top:15px;margin-bottom:15px;}

  /* Section > Pro */
  .section.section-pro {color:#050505;padding-top:0;min-height:0;margin-bottom:0;}
  .section-pro:before {display:none;}
  .section-pro .section-bg {position:relative;top:unset;bottom:unset;left:unset;right:unset;z-index:1;height:450px;margin:0 -15px;}
  .section-pro .block-pro, .section-pro.is-right .block-pro, .section-pro.is-left .block-pro {position:relative;bottom:unset;right:unset;left:unset;text-align:left;padding:50px 15px 30px;}
  .block-pro .name {font-size:30px;}
  .section-pro-simple .block-pro .name {line-height:30px;}
  .block-pro .subtitle {font-size:22px;}
  .section-pro h4 {font-size:25px;margin:0 0 5px;}
  .section-pro .pro-descriprion {margin:30px -15px 50px;padding:0 15px;height:125px;overflow:hidden;position:relative;transition:height .3s ease-in-out;}
  .section-pro .pro-descriprion::after {content:"";position:absolute;bottom:0;left:-30px;right:-30px;height:100px;opacity:1;transition:opacity .3s ease-in-out;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .section-pro .btn-open-text {width:40px;height:40px;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(/assets/icons/icon-arrow-down-black.svg);padding:0;border:0;background-color:transparent;transition:transform .6s ease-in-out;}
  .section-pro.open .pro-descriprion::after {opacity:0;}
  .section-pro.open .btn-open-text {transform:translate(-50%,0) rotate(180deg);}

  /* Section > Pro > Simple */
  .section.section-pro-simple {padding-top:0;}
  .section-pro-simple .img-responsive {max-width:500px;margin:0 auto 30px;}
  .section-pro-simple .pro-descriprion {margin:30px -15px 50px;padding:0 15px;height:125px;overflow:hidden;position:relative;transition:height .3s ease-in-out;}
  .section-pro-simple .pro-descriprion::after {content:"";position:absolute;bottom:0;left:-30px;right:-30px;height:100px;opacity:1;transition:opacity .3s ease-in-out;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .section-pro-simple .btn-open-text {width:40px;height:40px;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(/assets/icons/icon-arrow-down-black.svg);padding:0;border:0;background-color:transparent;transition:transform .6s ease-in-out;}
  .section-pro-simple.open .pro-descriprion::after {opacity:0;}
  .section-pro-simple.open .btn-open-text {transform:translate(-50%,0) rotate(180deg);}

  /* Section > Contacts */
  .section-contacts .row-flex {display:block;}
  .section-contacts .block-content {padding:50px 15px;}
  .section-contacts h1 {margin-bottom:40px;}
  .section-contacts .block-contacts {margin-top:40px;}
  .list-pros .media.media-pro {margin-bottom:40px;}


  .section-footer p.lead br {display:none;}

  /* Section > Message */
  .section-message h1 {font-size:90px;}
  .section-message h2 {font-size:40px;}
  .section-message .btn {margin-top:30px;}
    
  /* Section > Footer */
  .section.section-footer {padding:50px 15px 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 .title-lead {font-size:30px;}
  .section-footer p.lead {font-size:35px;line-height:initial;margin:30px 0;}

  /* Section > Copy */
  .section.section-copy {padding:0 15px 30px;}

  /* Landing */
  .section.section-header.has-text {padding:320px 15px 30px;height:auto;}
  .section.section-header.has-text .content-overlay h1 {font-size:32px;}
  .section.section-header.has-text .content-overlay h2 {font-size:18px;margin-bottom: 0 !important;}
  body.is-landing .section-title h3 {font-size: 26px;}
  body.is-landing .section p {line-height:initial;font-size:16px;}
  body.is-landing .section ul li {font-size: 16px;line-height:initial;}
  
}

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

  /* Head + Nav */
  .navbar.navbar-default .navbar-nav > li > a {padding:40px 15px;}
    
  /* Carousels > Home */
  .carousel-home .card-bg {height:560px;max-height:initial;min-height:initial;}
  .carousel-home h1 {font-size:50px;margin:0 0 20px;}

  /* Cards > Staff */
  .cards-staff {margin:10px 0 30px;}
  .card.card-staff .card-bg {height:350px;}
  .card.card-staff .list-skills {padding:0 20px;bottom:20px;}

  /* Cards > Image */
  .card.card-image .card-bg {height:200px;}

  /* Lists > Pros */
  .list-pros .media.media-pro {margin-bottom:20px;}

  /* Section > Globals */
  .section {padding:60px 45px;}

  .section.section-header {height:400px;}

  /* Section > Titles */
  .section-title h1 {font-size:50px;}
  .section-title h2 {font-size:35px;}
  .section-title h3 {font-size:50px;}
  .section-title h4 {font-size:25px;margin-bottom:20px;}

  /* Section > Header */
  .section.section-header.header-no-img {padding-top:170px;}

  /* Section > Lead img */
  .section.section-lead-img .row {margin:0 -15px;}
  .section.section-lead-img .col-xs-12.col-lg-4 {padding:0 15px;}
  .section.section-lead-img .block-content {height:550px;}
  .section.section-lead-img .block-content.md-relative {height:auto;margin-bottom:30px;}
  .section.section-lead-img .block-content.md-relative .v-center {position:relative;top:unset;transform:none;}
  .section.section-lead-img .card.card-image .card-bg {height:550px;}

  /* Section > Areas > Menu */
  .section.section-areas-menu {padding:60px 100px;}

  /* Section > Areas */
  .section.section-areas {padding:50px 45px;}
  .section-areas .section-title h3 {font-size:35px;}
  .section-areas .media-pro {margin-bottom:0;}

  /* Section > Pro */
  .section-pro {min-height:0;}
  .section-pro p {font-size:16px;line-height:22px;}

  /* Section > Contacts */
  .section-contacts h1 {margin-bottom:40px;}
  .section-contacts .block-content {padding:60px 30px;}

  /* Section > Footer */
  .section.section-footer {padding:60px 45px 0;}
  .section-footer p.lead {margin-top:30px;font-size:35px;}
    
}

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

  /* Section > Titles */
  .section-title h3 {font-size:60px;}

}

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

  /* Carousels > Home */
  .carousel-home .card-bg {height:700px;max-height:initial;min-height:initial;}

  /* Section > Titles */
  .section-title h1 {font-size:60px;}
  .section-title h3 {font-size:60px;}

}

@media only screen and (min-width:992px) {

  /* Section > Pro */
  .section-pro .pro-descriprion {height:auto !important;}
  .section-pro-simple .pro-descriprion {height:auto !important;}

}