@import url(../vendor/multiple-select/multiple-select-min.css);
@import url(../vendor/multiple-select/multiple-select-min.css);
.landing-page {
  padding: 25px 15px; }
  .landing-page footer {
    margin: 0 15px; }
  .landing-page h1 div {
    display: inline !important; }
  .landing-page h2 {
    font-size: 2.1em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.4em; }
    .landing-page h2 div {
      display: inline !important; }
  .landing-page h3 div {
    display: inline !important; }
  .landing-page p {
    line-height: 1.4;
    margin-bottom: 1em; }
    .landing-page p div {
      display: inline !important; }
  .landing-page .row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 2.525em -15px 2.1em -15px; }
    .landing-page .row .row {
      margin: 0 -15px 0 -15px; }
  .landing-page .col {
    padding: 0 15px; }
  .landing-page .col-half {
    width: calc(50% - 1px); }
  .landing-page .col-quater {
    width: calc(25% - 1px); }
  .landing-page .col-three-quaters {
    width: calc(75% - 1px); }
  .landing-page .image-gallery .image-number {
    border-radius: 50%;
    border: 2px solid #6f6f6f;
    color: #6f6f6f;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 1.5em;
    padding: 10px; }
  .landing-page .image-gallery .image-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2.7px;
    margin-bottom: 0.7em; }
  .landing-page .image-gallery .image-title.two-lines {
    min-height: 40px; }
  .landing-page .image-gallery .image-description {
    margin: 1.5em 0; }
  .landing-page .image-gallery .image-list {
    list-style-type: square;
    margin: 10px 0 15px;
    padding: 0 0 0 30px; }
    .landing-page .image-gallery .image-list li {
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.2;
      margin: 5px 0; }
    .landing-page .image-gallery .image-list + p .readmore-button {
      margin-left: 30px; }
  .landing-page .button {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #3db9c5;
    text-decoration: none;
    transition: color 0.3s; }
    .landing-page .button:hover {
      text-decoration: none; }
    .landing-page .button:focus {
      text-decoration: none; }
  .landing-page .button.outlined {
    border-color: #3db9c5; }
  .landing-page .divider {
    border-bottom: 2px solid #4b4b4b;
    margin-bottom: 2.5em;
    padding-top: 1em; }
  .landing-page #in-search-of-inspiration-wrapper {
    margin: 30px 0;
    padding: 80px 80px 40px; }
    .landing-page #in-search-of-inspiration-wrapper .row {
      margin: 0px; }
    .landing-page #in-search-of-inspiration-wrapper .screenshots-wrapper {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; }
    .landing-page #in-search-of-inspiration-wrapper .phone-screenshots-wrapper {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-wrap: nowrap;
      flex: 1; }
    .landing-page #in-search-of-inspiration-wrapper .tablet-screenshot {
      flex: 1; }
  .landing-page #stay-inspired-wrapper {
    padding: 10px 0 20px; }
  .landing-page .two-columns-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0; }
    .landing-page .two-columns-wrapper .form-section {
      color: white; }
    .landing-page .two-columns-wrapper .link-section {
      color: white;
      padding-left: 10% !important;
      flex: 1; }
  .landing-page .builder-element-type-column:first-child {
    padding-bottom: 0; }
  .landing-page .a-drop-of-design-title {
    margin-bottom: 0; }
  .landing-page .link-to-newsletter a {
    margin-bottom: 0.7em; }
  .landing-page .readmore-button {
    color: #3db9c5;
    font-family: "Droid Serif", serif !important;
    font-size: calc(14px + 0vw);
    font-style: italic;
    font-weight: 400;
    text-decoration: underline; }
    .landing-page .readmore-button::after {
      border: 1px solid red;
      border-radius: 50%;
      color: red;
      content: "+";
      display: inline-block;
      font-size: 1.2em;
      height: 19px;
      line-height: 1;
      margin-left: 5px;
      padding-right: 1px;
      text-align: center;
      transition: all 0.5s;
      vertical-align: middle;
      width: 19px;
      transition: color 0.5s, background-color 0.5s; }
    .landing-page .readmore-button:hover::after {
      background-color: red;
      color: #fff; }
    .landing-page .readmore-button:focus::after {
      background-color: red;
      color: #fff; }
  .landing-page .bg-white {
    background: #ffffff; }
  .landing-page .bg-grey-light {
    background: #e1e1e1; }
  .landing-page .text-transform-none {
    text-transform: none !important; }
  .landing-page .text-uppercase {
    text-transform: uppercase !important; }
  .landing-page .text-bigger {
    font-size: 1.6em !important; }
  .landing-page .text-big {
    font-size: 1.3em !important; }
  .landing-page .text-thin {
    font-weight: 300 !important; }
    .landing-page .text-thin strong {
      font-weight: 500; }
  .landing-page .text-thinner {
    font-weight: 200 !important; }
  .landing-page .text-stretched {
    letter-spacing: 0.22em; }
  .landing-page .text-center {
    text-align: center !important; }
  .landing-page .text-right {
    text-align: right !important; }
  .landing-page .text-justify {
    text-align: justify !important; }
  .landing-page .text-cyan {
    color: #3db9c5; }
  .landing-page .mb-0 {
    margin-bottom: 0 !important; }
  .landing-page .mt-0 {
    margin-top: 0 !important; }
  .landing-page .pl-0 {
    padding-left: 0 !important; }
  .landing-page .pr-0 {
    padding-right: 0 !important; }
  .landing-page .img-fluid {
    display: inline-block;
    height: auto;
    max-width: 100%; }
  .landing-page .info-box.info-box {
    color: #000;
    margin-bottom: 3em;
    overflow: hidden;
    padding: 50px 20px; }
    .landing-page .info-box.info-box > h2 {
      margin: 0 15px 1em; }
    .landing-page .info-box.info-box > p {
      margin: 0 15px 1em; }
  .landing-page #landing-pages-carousel .owl-video-play-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 55%;
    margin-left: -25px;
    margin-top: -40px;
    background: url("../images/custom/svg/video-play.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease; }
  .landing-page #landing-pages-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .landing-page #landing-pages-carousel .owl-nav .owl-prev {
      height: 40px;
      width: 40px;
      margin: 0 10px;
      background-repeat: no-repeat;
      cursor: pointer;
      z-index: 1;
      -webkit-backface-visibility: hidden;
      transition: all 0.4s;
      background: url("../images/custom/svg/video-prev.svg") no-repeat;
      float: left; }
      .landing-page #landing-pages-carousel .owl-nav .owl-prev:hover {
        background: url("../images/custom/svg/video-prev-hover.svg") no-repeat; }
    .landing-page #landing-pages-carousel .owl-nav .owl-next {
      height: 40px;
      width: 40px;
      margin: 0 10px;
      background-repeat: no-repeat;
      cursor: pointer;
      z-index: 1;
      -webkit-backface-visibility: hidden;
      transition: all 0.4s;
      background: url("../images/custom/svg/video-next.svg") no-repeat;
      float: right; }
      .landing-page #landing-pages-carousel .owl-nav .owl-next:hover {
        background: url("../images/custom/svg/video-next-hover.svg") no-repeat; }

#zone-product-finder + .form-wrapper form.views-exposed-form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 0px; }
  #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item {
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%; }
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item label {
      align-items: center;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      font-size: 0.9rem;
      margin: 0 0 5px;
      opacity: 0;
      transition: opacity 0.3s; }
      #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item label input {
        margin-right: 5px; }
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .form-select {
      opacity: 0;
      position: relative;
      width: 100% !important;
      transition: opacity 0.3s; }
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .w300 {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 250px; }
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .ms-choice {
      background: transparent;
      border-radius: 0;
      border: 1px solid rgba(255, 255, 255, 0.67);
      color: #3db9c5 !important;
      min-height: 26px;
      outline: none;
      padding: 0.3em 0.5em;
      text-align: left;
      width: 100%; }
      #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .ms-choice .placeholder {
        color: #fff;
        opacity: 0.4; }
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .ms-drop.bottom {
      background: #262626;
      border: solid rgba(255, 255, 255, 0.67);
      border-width: 0 1px 1px;
      bottom: 0;
      padding: 10px 8px;
      top: auto;
      width: 100%;
      z-index: 1; }
  #zone-product-finder + .form-wrapper form.views-exposed-form .form-actions {
    margin: auto 10px 0px auto; }
