:root {
  --medium-slate-blue: #7567f8;
  --orange: #ffa535;
  --light-slate-grey: #9096a4;
  --black-2: #2e323c;
  --white-2: white;
  --dim-grey: #5d6371;
  --dodger-blue: #329eff;
  --ghost-white: #edeff4;
  --gradient-color-1: #ff753e;
  --gradient-color-2: #ffb731;
  --dark-grey: #a5aab6;
  --white-smoke: #f5f6f9;
  --gainsboro: #e1e3ea;
  --indian-red: #f34568;
  --deep-pink: #df4798;
  --medium-aquamarine: #0dd290;
  --light-grey: #ccd0d9;
  --white: white;
  --black: black;
}

h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: var(--medium-slate-blue);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
  display: block;
}

ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--orange);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--black-2);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section {
  background-color: var(--white-2);
  text-align: center;
  padding: 120px 24px;
  overflow: hidden;
}

.section.testimonials-color-image {
  background-color: var(--medium-slate-blue);
  background-image: linear-gradient(#7567f8d9, #7567f8d9), url('../images/sergey-zolkin-192937.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.grey-section {
  background-color: var(--dim-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.grey-section.no-bottom-padding.wh._01 {
  padding-top: 25px;
}

.section.grey-section.wh {
  background-color: #fff;
}

.section.grey-section.white {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.grey-section.white.azul {
  border-bottom: 1px solid var(--dodger-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

.section.no-side-paddings.no-bottom-padding {
  padding-bottom: 120px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.no-bottom-padding {
  background-color: var(--dim-grey);
}

.section.testimonials-image {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/grovemade-239358.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.services-color-bg-section {
  background-color: var(--medium-slate-blue);
}

.section.no-paddings {
  padding: 0;
}

.section.contact-image {
  z-index: 2;
  background-image: linear-gradient(#2e323c33, #2e323c33), url('../images/grovemade-239358.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.section.contact-image.scroll-bg {
  background-image: linear-gradient(to bottom, null, null), url('../images/grovemade-239358.jpg');
  background-attachment: scroll, scroll;
}

.section.dark-grey-section {
  background-color: var(--ghost-white);
}

.section.a1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.wrapper.nav-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper.services-big-cards {
  margin-bottom: -120px;
}

.button {
  background-color: var(--orange);
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  border-radius: 24px;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px #ffa53580;
}

.button.testimonials-button {
  margin-top: 16px;
}

.button.contact-button {
  background-color: var(--dodger-blue);
  background-image: none;
  margin-top: 16px;
  padding-top: 7px;
}

.button.contact-ready-button {
  margin-top: 24px;
  margin-bottom: -80px;
}

.button.footer-big-subscribe-button {
  margin-left: 24px;
  padding-top: 7px;
}

.button.hero-slider-button {
  z-index: 1;
  background-color: var(--dodger-blue);
  background-image: linear-gradient(#329effcc, #329effcc);
  margin-top: 24px;
  position: relative;
}

.button.hero-slider-button:hover {
  box-shadow: 0 5px 18px #329eff96;
}

.button.footer-subscribe-button {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-side-button {
  margin-top: 20px;
}

.button.subscribe-button {
  margin-left: 24px;
}

.button.services-simple-button {
  margin-top: 72px;
}

.button.works-v3-button {
  margin-top: 64px;
}

.button.service-cards-button, .button.works-v4-button, .button.posts-v3-button {
  margin-top: 80px;
}

.button.works-v5-button {
  margin-top: 64px;
}

.button.form-button {
  padding-top: 7px;
}

.button.ghost-button {
  background-color: #0000;
  background-image: none;
  transition: box-shadow .3s, background-color .3s, color .3s;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.ghost-button:hover {
  color: var(--black-2);
  background-color: #fff;
  transform: none;
}

.button.ghost-button.hero-promo-button {
  margin: 40px;
}

.button.ghost-button.coming-soon-contact-button {
  position: absolute;
  bottom: 40px;
  right: 32px;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
}

.button.full-screen-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button._404-home-button {
  margin-top: 24px;
  margin-bottom: -64px;
}

.button.style-guide-button {
  margin-top: 64px;
}

.button.float-subscribe-button {
  margin-left: 16px;
}

.nav-bar {
  z-index: 200;
  background-color: var(--white-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.nav-bar.ghost-nav-bar {
  box-shadow: none;
  background-color: #0000;
  width: 100%;
}

.logo {
  color: var(--black-2);
  margin-top: 2px;
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.logo-link {
  padding: 25px 16px 23px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  top: 0;
  left: 25px;
}

.logo-line {
  background-color: var(--dodger-blue);
  width: 62%;
  height: 2px;
}

.logo-line.white-line {
  background-color: #fff;
  background-image: none;
}

.logo-text {
  float: left;
  color: var(--dark-grey);
  flex: 1;
  margin-left: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.nav-link {
  color: var(--light-slate-grey);
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: color .15s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dodger-blue);
}

.nav-link.dropdown {
  padding-right: 36px;
}

.hero-table-section {
  background-color: var(--white-smoke);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--white-2), var(--ghost-white));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-table-intro {
  color: var(--light-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  max-height: 300px;
  margin-top: 18%;
  font-size: 22px;
  display: flex;
}

.hero-intro-line {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 14px;
}

.service-side-text {
  color: var(--light-slate-grey);
  padding-right: 32px;
}

.paragraph-big {
  text-shadow: 3px 3px 5px #000;
  font-size: 25px;
  line-height: 40px;
}

.paragraph-big.hero-split-text {
  color: var(--light-slate-grey);
  margin-top: 8px;
  margin-bottom: 36px;
}

.scroll-down-link {
  opacity: .4;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  transition: opacity .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down-link:hover {
  opacity: 1;
}

.hero-imac {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
}

.hero-plant-small {
  z-index: 3;
  position: absolute;
  top: 18%;
  left: 4%;
}

.hero-headphones {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 6%;
  left: 0%;
  right: 1000px;
}

.hero-plant-big {
  position: absolute;
  top: 16%;
  right: -110px;
}

.hero-pencils {
  z-index: 7;
  position: absolute;
  top: 39%;
  right: 8%;
}

.hero-mouse {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 11%;
  left: 760px;
  right: 0;
  transform: rotate(7deg);
}

.hero-pencil {
  position: absolute;
  bottom: 25%;
  right: 5%;
  transform: rotate(16deg);
}

.hero-arrow-down-icon {
  margin-top: 6px;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.section-header-wrapper.subscribe-header-wrapper {
  padding-bottom: 40px;
}

.section-small-header {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.section-small-header.block {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
}

.section-small-header.corsivo {
  color: var(--black-2);
  text-align: left;
  text-transform: none;
  font-family: Lato, sans-serif;
}

.section-small-header.co {
  color: var(--black-2);
  text-transform: none;
  font-family: Lato, sans-serif;
}

.section-small-header.co.g {
  font-size: 25px;
  line-height: 30px;
}

.section-header {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.section-header.two {
  color: #000;
}

.section-description {
  color: var(--light-slate-grey);
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}

.service-card-big {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.service-card-big.reversed {
  flex-direction: row-reverse;
}

.service-image {
  background-color: var(--gainsboro);
  border-radius: 8px;
  flex: none;
  width: 66.6667%;
  height: 560px;
}

.service-image.service-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image.service-image-2 {
  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image.service-image-3 {
  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-image.service-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-color-card {
  z-index: 1;
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  flex: none;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  position: relative;
  left: 16.6667%;
  box-shadow: 0 8px 28px #2e323c45;
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6667%;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.link-arrow-text {
  letter-spacing: 0;
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.white-text {
  color: #fff;
}

.service-color-card-icon {
  margin-bottom: -8px;
  margin-left: -2px;
}

.color-2 {
  background-color: var(--indian-red);
}

.color-3 {
  background-color: var(--medium-slate-blue);
}

.color-4 {
  background-color: var(--deep-pink);
}

.color-5 {
  background-color: var(--dodger-blue);
}

.color-6 {
  background-color: var(--medium-aquamarine);
}

.service-simple {
  text-align: left;
  width: 33.3333%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 32px;
}

.paragraph-small {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small._01 {
  color: var(--dark-grey);
}

.paragraph-small._011 {
  color: #fff;
}

.service-simple-header {
  color: var(--black-2);
  margin-top: 12px;
}

.service-color-card-text {
  color: #fff;
}

.section-header-icon {
  margin-top: -4px;
}

.service-simple-icon {
  float: left;
}

.service-simple-info {
  color: var(--light-slate-grey);
  padding-left: 16px;
  position: relative;
  overflow: hidden;
}

.services-simple {
  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: -32px;
  display: flex;
}

.grey-section {
  background-color: var(--white-smoke);
  text-align: center;
}

.works-v1 {
  flex-wrap: wrap;
  margin-bottom: -32px;
  display: flex;
}

.work-v1 {
  width: 50%;
}

.work-card-v1 {
  color: var(--light-slate-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  margin: 0 15px 32px;
  padding: 40px;
  transition: background-color .3s, box-shadow .3s, transform .3s;
  display: block;
}

.work-card-v1:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 8px 28px #2e323c17;
}

.work-card-v1-image {
  border-radius: 8px;
}

.work-card-v1-category {
  z-index: 1;
  background-color: var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px auto -8px;
  display: block;
  position: relative;
  box-shadow: 0 5px 18px #2e323c2e;
}

.work-card-v1-header {
  color: var(--black-2);
  margin-bottom: 20px;
}

.work-card-v1-description {
  padding-left: 40px;
  padding-right: 40px;
}

.testimonials-color-cards {
  display: flex;
}

.review-color-card {
  color: #fff;
  border-radius: 8px;
  flex-basis: 40%;
  margin-bottom: 32px;
  padding: 40px;
  box-shadow: 0 8px 28px #2e323c2e;
}

.testimonials-color-cards-content {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 66.6667%;
  margin-bottom: -32px;
  display: flex;
}

.tesimonials-color-cards-info {
  text-align: left;
  flex: 1;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 55px;
}

.image {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
}

.review-color-card-author {
  font-size: 13px;
  line-height: 24px;
}

.testimonials-color-cards-colomn-1 {
  width: 50%;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-color-cards-column-2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.team {
  display: flex;
}

.team-member {
  text-align: center;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-photo {
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  margin-bottom: -10px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px #2e323c33;
}

.team-member-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-4 {
  background-image: url('../images/team-member-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-role {
  color: var(--light-slate-grey);
  margin-top: -12px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.team-member-links {
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c45;
}

.team-member-link {
  box-shadow: -1px 0 0 0 var(--gainsboro), 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.contact-section {
  flex-direction: row;
  display: flex;
}

.contact-split-image {
  background-color: var(--light-grey);
  background-image: linear-gradient(#2e323c26, #2e323c26), url('../images/grovemade-239358_1.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 600px;
}

.contact-split-info {
  flex: 1;
  max-width: 570px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 80px 7% 120px;
}

.form-label {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.input {
  border-color: black black var(--light-grey);
  background-color: #0000;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: var(--light-slate-grey);
}

.input:focus {
  border-bottom-color: var(--orange);
}

.input.text-area {
  height: auto;
  min-height: 112px;
}

.input.footer-big-subscribe-input {
  background-image: url('../images/subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
  display: inline-block;
}

.input.footer-subscribe-input {
  margin-bottom: 24px;
}

.input.subscribe-input {
  background-image: url('../images/subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

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

.text-block-2 {
  color: var(--black-2);
}

.contact-split-form {
  padding-top: 0;
}

.clients-section {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.clients-section.clients-color-section {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.clients-section.clients-small-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.clients-section.white {
  background-color: #fff;
}

.clients-logotypes {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  opacity: .7;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  transition: opacity .3s;
}

.client-logo:hover, .client-logo.color-logo {
  opacity: 1;
}

.footer-v1 {
  text-align: left;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 28px;
  display: flex;
}

.footer-v1-column {
  flex: 0 auto;
  width: 25%;
  padding: 8px 60px 64px 15px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v1-column-text {
  color: var(--light-slate-grey);
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0;
  display: block;
}

.footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-bottom-text-left {
  text-align: left;
  flex: 1;
}

.footer-bottom-link {
  color: var(--black-2);
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-bottom-link-right {
  color: var(--black-2);
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.footer-grey-link {
  color: var(--light-slate-grey);
}

.footer-grey-link:hover {
  text-decoration: underline;
}

.hero-video-section {
  background-color: #7567f8bf;
  height: 100vh;
}

.hero-video-wrapper {
  align-items: center;
  display: flex;
}

.hero-video-info {
  flex: 1;
  margin-top: 56px;
  margin-left: 9%;
  padding-bottom: 10px;
  position: relative;
}

.hero-video-header {
  color: #fff;
  letter-spacing: 8px;
  font-size: 200px;
  font-weight: 900;
  line-height: 180px;
}

.hero-video-play {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 72px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.video-play-button {
  background-color: var(--orange);
  background-image: url('../images/play-icon.svg'), linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 24px;
  margin-right: 24px;
}

.hero-video-vertical-wrapper {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 118px;
  margin-left: -100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0%;
  transform: rotate(-90deg);
}

.hero-video-vertical-line {
  background-color: #fff;
  width: 54px;
  height: 2px;
  margin-right: 16px;
}

.about-side-info {
  text-align: left;
  margin-top: -8px;
  display: flex;
}

.about-side-header-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-side-line {
  float: left;
  background-color: var(--dodger-blue);
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  display: inline-block;
}

.about-side-header {
  flex: 1;
  margin-top: 0;
  padding-right: 40px;
}

.about-side-header._2 {
  font-size: 39px;
}

.about-side-text {
  color: var(--light-slate-grey);
  text-align: justify;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
}

.works-v2 {
  flex-wrap: wrap;
  padding-bottom: 0;
  display: flex;
}

.work-v2 {
  width: 33.3333%;
}

.work-card-v2 {
  background-color: #00000080;
  position: relative;
  overflow: hidden;
}

.work-card-v2:hover {
  background-color: #00000087;
}

.work-card-v2-info {
  color: #fff;
  text-align: left;
  padding-right: 64px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
}

.work-card-v2-category {
  margin-top: -15px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 24px;
}

.work-card-v2-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-side-block {
  align-items: center;
  padding-bottom: 168px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-side-block.reversed {
  flex-direction: row-reverse;
}

.service-side-info {
  text-align: left;
  width: 50%;
  padding-bottom: 16px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-side-content {
  flex: 1;
  justify-content: flex-end;
  padding-left: 4.6%;
  display: flex;
}

.service-side-content.service-side-content-reversed {
  justify-content: flex-start;
  padding-left: 0%;
  padding-right: 6%;
}

.service-side-icon {
  margin-bottom: -8px;
  margin-left: -8px;
}

.link-arrow {
  color: var(--black-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}

.link-arrow.more-link-center {
  padding-left: 16px;
}

.link-arrow.bl {
  color: var(--dodger-blue);
}

.service-side-image {
  background-color: var(--light-grey);
  border-radius: 8px;
  width: 91.6667%;
  height: 320px;
  position: relative;
}

.service-side-image.service-side-image-2 {
  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-3 {
  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image-text {
  color: #fff;
  text-align: left;
  border-radius: 8px;
  width: 86%;
  margin: 0 -30px;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: -48px;
  left: 0;
  box-shadow: 0 8px 28px #2e323c2e;
}

.service-side-image-text.image-text-reversed {
  left: auto;
  right: 0;
}

.service-side-blocks {
  margin-bottom: -120px;
}

.more-services-header-wrapper {
  text-align: left;
  max-width: 370px;
  margin-left: 8.33333%;
  padding-left: 15px;
}

.more-services {
  align-items: flex-start;
  margin-top: -20px;
  padding-top: 140px;
  display: flex;
}

.more-service-card {
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 40px 48px;
  position: relative;
  box-shadow: 0 8px 28px #2e323c2e;
}

.more-service-card.service-card-2 {
  background-color: var(--indian-red);
  margin-top: -80px;
}

.more-service-card.service-card-3 {
  background-color: var(--orange);
  margin-top: -160px;
}

.small-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 32px;
  margin-top: 16px;
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .3s, color .3s;
}

.small-button:hover {
  color: var(--black-2);
  background-color: #fff;
}

.more-service-card-icon {
  margin-bottom: -8px;
}

.more-service-card-number {
  opacity: .6;
  text-align: right;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.testimonials-slider-cards {
  background-color: #0000;
  height: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.testimonials-slider-nav {
  height: 12px;
  margin-top: 80px;
  padding-top: 0;
  font-size: 11px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.review-slide-card-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.review-slide-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 56px;
  box-shadow: 0 5px 18px #2e323c45;
}

.review-slide-card-avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-slide-card-author {
  color: var(--light-slate-grey);
  margin-top: 24px;
  font-size: 13px;
  line-height: 24px;
}

.slider-arrow-button {
  border-radius: 50px;
  margin: auto;
  position: absolute;
  inset: 0% 0 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

.side-video-section {
  background-color: #fff;
  display: flex;
  overflow: hidden;
}

.side-video-content {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.side-video-preview {
  background-color: var(--light-grey);
  background-image: linear-gradient(#2e323c1a, #2e323c1a), url('../images/gabriel-beaudry-93842.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 680px;
  display: flex;
}

.side-video-info {
  max-width: 600px;
  margin-left: 24px;
  padding-left: 15px;
  padding-right: 25%;
}

.clients-header {
  color: var(--dim-grey);
  text-align: center;
  max-width: 570px;
  margin: 8px auto 40px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  display: block;
}

.post-v2 {
  width: 33.3333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-v2.width-50 {
  width: 50%;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.category {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  height: 24px;
  padding-top: 4px;
  padding-left: 13px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.category.post-card-v2-category {
  z-index: 2;
  position: relative;
  box-shadow: 0 3px 9px #2e323c2e;
}

.category.work-v4-category {
  z-index: 1;
  margin: 32px;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.category.post-card-v3-category {
  margin: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.category.work-card-v5-category {
  z-index: 5;
  margin: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.post-card-v1-category {
  z-index: 1;
  margin: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.work-category {
  margin-bottom: 8px;
}

.category.pricing-table-category {
  margin-bottom: 24px;
}

.category.pricing-table-category.website {
  background-color: var(--indian-red);
}

.category.pricing-table-category.mobile {
  background-color: var(--medium-slate-blue);
}

.category.pricing-table-category.branding {
  background-color: var(--orange);
}

.category.home-preview-label {
  background-color: var(--light-slate-grey);
  margin-bottom: 24px;
}

.post-card-v2-header {
  margin-top: 22px;
  margin-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.post-card-v2-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 24px;
}

.post-card-v2-link:hover {
  text-decoration: underline;
}

.post-card-v2-image-wrapper {
  z-index: 1;
  background-color: var(--black-2);
  border-radius: 8px;
  margin-bottom: -16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-v2-logo {
  width: 16.6667%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v2 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 100px;
  display: flex;
}

.footer-v2.intro-footer {
  padding-top: 24px;
}

.footer-v2-about {
  color: var(--light-slate-grey);
  flex: 1;
  padding: 19px 32px 40px 15px;
}

.footer-v2-contact {
  width: 25%;
  padding: 35px 15px 40px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v2-contact-header {
  color: var(--black-2);
  font-weight: 700;
}

.footer-v2-social {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.social-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  box-shadow: 0 1px 2px #2e323c17;
}

.float-subscribe-header {
  margin-top: 0;
  margin-bottom: 4px;
}

.footer-big-subscribe {
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 96px;
  margin: -48px auto 0;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: -48px;
  box-shadow: 0 8px 28px #2e323c17;
}

.footer-big-subscribe-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-slider-section {
  background-color: var(--black-2);
  height: 100vh;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

.hero-slide {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-slide.hero-slide-1 {
  background-image: linear-gradient(#1a1f2e80, #1a1f2e80), url('../images/grovemade-239360.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: linear-gradient(#1a1f2e80, #1a1f2e80), url('../images/grovemade-239370.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slide-info {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.works-v3 {
  flex-wrap: wrap;
  margin-bottom: -56px;
  display: flex;
}

.work-v3 {
  width: 33.3333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.work-card-v3-image {
  z-index: 1;
  background-color: var(--light-grey);
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card-v3-category {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
}

.work-card-v3-header {
  margin-top: 6px;
}

.about-side-media {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-side-media.about-side-reversed {
  flex-direction: row-reverse;
}

.about-side-image-info {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.about-side-image-wrapper {
  background-image: url('../images/martello-foto.jpeg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
}

.about-side-image {
  border-radius: 8px;
}

.video-section {
  background-color: var(--medium-slate-blue);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-image: linear-gradient(#2e323c66, #2e323c66), url('../images/pro-image-photography-127307.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.video-text-left {
  text-align: right;
  flex: 1;
}

.video-text-right {
  flex: 1;
}

.service-cards {
  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.service-card {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 32px 40px;
  box-shadow: 0 8px 28px #2e323c17;
}

.service-card._33-width {
  flex-basis: 30%;
}

.service-card-header {
  color: var(--black-2);
  margin-top: 22px;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.contact-side-map {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-side-map.contact-side-map-reversed {
  flex-direction: row-reverse;
}

.side-map-wrapper {
  border-radius: 8px;
  width: 41.33%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.side-map {
  height: 640px;
}

.contact-side-info {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 33.3333%;
  margin-bottom: 0;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-side-info.contact {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-v3-about {
  color: var(--light-slate-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v3 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 30px;
  display: flex;
}

.footer-v3-social {
  background-color: #46484b;
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.footer-v3-social-link {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-v3-nav {
  width: 25%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v3-link {
  color: #ffffffb8;
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-link.w--current {
  color: #ffffffb8;
}

.footer-v3-subscribe {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-big-subscribe-wrapper {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-side-section {
  background-color: var(--medium-slate-blue);
  background-image: url('../images/hero-text-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.hero-side-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-side-content {
  color: #fff;
  flex: 1;
  margin-top: 24px;
  padding: 40px 7% 40px 15px;
}

.hero-side-image-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 88px;
  display: flex;
}

.hero-side-image {
  transform: scale(1.3)translate(-3%);
}

.works-v4 {
  flex-wrap: wrap;
  margin-bottom: -15px;
  display: flex;
}

.work-v4 {
  width: 50%;
  padding: 15px;
}

.work-card-v4 {
  background-color: var(--light-grey);
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card-v4-info {
  color: var(--light-slate-grey);
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  margin: 32px;
  padding: 0 32px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c2e;
}

.work-card-v4-header {
  color: var(--black-2);
  margin-top: 24px;
  margin-bottom: -8px;
}

.black-text {
  color: var(--black-2);
}

.services-color-bg {
  color: #fff;
  text-align: left;
  margin-top: -5px;
  margin-bottom: -48px;
  display: flex;
}

.services-color-bg-info {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
}

.services-color-bg-header {
  flex: 1;
  padding-bottom: 32px;
}

.services-color-bg-content {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.service-color-bg {
  width: 50%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 32px;
}

.service-color-bg-info {
  padding-left: 24px;
  overflow: hidden;
}

.service-color-bg-icon {
  float: left;
}

.service-color-bg-header {
  margin-top: 0;
  margin-bottom: -8px;
}

.side-feature {
  align-items: stretch;
  margin-bottom: 120px;
  display: flex;
}

.side-feature-content {
  align-items: center;
  width: 50%;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: flex;
}

.side-feature-content._01a {
  padding-left: 6%;
  padding-right: 6%;
}

.side-feature-content.c {
  padding-left: 3%;
  padding-right: 3%;
}

.side-feature-info {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.side-feature-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-feature-video-link {
  float: left;
  color: var(--dark-grey);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.side-feature-video-button {
  float: left;
  background-color: var(--orange);
  background-image: url('../images/play-icon.svg'), linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-block;
}

.subscribe-form {
  align-items: center;
  padding: 24px 8.33333% 8px;
  display: flex;
}

.subscribe-info {
  color: var(--light-slate-grey);
  text-align: left;
  width: 41.6667%;
  padding: 20px 24px 20px 15px;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-header {
  color: var(--black-2);
  margin-top: 7px;
  margin-bottom: 1px;
}

.team-color-cards {
  justify-content: space-around;
  display: flex;
}

.team-member-color-card {
  border-radius: 8px;
  width: 22.4%;
  position: relative;
  transform: translate(-20px, 20px);
}

.team-member-color-photo {
  z-index: 5;
  background-color: var(--light-grey);
  border-radius: 8px;
  height: 360px;
  position: relative;
  transform: translate(40px, -40px);
  box-shadow: 0 5px 18px #2e323c45;
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-role {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 280px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 140px;
  left: -120px;
  overflow: hidden;
  transform: rotate(-90deg);
}

.team-member-color-links {
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-left: 40px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-color-link {
  color: #fff;
  padding: 7px 8px 9px;
  font-size: 12px;
  line-height: 24px;
}

.team-member-color-link:hover {
  text-decoration: underline;
}

.color-1 {
  background-color: var(--orange);
}

.testimonials-slider {
  color: #fff;
  background-color: #0000;
  width: 83.3333%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: block;
}

.review-slide {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 14px;
  line-height: 24px;
}

.review-logo {
  margin-bottom: 24px;
}

.review-line {
  opacity: .29;
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin: 36px auto 24px;
  display: block;
}

.review-line.grey-line {
  background-color: var(--dark-grey);
}

.testimonials-slider-arrow {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.wide-map {
  height: 440px;
}

.blog-posts-v3 {
  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.post-v3 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-v3 {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.post-card-v3:hover {
  box-shadow: 0 8px 28px #2e323c17;
}

.post-card-v3-image {
  background-color: var(--light-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}

.post-card-v3-info {
  color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.post-card-v3-header {
  flex: 1;
  margin-top: 2px;
  margin-bottom: 24px;
}

.post-card-v3-bottom {
  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v3-avatar {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.post-card-v3-author {
  flex: 1;
  margin-left: 12px;
  font-weight: 700;
}

.hero-split-section {
  background-color: #fff;
  justify-content: flex-end;
  display: flex;
}

.hero-split-image {
  background-color: var(--light-grey);
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.hero-split-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 24px;
  padding-left: 15px;
  padding-right: 8.33%;
  display: flex;
}

.works-v5 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.work-v5 {
  width: 33.33%;
  padding: 15px 15px 43px;
}

.work-card-v5 {
  color: var(--black-2);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-card-v5-header {
  margin-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.team-cards {
  display: flex;
}

.team-member-card {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 32px 40px;
  box-shadow: 0 8px 28px #2e323c17;
}

.team-member-card-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-bottom: -10px;
}

.team-member-card-text {
  color: var(--light-slate-grey);
  margin-top: -7px;
  font-size: 14px;
  line-height: 24px;
}

.team-member-card-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-card-link {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonials-cards {
  align-items: flex-start;
  display: flex;
}

.testimonials-cards-column {
  width: 33.33%;
  margin-bottom: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-card {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  box-shadow: 0 8px 28px #2e323c17;
}

.review-card-info {
  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.review-card-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.big-map {
  border-radius: 8px;
  width: 83.33%;
  height: 440px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contacts {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px;
  display: flex;
}

.contacts-column {
  color: var(--light-slate-grey);
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 24px;
}

.contacts-column-header {
  color: var(--black-2);
  margin-top: 0;
}

.contacts-link {
  color: var(--light-slate-grey);
}

.contacts-link:hover {
  text-decoration: underline;
}

.footer-v4 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 32px;
  display: flex;
}

.footer-v4-about {
  color: var(--light-slate-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v4-column {
  flex: 1;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v4-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.footer-v4-link:hover {
  text-decoration: underline;
}

.hero-promo-section {
  background-image: linear-gradient(#273351b3, #273351b3), url('../images/joel-filipe-260016.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-promo-intro {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-top: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-promo-small-header {
  letter-spacing: 12px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.hero-intro-image {
  margin-top: 50px;
  margin-bottom: 32px;
}

.hero-promotext {
  width: 82%;
  font-size: 22px;
  line-height: 40px;
}

.work-v6 {
  background-color: var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-promo-social {
  align-items: center;
  padding: 32px;
  display: flex;
}

.hero-promo-social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .3s;
  display: flex;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0 12px 12px 0;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  display: flex;
}

.scroll-mouse-link {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 2px;
  width: 4px;
  height: 8px;
}

.work-card-v6 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  margin: 80px;
  padding: 0 40px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 28px #2e323c45;
}

.work-v6-dark-overlay {
  background-color: #2e323c33;
  position: absolute;
  inset: 0;
}

.work-card-v6-text {
  color: var(--light-slate-grey);
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.contact-window {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  margin-bottom: 0;
  margin-left: 9%;
  margin-right: 9%;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.contact-window.popup-window {
  z-index: 1000;
  margin-left: 0%;
  margin-right: 0%;
  transform: scale(.86);
}

.contact-window-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-window-form {
  text-align: center;
  margin-left: 56px;
  margin-right: 56px;
  padding-top: 32px;
}

.contact-window-header {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 56px;
}

.page-loader {
  z-index: 1000;
  background-image: url('../images/preloader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.contat {
  margin-top: 120px;
}

.work-card-v6-category {
  background-color: var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: -12px;
  box-shadow: 0 5px 18px #2e323c2e;
}

.footer-v1-logo-column {
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 64px;
}

.nav-dropdown-link {
  color: var(--light-slate-grey);
  background-color: #fff;
  padding: 8px 24px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: var(--dodger-blue);
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.nav-dropdown-icon {
  color: var(--dark-grey);
  margin-right: 18px;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c17;
}

.hero-promo-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-side-header {
  margin-bottom: 48px;
}

.hero-slide-header {
  text-shadow: 3px 3px 5px #000;
  background-color: #0000;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 62px;
}

.hero-slide-header.wh {
  color: #fff;
}

.page-header-section {
  background-color: var(--black-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section.about-1 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/dan-gold-220226.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.page-header-section.about-3 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/breather-163391.jpg');
  background-position: 0 0, 50% 69%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.blog {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/grovemade-239370.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.about-2 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/vadim-sherbakov-277610.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-1 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/john-towner-128480.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-2 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/autumn-goodman-242822_1.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-3 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/crew-22256.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-4 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/fabian-irsara-92113.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-5 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/patrick-tomasso-88398.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.contact-1 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/jaroslaw-ceborski-235039.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.contact-2 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/cantiere-navale-martello.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.services {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/christopher-gower-291240.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.faq {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/Workspace-Top-Down-View-with-MacBook-Pro.jpg');
  background-position: 0 0, 50% -42px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.pricing-header-section {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/sylwia-pietruszka-218363.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.licensing-header-section {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/jesus-kiteque-224069.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.intro-header-section {
  background-color: var(--medium-slate-blue);
}

.page-header-section.style-guide-header-section {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/alice-achterhof-85968.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grey-text {
  color: var(--light-slate-grey);
}

.review-slide-author {
  font-weight: 700;
}

.gallery {
  flex-wrap: wrap;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.gallery-vertical-column {
  flex-flow: column wrap;
  flex: 1;
  display: flex;
}

.gallery-photo {
  background-color: var(--light-grey);
  border-radius: 6px;
  margin: 4px;
  position: relative;
  overflow: hidden;
}

.gallery-photo.gallery-photo-1 {
  z-index: 1;
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 62%;
  height: 560px;
}

.gallery-photo.gallery-photo-1.b1 {
  height: 800px;
}

.gallery-photo.gallery-photo-1.b1.c1 {
  background-image: url('../images/2017-04-24-PHOTO-00000026.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-photo.gallery-photo-2 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.gallery-photo.gallery-photo-2.c2 {
  background-image: url('../images/2017-04-24-PHOTO-00000027.jpg');
  background-position: 50%;
}

.gallery-photo.gallery-photo-3 {
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.gallery-photo.gallery-photo-3.c3 {
  background-image: url('../images/01-min.JPG');
  background-position: 50%;
}

.gallery-photo.gallery-photo-4 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 360px;
}

.gallery-photo.gallery-photo-4.fot {
  background-image: url('../images/1-2.jpg');
}

.gallery-photo.gallery-photo-5 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.utility-page-section {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 48px;
  display: flex;
}

.password-window {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 370px;
  margin-top: 48px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px #2e323c17;
}

.password-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-us {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.about-image {
  border-radius: 8px;
}

.about-text {
  color: var(--light-slate-grey);
  text-align: left;
  column-count: 2;
  column-gap: 30px;
  margin-top: 72px;
  margin-bottom: -24px;
}

.blog-posts-and-sidebar {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.blog-posts-v1-wrapper {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar {
  text-align: left;
  width: 27.5%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts-v1 {
  flex-direction: column;
  margin-bottom: -56px;
  display: flex;
}

.post-card-v1 {
  text-align: left;
  flex-direction: column;
  margin-bottom: 56px;
  display: flex;
}

.post-card-v1-bottom {
  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 4px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v1-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.post-card-v1-author {
  color: var(--light-slate-grey);
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.post-card-v1-author:hover {
  text-decoration: underline;
}

.zoom-on-hover {
  transition: transform .45s;
}

.zoom-on-hover:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  transform: scale(1.06);
}

.post-card-v1-image {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 424px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v1-text {
  color: var(--light-slate-grey);
  margin-top: 0;
}

.blog-card-v1-dot {
  background-color: var(--dark-grey);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-5 {
  flex: 1;
}

.sidebar-subscribe {
  margin-bottom: 56px;
}

.sidebar-subscribe-header {
  margin-top: 0;
  margin-bottom: 24px;
}

.blog-sidebar-block {
  margin-bottom: 56px;
}

.sidebar-header {
  border-bottom: 1px solid var(--gainsboro);
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.blog-category-dot {
  background-color: var(--black-2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-right: 16px;
}

.sidebar-category {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.sidebar-category:hover {
  text-decoration: underline;
}

.sidebar-featured-post-image {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-featured-post-category {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar-featured-post-header {
  text-align: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-tags {
  flex-wrap: wrap;
  display: flex;
}

.sidebar-tag {
  color: var(--light-slate-grey);
  margin-right: 16px;
  font-size: 14px;
  line-height: 32px;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.blog-posts-v2-wrapper {
  flex: 0 auto;
  width: 66.66%;
}

.categories {
  display: flex;
}

.category-filter-link {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 32px;
  transition: color .1s;
  display: block;
}

.category-filter-link:hover {
  color: var(--black-2);
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--orange);
  color: var(--black-2);
  font-weight: 700;
}

.categories-filter {
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 80px;
  display: flex;
}

.hidden {
  display: none;
}

.gallery-horizontal-column {
  width: 100%;
  display: flex;
}

.gallery-hover {
  opacity: 0;
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(#2e323c4d, #2e323c4d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 66px, auto;
  position: absolute;
  inset: 0;
}

.work-card-v3 {
  color: var(--black-2);
  padding-bottom: 8px;
}

.work-card-v5-image {
  z-index: 1;
  border-radius: 8px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.sidebar-author {
  color: var(--black-2);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  display: flex;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.sidebar-featured-post-card {
  color: var(--black-2);
  margin-top: 16px;
  margin-bottom: 16px;
}

.full-screen-menu {
  background-color: var(--black-2);
  background-image: linear-gradient(#1b212ced, #1b212ced), url('../images/silvio-kundt-65518.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px 16px;
  display: block;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.full-screen-menu-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.full-screen-nav-link {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.menu-line {
  background-color: #fff;
  width: 24px;
  height: 2px;
  display: block;
}

.menu-line.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-line.menu-bottom-line {
  width: 12px;
  margin-top: 4px;
  top: 12px;
  left: 12px;
}

.menu-top-line {
  width: 20px;
}

.menu-icon {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 24px;
  height: 24px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.work-header-wrapper {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: block;
}

.work-details {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c17;
}

.work-details-column {
  box-shadow: -1px 0 0 0 var(--gainsboro), 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex: 1;
  padding-bottom: 20px;
  padding-left: 23px;
  padding-right: 23px;
}

.work-details-text {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: var(--medium-slate-blue);
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.work-details-header {
  margin-top: 22px;
  margin-bottom: 8px;
}

.work-presentation {
  text-align: left;
  margin-bottom: -16px;
}

.work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-presentation img {
  border-radius: 8px;
}

.work-presentation figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-main-image {
  border-radius: 8px;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 24px;
  display: block;
}

.work-content {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.contact-split-form-success {
  text-align: left;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-success.footer-big-subscribe-success {
  padding-top: 8px;
}

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error.footer-big-subscribe-error {
  margin-top: 24px;
}

.post-header-section {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.post-header-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.post-header-author {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.post-header-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-header-overlay {
  background-color: #1a1f2e80;
  position: absolute;
  inset: 0;
}

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

.blog-post h1, .blog-post p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post img {
  border-radius: 8px;
}

.blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post h6, .blog-post h3, .blog-post h4 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post figure {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.blog-post-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-date-wrapper {
  color: var(--light-slate-grey);
  align-items: center;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.post-date {
  margin-left: 3px;
}

.post-author-profile {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  align-items: flex-start;
  width: 66.66%;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.post-author-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-right: 24px;
}

.post-author-name {
  margin-top: 0;
  margin-bottom: 6px;
}

.post-author-bio {
  color: var(--light-slate-grey);
}

.post-author-link {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.post-author-link:hover {
  text-decoration: underline;
}

.coming-soon-section {
  background-color: var(--black-2);
  background-image: url('../images/derek-thomson-292172.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-soon-logo {
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.coming-soon-social {
  justify-content: flex-end;
  align-items: center;
  padding: 40px 24px 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.coming-soon-copyright {
  color: #ffffff80;
  padding: 40px 32px;
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.coming-soon-info {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 570px;
  padding: 24px 64px 64px;
  box-shadow: 0 8px 28px #00000045;
}

.coming-soon-form {
  justify-content: center;
  padding-top: 12px;
  display: flex;
}

.faq-list {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.question-container {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.question-container:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.question {
  color: var(--black-2);
  align-items: center;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.answer {
  color: var(--light-slate-grey);
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.answer-text {
  margin-top: 8px;
}

.pricing {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
  display: flex;
}

.pricing-table {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  max-width: 33.33%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 48px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 8px 28px #2e323c17;
}

.pricing-table-price {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 32px;
}

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 24px;
}

.popup-wrapper {
  z-index: 300;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-overlay {
  background-color: #1a1f2eb3;
  position: fixed;
  inset: 0;
}

.password-icon {
  background-color: var(--indian-red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.licence-link {
  color: var(--light-slate-grey);
}

.licence-link:hover {
  text-decoration: underline;
}

.licence-links-wrapper {
  color: var(--light-slate-grey);
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.hero-intro {
  text-align: center;
  width: 570px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: block;
}

.home-pages {
  flex-wrap: wrap;
  display: flex;
}

.page-preview-wrapper {
  width: 33.33%;
  padding: 40px 30px 32px;
}

.page-preview {
  background-color: var(--gainsboro);
  border-radius: 4px;
  width: 100%;
  height: 520px;
  transition: box-shadow .3s;
  overflow: scroll;
  box-shadow: 0 1px 2px #2e323c1f;
}

.page-preview:hover {
  box-shadow: 0 8px 28px #2e323c17;
}

.inner-pages {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.inner-page-link {
  color: var(--black-2);
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 28%;
  margin: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  transition: background-color .3s, color .3s;
  box-shadow: 0 1px 2px #2e323c17;
}

.inner-page-link:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.heading-styles {
  padding-left: 15px;
  padding-right: 15px;
}

.full-screen-social {
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.float-card {
  z-index: 250;
  color: var(--light-slate-grey);
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c2e;
}

.float-subscribe-form {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 392px;
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
}

.float-card-close {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/close-small-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.float-card-close:hover {
  opacity: 1;
}

.review-card-text {
  font-size: 16px;
  line-height: 28px;
}

.float-behance {
  width: 312px;
  display: flex;
}

.float-behance-icon {
  background-image: url('../images/behance-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 72px;
  min-height: 40px;
  margin-right: 24px;
}

.float-behance-content {
  flex: 1;
  margin-bottom: -8px;
}

.section-2 {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cantiere-navale-martello-a-Licata.jpg');
  background-position: 0 0, 50% 55px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.div-block {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: static;
}

.text-block-6 {
  float: right;
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 13px;
}

.text-block-6:hover {
  color: var(--dodger-blue);
}

.text-block-7 {
  text-shadow: 3px 3px 5px #000;
}

.text-block-8 {
  text-align: right;
  font-family: Great Vibes, cursive;
  font-size: 25px;
}

.div-block-2 {
  background-color: var(--dodger-blue);
  width: 12%;
  height: 2px;
}

.div-block-3 {
  background-color: var(--dodger-blue);
  width: 15%;
  height: 2px;
  margin-top: 15px;
}

.section-3 {
  background-color: #ccd0d98c;
  padding: 100px 50px;
}

.column {
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-4 {
  background-image: url('../images/la-nostra-storia.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
}

.div-block-4.ser {
  background-image: url('../images/2-FERMO-IMMAGINE.jpg');
  background-position: 50%;
}

.div-block-4.team {
  background-image: url('../images/Scan10001.JPG');
  background-position: 50%;
}

.row {
  height: auto;
}

.div-block-5 {
  background-color: var(--dim-grey);
  height: 55%;
  padding: 25px;
}

.paragraph {
  color: #ffffffab;
  font-size: 15px;
}

.tab-link {
  padding-right: 20px;
}

.tab-link.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
  border-top: 1px solid #ffffff4a;
  border-bottom: 1px solid #ffffff4a;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-2 {
  color: #ffffffa6;
  background-color: #0000;
  border-top: 1px solid #ffffff4a;
  border-bottom: 1px solid #ffffff4a;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.tab-link-2:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.tab-link-2.w--current {
  background-color: var(--dodger-blue);
}

.tab-link-2.u {
  border-right: 1px solid #ffffff4a;
}

.tab-link-2.a {
  border-left: 1px solid #ffffff4a;
}

.text-block-9 {
  color: #fff;
  font-family: Exo, sans-serif;
  line-height: 20px;
}

.tab-pane {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.row-3 {
  margin-bottom: 20px;
}

.row-4 {
  margin-top: 25px;
}

.heading {
  font-size: 20px;
}

.section-4 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/foto.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-shadow: 3px 3px 5px #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

.div-block-6 {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2, .heading-3, .heading-4, .link-2 {
  color: #fff;
}

.link-2:hover {
  color: var(--dodger-blue);
}

.section-5 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/la-nostra-storia.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 133px;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-11 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.text-block-11.centrato {
  text-align: center;
}

.text-span {
  font-family: Droid Serif, serif;
  font-size: 70px;
  font-weight: 800;
}

.div-block-7 {
  background-color: var(--dodger-blue);
  width: 15%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.div-block-7.ce {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.section-6 {
  padding: 80px 24px;
}

.paragraph-2 {
  color: var(--light-slate-grey);
  text-align: left;
}

.paragraph-2._2 {
  text-align: center;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-7 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 75px;
  margin-bottom: 20px;
  margin-right: 15px;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  background-color: #000;
  background-image: url('../images/progettazione.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 130px;
  display: flex;
}

.section-8.consulenza {
  background-image: url('../images/consulenza.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-8.perizie {
  background-image: url('../images/DSC01934-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-8.demolizione {
  background-image: url('../images/xxx-new-014.jpg');
  background-size: cover;
}

.section-8.demolizione.pr {
  background-image: url('../images/consulenza.jpg');
}

.section-8.assistenza {
  background-image: url('../images/assistenza-finanz.jpg');
  background-size: cover;
}

.section-8.consigli {
  background-color: #0000;
  background-image: url('../images/1-min.JPG');
  background-size: cover;
}

.section-8.preventivo {
  background-image: url('../images/preventivo.JPG');
  background-size: cover;
}

.section-8.preventivo.usato {
  background-color: #fff;
  background-image: url('../images/foto--n.1.JPG');
  background-position: 50% -50px;
  background-size: cover;
}

.section-8.interviste {
  background-image: url('../images/interviste.jpg');
  background-size: cover;
}

.section-8.video {
  background-image: url('../images/_DSD9626.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.column-6 {
  margin-top: 0;
}

.row-7 {
  margin-top: 50px;
}

.div-block-8 {
  height: 350px;
}

.div-block-8.cons {
  background-image: url('../images/IMG_7270.JPG');
}

.div-block-8.perizi {
  background-image: url('../images/IMG_1525.jpg');
}

.div-block-8.demoliz {
  background-image: url('../images/xxx-new-015.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-8.p {
  height: 400px;
}

.div-block-9 {
  background-image: url('../images/IMG_2387.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.div-block-9.consulenza1 {
  background-image: url('../images/2-min.JPG');
}

.div-block-9.periz {
  background-image: url('../images/IMG_5778.jpg');
}

.div-block-9.p {
  height: 400px;
}

.numeri {
  color: var(--dodger-blue);
  font-size: 50px;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.video-2 {
  height: 300px;
}

.div-block-10 {
  width: 100%;
}

.row-8 {
  margin-top: 50px;
}

.row-8.c {
  margin-top: 10px;
}

.column-7, .column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  background-color: var(--dodger-blue);
  width: 20%;
  height: 2px;
}

.html-embed-2 {
  width: 83.33%;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-12 {
  float: right;
  margin-bottom: 0;
}

.text-span-2 {
  float: right;
  color: #000;
  text-align: justify;
  text-transform: uppercase;
}

.lightbox-link {
  z-index: 2;
  position: absolute;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs {
  width: 100%;
}

.modellistica {
  height: 320px;
  padding-left: 5px;
  padding-right: 5px;
}

.lightbox-link-2 {
  background-image: url('../images/2017-11-07-PHOTO-00000070.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-link-2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000070.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-link-2.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-link-2.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-link-2.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-link-2.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-link-2.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-link-2.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-link-2.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-link-2.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-link-2.mod5 {
  background-image: url('../images/IMG_2520-modellistica_1.jpg');
}

.lightbox-link-2.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.mod6 {
  background-image: url('../images/Scan10014-modellistica_1.jpg');
}

.lightbox-link-2.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.mod7 {
  background-image: url('../images/Scan10015-modellistica_1.jpg');
  background-position: 50% 0;
}

.lightbox-link-2.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-link-2.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-link-2.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-link-2.lami {
  background-image: url('../images/09-09-08-202-originale.jpg');
}

.lightbox-link-2.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-link-2.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami2 {
  background-image: url('../images/foto-055_1.jpg');
}

.lightbox-link-2.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-link-2.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-link-2.lami4 {
  background-image: url('../images/IMG_3826.jpg');
}

.lightbox-link-2.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-link-2.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-link-2.lami6 {
  background-image: url('../images/IMG_3835.jpg');
  background-position: 50% 100%;
}

.lightbox-link-2.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-link-2.lami7 {
  background-image: url('../images/IMG_3838.jpg');
  background-position: 50% 0;
}

.lightbox-link-2.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3838.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-link-2.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-link-2.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-link-2.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-link-2.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-link-2.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link-2.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-link-2.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-4 {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.row-9, .row-10 {
  margin-top: 10px;
}

.div-block-13 {
  background-image: url('../images/TUNISIA.png');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.div-block-13.algeria {
  background-image: url('../images/ALGERIA.png');
}

.div-block-13.libia {
  background-image: url('../images/LIBIA.png');
}

.div-block-13.comore {
  background-image: url('../images/isole-comore.png');
}

.div-block-13.oman {
  background-image: url('../images/oman.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13-copy {
  background-image: url('../images/bandiera-malta.png');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 50px;
  margin-right: 10px;
}

.lightbox-arredamento {
  background-image: url('../images/arredamento1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-arredamento:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-arredamento.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-arredamento.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-arredamento.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-arredamento.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-arredamento.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-arredamento.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-arredamento.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-arredamento.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-arredamento.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-arredamento.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-arredamento.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-arredamento.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-arredamento.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-arredamento.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-arredamento.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-arredamento.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-arredamento.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-arredamento.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento._2 {
  background-image: url('../images/arredamento3.jpg');
}

.lightbox-arredamento._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento._3 {
  background-image: url('../images/arredamento5.jpg');
}

.lightbox-arredamento._3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento._6 {
  background-image: url('../images/arredamento7.jpg');
}

.lightbox-arredamento._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento._9 {
  background-image: url('../images/5a6f420662d9170001dbbad9_2.jpg');
}

.lightbox-arredamento._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1 {
  background-image: url('../images/arredamento2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-arredamento1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-arredamento1.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-arredamento1.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-arredamento1.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento1.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-arredamento1.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento1.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-arredamento1.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-arredamento1.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-arredamento1.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-arredamento1.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-arredamento1.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-arredamento1.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-arredamento1.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento1.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-arredamento1.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento1.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-arredamento1.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-arredamento1.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-arredamento1.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-arredamento1.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-arredamento1.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-arredamento1.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-arredamento1.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1._3 {
  background-image: url('../images/arredamento4.jpg');
}

.lightbox-arredamento1._3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-arredamento1._5 {
  background-image: url('../images/arredamento6.jpg');
}

.lightbox-arredamento1._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-arredamento1._7 {
  background-image: url('../images/arredamento-9.jpg');
}

.lightbox-arredamento1._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-arredamento1._10 {
  background-image: url('../images/5a6f425062d9170001dbbc58_3-1.jpg');
}

.lightbox-arredamento1._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.row-11, .row-12 {
  margin-bottom: 20px;
}

.lightbox-carpenteria {
  background-image: url('../images/5a6f43245e208b0001395843_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-carpenteria:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f43245e208b0001395843_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-carpenteria.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-carpenteria.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-carpenteria.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-carpenteria.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-carpenteria.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-carpenteria.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-carpenteria.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-carpenteria.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-carpenteria.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-carpenteria.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-carpenteria.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-carpenteria.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-carpenteria.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-carpenteria.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-carpenteria.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._2 {
  background-image: url('../images/arredamento3.jpg');
}

.lightbox-carpenteria._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._3 {
  background-image: url('../images/arredamento5.jpg');
}

.lightbox-carpenteria._3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._6 {
  background-image: url('../images/arredamento7.jpg');
}

.lightbox-carpenteria._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._9 {
  background-image: url('../images/2.JPG');
}

.lightbox-carpenteria._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._1 {
  background-image: url('../images/barca-14.jpg');
}

.lightbox-carpenteria._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-14.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._4 {
  background-image: url('../images/barca-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.lightbox-carpenteria._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-17.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-carpenteria._7 {
  background-image: url('../images/5a6f45e95e208b0001395cb2_IMG_7607.jpg');
}

.lightbox-carpenteria._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f45e95e208b0001395cb2_IMG_7607.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria._9a {
  background-image: url('../images/5a6f473c653d590001251124_IMG_7622.jpg');
}

.lightbox-carpenteria._9a:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f473c653d590001251124_IMG_7622.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1 {
  background-image: url('../images/1_3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-carpenteria1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-carpenteria1.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-carpenteria1.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-carpenteria1.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria1.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria1.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria1.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-carpenteria1.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-carpenteria1.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-carpenteria1.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-carpenteria1.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-carpenteria1.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-carpenteria1.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-carpenteria1.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria1.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-carpenteria1.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria1.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria1.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-carpenteria1.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria1.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-carpenteria1.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-carpenteria1.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-carpenteria1.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-carpenteria1.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1._3 {
  background-image: url('../images/arredamento4.jpg');
}

.lightbox-carpenteria1._3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-carpenteria1._5 {
  background-image: url('../images/arredamento6.jpg');
}

.lightbox-carpenteria1._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-carpenteria1._7 {
  background-image: url('../images/arredamento-9.jpg');
}

.lightbox-carpenteria1._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arredamento-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1._10 {
  background-image: url('../images/3_1.JPG');
}

.lightbox-carpenteria1._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1._2 {
  background-image: url('../images/barca-16.jpg');
  background-position: 50% 100%;
}

.lightbox-carpenteria1._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-16.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-carpenteria1._6 {
  background-image: url('../images/5a6f455362d9170001dbc0c9_IMG_7097.jpg');
}

.lightbox-carpenteria1._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f455362d9170001dbc0c9_IMG_7097.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1._8 {
  background-image: url('../images/5a6f466a62d9170001dbc18b_IMG_7609.jpg');
  background-size: cover;
}

.lightbox-carpenteria1._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f466a62d9170001dbc18b_IMG_7609.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-carpenteria1._10a {
  background-image: url('../images/IMG_7636.JPG');
}

.lightbox-dadiporto {
  background-image: url('../images/5a6f48c45e208b0001395f8a_1-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-dadiporto:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f48c45e208b0001395f8a_1-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-dadiporto.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-dadiporto.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-dadiporto.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-dadiporto.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-dadiporto.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-dadiporto.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-dadiporto.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-dadiporto.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-dadiporto.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-dadiporto.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-dadiporto.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-dadiporto.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-dadiporto.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-dadiporto.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-dadiporto.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-dadiporto.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-dadiporto.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-dadiporto.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-dadiporto.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-dadiporto.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-dadiporto.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-dadiporto.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-dadiporto.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._1 {
  background-image: url('../images/1-3.JPG');
  background-position: 50%;
}

.lightbox-dadiporto._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._2 {
  background-image: url('../images/5a6f49e662d9170001dbc828_1-4.jpg');
}

.lightbox-dadiporto._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f49e662d9170001dbc828_1-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._4 {
  background-image: url('../images/5a6f4b775e208b00013968ca_1-5.jpg');
}

.lightbox-dadiporto._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f4b775e208b00013968ca_1-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._5 {
  background-image: url('../images/5a6f4bcf653d59000125185d_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-dadiporto._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f4bcf653d59000125185d_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._6 {
  background-image: url('../images/5a6f4d235e208b0001396b69_2.jpg');
}

.lightbox-dadiporto._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f4d235e208b0001396b69_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._7 {
  background-image: url('../images/11_1.JPG');
}

.lightbox-dadiporto._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._8 {
  background-image: url('../images/12.JPG');
}

.lightbox-dadiporto._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._9 {
  background-image: url('../images/5a6f4f145e208b0001396cdd_13.jpg');
}

.lightbox-dadiporto._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f4f145e208b0001396cdd_13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-dadiporto._10 {
  background-image: url('../images/5a6f4f6c653d590001251b25_14-FERMO-IMMAGINE.jpg');
}

.lightbox-dadiporto._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f4f6c653d590001251b25_14-FERMO-IMMAGINE.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.row-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lightbox-pesca {
  background-image: url('../images/1_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-pesca:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-pesca.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-pesca.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-pesca.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-pesca.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-pesca.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-pesca.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-pesca.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-pesca.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-pesca.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-pesca.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-pesca.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-pesca.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-pesca.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-pesca.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-pesca.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-pesca.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-pesca.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-pesca.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-pesca.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-pesca.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-pesca.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-pesca.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-pesca.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-pesca.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-pesca.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-pesca.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-pesca.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-pesca.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-pesca.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-pesca.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-pesca.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-pesca.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-pesca.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._1 {
  background-image: url('../images/1-3.JPG');
  background-position: 50%;
}

.lightbox-pesca._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._2 {
  background-image: url('../images/1-4.JPG');
}

.lightbox-pesca._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-4.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._4 {
  background-image: url('../images/1-5.JPG');
}

.lightbox-pesca._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-5.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._5 {
  background-image: url('../images/1_2.JPG');
}

.lightbox-pesca._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._6 {
  background-image: url('../images/2_1.JPG');
}

.lightbox-pesca._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._7 {
  background-image: url('../images/11_1.JPG');
}

.lightbox-pesca._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._8 {
  background-image: url('../images/12.JPG');
}

.lightbox-pesca._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._9 {
  background-image: url('../images/13.JPG');
}

.lightbox-pesca._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._10 {
  background-image: url('../images/14-FERMO-IMMAGINE.JPG');
}

.lightbox-pesca._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._1p {
  background-image: url('../images/3-2.JPG');
}

.lightbox-pesca._1p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._2p {
  background-image: url('../images/5a6f56c7ec7ba70001ac3203_5-2.jpg');
}

.lightbox-pesca._2p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f56c7ec7ba70001ac3203_5-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._3p {
  background-image: url('../images/6_2.jpg');
}

.lightbox-pesca._3p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._4p {
  background-image: url('../images/5a6f58dd03ae4f00013a861b_9-1.jpg');
}

.lightbox-pesca._4p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f58dd03ae4f00013a861b_9-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._5p {
  background-image: url('../images/5a6f564b6b8a9e0001ee50ff_3-2-1.jpg');
}

.lightbox-pesca._5p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f564b6b8a9e0001ee50ff_3-2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._6p {
  background-image: url('../images/5a6f59e86b8a9e0001ee55f1_13-originale.jpg');
}

.lightbox-pesca._6p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f59e86b8a9e0001ee55f1_13-originale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._6p.v {
  background-image: url('../images/PHOTO-2021-02-24-15-41-38-2.jpg');
}

.lightbox-pesca._6p.v:hover {
  background-image: url('../images/PHOTO-2021-02-24-15-41-38-2.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.lightbox-pesca._6p.v.g {
  background-image: url('../images/PHOTO-2021-02-24-15-43-15.jpg');
}

.lightbox-pesca._7p {
  background-image: url('../images/5a6f5a46ec7ba70001ac3665_15-FERMO-IMMAGINE.jpg');
}

.lightbox-pesca._7p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a6f5a46ec7ba70001ac3665_15-FERMO-IMMAGINE.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-pesca._7p._8 {
  background-image: url('../images/PHOTO-2021-02-24-15-41-38-3.jpg');
}

.lightbox-pesca._7p._8:hover {
  background-image: url('../images/PHOTO-2021-02-24-15-41-38-3.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.lightbox-pesca._7p._8._9 {
  background-image: url('../images/PHOTO-2021-02-24-15-46-04.jpg');
}

.lightbox-itticoltura {
  background-image: url('../images/1.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-itticoltura:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-itticoltura.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-itticoltura.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-itticoltura.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-itticoltura.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-itticoltura.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-itticoltura.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-itticoltura.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-itticoltura.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-itticoltura.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-itticoltura.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-itticoltura.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-itticoltura.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-itticoltura.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-itticoltura.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-itticoltura.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-itticoltura.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-itticoltura.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-itticoltura.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-itticoltura.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-itticoltura.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-itticoltura.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-itticoltura.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-itticoltura.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._1 {
  background-image: url('../images/1-3.JPG');
  background-position: 50%;
}

.lightbox-itticoltura._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._2 {
  background-image: url('../images/1-4.JPG');
}

.lightbox-itticoltura._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-4.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._4 {
  background-image: url('../images/1-5.JPG');
}

.lightbox-itticoltura._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-5.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._5 {
  background-image: url('../images/1_2.JPG');
}

.lightbox-itticoltura._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._6 {
  background-image: url('../images/2_1.JPG');
}

.lightbox-itticoltura._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._7 {
  background-image: url('../images/11_1.JPG');
}

.lightbox-itticoltura._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._8 {
  background-image: url('../images/12.JPG');
}

.lightbox-itticoltura._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._9 {
  background-image: url('../images/13.JPG');
}

.lightbox-itticoltura._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._10 {
  background-image: url('../images/14-FERMO-IMMAGINE.JPG');
}

.lightbox-itticoltura._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._1p {
  background-image: url('../images/3-2.JPG');
}

.lightbox-itticoltura._1p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._2p {
  background-image: url('../images/5-2.JPG');
}

.lightbox-itticoltura._2p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._3p {
  background-image: url('../images/6_2.jpg');
}

.lightbox-itticoltura._3p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._4p {
  background-image: url('../images/9.JPG');
}

.lightbox-itticoltura._4p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/9.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._5p {
  background-image: url('../images/8_1.JPG');
}

.lightbox-itticoltura._5p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._6p {
  background-image: url('../images/13_1.JPG');
}

.lightbox-itticoltura._6p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._7p {
  background-image: url('../images/15-FERMO-IMMAGINE.JPG');
}

.lightbox-itticoltura._7p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/15-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-itticoltura._1i {
  background-image: url('../images/2_3.JPG');
}

.lightbox-itticoltura._1i:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro {
  background-image: url('../images/1-FERMO-IMMAGINE.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-altro:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-altro.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-altro.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-altro.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-altro.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-altro.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-altro.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-altro.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-altro.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-altro.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-altro.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-altro.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-altro.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-altro.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-altro.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-altro.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-altro.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-altro.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-altro.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-altro.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-altro.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-altro.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-altro.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-altro.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-altro.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-altro.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-altro.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-altro.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-altro.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-altro.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-altro.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-altro.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-altro.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-altro.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._1 {
  background-image: url('../images/1-3.JPG');
  background-position: 50%;
}

.lightbox-altro._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._2 {
  background-image: url('../images/1-4.JPG');
}

.lightbox-altro._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-4.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._4 {
  background-image: url('../images/1-5.JPG');
}

.lightbox-altro._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-5.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._5 {
  background-image: url('../images/1_2.JPG');
}

.lightbox-altro._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._6 {
  background-image: url('../images/2_1.JPG');
}

.lightbox-altro._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._7 {
  background-image: url('../images/11_1.JPG');
}

.lightbox-altro._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._8 {
  background-image: url('../images/12.JPG');
}

.lightbox-altro._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._9 {
  background-image: url('../images/13.JPG');
}

.lightbox-altro._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._10 {
  background-image: url('../images/14-FERMO-IMMAGINE.JPG');
}

.lightbox-altro._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._1p {
  background-image: url('../images/3-2.JPG');
}

.lightbox-altro._1p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._2p {
  background-image: url('../images/5-2.JPG');
}

.lightbox-altro._2p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._3p {
  background-image: url('../images/6_2.jpg');
}

.lightbox-altro._3p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._4p {
  background-image: url('../images/9.JPG');
}

.lightbox-altro._4p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/9.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._5p {
  background-image: url('../images/8_1.JPG');
}

.lightbox-altro._5p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._6p {
  background-image: url('../images/13_1.JPG');
}

.lightbox-altro._6p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._7p {
  background-image: url('../images/15-FERMO-IMMAGINE.JPG');
}

.lightbox-altro._7p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/15-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._1i {
  background-image: url('../images/2_3.JPG');
}

.lightbox-altro._1i:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-altro._1a {
  background-image: url('../images/6.jpg');
}

.lightbox-altro._1a:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro {
  background-image: url('../images/1_3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-restauro:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-restauro.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-restauro.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-restauro.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-restauro.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-restauro.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-restauro.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-restauro.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-restauro.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-restauro.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-restauro.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-restauro.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-restauro.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-restauro.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-restauro.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-restauro.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-restauro.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-restauro.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-restauro.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-restauro.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-restauro.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-restauro.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-restauro.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-restauro.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-restauro.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-restauro.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-restauro.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-restauro.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-restauro.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-restauro.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-restauro.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-restauro.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-restauro.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-restauro.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._1 {
  background-image: url('../images/1-3.JPG');
  background-position: 50%;
}

.lightbox-restauro._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._2 {
  background-image: url('../images/1-4.JPG');
}

.lightbox-restauro._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-4.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._4 {
  background-image: url('../images/1-5.JPG');
}

.lightbox-restauro._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-5.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._5 {
  background-image: url('../images/1_2.JPG');
}

.lightbox-restauro._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._6 {
  background-image: url('../images/2_1.JPG');
}

.lightbox-restauro._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._7 {
  background-image: url('../images/11_1.JPG');
}

.lightbox-restauro._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._8 {
  background-image: url('../images/12.JPG');
}

.lightbox-restauro._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._9 {
  background-image: url('../images/13.JPG');
}

.lightbox-restauro._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._10 {
  background-image: url('../images/14-FERMO-IMMAGINE.JPG');
}

.lightbox-restauro._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._1p {
  background-image: url('../images/3-2.JPG');
}

.lightbox-restauro._1p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._2p {
  background-image: url('../images/5-2.JPG');
}

.lightbox-restauro._2p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._3p {
  background-image: url('../images/6_2.jpg');
}

.lightbox-restauro._3p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._4p {
  background-image: url('../images/9.JPG');
}

.lightbox-restauro._4p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/9.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._5p {
  background-image: url('../images/8_1.JPG');
}

.lightbox-restauro._5p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._6p {
  background-image: url('../images/13_1.JPG');
}

.lightbox-restauro._6p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._7p {
  background-image: url('../images/15-FERMO-IMMAGINE.JPG');
}

.lightbox-restauro._7p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/15-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._1i {
  background-image: url('../images/2_3.JPG');
}

.lightbox-restauro._1i:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._1a {
  background-image: url('../images/6.jpg');
}

.lightbox-restauro._1a:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._1r {
  background-image: url('../images/5a70309bec49200001805df0_3.jpg');
}

.lightbox-restauro._1r:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a70309bec49200001805df0_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._2r {
  background-image: url('../images/5a7032684b4fff00015e82e7_5.jpg');
}

.lightbox-restauro._2r:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a7032684b4fff00015e82e7_5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-restauro._3r {
  background-image: url('../images/5a7032bc44ac0b0001c0ba23_6-originale.jpg');
}

.lightbox-restauro._3r:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a7032bc44ac0b0001c0ba23_6-originale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina {
  background-image: url('../images/5a7034c31338bd0001d06ed0_1-2-1-originale.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lightbox-officina:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a7034c31338bd0001d06ed0_1-2-1-originale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.01);
}

.lightbox-officina.mod1 {
  background-image: url('../images/2017-11-07-PHOTO-00000071.jpg');
  border-radius: 8px;
}

.lightbox-officina.mod1:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000071.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  transform: scale(1.01);
}

.lightbox-officina.mod2 {
  background-image: url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 50% 0;
}

.lightbox-officina.mod2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000072.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-officina.mod3 {
  background-image: url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 50% 100%;
}

.lightbox-officina.mod3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000073.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-officina.mod4 {
  background-image: url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 50% 0;
}

.lightbox-officina.mod4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-11-07-PHOTO-00000074.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-officina.mod5 {
  background-image: url('../images/IMG_2520-modellistica.jpg');
}

.lightbox-officina.mod5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2520-modellistica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.mod6 {
  background-image: url('../images/Scan10014-modellistica.JPG');
}

.lightbox-officina.mod6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10014-modellistica.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.mod7 {
  background-image: url('../images/Scan10015-modellistica.JPG');
  background-position: 50% 0;
}

.lightbox-officina.mod7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10015-modellistica.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-officina.mod8 {
  background-image: url('../images/Scan10018-modellistica.JPG');
  background-position: 50% 100%;
}

.lightbox-officina.mod8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scan10018-modellistica.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-officina.lami {
  background-image: url('../images/09-09-08-202.jpg');
}

.lightbox-officina.lami:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/09-09-08-202.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.lami1 {
  background-image: url('../images/barca-12.jpg');
}

.lightbox-officina.lami1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barca-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.lami2 {
  background-image: url('../images/foto-055.jpg');
}

.lightbox-officina.lami2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.lami3 {
  background-image: url('../images/foto-082.jpg');
  background-position: 50% 0;
}

.lightbox-officina.lami3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-082.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-officina.lami4 {
  background-image: url('../images/IMG_3825.jpg');
}

.lightbox-officina.lami4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3825.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.lami5 {
  background-image: url('../images/IMG_3832.jpg');
  background-position: 50% 0;
}

.lightbox-officina.lami5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3832.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-officina.lami6 {
  background-image: url('../images/IMG_3833.jpg');
  background-position: 50% 100%;
}

.lightbox-officina.lami6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3833.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-officina.lami7 {
  background-image: url('../images/IMG_3834.jpg');
  background-position: 50% 0;
}

.lightbox-officina.lami7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3834.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lightbox-officina.lami8 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 100%;
}

.lightbox-officina.lami8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3839.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-officina.lami9 {
  background-image: url('../images/IMG_3840.jpg');
}

.lightbox-officina.lami9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.lami10 {
  background-image: url('../images/IMG_3841.jpg');
}

.lightbox-officina.lami10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.lami11 {
  background-image: url('../images/IMG_3842.jpg');
}

.lightbox-officina.lami11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3842.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina.mod9 {
  background-image: url('../images/IMG_2389-modellistica-modificata.jpg');
}

.lightbox-officina.mod9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2389-modellistica-modificata.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._1 {
  background-image: url('../images/1-3.JPG');
  background-position: 50%;
}

.lightbox-officina._1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._2 {
  background-image: url('../images/1-4.JPG');
}

.lightbox-officina._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-4.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._4 {
  background-image: url('../images/1-5.JPG');
}

.lightbox-officina._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-5.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._5 {
  background-image: url('../images/1_2.JPG');
}

.lightbox-officina._5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._6 {
  background-image: url('../images/2_1.JPG');
}

.lightbox-officina._6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._7 {
  background-image: url('../images/11_1.JPG');
}

.lightbox-officina._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._8 {
  background-image: url('../images/12.JPG');
}

.lightbox-officina._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._9 {
  background-image: url('../images/13.JPG');
}

.lightbox-officina._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._10 {
  background-image: url('../images/14-FERMO-IMMAGINE.JPG');
}

.lightbox-officina._10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._1p {
  background-image: url('../images/3-2.JPG');
}

.lightbox-officina._1p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._2p {
  background-image: url('../images/5-2.JPG');
}

.lightbox-officina._2p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._3p {
  background-image: url('../images/6_2.jpg');
}

.lightbox-officina._3p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._4p {
  background-image: url('../images/9.JPG');
}

.lightbox-officina._4p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/9.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._5p {
  background-image: url('../images/8_1.JPG');
}

.lightbox-officina._5p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._6p {
  background-image: url('../images/13_1.JPG');
}

.lightbox-officina._6p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._7p {
  background-image: url('../images/15-FERMO-IMMAGINE.JPG');
}

.lightbox-officina._7p:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/15-FERMO-IMMAGINE.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._1i {
  background-image: url('../images/2_3.JPG');
}

.lightbox-officina._1i:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._1a {
  background-image: url('../images/6.jpg');
}

.lightbox-officina._1a:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._1r {
  background-image: url('../images/3_2.JPG');
}

.lightbox-officina._1r:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3_2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._2r {
  background-image: url('../images/5_1.JPG');
}

.lightbox-officina._2r:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._3r {
  background-image: url('../images/6_1.JPG');
}

.lightbox-officina._3r:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_1.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._1o {
  background-image: url('../images/5a703514ec49200001806494_1.jpg');
}

.lightbox-officina._1o:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a703514ec49200001806494_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._20 {
  background-image: url('../images/2_2.jpg');
}

.lightbox-officina._20:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._2o {
  background-image: url('../images/5a7037081338bd0001d06fb4_3-2.jpg');
}

.lightbox-officina._2o:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a7037081338bd0001d06fb4_3-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._3o {
  background-image: url('../images/59df3348b807d80001d12d0b_FOTO-SCARICO-13-10-08-299-originale.jpg');
}

.lightbox-officina._3o:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/59df3348b807d80001d12d0b_FOTO-SCARICO-13-10-08-299-originale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-officina._4o {
  background-image: url('../images/5a7038d11338bd0001d0706c_4.jpg');
}

.lightbox-officina._4o:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5a7038d11338bd0001d0706c_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.video-3 {
  height: 100%;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.dem {
  background-image: url('../images/xxx-new-033.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  margin-top: 30px;
}

.video-4 {
  height: 100%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-2 {
  color: #0000;
  background-image: url('../images/download.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-17 {
  height: 60vh;
}

.html-embed-3 {
  width: 100%;
  height: 60vh;
}

.linkm {
  color: #fff;
}

.linkm:hover, .linkm.w--current {
  color: var(--dodger-blue);
}

.linkm._2 {
  color: var(--light-slate-grey);
}

.linkm._2:hover {
  color: var(--dodger-blue);
}

.text-block-13 {
  color: #fdfdff;
  letter-spacing: 2px;
}

.icon-wrapper {
  background-color: #f5e5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.modal-detail {
  color: #151c34;
  white-space: nowrap;
  font-weight: 600;
}

.modal-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 38px 65px;
  display: flex;
}

.slide-navigation {
  color: #151c34;
  font-size: 10px;
  bottom: 10px;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.modal-slider {
  background-color: #0000;
  height: 100%;
}

.modal-header {
  border-bottom: 1px solid #151c341a;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.slider-right {
  opacity: .5;
  color: #151c34;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slider-right:hover {
  opacity: 1;
}

.modal-element {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 430px;
}

.left-arrow {
  display: none;
}

.modal-slide {
  color: #151c34;
}

.paragraph-standard {
  color: #151c34cc;
  font-size: 16px;
  line-height: 1.5;
}

.icon {
  width: 70px;
}

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.module-header-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.right-arrow {
  display: none;
}

.modal-overlay {
  z-index: 999;
  background-color: #151c34e6;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0%;
}

html.w-mod-js [data-ix="preloader"] {
  display: block;
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-bar"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-5"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="float-subcribe-card"] {
  opacity: 0;
  transform: translate(-60px);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  p {
    font-size: 15px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding: 100px 8px;
  }

  .button.contact-ready-button {
    margin-bottom: -56px;
  }

  .button.hero-side-button {
    margin-top: 12px;
  }

  .button.subscribe-button {
    margin-left: 16px;
  }

  .button.works-v3-button {
    margin-top: 48px;
  }

  .button.works-v4-button {
    margin-top: 72px;
  }

  .button.posts-v3-button {
    margin-top: 64px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 24px;
  }

  .button.ghost-button.coming-soon-contact-button {
    bottom: 32px;
  }

  .button.full-screen-button {
    bottom: 24px;
    right: 24px;
  }

  .button.pricing-table-button {
    margin-top: 32px;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .nav-bar.ghost-nav-bar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo {
    margin-bottom: 9px;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link:hover {
    color: var(--black-2);
  }

  .hero-table-section {
    justify-content: flex-end;
    height: 560px;
  }

  .hero-table-intro {
    max-width: 66.66%;
    padding-bottom: 60px;
    position: relative;
  }

  .hero-intro-line {
    width: 50px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .service-side-text {
    padding-right: 8px;
    font-size: 15px;
  }

  .paragraph-big {
    font-size: 18px;
    line-height: 32px;
  }

  .scroll-down-link {
    display: none;
  }

  .hero-imac {
    top: 18%;
  }

  .hero-plant-small {
    max-width: 120px;
    left: -60px;
  }

  .hero-headphones {
    max-width: 240px;
    bottom: 4%;
    left: -110px;
    right: auto;
  }

  .hero-plant-big {
    max-width: 320px;
    top: 14%;
    right: -160px;
  }

  .hero-pencils {
    max-width: 110px;
    top: 40%;
    right: 6%;
  }

  .hero-mouse {
    max-width: 50px;
    bottom: 8%;
    left: auto;
    right: 5%;
  }

  .hero-pencil {
    display: none;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

  .service-card-big {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-image {
    width: 75%;
    height: 440px;
  }

  .service-color-card {
    padding: 40px 40px 32px;
    left: 25%;
  }

  .service-color-card.service-card-right {
    right: 25%;
  }

  .service-simple {
    padding-left: 8px;
    padding-right: 16px;
  }

  .service-color-card-text {
    font-size: 15px;
  }

  .service-simple-icon {
    width: 56px;
    display: block;
  }

  .grey-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .works-v1 {
    margin-bottom: -32px;
  }

  .work-card-v1 {
    margin: 8px;
    padding: 0 0 32px;
  }

  .work-card-v1:hover {
    box-shadow: none;
    background-color: #0000;
  }

  .work-card-v1-image {
    height: 240px;
  }

  .work-card-v1-category {
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }

  .work-card-v1-description {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }

  .testimonials-color-cards {
    flex-wrap: wrap;
  }

  .review-color-card {
    margin-bottom: 16px;
  }

  .testimonials-color-cards-content {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 64px;
  }

  .tesimonials-color-cards-info {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .testimonials-color-cards-colomn-1 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-column-2, .team-member {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-photo {
    height: 260px;
  }

  .rich-text-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-links {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-split-image {
    width: 33.33%;
  }

  .contact-split-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .clients-section {
    padding: 40px 16px;
  }

  .clients-section.clients-small-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .client-logo {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v1 {
    padding-top: 12px;
  }

  .footer-v1-column {
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-video-section {
    height: auto;
  }

  .hero-video-header {
    font-size: 132px;
    line-height: 120px;
  }

  .hero-video-play {
    letter-spacing: 3px;
    height: 560px;
    font-size: 13px;
  }

  .video-play-button {
    background-size: 20px, auto;
    width: 64px;
    height: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 92px;
    margin-left: -81px;
    font-size: 14px;
  }

  .hero-video-vertical-line {
    width: 38px;
    margin-right: 12px;
  }

  .about-side-header-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-line {
    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-side-header {
    padding-right: 16px;
  }

  .about-side-text {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .work-card-v2-info {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .service-side-block {
    align-items: center;
    padding-bottom: 88px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-side-info {
    padding: 0 3%;
  }

  .service-side-content {
    padding-left: 0%;
  }

  .service-side-content.service-side-content-reversed {
    padding-right: 0%;
  }

  .service-side-image {
    height: 248px;
    margin-bottom: 32px;
  }

  .service-side-image-text {
    width: 97%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 24px;
    bottom: -40px;
  }

  .service-side-blocks {
    margin-bottom: -100px;
  }

  .more-services-header-wrapper {
    padding-left: 8px;
  }

  .more-services {
    margin-top: -64px;
  }

  .more-service-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 24px;
  }

  .more-service-card.service-card-2 {
    margin-top: -56px;
  }

  .more-service-card.service-card-3 {
    margin-top: -112px;
  }

  .small-button {
    margin-top: 8px;
  }

  .more-service-card-number {
    margin-bottom: -24px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-slider-cards {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .testimonials-slider-nav {
    margin-top: 64px;
  }

  .review-slide-card-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide-card {
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 5px 18px #2e323c2e;
  }

  .side-video-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .side-video-preview {
    min-height: 520px;
  }

  .side-video-info {
    margin-left: 8.33%;
    margin-right: 8.33%;
    padding-left: 8px;
    padding-right: 8%;
  }

  .clients-header {
    margin-bottom: 32px;
  }

  .post-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .category {
    height: 20px;
    padding-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 8px;
  }

  .category.work-v4-category, .category.post-card-v3-category, .category.post-card-v1-category {
    margin: 24px;
  }

  .post-card-v2-header {
    margin-top: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v2-image-wrapper {
    margin-bottom: -18px;
  }

  .footer-v2-logo, .footer-v2-about, .footer-v2-contact {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-social {
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slider-arrow {
    width: 80px;
  }

  .hero-slide-info {
    max-width: 66.66%;
  }

  .work-v3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-media {
    flex-direction: row;
  }

  .about-side-image-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-image-wrapper {
    width: 41.66%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .video-section {
    letter-spacing: 3px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 13px;
    font-weight: 700;
  }

  .service-cards {
    margin-bottom: -16px;
  }

  .service-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .service-card._33-width {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-side-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .side-map-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-map {
    height: 536px;
  }

  .contact-side-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-about {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer-v3 {
    padding-top: 14px;
  }

  .footer-v3-nav {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-big-subscribe-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-side-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-side-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-side-image-wrapper {
    height: 560px;
    padding-top: 64px;
  }

  .work-v4 {
    padding: 8px;
  }

  .work-card-v4-info {
    margin: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .work-card-v4-header {
    margin-top: 20px;
  }

  .services-color-bg-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-color-bg {
    padding-left: 8px;
    padding-right: 16px;
  }

  .service-color-bg-info {
    padding-left: 16px;
  }

  .service-color-bg-icon {
    width: 40px;
  }

  .side-feature {
    margin-bottom: 100px;
  }

  .side-feature-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-image {
    flex: 0 auto;
    width: 41.33%;
  }

  .subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-info {
    padding-left: 24px;
  }

  .team-color-cards {
    justify-content: center;
  }

  .team-member-color-card {
    flex: 1;
    margin-left: 28px;
    margin-right: 28px;
    transform: translate(-20px);
  }

  .team-member-color-photo {
    height: 280px;
    transform: translate(40px);
  }

  .team-member-color-role {
    width: 200px;
    top: 100px;
    left: -80px;
  }

  .wide-map {
    height: 360px;
  }

  .blog-posts-v3 {
    margin-bottom: -16px;
  }

  .post-v3 {
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v3 {
    display: flex;
  }

  .post-card-v3-image {
    height: 176px;
    position: relative;
  }

  .post-card-v3-info {
    padding: 16px 24px;
  }

  .post-card-v3-header {
    margin-bottom: 16px;
  }

  .post-card-v3-bottom {
    padding-top: 16px;
  }

  .hero-split-image {
    height: 560px;
  }

  .hero-split-content {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-v5 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-card-v5-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-cards {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .team-member-card {
    flex: 45%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-cards-column {
    margin-bottom: -16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-card {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big-map {
    height: 320px;
    margin-bottom: 64px;
    display: block;
  }

  .footer-v4-about, .footer-v4-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .hero-promo-small-header, .hero-promotext {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-promo-social {
    padding: 24px;
  }

  .menu-button {
    color: var(--black-2);
  }

  .menu-button.w--open {
    color: var(--black-2);
    background-color: #0000;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .work-card-v6 {
    width: 50%;
  }

  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    transform: scale(.8);
  }

  .footer-v1-logo-column {
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 32px;
  }

  .nav-dropdown-link {
    background-color: var(--white-smoke);
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    background-color: var(--white-smoke);
    color: var(--black-2);
  }

  .nav-dropdown-list.w--open {
    border-radius: 0;
    box-shadow: 0 0 #0000;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    display: none;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    max-height: 100vh;
    overflow: scroll;
  }

  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }

  .utility-page-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-window {
    margin-top: 40px;
  }

  .about-us {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-text {
    margin-top: 48px;
  }

  .blog-posts-and-sidebar {
    padding-top: 0;
  }

  .blog-posts-v1-wrapper {
    padding-left: 8px;
    padding-right: 16px;
  }

  .blog-sidebar {
    width: 33.33%;
    padding-left: 16px;
    padding-right: 8px;
  }

  .post-card-v1 {
    margin-bottom: 32px;
  }

  .zoom-on-hover:hover {
    transform: none;
  }

  .post-card-v1-image {
    max-height: none;
  }

  .post-card-v1-header {
    margin-top: 24px;
  }

  .category-filter-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .categories-filter {
    margin-bottom: 64px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .full-screen-nav-link {
    font-size: 36px;
    line-height: 72px;
  }

  .work-details {
    width: 83.33%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
    width: 83.33%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-presentation blockquote, .work-presentation ol, .work-presentation ul {
    width: 83.33%;
  }

  .work-main-image {
    margin-top: 100px;
  }

  .work-content {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-header-section {
    height: 75vh;
    min-height: 520px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-header-wrapper {
    width: 100%;
  }

  .blog-post h1 {
    width: 83.33%;
  }

  .blog-post p {
    width: 83.33%;
    font-size: 16px;
  }

  .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {
    width: 83.33%;
  }

  .blog-post h4 {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post figure {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-date-wrapper, .post-author-profile {
    width: 83.33%;
  }

  .post-author-avatar {
    width: 88px;
    height: 88px;
  }

  .coming-soon-social {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .coming-soon-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-list {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table {
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 24px;
  }

  .pricing-table-price {
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .licence-items {
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-item {
    width: 83.33%;
  }

  .licence-links-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .hero-intro {
    width: 440px;
  }

  .home-pages {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-preview-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-preview {
    height: 400px;
    overflow: hidden;
  }

  .inner-page-link {
    padding: 12px 28px;
  }

  .inner-page-link:hover {
    color: var(--black-2);
    background-color: #fff;
  }

  .heading-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .full-screen-social {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5, h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
  }

  .section, .section.a1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.nav-bar-wrapper {
    display: block;
  }

  .wrapper.services-big-cards {
    margin-bottom: -80px;
  }

  .button.contact-ready-button {
    margin-bottom: -40px;
  }

  .button.services-simple-button, .button.service-cards-button {
    margin-top: 64px;
  }

  .button.works-v5-button {
    margin-top: 48px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 16px;
  }

  .button.ghost-button.coming-soon-contact-button {
    bottom: 24px;
    right: 24px;
  }

  .button.services-color-bg-button {
    display: none;
  }

  .button.full-screen-button {
    bottom: 16px;
    right: 16px;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .logo-text {
    margin-left: 0;
    font-size: 13px;
    display: none;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .hero-table-section {
    height: 400px;
  }

  .hero-table-intro {
    padding-bottom: 32px;
  }

  .hero-intro-line {
    margin-top: 8px;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.hero-split-text {
    margin-bottom: 20px;
  }

  .hero-imac {
    max-width: 90%;
  }

  .hero-plant-small, .hero-headphones, .hero-plant-big, .hero-pencils, .hero-mouse {
    display: none;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 25px;
  }

  .section-small-header.co.g {
    text-align: center;
    letter-spacing: 2px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .service-card-big {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .service-card-big.reversed {
    flex-direction: column-reverse;
  }

  .service-image {
    width: 100%;
    height: 400px;
  }

  .service-color-card {
    z-index: 1;
    text-align: center;
    width: auto;
    margin-top: -72px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
    position: relative;
    left: 0%;
  }

  .service-color-card.service-card-right {
    right: auto;
  }

  .service-simple {
    width: 83.33%;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  .paragraph-small._011 {
    text-align: center;
  }

  .service-simple-header {
    margin-top: 8px;
  }

  .service-color-card-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .services-simple {
    flex-direction: column;
    align-items: center;
  }

  .works-v1 {
    margin-bottom: -16px;
  }

  .work-card-v1 {
    padding-bottom: 24px;
  }

  .work-card-v1-image {
    height: 176px;
  }

  .work-card-v1-header {
    margin-bottom: 12px;
  }

  .work-card-v1-description {
    font-size: 14px;
  }

  .review-color-card {
    padding: 32px 24px;
  }

  .team {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
  }

  .team-member-photo {
    height: 360px;
  }

  .contact-section {
    flex-direction: column;
  }

  .contact-split-image {
    width: 100%;
    height: 240px;
    min-height: 0;
    display: none;
  }

  .contact-split-info {
    text-align: center;
    margin-left: 0;
    padding: 54px 8.33% 80px;
  }

  .input.footer-subscribe-input {
    text-align: center;
    margin-top: 16px;
  }

  .contact-split-form {
    text-align: center;
    padding-top: 0;
  }

  .client-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-header {
    font-size: 100px;
    line-height: 92px;
  }

  .hero-video-play {
    letter-spacing: 2px;
    height: 440px;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 74px;
    margin-left: -72px;
  }

  .about-side-info {
    flex-wrap: wrap;
  }

  .about-side-header-wrapper {
    width: 100%;
  }

  .about-side-line {
    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }

  .about-side-header {
    padding-right: 0;
  }

  .about-side-text {
    padding-left: 76px;
  }

  .service-side-block {
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }

  .service-side-block.reversed {
    flex-direction: column-reverse;
  }

  .service-side-info {
    text-align: center;
    width: 100%;
    padding: 48px 8.33% 0;
  }

  .service-side-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-side-content.service-side-content-reversed {
    justify-content: center;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .service-side-image {
    width: 83.33%;
    height: 280px;
  }

  .service-side-image-text {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .service-side-image-text.image-text-reversed {
    left: 0;
  }

  .service-side-image-text.color-3 {
    display: block;
  }

  .service-side-blocks {
    margin-bottom: -60px;
  }

  .more-services-header-wrapper {
    text-align: center;
    width: 66.66%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .more-services {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: -24px;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .more-service-card {
    width: 83.33%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .more-service-card.service-card-2, .more-service-card.service-card-3 {
    margin-top: 0;
  }

  .testimonials-slider-nav {
    margin-top: 40px;
    font-size: 9px;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

  .side-video-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .side-video-preview {
    min-height: 400px;
  }

  .side-video-info {
    padding-right: 8px;
  }

  .post-v2 {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }

  .post-v2.width-50 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .footer-v2-about {
    padding-top: 27px;
  }

  .footer-big-subscribe {
    max-width: 100%;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slider-arrow {
    margin-top: 56px;
  }

  .hero-slide.hero-slide-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  .works-v3 {
    margin-bottom: -24px;
  }

  .work-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .about-side-media.about-side-reversed {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .about-side-image-info {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-side-image-wrapper {
    flex: 1;
    width: 100%;
    height: 300px;
  }

  .video-section {
    letter-spacing: 2px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 12px;
    line-height: 20px;
  }

  .service-card._33-width {
    flex-basis: 40%;
  }

  .contact-side-map {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .side-map-wrapper {
    width: 100%;
    height: 300px;
  }

  .contact-side-info {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-side-info.contact {
    width: 100%;
  }

  .footer-v3-about {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-v3 {
    padding-top: 0;
  }

  .footer-v3-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-v3-subscribe {
    flex: 0 auto;
    order: -1;
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .footer-subscribe-form {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-side-image-wrapper {
    height: 400px;
  }

  .services-color-bg {
    flex-direction: column;
  }

  .services-color-bg-info {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .services-color-bg-header {
    width: 100%;
  }

  .service-color-bg-header {
    margin-bottom: 0;
  }

  .side-feature {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    margin-bottom: 80px;
  }

  .side-feature-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-feature-content._01a {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .side-feature-content.c {
    width: 100%;
    margin-top: 20px;
  }

  .side-feature-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature-image {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-form {
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .subscribe-info {
    text-align: center;
    width: 100%;
  }

  .team-member-color-photo {
    height: 240px;
  }

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-left: 12%;
    padding-right: 12%;
  }

  .wide-map {
    height: 240px;
  }

  .blog-posts-v3 {
    flex-wrap: wrap;
    margin-bottom: -24px;
  }

  .post-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .hero-split-image {
    height: 400px;
  }

  .hero-split-content {
    text-align: left;
  }

  .works-v5 {
    justify-content: center;
    margin-bottom: -20px;
  }

  .work-v5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .work-card-v5 {
    padding-bottom: 8px;
  }

  .team-cards {
    padding-left: 0;
    padding-right: 0%;
  }

  .testimonials-cards {
    flex-direction: column;
  }

  .testimonials-cards-column {
    width: 100%;
    margin-bottom: 0;
    padding-left: 9%;
    padding-right: 9%;
  }

  .big-map {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contacts-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .hero-promo-section {
    height: 100vh;
    max-height: 440px;
    position: relative;
  }

  .hero-promo-intro {
    margin-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .hero-promo-small-header {
    letter-spacing: 6px;
    font-size: 14px;
  }

  .hero-intro-image {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .hero-promotext {
    width: 100%;
  }

  .work-v6 {
    height: 100vh;
    max-height: 440px;
  }

  .hero-promo-social {
    padding: 16px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .menu-button.white-menu-button {
    margin-right: 0;
  }

  .scroll-mouse-link {
    display: none;
  }

  .work-card-v6 {
    width: 66.66%;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-promo-bottom {
    position: absolute;
  }

  .hero-slide-header {
    font-size: 30px;
    line-height: 40px;
  }

  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }

  .page-header-section.blog {
    height: 240px;
  }

  .page-header-section.works-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/autumn-goodman-242822_1.jpg');
    background-position: 0 0, 50% 0;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .about-text {
    column-gap: 24px;
    margin-top: 40px;
  }

  .blog-posts-v1-wrapper {
    padding-right: 12px;
  }

  .blog-sidebar {
    padding-left: 12px;
  }

  .post-card-v1-author {
    flex: 1;
  }

  .post-card-v1-header {
    margin-top: 16px;
  }

  .blog-card-v1-dot, .text-block-5 {
    display: none;
  }

  .category-filter-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }

  .categories-filter {
    margin-bottom: 48px;
  }

  .full-screen-nav-link {
    font-size: 32px;
    line-height: 64px;
  }

  .work-details {
    width: 100%;
  }

  .work-presentation figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .work-main-image {
    margin-top: 80px;
  }

  .work-content {
    padding-top: 48px;
  }

  .post-header-section {
    height: auto;
    min-height: 0;
  }

  .post-header-author {
    font-size: 14px;
    line-height: 24px;
  }

  .post-header-wrapper {
    margin-top: 56px;
  }

  .blog-post p {
    line-height: 28px;
  }

  .coming-soon-section {
    min-height: 440px;
  }

  .coming-soon-logo {
    padding-left: 8px;
  }

  .coming-soon-social {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .coming-soon-info {
    width: 83.33%;
    padding: 16px 48px 48px;
  }

  .faq-list {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .pricing-table {
    flex: 0 auto;
    width: 66.66%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }

  .licence-items {
    margin-bottom: -16px;
  }

  .licence-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .hero-intro {
    width: 400px;
  }

  .page-preview-wrapper {
    width: 50%;
  }

  .inner-pages {
    padding-left: 0%;
    padding-right: 0%;
  }

  .full-screen-social {
    padding: 16px;
  }

  .float-card {
    display: none;
  }

  .section-4 {
    height: 60vh;
  }

  .text-block-10 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-5 {
    height: 60vh;
  }

  .text-block-11 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .text-span {
    font-size: 50px;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .column-4 {
    height: auto;
  }

  .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .row-5, .row-6 {
    flex-direction: column;
  }

  .column-6 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .button.footer-big-subscribe-button {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.hero-slider-button {
    height: auto;
    font-size: 12px;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.ghost-button.coming-soon-contact-button {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 80px;
    left: 30%;
    right: 30%;
  }

  .hero-table-intro {
    max-width: 100%;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-imac {
    max-width: 100%;
    top: 24%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .service-image {
    height: 240px;
  }

  .service-color-card {
    margin-top: -48px;
  }

  .service-simple, .work-v1 {
    width: 100%;
  }

  .work-card-v1-image {
    height: 216px;
  }

  .tesimonials-color-cards-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-colomn-1, .testimonials-color-cards-column-2 {
    width: 100%;
  }

  .team-member {
    width: 100%;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .team-member-photo {
    height: 400px;
  }

  .contact-split-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.footer-big-subscribe-input {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .contact-split-form {
    text-align: center;
  }

  .clients-logotypes {
    flex-wrap: wrap;
  }

  .footer-v1 {
    padding-top: 0;
  }

  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .hero-video-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-video-info {
    margin-top: 80px;
    margin-left: 16.66%;
  }

  .hero-video-play {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .about-side-header {
    line-height: 28px;
  }

  .about-side-header._2 {
    font-size: 30px;
    line-height: 35px;
  }

  .about-side-text {
    text-align: center;
    padding-left: 8px;
  }

  .work-v2 {
    width: 100%;
  }

  .work-card-v2 {
    opacity: 1;
    overflow: hidden;
  }

  .service-side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-side-image {
    width: 100%;
    height: 200px;
  }

  .service-side-image-text {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    bottom: -48px;
  }

  .more-service-card {
    width: 100%;
  }

  .testimonials-slider-cards {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .review-slide-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .side-video-section {
    flex-direction: column;
  }

  .side-video-content {
    width: 100%;
    padding-bottom: 72px;
  }

  .side-video-preview {
    width: 100%;
    min-height: 320px;
  }

  .side-video-info {
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0;
  }

  .footer-v2-logo {
    width: 33.33%;
  }

  .footer-v2-about {
    flex: 0 auto;
    width: 66.66%;
  }

  .footer-v2-contact {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .footer-v2-social {
    flex-wrap: wrap;
  }

  .social-button {
    margin: 4px;
  }

  .footer-big-subscribe {
    border-radius: 8px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .footer-big-subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slider-nav {
    font-size: 9px;
    display: block;
  }

  .hero-slider-arrow {
    display: none;
  }

  .hero-slide-info {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-v3 {
    width: 100%;
  }

  .about-side-media {
    flex-direction: column-reverse;
  }

  .about-side-image-info {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 32px;
  }

  .about-side-image-wrapper {
    width: 100%;
  }

  .service-card {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .service-card._33-width {
    flex-basis: 80%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-side-map {
    flex-direction: column-reverse;
    margin-top: -56px;
    margin-bottom: 0;
  }

  .contact-side-map.contact-side-map-reversed {
    flex-direction: column-reverse;
  }

  .side-map-wrapper {
    width: 100%;
    padding-top: 48px;
    padding-right: 8px;
  }

  .side-map {
    height: 440px;
  }

  .contact-side-info {
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-v3-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-v3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-v3-nav {
    width: 100%;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-big-subscribe-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-side-wrapper {
    flex-direction: column-reverse;
  }

  .hero-side-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .hero-side-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 120px;
  }

  .hero-side-image {
    transform: none;
  }

  .work-v4 {
    width: 100%;
  }

  .service-color-bg {
    width: 100%;
    padding-right: 8px;
  }

  .side-feature {
    flex-direction: column-reverse;
  }

  .side-feature.mobile-reverse {
    flex-direction: column;
  }

  .side-feature-content {
    width: 100%;
  }

  .side-feature-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .side-feature-image {
    width: 100%;
  }

  .side-feature-video-link {
    flex-direction: column;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-info {
    padding-left: 0;
    padding-right: 0;
  }

  .team-color-cards {
    flex-flow: wrap;
    margin-bottom: -24px;
  }

  .team-member-color-card {
    flex-basis: 60%;
    width: 83.33%;
    margin-bottom: 24px;
    margin-left: 16.33%;
    margin-right: 16.33%;
  }

  .team-member-color-photo {
    height: 320px;
  }

  .testimonials-slider {
    margin-bottom: -16px;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .review-line {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .testimonials-slider-arrow {
    display: none;
  }

  .post-v3 {
    width: 100%;
  }

  .post-card-v3-image {
    height: 240px;
  }

  .hero-split-section {
    flex-direction: column-reverse;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
    margin-top: 56px;
  }

  .hero-split-content {
    text-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .work-v5 {
    width: 100%;
  }

  .team-member-card {
    flex-basis: 80%;
  }

  .contacts {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .contacts-column {
    padding-bottom: 32px;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .footer-v4-column {
    flex: 0 auto;
    width: 50%;
    margin-top: -32px;
  }

  .hero-promo-section {
    height: 100vh;
    max-height: none;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .work-v6 {
    max-height: none;
  }

  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-card-v6 {
    width: 83.33%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-window {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-window-form {
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }

  .nav-dropdown-list {
    height: 100px;
  }

  .nav-dropdown-list.w--open {
    overflow: scroll;
  }

  .text-block-4 {
    display: block;
  }

  .nav-menu {
    max-height: auto;
    background-color: #fff;
    height: 100vh;
  }

  .slide-nav {
    font-size: 9px;
    display: block;
  }

  .hero-slide-header {
    line-height: 35px;
  }

  .page-header-section {
    height: 200px;
  }

  .page-header-section.intro-header-section {
    height: 280px;
  }

  .review-slide-author {
    margin-bottom: 32px;
  }

  .gallery {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .gallery-photo.gallery-photo-1, .password-window {
    width: 100%;
  }

  .about-text {
    column-count: 1;
    margin-bottom: 0;
  }

  .blog-posts-and-sidebar {
    flex-direction: column;
  }

  .blog-posts-v1-wrapper {
    width: 100%;
    padding-right: 8px;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .gallery-horizontal-column {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 800px;
    display: flex;
  }

  .work-details {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-details-column {
    box-shadow: 0 -1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6, .work-presentation blockquote, .work-presentation ol {
    width: 100%;
  }

  .form-error.footer-big-subscribe-error {
    margin-top: 0;
  }

  .blog-post h1, .blog-post p, .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3, .blog-post h4, .post-date-wrapper {
    width: 100%;
  }

  .post-author-profile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .post-author-avatar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .coming-soon-section {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .coming-soon-copyright {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-info {
    width: 100%;
    padding: 8px 24px 40px;
  }

  .coming-soon-form {
    flex-direction: column;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .answer {
    padding-left: 56px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .pricing {
    margin-bottom: -24px;
  }

  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .licence-links-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-intro {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-pages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-preview-wrapper {
    width: 100%;
    max-width: 340px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-preview {
    height: auto;
    overflow: visible;
  }

  .inner-pages {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .inner-page-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-3 {
    padding: 50px 10px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6, .section-7 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .column-6 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    float: none;
    text-align: center;
    margin-top: 15px;
  }

  .dem {
    padding-left: 0;
  }

  .dropdown-2 {
    overflow: scroll;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}


