body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #af3434;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8a2525;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
  font-size: 14px;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #af3434;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

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

.hero-section.centered {
  padding-top: 250px;
  padding-bottom: 250px;
  border-bottom: 4px none #000;
  background-image: url('../images/maxresdefault.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #af3434;
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #af3434;
  color: #af3434;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.leftalign {
  text-align: left;
}

.section-heading.leftalign.paddingtopheading {
  padding-top: 40px;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #af3434;
  box-shadow: 0 0 0 1px #af3434;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 0px;
}

.spc {
  text-align: left;
}

.spc.right {
  padding-left: 20%;
  text-align: right;
}

.row {
  margin-bottom: 80px;
}

.image {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
}

.row-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading {
  font-size: 23px;
}

.link {
  color: #707070;
}

.container {
  position: relative;
  top: 0px;
  padding: 30px;
  border-radius: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
}

.container.innerpageheader {
  top: 219px;
}

.nav-link {
  font-size: 14px;
}

.nav-link-2 {
  font-size: 14px;
}

.nav-link-3 {
  font-size: 14px;
}

.nav-link-4 {
  font-size: 14px;
}

.section-2 {
  position: relative;
  min-height: 550px;
  background-image: url('../images/Bathroom_After-1099x600.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-2.productspage {
  background-image: url('../images/pic8.jpg');
}

.section-2.about {
  background-image: url('../images/pic7.jpg');
  background-position: 50% 50%;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2 {
  padding-top: 55px;
}

.image-2 {
  width: 100%;
}

.slide {
  height: 430px;
}

.mask {
  height: 620px;
}

.slider {
  height: 620px;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.products-categorycontainer {
  width: 100%;
  padding: 20px 10px;
}

.products-producttile {
  display: inline-block;
  width: 20%;
  margin: 20px;
  padding-bottom: 25px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 19px 0 rgba(0, 0, 0, .16);
}

.products-logo {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.text-block {
  padding-right: 10px;
  padding-left: 10px;
}

.products-producttile-desc {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 19px;
}

.heading-2 {
  display: inline-block;
  margin-top: 0px;
  font-size: 68px;
  line-height: 63px;
  font-weight: 800;
}

.text-block-2 {
  display: inline-block;
  width: 61%;
  float: none;
}

.container-3 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-block-3 {
  padding-top: 40px;
  padding-bottom: 50px;
  color: #363636;
}

.image-9 {
  width: 100%;
  height: 360px;
  margin-top: 1px;
  background-color: #e0e0e0;
}

.heading-3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-4 {
  text-align: left;
}

.text-span {
  font-size: 16px;
  line-height: 27px;
}

.text-span.larger {
  font-size: 28px;
}

.slider-2 {
  z-index: 9;
  width: 75%;
  height: 375px;
  float: right;
}

.div-block {
  position: relative;
  left: 0px;
  top: 13px;
  z-index: 9999;
  width: 270px;
  height: 340px;
  margin-top: 4px;
  padding: 25px;
  border: 1px none #861f1f;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 28px 2px rgba(0, 0, 0, .1);
}

.image-10 {
  width: 100%;
  margin-top: -42px;
}

.heading-4 {
  display: block;
  width: 74%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text {
  padding-top: 16px;
  font-size: 13px;
  font-weight: 300;
}

.button-2 {
  position: relative;
  top: 31px;
}

.container-4 {
  padding-top: 101px;
  padding-bottom: 0px;
}

.container-5 {
  padding-top: 65px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .button {
    width: 78%;
    margin-top: 37px;
    margin-bottom: 25px;
  }
  .button.tab {
    width: 95%;
  }
  .brand-text {
    width: 100%;
    float: left;
  }
  .brand-link {
    width: 80%;
  }
  .brand-link.w--current {
    display: inline-block;
    width: 78%;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .image {
    padding-bottom: 20px;
  }
  .container.innerpageheader {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .section-2 {
    min-height: 410px;
  }
  .section-2.productspage {
    min-height: 410px;
  }
  .section-2.about {
    min-height: 410px;
  }
  .section-3 {
    padding-top: 50px;
  }
  .slider {
    height: 214px;
  }
  .section-4 {
    padding-top: 25px;
  }
  .products-producttile {
    display: block;
    width: 83%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
  }
  .text-block-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-9 {
    height: 170px;
  }
  .slider-2 {
    top: 22px;
    display: block;
    width: 100%;
    height: 176px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-4 {
    width: 100%;
    text-align: center;
  }
  .image-11 {
    padding-bottom: 20px;
  }
}