#zone-product-finder + .form-wrapper form.views-exposed-form.select-shown .js-form-item label {
  opacity: 1; }
#zone-product-finder + .form-wrapper form.views-exposed-form.select-shown .js-form-item .form-select {
  opacity: 1; }
#zone-product-finder + .form-wrapper form.views-exposed-form.select-shown .js-form-item label.disabled span {
  color: #999999; }

.product-compare-page .page-content table {
  width: 100%; }

.row-greyblock-image.row-greyblock-image {
  overflow: unset !important; }
  .row-greyblock-image.row-greyblock-image .greyblock {
    background-color: rgba(51, 51, 51, 0.6);
    padding: 6.15% 4% 7.6%; }
    .row-greyblock-image.row-greyblock-image .greyblock .link-to-page a {
      display: inline-block;
      font-family: "Droid Serif", serif;
      font-size: calc(13.38776px + 0.20408vw);
      font-style: italic;
      letter-spacing: 0.3px;
      line-height: 1.4em;
      margin-bottom: 1.85em;
      margin-top: 0;
      margin-top: 0.85em;
      padding-left: 50px;
      position: relative;
      text-align: left;
      vertical-align: middle; }
      .row-greyblock-image.row-greyblock-image .greyblock .link-to-page a:hover::before {
        background-image: url("../images/custom/svg/arrow-icon-teal-hover.svg"); }
      .row-greyblock-image.row-greyblock-image .greyblock .link-to-page a::before {
        content: "";
        width: 32px;
        height: 32px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        margin-right: 10px;
        background-image: url("../images/custom/svg/arrow-icon-teal.svg");
        position: absolute;
        top: -0.7em;
        bottom: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
  .row-greyblock-image.row-greyblock-image h2 {
    color: #ffffff;
    font-size: calc(16.93878px + 1.02041vw);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 1.2em;
    font-weight: 300; }

#content-marketing .field_description h4 {
  text-transform: uppercase;
  font-size: calc(14.08163px + 0.15612vw);
  font-weight: 400;
  letter-spacing: 3.4px;
  line-height: 1.2em;
  margin-bottom: 0.4em; }

