.hero-soon-text {
  position: absolute;
  left: 0%;
  top: 25vh;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.row.no-bottom-margin {
  margin-bottom: 0px;
}

.footer-copyright {
  display: inline-block;
  width: auto;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  font-family: 'Lubalin Graph', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-copyright.embed {
  width: auto;
  max-height: 15px;
  min-height: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.footer-logo-text {
  margin-top: 10px;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.section.no-padding.location {
  padding-top: 85px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.03);
}

.section.no-padding.about {
  padding-top: 85px;
  padding-bottom: 90px;
}

.section.padded-sides.bottom-padding-adjust {
  padding-bottom: 60px;
  color: #333;
}

.section.full-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  margin-top: 30px;
  text-align: center;
}

.footer-links.privacy-policy {
  display: none;
  margin-top: 15px;
}

.map {
  height: 405px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.brand-mobile {
  bottom: 13px;
  display: none;
  width: 130px;
  margin-top: -2px;
  padding-left: 0px;
  cursor: pointer;
}

.text {
  display: block;
  width: 80%;
  margin: 0px auto 5px;
  font-family: Lato, sans-serif;
  color: #000;
}

.text.about-heading {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Lubalin Graph', sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text.white {
  color: #fff;
}

.text.white.coming-soon-text {
  width: 50%;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
}

.text.white.coming-soon-text.small-margin {
  width: 50%;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 25px;
  text-transform: capitalize;
}

.text.location-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Lubalin Graph', sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text.hours-heading {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Lubalin Graph', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text.showroom-heading {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Lubalin Graph', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text.centered {
  text-align: center;
}

.text.centered.hours {
  margin-bottom: 15px;
}

.text.centered.location-address {
  margin-bottom: 25px;
}

.text.centered.special-page {
  width: 50%;
  color: #fff;
}

.section-row.location-row {
  margin-top: 40px;
}

.nav-link {
  padding: 15px 13px;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  cursor: pointer;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link.footer-link.privacy-policy {
  font-size: 10px;
  font-weight: 300;
}

.full-logo {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  text-align: center;
  cursor: default;
}

.full-logo.w--current {
  width: 300px;
}

.button {
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button.cs-hero-button {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
}

.button.cs-hero-button.side-2 {
  margin-left: 0px;
}

.button.cs-hero-button.side-1 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.button.location-buttons {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.location-buttons:hover {
  background-color: #aaa;
  color: #fff;
}

.button.product-button {
  margin-right: 0px;
  margin-left: 0px;
}

.button.product-button:hover {
  border: 1px solid #000;
}

.button.product-button.mobile-call {
  display: none;
  margin-right: 25px;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.button.white:hover {
  background-color: #dadada;
}

.button-icon-span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.button-icon-span.map-icon {
  top: 4px;
}

.button-icon-span.phone-icon {
  top: 5px;
  font-size: 18px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  text-align: center;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  padding: 16px 10px;
  background-color: #fff;
  color: #333;
  font-size: 27px;
  cursor: pointer;
}

.slider-arrow.left-arrow {
  margin-left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.slider-arrow.left-arrow.main-slider {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.slider-arrow.right-arrow {
  margin-right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slider-arrow.right-arrow.main-slider {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.map-column {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-menu {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.nav-menu.coming-soon {
  margin-top: 6px;
}

.home-page-heading {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 110px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.footer-section {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #2a2a2a;
}

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

.brand {
  bottom: 13px;
  display: inline-block;
  width: 130px;
  height: 129px;
  margin-top: -2px;
  padding-left: 0px;
  cursor: pointer;
}

.location-column {
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero-text-logo {
  width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.mobile-hero-break {
  margin-right: 10px;
  margin-left: 10px;
}

.about-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 380px;
  background-image: url('../images/about-image.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.home-slide.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0.7))), url('../images/hero-03.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url('../images/hero-03.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-slide.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0.7))), url('../images/hero-05.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url('../images/hero-05.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-slide.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0.7))), url('../images/hero-04.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url('../images/hero-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-slide.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0.7))), url('../images/hero-07.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url('../images/hero-07.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-slide.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0.7))), url('../images/hero-06.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url('../images/hero-06.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.about-image-column {
  margin-top: -10px;
  margin-bottom: -15px;
  padding: 15px 15px 15px 0px;
}

.nav-container {
  height: 60px;
}

.home-hero {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.65)), to(rgba(51, 51, 51, 0.65))), url('../images/hero-bg.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.65), rgba(51, 51, 51, 0.65)), url('../images/hero-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.75);
  opacity: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section.page-hero {
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/default-background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.home-hero {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-section.gallery-page-hero {
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/default-background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.services-page-hero {
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/default-background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.products-page-hero {
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/default-background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.product-page-hero {
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/default-background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.contact-page-hero {
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/default-background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.65);
}

.hero-heading {
  position: relative;
  z-index: 5;
  font-family: 'Lubalin Graph', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.item-block {
  padding: 10px;
}

.item-link {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 250px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: grey;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.item-link:hover {
  opacity: 1;
  color: #000;
}

.item-link.with-text {
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.item-link.with-text.float-right {
  float: right;
}

.item-link.with-text.float-left {
  float: left;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.item-image {
  width: 100%;
  height: 250px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.item-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.cta-section {
  display: block;
  padding-top: 85px;
  padding-bottom: 70px;
  text-align: center;
}

.cta-section.consumer {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.65)), to(rgba(51, 51, 51, 0.65))), url('../images/consumer-hero.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.65), rgba(51, 51, 51, 0.65)), url('../images/consumer-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta-section.commercial {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.65)), to(rgba(51, 51, 51, 0.65))), url('../images/hero-07.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.65), rgba(51, 51, 51, 0.65)), url('../images/hero-07.jpg');
  background-position: 0px 0px, 50% 75%;
}

.centered-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.cta-heading {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-input {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: text;
}

.form-input.newsletter {
  margin-bottom: 20px;
  border-style: none;
  background-color: #fff;
  color: #333;
  text-align: left;
}

.form-input.message {
  height: 120px;
  max-height: 130px;
  margin-bottom: 20px;
}

.card-title {
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 1px;
}

.thanks-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #fff;
  font-size: 180px;
  line-height: 190px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.thanks-heading._404 {
  font-size: 230px;
  line-height: 190px;
}

.special-page-span {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 900;
}

.special-page-text-wrapper {
  height: auto;
  margin-bottom: 10px;
}

.body-special {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.75)), to(rgba(51, 51, 51, 0.75))), url('../images/default-background.jpeg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75)), url('../images/default-background.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 5% 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-col.side-1 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/consumer-hero.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/consumer-hero.jpg');
  background-position: 0px 0px, 0px 0px, 0% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.hero-col.side-1:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/consumer-hero.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/consumer-hero.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
}

.hero-col.side-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.hero-col.side-2:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
  background-position: 0px 0px, 0px 0px, 0% 50%;
}

.side-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-content-container.side-2-adjust {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-side-wrapper {
  overflow: hidden;
  width: auto;
  margin-bottom: 40px;
  background-color: transparent;
}

.hero-side-wrapper.button-wrapper {
  margin-bottom: 0px;
}

.hero-side-wrapper.right {
  text-align: right;
}

.hero-side-wrapper.left {
  text-align: left;
}

.hero-slide-title {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.item-link-image {
  width: 100%;
  height: 250px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.item-link-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.product-image-wrapper {
  height: 460px;
  margin-bottom: 20px;
}

.product-content-wrapper {
  padding-left: 40px;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._6-col._6-col-last {
  margin-right: 0px;
}

.product-action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-description-wrapper {
  margin-bottom: 5px;
}

.product-details-wrapper {
  margin-bottom: 30px;
}

.product-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-images-wrapper.less-3 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._2-col {
  display: inline-block;
  width: 120px;
  margin-right: 8px;
  margin-left: 8px;
}

._2-col.mobile-product {
  margin-right: 0px;
  margin-left: 16px;
}

.product-image-small {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 0px;
  direction: ltr;
}

.contact-form-button-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-error {
  padding: 0px;
  border-radius: 4px;
  background-color: transparent;
}

._7-col {
  display: inline-block;
  width: 540px;
  margin-right: 20px;
}

._7-col._7-col-last {
  display: inline-block;
  margin-right: 0px;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}

.form-section-wrapper {
  height: 620px;
  padding: 50px;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  color: #111212;
}

.contact-form {
  margin-top: 20px;
  margin-bottom: 0px;
}

.contact-form.in-modal {
  width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-content {
  margin-top: -10px;
  text-align: left;
}

._5-col-image-commercial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-right: -20px;
  background-image: url('../images/large-commercial-lobby-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-form-heading {
  margin-top: -25px;
  margin-bottom: 20px;
  font-family: 'Lubalin Graph', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form-error-text {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #be0007;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
}

.contact-form-success {
  background-color: transparent;
}

.contact-form-success-text {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.hero-slide-sub-title {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.paragraph.in-col {
  text-align: center;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.white {
  color: #fff;
}

.paragraph.product-details {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 15px;
}

.paragraph.bottom-margin {
  margin-bottom: 80px;
}

.paragraph.bottom-margin.less {
  margin-bottom: 30px;
}

.paragraph.point-of-contact {
  margin-bottom: 20px;
  text-align: center;
}

.paragraph.point-of-contact.left {
  margin-right: 20px;
  float: right;
}

.paragraph.point-of-contact.right {
  margin-left: 20px;
  float: left;
}

.about-us-text {
  margin-bottom: 60px;
}

.partner-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-logo {
  width: 130px;
}

.partner-logo.mobile-partner {
  display: none;
}

.product-heading {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial.name {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #666;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.arrow-icon {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: CC, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 400;
}

.arrow-icon.white {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #b20101;
}

.testimonial-arrow:hover {
  color: #bbb;
}

.testimonial-arrow.left-arrow {
  left: 30px;
}

.testimonial-arrow.right-arrow {
  right: 30px;
}

.testimonial-slide {
  height: auto;
  padding: 50px 20px;
}

.testimonial-slider-mask {
  display: inline-block;
  height: auto;
  min-height: auto;
}

.testimonial-quote {
  position: relative;
  top: 18px;
  color: #666;
  font-size: 65px;
  line-height: 25px;
}

.testimonial-quote.right-quote {
  left: 5px;
  top: 20px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 60px;
  line-height: 0px;
}

.testimonial-quote.left-quote {
  position: relative;
  top: 20px;
  right: 5px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 60px;
}

.testimonial-slider {
  height: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-color: transparent;
}

.bold-text {
  font-style: normal;
}

.form-label {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form-label.white {
  color: #fff;
}

.col-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.icons {
  font-family: CC, sans-serif;
  font-size: 20px;
  text-transform: none;
}

.icons.contact-info {
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  color: #000;
  font-size: 18px;
}

.icons.contact-info.adjust {
  bottom: -4px;
  margin-right: 5px;
  font-size: 17px;
}

.icons.close-modal {
  color: #fff;
}

.icons.nav-icon {
  position: relative;
  bottom: -5px;
  margin-right: 5px;
  font-size: 16px;
}

.icons.nav-icon._1 {
  bottom: -3px;
}

.icons.nav-icon._2 {
  bottom: -4px;
}

.icons.nav-icon._3 {
  bottom: -4px;
}

.icons.nav-icon._4 {
  bottom: -4px;
}

.icons.nav-icon._6 {
  bottom: -4px;
}

.icons.contact-info {
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  color: #000;
  font-size: 18px;
}

.icons.contact-info.adjust {
  bottom: -4px;
  margin-right: 5px;
  font-size: 17px;
}

.product-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-page.product-mobile {
  margin-bottom: 40px;
}

.modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), to(rgba(0, 0, 0, 0.28)));
  background-image: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.28));
}

.styled-container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}

.styled-container.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  max-width: 100%;
  padding: 30px 27%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.modal-close {
  position: fixed;
  top: 25px;
  right: 25px;
  padding: 10px;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.modal-close:hover {
  color: #fff;
}

.modal-heading {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
  font-family: 'Lubalin Graph', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading.subheading {
  font-size: 25px;
  line-height: 28px;
}

.section-heading.subheading.sub-section {
  font-size: 20px;
  line-height: 23px;
}

.section-heading.top-margin {
  margin-top: 120px;
}

.product-slider {
  display: block;
  height: 450px;
  background-color: #fff;
}

.product-slide._01 {
  background-image: url('../images/large-consumer-kitchen-10.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._02 {
  background-image: url('../images/large-consumer-bath-04.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._03 {
  background-image: url('../images/large-consumer-kitchen-08.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._04 {
  background-image: url('../images/large-consumer-bath-03.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._05 {
  background-image: url('../images/large-consumer-kitchen-06.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._001 {
  background-image: url('../images/large-commercial-lounge-03.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._002 {
  background-image: url('../images/large-commercial-lobby-01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._003 {
  background-image: url('../images/large-commercial-lounge-01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._004 {
  background-image: url('../images/large-commercial-lobby-10.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide._005 {
  background-image: url('../images/large-commercial-lounge-02.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 38px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-slide-arrow.left-arrow {
  left: 30px;
}

.product-slide-arrow.right-arrow {
  right: 30px;
}

.slider-nav {
  display: none;
}

.product-image {
  width: 100%;
  height: 100%;
}

.product-lightbox {
  width: 100%;
  height: 100%;
}

.contact-map {
  height: 405px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.service-modal-01 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.service-modal-02 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.service-modal-03 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.service-modal-04 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.service-modal-05 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

._5-col-image-consumer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-right: -20px;
  background-image: url('../images/consumer-kitchen-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-description {
  color: #fff;
  font-weight: 300;
}

.cm-ref-link {
  min-width: 300px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.7px;
}

.cm-ref-link.cm-credit {
  position: relative;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 10px;
  display: block;
  height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-align: right;
  letter-spacing: 1px;
}

.cm-ref-link.cm-credit:hover {
  opacity: 0.7;
}

.cm-crafted {
  display: inline-block;
  width: auto;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.cm-crafted.cm-logo {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.paragraph-link {
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  color: #777;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.paragraph-link:hover {
  color: #000;
}

.privacy-policy-text {
  margin-bottom: 60px;
}

.footer-copyright-wrapper {
  margin-top: 40px;
  text-align: center;
}

.footer-address {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-address-wrapper {
  margin-top: 30px;
  text-align: center;
}

.contact-info-wrapper {
  margin-bottom: 60px;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-text-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-text-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-text-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="special-page-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="item-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media screen and (max-width: 991px) {
  .hero-soon-text {
    top: 25vh;
    width: 600px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .section.no-padding {
    padding-bottom: 0px;
  }
  .section.no-padding.location {
    padding: 60px 30px 70px;
  }
  .section.no-padding.about {
    padding: 60px 25px 70px 30px;
  }
  .section.padded-sides {
    padding: 10px 20px;
  }
  .section.padded-sides.bottom-padding-adjust {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-links {
    margin-top: 20px;
    text-align: center;
  }
  .map {
    height: 390px;
  }
  .brand-mobile {
    bottom: 0px;
    display: block;
    width: 62px;
    height: 62px;
    margin-left: 0px;
  }
  .brand-mobile.w--current {
    z-index: 2000;
  }
  .text {
    width: 90%;
  }
  .text.about-heading {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
  .text.white.coming-soon-text {
    width: 70%;
    margin-bottom: 30px;
  }
  .text.white.coming-soon-text.small-margin {
    width: 70%;
    margin-bottom: 30px;
  }
  .text.location-heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .text.hours-heading {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  .text.about-text {
    margin-bottom: 0px;
    text-align: left;
  }
  .text.showroom-heading {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  .section-row.location-row {
    margin-top: 20px;
  }
  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Lubalin Graph', sans-serif;
    text-align: center;
  }
  .nav-link.footer-link {
    display: inline-block;
    margin-top: 9px;
    float: none;
    font-family: Lato, sans-serif;
  }
  .nav-link.footer-link.privacy-policy {
    margin-top: 0px;
    padding: 5px;
  }
  .full-logo {
    float: none;
    text-align: center;
  }
  .button.product-button.mobile-call {
    margin-right: 15px;
  }
  .nav {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .map-column {
    padding-right: 10px;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: rgba(51, 51, 51, 0.9);
  }
  .nav-menu.coming-soon {
    margin-top: 0px;
  }
  .home-page-heading {
    font-size: 80px;
    line-height: 80px;
  }
  .footer-section {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-button {
    z-index: 2000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
  }
  .menu-button:hover {
    color: #c4cad0;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #c4cad0;
  }
  .brand {
    bottom: 0px;
    display: none;
    width: 62px;
    margin-left: 0px;
  }
  .location-column {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .hero-text-logo {
    margin-bottom: 10px;
  }
  .about-image {
    height: 415px;
  }
  .about-image-column {
    margin-bottom: -20px;
    padding-right: 5px;
  }
  .nav-container {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .home-hero {
    height: 100vh;
  }
  .nav-overlay {
    opacity: 1;
  }
  .hero-section {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .hero-section.page-hero {
    padding-top: 120px;
  }
  .hero-section.gallery-page-hero {
    padding-top: 120px;
  }
  .hero-section.services-page-hero {
    padding-top: 120px;
  }
  .hero-section.products-page-hero {
    padding-top: 120px;
  }
  .hero-section.product-page-hero {
    padding-top: 120px;
  }
  .hero-section.contact-page-hero {
    padding-top: 120px;
  }
  .item-block {
    padding: 5px 5px 0px;
  }
  .item-link {
    width: 250px;
  }
  .item-link.with-text {
    width: 250px;
    height: 300px;
  }
  .image-wrapper {
    margin-bottom: 5px;
  }
  .cta-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .centered-wrapper {
    width: 65%;
  }
  .form-input {
    border-radius: 0px;
  }
  .card-title {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }
  .thanks-heading {
    font-size: 150px;
    line-height: 150px;
  }
  .hero-col.side-1 {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/consumer-hero.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/consumer-hero.jpg');
    background-position: 0px 0px, 0px 0px, 25% 50%;
    -webkit-transition-duration: 2500ms;
    transition-duration: 2500ms;
  }
  .hero-col.side-1:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/consumer-hero.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/consumer-hero.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .hero-col.side-2 {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
    background-position: 0px 0px, 0px 0px, 75% 50%;
    -webkit-transition-duration: 2500ms;
    transition-duration: 2500ms;
  }
  .hero-col.side-2:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
    background-position: 0px 0px, 0px 0px, 25% 50%;
  }
  .hero-side-wrapper {
    margin-bottom: 30px;
  }
  .hero-slide-title {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .product-image-wrapper {
    height: 360px;
  }
  .product-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._6-col {
    width: 100%;
    margin-right: 0px;
  }
  ._6-col._6-col-last {
    width: 100%;
  }
  .product-action-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-images-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .product-images-wrapper.less-3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ._2-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._2-col.mobile-product {
    width: 100px;
    height: 100px;
    margin-right: 0px;
    margin-left: 16px;
  }
  .product-image-small {
    width: 100px;
    height: 100px;
  }
  ._7-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }
  .contact-form-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form.in-modal {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-form-content {
    margin-top: -20px;
  }
  ._5-col-image-commercial {
    height: 300px;
    margin-right: 0px;
  }
  .contact-form-heading {
    margin-top: 0px;
  }
  .hero-slide-sub-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .partner-logo {
    width: 110px;
  }
  .product-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial {
    font-size: 22px;
    line-height: 27px;
  }
  .testimonial.name {
    font-size: 18px;
    line-height: 22px;
  }
  .testimonial-quote.right-quote {
    font-size: 55px;
  }
  .testimonial-quote.left-quote {
    font-size: 55px;
  }
  .col-heading {
    font-size: 14px;
    line-height: 15px;
  }
  .col.bottom-padding {
    margin-bottom: 5px;
  }
  .product-page.product-mobile {
    margin-bottom: 20px;
  }
  .modal-container {
    height: 100%;
  }
  .styled-container {
    max-width: 90%;
    min-width: 90%;
  }
  .styled-container.modal {
    overflow: scroll;
    padding-right: 65px;
    padding-left: 65px;
  }
  .modal {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }
  .product-slider {
    height: 400px;
  }
  .contact-map {
    height: 390px;
  }
  .service-modal-01 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }
  .service-modal-02 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }
  .service-modal-03 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }
  .service-modal-04 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }
  .service-modal-05 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }
  ._5-col-image-consumer {
    height: 300px;
    margin-right: 0px;
  }
  .cm-ref-link.cm-credit {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    float: right;
  }
  .cm-crafted {
    font-size: 9px;
    line-height: 14px;
  }
  .footer-address-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-soon-text {
    top: 40px;
    width: 80%;
  }
  .footer-copyright {
    font-size: 10px;
    line-height: 14px;
  }
  .section {
    padding: 45px 20px 40px;
  }
  .section.no-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.no-padding.location {
    padding: 40px 20px 50px;
  }
  .section.no-padding.about {
    padding: 40px 20px 50px;
  }
  .section.padded-sides {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links.privacy-policy {
    margin-top: 35px;
  }
  .map {
    height: 395px;
  }
  .brand-mobile {
    width: 55px;
    height: 55px;
    margin-top: 0px;
  }
  .text {
    width: 100%;
  }
  .text.about-heading {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .text.white.coming-soon-text {
    width: 80%;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 22px;
  }
  .text.white.coming-soon-text.small-margin {
    width: 80%;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 22px;
  }
  .text.location-heading {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .text.hours-heading {
    margin-bottom: 15px;
  }
  .text.about-text {
    text-align: center;
  }
  .text.showroom-heading {
    margin-bottom: 15px;
  }
  .text.centered.location-address {
    margin-top: 20px;
  }
  .text.centered.special-page {
    width: 75%;
  }
  .section-row.location-row {
    margin-top: 25px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-link.footer-link {
    display: block;
    margin-top: 10px;
    float: none;
  }
  .full-logo {
    display: block;
    width: 90px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .button {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .button.cs-hero-button {
    margin-right: 10px;
    margin-left: 10px;
  }
  .button.cs-hero-button.side-2 {
    margin-right: 0px;
  }
  .button.cs-hero-button.side-1 {
    margin-left: 0px;
  }
  .button.location-buttons {
    width: 170px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.product-button {
    margin-right: auto;
    margin-left: auto;
  }
  .button.product-button.mobile-call {
    display: block;
  }
  .button-icon-span {
    font-family: CC, sans-serif;
  }
  .button-icon-span.phone-icon {
    top: 4px;
    font-family: CC, sans-serif;
  }
  .nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-arrow {
    width: 40px;
    height: 40px;
    padding: 9px 5px;
    font-size: 20px;
  }
  .map-column {
    padding-right: 0px;
  }
  .nav-menu {
    overflow: auto;
  }
  .home-page-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 60px;
  }
  .footer-section {
    padding: 50px 20px 45px;
  }
  .column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button {
    height: 55px;
    padding-top: 13px;
  }
  .brand {
    width: 55px;
    margin-top: -1px;
  }
  .location-column {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
  }
  .hero-text-logo {
    width: 350px;
    margin-bottom: 10px;
  }
  .mobile-hero-break {
    display: inline-block;
  }
  .about-image {
    display: block;
    width: 320px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
  }
  .about-image-column {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
  }
  .nav-container {
    height: 50px;
  }
  .home-hero {
    height: 350px;
  }
  .hero-section {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.page-hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.home-hero {
    height: 400px;
  }
  .hero-section.gallery-page-hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.services-page-hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.products-page-hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.product-page-hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.contact-page-hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .item-link {
    display: block;
    width: 275px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .item-link.with-text {
    width: 275px;
    height: 300px;
    margin-bottom: 5px;
  }
  .item-link.with-text.float-right {
    float: none;
  }
  .item-link.with-text.float-left {
    float: none;
  }
  .image-wrapper {
    margin-bottom: 0px;
  }
  .item-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .centered-wrapper {
    width: 70%;
  }
  .cta-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .form-input {
    border-radius: 0px;
  }
  .form-input.newsletter {
    text-align: center;
  }
  .card-title {
    padding-bottom: 0px;
  }
  .thanks-heading {
    font-size: 100px;
    line-height: 100px;
  }
  .thanks-heading._404 {
    font-size: 180px;
    line-height: 150px;
  }
  .special-page-text-wrapper {
    margin-bottom: 20px;
  }
  .hero-col.side-1 {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/consumer-hero.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/consumer-hero.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .hero-col.side-2 {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
    background-position: 0px 0px, 0px 0px, 0% 50%;
  }
  .hero-col.side-2:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
    background-position: 0px 0px, 0px 0px, 0% 50%;
  }
  .hero-side-wrapper {
    margin-bottom: 25px;
  }
  .hero-slide-title {
    font-size: 28px;
    line-height: 30px;
  }
  .item-link-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .product-image-wrapper {
    width: 350px;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  ._6-col {
    margin-right: 0px;
  }
  .product-action-wrapper {
    margin-bottom: 40px;
  }
  .product-images-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-images-wrapper.less-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._2-col.mobile-product {
    margin-right: 8px;
    margin-left: 8px;
  }
  .form-section-wrapper {
    height: 600px;
    padding: 30px;
  }
  .contact-form.in-modal {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-slide-sub-title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .paragraph.point-of-contact.left {
    margin-right: 15px;
  }
  .partner-logo {
    width: 85px;
  }
  .product-heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .testimonial {
    font-size: 22px;
    line-height: 27px;
  }
  .testimonial.name {
    font-size: 17px;
    line-height: 20px;
  }
  .testimonial-arrow.left-arrow {
    left: 13px;
  }
  .testimonial-arrow.right-arrow {
    right: 13px;
  }
  .testimonial-slide {
    display: inline-block;
    padding: 20px;
    text-align: center;
  }
  .testimonial-slider-mask {
    display: block;
    margin-right: 70px;
    margin-left: 70px;
  }
  .testimonial-quote.right-quote {
    top: 15px;
    font-size: 45px;
  }
  .testimonial-quote.left-quote {
    top: 15px;
    font-size: 45px;
  }
  .testimonial-slider {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-heading {
    text-align: center;
  }
  .icons.contact-info {
    display: inline-block;
  }
  .icons.contact-info.adjust {
    bottom: -5px;
  }
  .icons.contact-info {
    display: inline-block;
  }
  .icons.contact-info.adjust {
    bottom: -5px;
  }
  .product-page.product-mobile {
    display: block;
  }
  .modal-container {
    display: block;
  }
  .styled-container {
    max-width: 90%;
    min-width: 90%;
  }
  .styled-container.modal {
    display: block;
    overflow: scroll;
    padding: 75px 70px 125px;
  }
  .styled-container.modal.product-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .modal {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .modal-close {
    position: fixed;
  }
  .modal-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .product-slider {
    height: 300px;
  }
  .product-slide-arrow.left-arrow {
    left: 13px;
  }
  .product-slide-arrow.right-arrow {
    right: 13px;
  }
  .contact-map {
    height: 395px;
  }
  .service-modal-01 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .service-modal-02 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .service-modal-03 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .service-modal-04 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .service-modal-05 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .cm-ref-link.cm-credit {
    bottom: -20px;
    clear: both;
  }
  .footer-address {
    font-size: 10px;
    line-height: 14px;
  }
  .footer-address-wrapper {
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-soon-text {
    top: 12vh;
    width: 240px;
  }
  .section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .section.no-padding.location {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.no-padding.about {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .section.padded-sides {
    padding-bottom: 5px;
  }
  .footer-links.privacy-policy {
    margin-top: 35px;
  }
  .map {
    height: 100%;
  }
  .brand-mobile {
    width: 51px;
    height: 51px;
  }
  .text.about-heading {
    font-size: 25px;
    line-height: 30px;
    text-shadow: none;
  }
  .text.white.coming-soon-text {
    width: 83%;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .text.white.coming-soon-text.small-margin {
    width: 83%;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .text.location-heading {
    font-size: 25px;
    line-height: 30px;
    text-shadow: none;
  }
  .text.hours-heading {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-shadow: none;
  }
  .text.showroom-heading {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-shadow: none;
  }
  .text.centered.location-address {
    margin-top: 15px;
  }
  .text.centered.special-page {
    width: 85%;
  }
  .section-row.location-row {
    margin-top: 25px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.footer-link {
    display: block;
  }
  .full-logo {
    width: 80px;
  }
  .button.cs-hero-button {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .button.cs-hero-button.side-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .button.cs-hero-button.side-1 {
    margin-right: auto;
    margin-left: auto;
  }
  .button.location-buttons {
    padding-top: 11px;
  }
  .button.product-button.mobile-call {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .slider-arrow {
    width: 35px;
    height: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .map-column {
    height: 300px;
    padding-right: 0px;
  }
  .nav-menu {
    overflow: auto;
    padding-top: 100px;
  }
  .home-page-heading {
    width: 100%;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
  }
  .footer-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .menu-button {
    height: 51px;
  }
  .brand {
    width: 51px;
    margin-top: -1px;
    margin-left: 0px;
  }
  .location-column {
    margin-bottom: -10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .hero-text-logo {
    width: 190px;
    margin-bottom: 10px;
  }
  .about-image {
    width: 260px;
    height: 260px;
  }
  .about-image-column {
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-hero {
    height: 100vh;
  }
  .hero-section {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-section.page-hero {
    padding: 75px 20px 40px;
  }
  .hero-section.home-hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-section.gallery-page-hero {
    padding: 75px 20px 40px;
  }
  .hero-section.services-page-hero {
    padding: 75px 20px 40px;
  }
  .hero-section.products-page-hero {
    padding: 75px 20px 40px;
  }
  .hero-section.product-page-hero {
    padding: 75px 20px 40px;
  }
  .hero-section.contact-page-hero {
    padding: 75px 20px 40px;
  }
  .hero-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .item-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .item-link {
    width: 300px;
  }
  .item-link.with-text {
    width: 300px;
    height: 300px;
  }
  .item-image {
    width: 100%;
  }
  .cta-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .centered-wrapper {
    width: 80%;
  }
  .cta-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .form-input {
    border-radius: 0px;
  }
  .card-title {
    font-size: 20px;
    line-height: 25px;
  }
  .thanks-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .thanks-heading._404 {
    font-size: 120px;
    line-height: 110px;
  }
  .special-page-text-wrapper {
    margin-bottom: 30px;
  }
  .hero-col {
    height: 400px;
  }
  .hero-col.side-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/consumer-hero.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/consumer-hero.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .hero-col.side-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 122, 255, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/commerical-hero.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 122, 255, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/commerical-hero.jpg');
    background-position: 0px 0px, 0px 0px, 0% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .side-mask {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-content-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-content-container.side-2-adjust {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-side-wrapper.right {
    text-align: center;
  }
  .hero-side-wrapper.left {
    text-align: center;
  }
  .hero-slide-title {
    font-size: 30px;
    line-height: 32px;
  }
  .item-link-image {
    width: 100%;
  }
  .product-image-wrapper {
    width: 275px;
    height: 275px;
  }
  .product-content-wrapper {
    padding-left: 0px;
  }
  .product-action-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-details-wrapper {
    text-align: center;
  }
  .product-images-wrapper {
    margin-bottom: 20px;
  }
  .product-images-wrapper.less-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._2-col.mobile-product {
    width: 80px;
    height: 80px;
  }
  .product-image-small {
    width: 80px;
    height: 80px;
  }
  .contact-form-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .contact-form.in-modal {
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-form-heading {
    font-size: 25px;
    text-align: center;
  }
  .paragraph.point-of-contact.left {
    margin-right: 0px;
    float: none;
  }
  .paragraph.point-of-contact.right {
    margin-left: 0px;
    float: none;
  }
  .partner-logos {
    display: block;
    height: 230px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .partner-logo {
    width: 45%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
    float: left;
  }
  .partner-logo.mobile-partner {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .partner-logo.mobile-hidden {
    display: none;
  }
  .partner-logo.right {
    float: right;
  }
  .product-heading {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .testimonial {
    font-size: 18px;
    line-height: 22px;
  }
  .testimonial.name {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .hyphen-span {
    display: none;
  }
  .testimonial-arrow.left-arrow {
    left: -15px;
  }
  .testimonial-arrow.right-arrow {
    right: -15px;
  }
  .testimonial-slide {
    padding: 10px 15px;
  }
  .testimonial-slider-mask {
    margin-right: 20px;
    margin-left: 20px;
  }
  .testimonial-quote.right-quote {
    top: 15px;
    font-size: 42px;
  }
  .testimonial-quote.left-quote {
    top: 15px;
    font-size: 42px;
  }
  .testimonial-slider {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-label {
    text-align: left;
  }
  .icons.contact-info {
    margin-right: 6px;
  }
  .icons.contact-info.adjust {
    bottom: -4px;
    margin-right: 4px;
  }
  .icons.contact-info {
    margin-right: 6px;
  }
  .icons.contact-info.adjust {
    margin-right: 4px;
  }
  .product-page.product-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .styled-container {
    max-width: 90%;
    min-width: 90%;
  }
  .styled-container.modal {
    overflow: scroll;
    padding: 70px 55px 150px;
    text-align: center;
  }
  .styled-container.modal.product-modal {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .modal {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  .modal-close {
    top: 20px;
    right: 20px;
    padding: 5px;
    font-size: 25px;
    line-height: 25px;
  }
  .modal-heading {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .section-heading {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .product-slide-arrow.left-arrow {
    left: 5px;
  }
  .product-slide-arrow.right-arrow {
    right: 5px;
  }
  .contact-map {
    height: 250px;
  }
  .service-modal-01 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  .service-modal-02 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  .service-modal-03 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  .service-modal-04 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  .service-modal-05 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  .cm-ref-link.cm-credit {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: -25px;
    height: 30px;
    text-align: center;
  }
  .cm-crafted {
    text-align: right;
  }
  .footer-address-wrapper {
    margin-top: 30px;
    margin-bottom: -10px;
  }
}

@font-face {
  font-family: 'CC';
  src: url('../fonts/custom-craft.eot') format('embedded-opentype'), url('../fonts/custom-craft.woff') format('woff'), url('../fonts/custom-craft.ttf') format('truetype'), url('../fonts/custom-craft.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lubalin Graph';
  src: url('../fonts/LubalinGraphStd-Demi.eot') format('embedded-opentype'), url('../fonts/LubalinGraphStd-Demi.woff') format('woff'), url('../fonts/LubalinGraphStd-Demi.ttf') format('truetype'), url('../fonts/LubalinGraphStd-Demi.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}