.gallerymodule_project-index-index .columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  max-width: 120rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallerymodule_project-index-index .columns {
    max-width: 75rem;
  }
}
@media (max-width: 767px) {
  .gallerymodule_project-index-index .columns {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gallerymodule_project-index-index .column.main {
  margin: 0 -1.5rem;
}
.gallerymodule_project-index-index .product-wrap-inspiration {
  margin-bottom: 5rem;
}
.gallerymodule_project-index-index .product-wrap-inspiration .tilebox-gallery {
  margin: 0 -1rem;
}
.gallerymodule_project-index-index .product-info-inspiration {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 991px) {
  .gallerymodule_project-index-index .product-info-inspiration {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.gallery-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem auto 7rem;
}
@media (max-width: 991px) {
  .gallery-main {
    margin: 5rem auto 5rem;
  }
}

.gallery__project,
.gallery__detail {
  margin: 0 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__project,
  .gallery__detail {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .gallery__project,
  .gallery__detail {
    width: calc(50% - 3rem);
  }
}
.gallery__project img,
.gallery__detail img {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery__project {
    max-width: 53rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .gallery__project {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
.gallery__project__item {
  padding: 0.6rem;
  background-color: #fff;
}
.gallery__project__item img {
  padding: 2rem;
  background-color: #f2fffc;
  border: 0.1rem solid #67adad;
}
.gallery__project__thumbs {
  padding-top: 0.6rem;
}
.gallery__project__thumb-item {
  padding: 0.6rem;
  background-color: #fff;
}
.gallery__project__thumb-item img {
  padding: 1.2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0.1rem solid transparent;
}
.gallery__project__thumb-item.slick-current img {
  border-color: #67adad;
}

.gallery__detail {
  color: #707070;
  font-size: 1.6rem;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .gallery__detail {
    padding-left: 0;
  }
}
.gallery__detail .gallery-tag {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.16rem;
  margin-bottom: 1rem;
  color: #67adad;
}
.gallery__detail .gallery-info-name {
  margin-bottom: 2rem;
}
.gallery__detail .gallery-info-name .title {
  position: relative;
  font-family: "Vollkorn", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  padding-bottom: 2.5rem;
  margin-top: 0;
  color: #0b2946;
  text-transform: capitalize;
}
.gallery__detail .gallery-info-name .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  width: 15rem;
  background-color: #67adad;
}
.gallery__detail .gallery-attribute {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.gallery__detail .gallery-attribute strong {
  font-weight: 600;
}
.gallery__detail .gallery-location {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.gallery__detail .gallery-location .map {
  width: 40%;
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
}
.gallery__detail .gallery-location .map img {
  display: block;
  max-width: 100%;
}
.gallery__detail .gallery-location .detail {
  width: 60%;
  font-size: 1.4rem;
  padding: 0 2rem 0 2rem;
}
.gallery__detail .gallery-location .detail .address {
  font-weight: 600;
}
.gallery__detail .gallery-location .detail .address-subscript {
  margin-top: 1.2rem;
}
.gallery__detail .gallery-location .detail .colorGreen {
  color: #67adad;
}
.gallery__detail .gallery-options .swatch-attribute-label {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2rem 0 2.5rem;
  color: #333;
}
.gallery__detail .gallery-options .swatch-option {
  width: 60px;
  height: 60px;
}
.gallery__detail .gallery-options .swatch-option img {
  display: block;
}
.gallery__detail .gallery-colors {
  border-top: 0.1rem solid #e1e1e1;
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.gallery__detail .gallery-colors .block {
  margin-bottom: 2rem;
}
.gallery__detail .gallery-colors .content .title {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #e4b02c;
}
.gallery__detail .gallery-colors .content strong {
  font-weight: 600;
}
.gallery__detail .gallery-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .gallery__detail .gallery-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gallery__detail .gallery-actions .color-select {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
}
.gallery__detail .gallery-actions .color-select a {
  font-weight: 600;
}
.gallery__detail .gallery-actions .color-group {
  max-width: 150px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.gallery__detail .gallery-actions .color-group img {
  border-radius: 5px 5px 0 0;
  display: block;
}
.gallery__detail .gallery-actions .action {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 767px) {
  .gallery__detail .gallery-actions .action {
    margin-top: 1.5rem;
  }
}
.gallery__detail .gallery-actions .action .download {
  width: 100%;
  display: block;
  font-family: "Vollkorn", serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: pre-line;
  text-transform: uppercase;
  line-height: 2rem;
  position: relative;
  border: 0;
  font-size: 1.4rem;
  background: none;
  padding: 1.5rem 2rem;
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: initial;
  white-space: nowrap;
}

.groups__content {
  color: #707070;
  font-size: 1.6rem;
}
.groups__content .subtitle {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.groups__content .title {
  color: #e4b02c;
  margin: 0 0 1rem;
}
.groups__content .attribute {
  padding-left: 2rem;
}
.groups__content .information {
  margin-top: 3rem;
}
.groups__content .information .more-title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #e4b02c;
  position: relative;
}
.groups__content .information .more-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  width: 70%;
  background-color: #707070;
}
.groups__content .information .description {
  font-size: 1.4rem;
}
.galleryproject-project-view {
    .gallery__detail {
        .product-info-request {
            .box-tocart {
                .field.qty {
                    display: none;
                }
            }
        }

        .product-tab-header.active img {
            border: solid 3px;
        }
    }
}
.tilebox-slider__wrapper{
    &.active{
        .slick-active{
            opacity: 1 !important;
        }
    }
}
/*# sourceMappingURL=module.css.map */