#documentation-forms .tha-wrapper-fond-blanc.catalog {
  background-color: #272727;
  padding: 0 15px 2.1em 15px;
  margin-top: -40px; }
  #documentation-forms .tha-wrapper-fond-blanc.catalog a {
    color: white;
    color: white; }
  #documentation-forms .tha-wrapper-fond-blanc.catalog h3 {
    margin-left: 0;
    padding-left: 0; }
  #documentation-forms .tha-wrapper-fond-blanc.catalog ul {
    margin-bottom: 50px; }
#documentation-forms .tha-wrapper-fond-blanc {
  position: relative; }
  #documentation-forms .tha-wrapper-fond-blanc::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    background: #fff; }
#documentation-forms > .tha-wrapper-fond-blanc::before {
  background: unset; }

.owl-nav {
  font-size: 0 !important; }

#builder-408625 {
  display: flex;
  flex-direction: column; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-6 {
  order: 6 !important; }

.order-7 {
  order: 7 !important; }

.order-8 {
  order: 8 !important; }

.order-9 {
  order: 9 !important; }

.order-10 {
  order: 10 !important; }

.finestone p {
  margin-bottom: 15px; }
.finestone .link-to-page a {
  margin-top: 1.1em;
  margin-bottom: 0; }

.made-from-finestone {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 110%; }
  .made-from-finestone::before {
    content: "";
    background: url("../images/custom/png/finestone_rock.png");
    margin-right: 10px;
    width: 78px;
    height: 42px;
    background-size: 100%; }

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

.bu-touch {
  display: flex; }

.builder-element-children-wrapper:empty {
  line-height: 0; }

#block-instagram {
  position: relative; }
  #block-instagram::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    background: #fff; }

#block-ilsparlentdenous {
  position: relative; }
  #block-ilsparlentdenous::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    background: #f1f1f1; }

.white-bg {
  position: relative; }
  .white-bg::before {
    content: "";
    content: "";
    position: absolute;
    position: absolute;
    height: 100%;
    height: 100%;
    top: 0;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    z-index: -1;
    display: block;
    background: #fff;
    background: #fff; }

.grey-bg {
  position: relative; }
  .grey-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    background: #f1f1f1; }

section.product-header {
  position: relative; }
  section.product-header::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    bottom: 0;
    top: unset;
    display: block;
    background: linear-gradient(to bottom, #000000 0%, #000000 86%, #ffffff 86%, #ffffff 100%); }

.collection-header {
  position: relative; }
  .collection-header::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    bottom: 0;
    top: unset;
    display: block;
    background: linear-gradient(to bottom, #000000 0%, #000000 86%, #ffffff 86%, #ffffff 100%); }

.collection-title-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100vw - 1280px) / -2);
  right: calc((100vw - 1280px) / -2);
  z-index: -1;
  right: 100%;
  background: rgba(65, 64, 66, 0.8); }

.special-product-header {
  position: relative; }
  .special-product-header::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    bottom: 0;
    top: unset;
    display: block;
    background: linear-gradient(to bottom, #000000 0%, #000000 86%, #ffffff 86%, #ffffff 100%); }

.product-header {
  position: relative; }
  .product-header::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    background: linear-gradient(to bottom, #000000 0%, #000000 86%, #ffffff 86%, #ffffff 100%); }

.accessories-colors-wrapper {
  position: relative; }
  .accessories-colors-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    left: 100%;
    z-index: 1;
    background: #000; }

.accessories-optional-wrapper {
  position: relative; }
  .accessories-optional-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    left: 100%;
    z-index: 1;
    background: #000; }

.product-title-wrapper {
  position: relative; }
  .product-title-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    right: 100%;
    background: rgba(65, 64, 66, 0.8); }

#block-breadcrumbs {
  position: relative; }
  #block-breadcrumbs::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    background: #1a1a1a; }

#home-lines-of-beauty .col-md-5 {
  position: relative; }
  #home-lines-of-beauty .col-md-5::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    left: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.66); }

#home-discover-our-therapies .col-md-4 {
  position: relative; }
  #home-discover-our-therapies .col-md-4::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    right: 100%;
    background: rgba(255, 255, 255, 0.6); }

.greyblock {
  position: relative; }
  .greyblock::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    right: 100%;
    background: rgba(255, 255, 255, 0.6); }

#shortcuts {
  position: relative; }
  #shortcuts::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
    bottom: 0;
    top: unset;
    display: block;
    background: linear-gradient(to bottom, #000000 0%, #000000 80%, #ffffff 80.1%, #ffffff 100%); }

#therapies .page-title-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100vw - 1280px) / -2);
  right: calc((100vw - 1280px) / -2);
  z-index: -1;
  right: 100%;
  background: rgba(65, 64, 66, 0.8); }

.special-product-title-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100vw - 1280px) / -2);
  right: calc((100vw - 1280px) / -2);
  z-index: -1;
  right: 100%;
  background: rgba(65, 64, 66, 0.8); }

#akasa .page-title-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100vw - 1280px) / -2);
  right: calc((100vw - 1280px) / -2);
  z-index: -1;
  right: 100%;
  background: rgba(65, 64, 66, 0.8); }

#geysair.grey-bg::before {
  background: #e5e5e5; }

html {
  overflow-x: hidden; }

html.mm-blocking body {
  overflow: unset !important; }

.thermo-bath-stat-wrapper.grey-bg::before {
  background: unset; }

.page-file #block-bainultra-page-title {
  display: none; }

.addtoany_list {
  display: flex !important;
  overflow: hidden;
  height: 50px; }

@media only screen and (min-width: 768px) {
  .landing-page .container {
    width: calc(768px - 30px); }

  #zone-product-finder + .form-wrapper {
    float: left;
    width: 25%; }
    #zone-product-finder + .form-wrapper ~ .views-view-grid {
      float: right;
      width: 75%;
      padding-left: 30px;
      margin: 50px 0 0; }
    #zone-product-finder + .form-wrapper ~ nav.pager {
      float: right;
      width: 75%;
      padding-right: 8.6%;
      margin-top: 0; }

  .row-greyblock-image.row-greyblock-image .greyblock {
    padding: 2.15% 3% 3%; }
    .row-greyblock-image.row-greyblock-image .greyblock .link-to-page a::before {
      height: 42px;
      width: 42px; }

  #documentation-forms .tha-wrapper-fond-blanc.catalog {
    margin-left: 5.5%;
    max-width: 88.8%;
    padding: 0 0 3.1em 2.3em; } }
@media only screen and (min-width: 1024px) {
  .landing-page .container {
    width: calc(1024px - 30px); }

  .row-greyblock-image.row-greyblock-image {
    height: 297px;
    margin-bottom: 20px;
    overflow: hidden; }
    .row-greyblock-image.row-greyblock-image .greyblock {
      background-color: rgba(255, 255, 255, 0.3);
      height: 297px;
      padding: 2.15% 2% 2%; }
    .row-greyblock-image.row-greyblock-image .greyblock-image img {
      height: 297px;
      max-width: none;
      width: 853px; }

  #documentation-forms .tha-wrapper-fond-blanc.catalog {
    max-width: 55.2%; }

  .made-from-finestone {
    position: absolute;
    bottom: -70px; }

  .greyblock::before {
    background: rgba(255, 255, 255, 0.3); }

  #home-discover-our-therapies .col-md-4::before {
    background: rgba(255, 255, 255, 0.3); } }
@media only screen and (min-width: 1280px) {
  .landing-page .container {
    width: calc(1280px - 30px); }

  .row-greyblock-image.row-greyblock-image h2 {
    letter-spacing: 6px;
    font-size: 1.875em; } }
@media only screen and (max-width: 1024px) {
  .landing-page .tablet-half {
    width: calc(50% - 1px);
    margin-bottom: 1em; }
  .landing-page .tablet-full {
    width: 100%;
    margin-bottom: 1em; }
  .landing-page .tablet-three-quaters {
    width: calc(75% - 1px);
    margin-bottom: 1em; }

  .finestone {
    padding-bottom: 60px; } }
@media only screen and (max-width: 550px) {
  .landing-page .mobile-half {
    width: calc(50% - 1px);
    margin-bottom: 1em; }
  .landing-page .mobile-full {
    width: 100%;
    margin-bottom: 1em; }
  .landing-page .mobile-three-quaters {
    width: calc(75% - 1px);
    margin-bottom: 1em; }
  .landing-page .image-gallery img {
    width: 100%; } }
@media only screen and (min-width: 1024.1px) {
  .landing-page .image-gallery .image-description {
    min-height: 90px; }
  .landing-page .image-gallery .image-list {
    min-height: 180px; } }
@media only screen and (max-width: 768px) {
  .landing-page #in-search-of-inspiration-wrapper {
    padding: 80px 10px 40px; }
    .landing-page #in-search-of-inspiration-wrapper .screenshots-wrapper {
      flex-direction: column; }
    .landing-page #in-search-of-inspiration-wrapper .phone-screenshots-wrapper {
      flex-direction: column; }
  .landing-page .two-columns-wrapper {
    flex-direction: column; }
    .landing-page .two-columns-wrapper .link-section {
      padding: 0 15px !important; }
  .landing-page .builder-element-type-column:first-child {
    margin-left: 0; }
  .landing-page #landing-pages-carousel .owl-video-play-icon {
    margin-left: -30px;
    top: 50%; }
    .landing-page #landing-pages-carousel .owl-video-play-icon:hover {
      transform: scale(1.3, 1.3); }
  .landing-page #landing-pages-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px; }
  .landing-page #landing-pages-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px; }

  .collection-header .collection-slogan-wrapper {
    top: -17px;
    left: 0;
    padding: 14px;
    position: relative;
    background: #333333; }
    .collection-header .collection-slogan-wrapper .slogan {
      display: flex;
      flex-wrap: wrap; }
      .collection-header .collection-slogan-wrapper .slogan p {
        margin-right: 5px; }
        .collection-header .collection-slogan-wrapper .slogan p span {
          padding: 0;
          background: #333333; }

  #new .collection-header .collection-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #new .product-header .product-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .node-product-type-wrapper .product-header {
    display: flex;
    flex-direction: column; }
    .node-product-type-wrapper .product-header .one-product-image {
      order: 2; }
    .node-product-type-wrapper .product-header .product-size-wrapper {
      order: 1;
      background: #333333;
      left: 0;
      padding: 14px 0 0;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: auto;
      margin: 0 0 -14px; }
      .node-product-type-wrapper .product-header .product-size-wrapper .height {
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        background: #333333; }
      .node-product-type-wrapper .product-header .product-size-wrapper .length {
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        background: #333333; }
      .node-product-type-wrapper .product-header .product-size-wrapper .width {
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        background: #333333; }
  .node-product-type-wrapper section.therapies .therapy-wrapper.thermo-therapy .parent-therapy {
    padding-right: 0; }
  .node-product-type-wrapper section.therapies .therapy-wrapper.chroma-therapy .parent-therapy {
    padding-right: 0; }
  .node-product-type-wrapper section.therapies .therapy-wrapper.hydro-therapy .parent-therapy {
    padding-right: 0; }
  .node-product-type-wrapper section.therapies .therapy-wrapper {
    padding-right: 0; }
  .node-product-type-wrapper section.therapies .parent-therapy:before {
    left: calc(50% - 28px);
    transform: unset; }

  .product-size-wrapper {
    display: none !important; }

  .fade-panel-wrapper a.btn {
    left: unset;
    width: unset; } }
@media only screen and (max-width: 767.99px) {
  #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item {
    width: 50%; } }
@media only screen and (max-width: 500px) {
  #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item {
    width: 100%; }
  #zone-product-finder + .form-wrapper form.views-exposed-form .form-actions {
    margin: 0 auto; } }
@media only screen and (max-width: 400px) {
  .latest-header h1 {
    font-size: calc(25.36735px + 3.87755vw);
    letter-spacing: 3.5px; } }
#block-footer-links {
  margin-top: 2rem !important; }

header {
  min-height: 89px !important; }

.home-spanish .marvel-of-techno .hide-mobile p {
  margin-top: 30px; }
@media only screen and (max-width: 1023px) {
  .home-spanish .mobile-over-bg {
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.83097) 30%, rgba(0, 0, 0, 0.30436) 100%); }
  .home-spanish .mobile-bg {
    background-image: url(/sites/default/files/inline-images/architects-designers-artwork.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%; }
  .home-spanish .hide-mobile {
    display: none; }
  .home-spanish .order-2 {
    order: 1 !important; } }
  @media only screen and (max-width: 1023px) and (max-width: 1023px) {
    .home-spanish .order-2 {
      order: 2 !important; } }

.home-spanish .block-home:last-of-type {
  margin-bottom: 5rem; }
.home-spanish .block-home:first-of-type {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 1023px) {
    .home-spanish .block-home:first-of-type {
      margin-bottom: 3rem !important; } }
  .home-spanish .block-home:first-of-type .link-to-page {
    margin-top: 2.4em;
    margin-bottom: 2.4em; }
    @media only screen and (max-width: 1023px) {
      .home-spanish .block-home:first-of-type .link-to-page {
        margin-bottom: 0rem !important; } }
.home-spanish .block-home + .block-home {
  margin-top: 5rem; }
  @media only screen and (max-width: 1023px) {
    .home-spanish .block-home + .block-home {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; } }
@media only screen and (max-width: 1023px) {
  .home-spanish .block-home.marvel-of-techno {
    margin-bottom: 0rem !important; } }
@media only screen and (max-width: 1023px) {
  .home-spanish .block-home.marvel-of-techno + .block-home {
    margin-bottom: 0rem !important; } }
@media only screen and (max-width: 1023px) {
  .home-spanish .block-home .container-fluid:not(.technical-tools) a {
    margin-top: unset !important;
    margin-bottom: 1rem !important; }
  .home-spanish .block-home .container-fluid.technical-tools a {
    margin-top: 1.45em !important;
    margin-bottom: 1.45em !important; } }
.home-spanish .technical-tools small {
  color: #3db9c5 !important;
  font-style: italic;
  text-align: left;
  display: inline-block;
  font-family: "Droid Serif", serif;
  vertical-align: middle;
  font-size: calc(13.38776px + 0.00020408vw);
  letter-spacing: 0.3px;
  margin-top: 0;
  position: relative;
  line-height: 1.4em; }
.home-spanish h1 {
  line-height: unset !important; }
  .home-spanish h1 span {
    text-transform: uppercase !important;
    font-size: 2rem !important;
    font-weight: 300;
    line-height: 1.25em !important;
    color: #3db9c5 !important;
    font-style: italic !important;
    display: inline-block;
    padding-top: .5em; }
  .home-spanish h1:after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background-color: #e10000;
    margin-top: 50px;
    margin-bottom: 50px; }
.home-spanish h2 {
  color: #ffffff !important;
  font-size: calc(15.93878px + 1.02041vw) !important;
  text-transform: uppercase !important;
  letter-spacing: 2.5px !important;
  line-height: 1.2em !important;
  font-weight: 300 !important;
  margin-bottom: 1rem !important; }
.home-spanish .relax-reju {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 1023px) {
    .home-spanish .relax-reju {
      margin-top: unset !important;
      margin-bottom: unset !important;
      margin-bottom: 3rem !important; } }
  .home-spanish .relax-reju .bg-black:before {
    background: unset !important; }
.home-spanish .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.home-spanish #create-bath-description-wrapper {
  padding-bottom: unset !important; }
.home-spanish #home-discover-our-therapies {
  padding-top: unset !important; }
  .home-spanish #home-discover-our-therapies .bg-black {
    background-color: transparent !important;
    padding-top: 6.15%;
    padding-bottom: 7.6%; }
    @media only screen and (max-width: 1023px) {
      .home-spanish #home-discover-our-therapies .bg-black {
        padding-left: 0px !important;
        background-color: rgba(51, 51, 51, 0.6) !important;
        min-width: 100% !important; } }
@media only screen and (max-width: 1023px) {
  .home-spanish #builder-element-59a83c61a9a27 {
    display: none !important; } }
@media only screen and (max-width: 1023px) {
  .home-spanish .bg-mobile-gray {
    min-width: 100% !important;
    padding-top: 6.15%;
    padding-bottom: 7.6%; } }
@media only screen and (max-width: 1023px) {
  .home-spanish .col-md-1 {
    display: none; } }
.home-spanish .flextum {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .home-spanish .flextum {
      justify-content: flex-start; } }
.home-spanish .pdng-y-3rem {
  padding-top: 3rem !important; }
.home-spanish .white-bg h2, .home-spanish .white-bg a {
  color: #3db9c5 !important; }

.terapias-wrapper .black-bg .video-description p.title::after {
  background-color: white !important; }

.node-product-type-wrapper .thermo-stat h3 small, .node-product-type-wrapper .bath-stat h3 small {
  font-size: .9rem; }
.node-product-type-wrapper .product-files h2 {
  line-height: 1.5rem; }
  .node-product-type-wrapper .product-files h2 small {
    font-size: 1rem;
    color: #e10000;
    font-weight: 400;
    line-height: unset;
    letter-spacing: normal; }

/*# sourceMappingURL=bainultra-new.css.map */
