/* BEGIN HEADROOM CSS */
.slide {
  transition: all .25s ease-in-out; }

.slide--reset {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide--up {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

@media (max-width: 767px) {
  .slide--up {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
.headroom--not-top {
  -webkit-transform: translateY(-163px);
          transform: translateY(-163px); }

.headroom--top {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.headroom--pinned {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.headroom--unpinned {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

/* END HEADROOM CSS */
/*@-webkit-keyframes greenPulse {
  from { background-color: rgba(116,154,2,1); -webkit-box-shadow: 0 0 9px rgba(0,0,0,.25); }
  50% { background-color: rgba(145,189,9,1); -webkit-box-shadow: 0 0 18px rgba(145,189,9,1); }
  to { background-color: rgba(116,154,2,1); -webkit-box-shadow: 0 0 9px rgba(0,0,0,.25); }
}

@-webkit-keyframes greenPulse {
  from { background-color: #8bc343; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #8bc343; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { background-color: #8bc343; -webkit-box-shadow: 0 0 9px #333; }
}*/
/*body {
  background: -webkit-linear-gradient(rgba(198,223,243,1), rgba(104,146,178,1));
  background: -o-linear-gradient(rgba(198,223,243,1), rgba(104,146,178,1));
  background: -moz-linear-gradient(rgba(198,223,243,1), rgba(104,146,178,1));
  background: linear-gradient(rgba(198,223,243,1), rgba(104,146,178,1));
}*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

.h1, .h2, h1, h2,
.navbar-brand > a {
  font-family: 'Montserrat', sans-serif; }

.h1, h1 {
  text-transform: uppercase; }

.h3, .h4, .h5, .h6, .p, .a, .label, .li, .tooltip, h3, h4, h5, h6, p, a, label, li {
  font-family: 'Roboto', sans-serif; }

.h1, .h2, .h3, .h4, .h5, .h6, .p, .a, .label, .li, h1, h2, h3, h4, h5, h6, p, a, label, li {
  color: black; }

.phone-main > p {
  color: white; }

.h1, h1 {
  font-size: 3em; }

@media screen and (max-width: 767px) {
  .h1, h1 {
    font-size: 2.4em; } }
.h2, h2 {
  font-size: 2em; }

.h4, h4 {
  font-size: 1.4em; }

.h5, h5 {
  font-size: 1.1em; }

.p, p, .li, li {
  font-size: 1.3em; }

.no-margin-top {
  margin-top: 0; }
  
@media screen and (max-width: 991px) {
  .homepage-title {
    margin-top: 0; } }
.text-light, .tooltip {
  text-shadow: 0 0 0.2em black; }

.text-dark {
  text-shadow: 0 0 0.2em white; }

a {
  color: #337ab7;
  font-weight: bold; }

.footer-link,
ol.breadcrumb > li > a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
a.privacy-toggle,
a.privacy-see-more {
  font-weight: normal; }
  
.special {
    text-shadow: none;
    color: white;
}

.navbar-toggle {
  background-color: #ddd; }

a:visited {
  color: #551A8B !important; }

a:focus, a:hover {
  color: #337ab7; }

.navbar-brand > a,
.navbar-brand > a:visited {
  color: #ff9900 !important; }

img {
  margin: auto; }

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent); }

.vertical-align {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.container {
  background-color: white; }

.col {
  padding-bottom: 1em; }

.last-container {
  padding-bottom: 2em; }

.anchor {
  display: block;
  height: 50px;
  width: 1px;
  margin-top: -60px;
  visibility: hidden; }

.banner-top {
  padding: 20px 0 10px 0; }

.logo-main, .phone-main {
  display: inline-block; }

.logo-main {
  vertical-align: bottom;
  height: 133px; }

.phone-main {
  font-size: 1.6em;
  line-height: 1; }

.nav-tabs > li {
  margin-bottom: -2px; }

.navbar-nav {
  float: none;
  margin: 5px auto;
  display: table;
  table-layout: fixed; }

.navbar-nav > li > a {
  font-size: 1.25em; }

.navbar-brand {
  padding: 0.9em 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.navbar-brand > p {
  font-size: 1em; }

@media screen and (max-width: 767px) {
  .navbar-header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } }
.navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 8px; }

.navbar {
  border: 0;
  margin-bottom: 0; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    padding-top: 1em; } }
.nav-expanded-styled {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(255, 153, 0, 0.6); }

.dropdown-menu {
  padding: 1em 0; }

.dropdown-menu .divider {
  margin: 9px 1.7em;
  background-color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 767px) {
  .dropdown-menu .divider {
    opacity: 0; } }
@media screen and (min-width: 992px) {
  .nav-li {
    top: -49em; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  .nav-li {
    top: -47em; } }
@media screen and (max-width: 767px) {
  .nav-li {
    top: 0; } }
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a {
  color: white !important; }

.dropdown-menu > li > a {
  text-shadow: none; }

@media screen and (max-width: 767px) {
  .dropdown-menu > li > a {
    color: white !important; } }
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #ff9900; }

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: #5a5a5a; } }
@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a {
    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4); } }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(255, 153, 0, 0.6); }

@media screen and (min-width: 768px) {
  .navbar-fixed-top {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } }
.navbar-bottom {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin-top: 2em; }

.navbar-bottom,
.navbar-bottom > .container > .row,
.navbar-default {
  background-color: #5a5a5a; }

.collapsing, .in {
  float: left; }

/*@media screen and (min-width: 768px) and (max-width: 991px) {
  
  .nav > li > a {
    padding: 15px 8px;
    font-size: 0.8em;
  }
  
}*/
@media screen and (min-width: 768px) {
  .navbar {
    border-radius: 0%; } }
.nav > li > a {
  padding: 10px 12px; }

.nav > li > a,
ul.nav.navbar-nav > li {
  border-radius: 0.3em;
  margin: 0 0.07em;
  font-size: 1.22em; }

@media screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    padding-left: 1em; } }
@media screen and (max-width: 767px) {
  ul.nav.navbar-nav > li > a {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0.45em 0.5em 0.35em 0.5em;
    margin-bottom: 0.5em;
    border-radius: 0.3em; } }
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.35em 0.5em;
    margin-bottom: 0.4em;
    border-radius: 0.3em; } }
li.phone-nav.hidden-xs.hidden-sm {
  font-size: 1.39em;
  padding: 6px 14px;
  margin: 0 0.05em 0 0.3em;
  border-radius: 0.6em;
  background: linear-gradient(rgba(175, 255, 155, 0.9), rgba(20, 235, 45, 0.9));
  box-shadow: 0 0 0.1em black; }

div.navbar-brand.hidden-md.hidden-lg > a {
  margin: 0 0.41em; }

.navbar-brand > p,
span.glyphicon.glyphicon-earphone.hidden-xs {
  color: #ff9900; }

.navbar-brand > p > a {
  color: white !important;
  padding: 0.3em 0.9em 0.3em 0.6em;
  border-radius: 0.4em;
  background: linear-gradient(#ff9900, #ff6700);
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0.44em;
  top: -0.2em; }

.tel {
  margin-top: 0.7em; }

span.glyphicon.glyphicon-earphone {
  margin-right: 0.25em; }

span.glyphicon.glyphicon-triangle-bottom {
  font-size: 0.6em; }

.breadcrumb {
  margin: 0% 1% 1% 1%;
  background-color: #f8f8f8; }

.breadcrumb > li + li:before {
  content: ">"; }

iframe {
  width: 100%; }

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%; }

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.contact-form {
  position: relative;
  z-index: 1;
  background-color: #2682b3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding: 1% 5% 5% 5%;
  border-radius: 1em;
  color: white; }

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  background: white; }

input::-webkit-input-placeholder {
  padding-top: 1.2em; }

input::-moz-placeholder {
  padding-top: 1.2em; }

input:-moz-placeholder {
  /* Older versions of Firefox */
  padding-top: 1.2em; }

input:-ms-input-placeholder {
  padding-top: 1.9em; }

.invalid input::-webkit-input-placeholder {
  padding-top: 0; }

.invalid input::-moz-placeholder {
  padding-top: 0; }

.invalid input:-moz-placeholder {
  /* Older versions of Firefox */
  padding-top: 0; }

.invalid input:-ms-input-placeholder {
  padding-top: 0; }

.contact-call {
  margin-top: 0.4em;
  color: white;
  padding: 0.5em 1em; }

.home-base > h3,
input.button-contact {
  line-height: 1.2; }

a.pulse-contact-form-size {
  cursor: pointer; }

@-webkit-keyframes pulseSize {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulseSize {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.contact-form-pulse-size {
  -webkit-animation-name: pulseSize;
          animation-name: pulseSize;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2; }

@-webkit-keyframes pulseGlow {
  from {
    box-shadow: 0 0 0.5em #fff; }
  50% {
    box-shadow: 0 0 1em #fff; }
  to {
    box-shadow: 0 0 0.5em #fff; } }

@keyframes pulseGlow {
  from {
    box-shadow: 0 0 0.5em #fff; }
  50% {
    box-shadow: 0 0 1em #fff; }
  to {
    box-shadow: 0 0 0.5em #fff; } }
.button-contact {
  background: linear-gradient(#ff9900, #ff6700);
  -webkit-animation-name: pulseGlow;
          animation-name: pulseGlow;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

input.button-contact {
  border-radius: 1em;
  border: 0px solid transparent;
  padding: 0.5em 1em;
  margin: 0.5em 1.5em 0.8em 1.5em;
  font-size: 1.4em; }

button.btn.btn-default:hover {
  box-shadow: 0em 0em 1em #62acff;
  text-decoration: underline; }

@media (max-width: 767px) {
  button.btn.btn-default:hover {
    text-decoration: none; } }
button.btn.btn-default {
  background: linear-gradient(#3bb5f3, #2682b3);
  color: white;
  border: 1px solid #62acff; }

.btn,
.button-main {
  transition: all 0.2s;
  border-radius: 1em; }

.button-link:hover {
  text-decoration: none; }

.button-main {
  border: 2px solid #2682b3;
  margin: 1.65em auto;
  background-color: #f3f4f5;
  background-repeat: no-repeat;
  background-size: contain; }

.button-main:hover {
  box-shadow: 0em 0em 1em #2682b3; }

.button-main:hover,
.button-contact:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

@media screen and (min-width: 767px) {
  button.btn.btn-default:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
.button-footer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.button-faq {
  background-image: url(/img/svg/faq-button.svg); }

.button-therapy-systems {
  background-image: url(/img/button/therapy-systems-466.jpg); }

.button-healing-benefits {
  background-image: url(/img/button/healing-benefits-466.jpg); }

.button-brochure {
  background-image: url(/img/button/brochure-466.jpg); }

.button-testimonials {
  background-image: url(/img/button/testimonials-466.jpg); }

.button-compare {
  background-image: url(/img/button/compare-models-466.jpg); }

.button-gallery {
  background-image: url(/img/button/installation-gallery-466.jpg); }

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (min-resolution: 96dpi) and (min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (min-resolution: 96dpi) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) and (-moz-min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (min-resolution: 96dpi) and (-moz-min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (min-resolution: 96dpi) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) and (-ms-min-device-pixel-ratio: 1), only screen and (min-width: 1200px) and (min-resolution: 96dpi) and (-ms-min-device-pixel-ratio: 1) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-233.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-233.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-233.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-233.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-233.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-233.jpg); } }
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (min-resolution: 144dpi) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (min-resolution: 144dpi) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (min-resolution: 144dpi) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (min-resolution: 144dpi) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) and (-ms-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (min-resolution: 144dpi) and (-ms-min-device-pixel-ratio: 1.5) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-350.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-350.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-350.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-350.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-350.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-350.jpg); } }
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (-ms-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi) and (-ms-min-device-pixel-ratio: 2) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-466.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-466.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-466.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-466.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-466.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-466.jpg); } }
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 3) and (min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (min-resolution: 288dpi) and (min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (min-resolution: 288dpi) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 3) and (-moz-min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (min-resolution: 288dpi) and (-moz-min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (min-resolution: 288dpi) and (min--moz-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 3) and (-ms-min-device-pixel-ratio: 3), only screen and (min-width: 1200px) and (min-resolution: 288dpi) and (-ms-min-device-pixel-ratio: 3) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-699.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-699.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-699.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-699.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-699.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-699.jpg); } }
@media only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 96dpi) and (min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 96dpi) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1) and (-moz-min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 96dpi) and (-moz-min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 96dpi) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1) and (-ms-min-device-pixel-ratio: 1), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 96dpi) and (-ms-min-device-pixel-ratio: 1) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-183.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-183.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-183.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-183.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-183.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-183.jpg); } }
@media only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 144dpi) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 144dpi) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 144dpi) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 144dpi) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) and (-ms-min-device-pixel-ratio: 1.5), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 144dpi) and (-ms-min-device-pixel-ratio: 1.5) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-275.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-275.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-275.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-275.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-275.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-275.jpg); } }
@media only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 192dpi) and (min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 192dpi) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) and (-ms-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 192dpi) and (-ms-min-device-pixel-ratio: 2) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-366.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-366.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-366.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-366.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-366.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-366.jpg); } }
@media only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 3) and (min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 288dpi) and (min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 288dpi) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 3) and (-moz-min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 288dpi) and (-moz-min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 288dpi) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 3) and (-ms-min-device-pixel-ratio: 3), only screen and (max-width: 1199px) and (min-width: 992px) and (min-resolution: 288dpi) and (-ms-min-device-pixel-ratio: 3) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-549.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-549.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-549.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-549.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-549.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-549.jpg); } }
@media only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 96dpi) and (min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 96dpi) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (-moz-min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 96dpi) and (-moz-min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 96dpi) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (-ms-min-device-pixel-ratio: 1), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 96dpi) and (-ms-min-device-pixel-ratio: 1) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-270.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-270.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-270.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-270.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-270.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-270.jpg); } }
@media only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 144dpi) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 144dpi) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 144dpi) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 144dpi) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) and (-ms-min-device-pixel-ratio: 1.5), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 144dpi) and (-ms-min-device-pixel-ratio: 1.5) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-405.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-405.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-405.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-405.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-405.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-405.jpg); } }
@media only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 192dpi) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 192dpi) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (-ms-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 192dpi) and (-ms-min-device-pixel-ratio: 2) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-540.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-540.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-540.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-540.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-540.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-540.jpg); } }
@media only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 3) and (min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 288dpi) and (min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 288dpi) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 3) and (-moz-min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 288dpi) and (-moz-min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 288dpi) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 3) and (-ms-min-device-pixel-ratio: 3), only screen and (max-width: 991px) and (min-width: 768px) and (min-resolution: 288dpi) and (-ms-min-device-pixel-ratio: 3) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-810.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-810.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-810.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-810.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-810.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-810.jpg); } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (min-resolution: 96dpi) and (min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (min-resolution: 96dpi) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (-moz-min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (min-resolution: 96dpi) and (-moz-min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 767px) and (min-resolution: 96dpi) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (-ms-min-device-pixel-ratio: 1), only screen and (max-width: 767px) and (min-resolution: 96dpi) and (-ms-min-device-pixel-ratio: 1) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-482.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-482.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-482.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-482.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-482.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-482.jpg); } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (-ms-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) and (-ms-min-device-pixel-ratio: 1.5) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-723.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-723.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-723.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-723.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-723.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-723.jpg); } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (-ms-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi) and (-ms-min-device-pixel-ratio: 2) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-964.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-964.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-964.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-964.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-964.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-964.jpg); } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3) and (min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (min-resolution: 288dpi) and (min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (min-resolution: 288dpi) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3) and (-moz-min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (min-resolution: 288dpi) and (-moz-min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 767px) and (min-resolution: 288dpi) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3) and (-ms-min-device-pixel-ratio: 3), only screen and (max-width: 767px) and (min-resolution: 288dpi) and (-ms-min-device-pixel-ratio: 3) {
  .button-therapy-systems {
    background-image: url(/img/button/therapy-systems-1446.jpg); }

  .button-healing-benefits {
    background-image: url(/img/button/healing-benefits-1446.jpg); }

  .button-brochure {
    background-image: url(/img/button/brochure-1446.jpg); }

  .button-testimonials {
    background-image: url(/img/button/testimonials-1446.jpg); }

  .button-compare {
    background-image: url(/img/button/compare-models-1446.jpg); }

  .button-gallery {
    background-image: url(/img/button/installation-gallery-1446.jpg); } }
.button-healing-benefits > h2 {
  margin-top: 4.5em; }

.button-main > h2 {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 1.6em;
  line-height: 1.3; }

a.privacy-toggle,
p.privacy-snippet > a {
  color: white !important; }

p.privacy-snippet > a {
  font-size: 0.8em; }

p.privacy-snippet {
  padding-top: 0.3em;
  color: white; }

.privacy-glyphicon-close {
  float: right;
  padding-top: 0.15em; }

.privacy-glyphicon-close:hover {
  color: #7d7d7d; }

.control-label {
  margin-right: 3%;
  font-weight: normal;
  font-size: 1.1em;
  padding-left: 1.5em;
  padding-right: 1.2em;
  color: white; }

.form-control {
  width: 91%; }

.form-input-holder {
  margin-bottom: 2%; }

.contact-form > h3 {
  width: 82%;
  margin: 0.5em auto; }

@media (min-width: 768px) {
  .form-group {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; } }
input {
  white-space: normal; }

.reason {
  font-size: 1em; }

h3.main-subhead {
  font-size: 1.8em; }

.chromatherapy-color {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin-bottom: 1em; }

.chromatherapy-1 {
  background: radial-gradient(#ff6666, red);
  box-shadow: 0em 0em 0.75em #cc0000; }

.chromatherapy-2 {
  background: radial-gradient(#ffba66, darkorange);
  box-shadow: 0em 0em 0.75em #cc7000; }

.chromatherapy-3 {
  background: radial-gradient(#ffff66, yellow);
  box-shadow: 0em 0em 0.75em #cccc00; }

.chromatherapy-4 {
  background: radial-gradient(#66ff66, lime);
  box-shadow: 0em 0em 0.75em #00cc00; }

.chromatherapy-5 {
  background: radial-gradient(#66ffff, cyan);
  box-shadow: 0em 0em 0.75em #00cccc; }

.chromatherapy-6 {
  background: radial-gradient(#6666ff, blue);
  box-shadow: 0em 0em 0.75em #0000cc; }

.chromatherapy-7 {
  background: radial-gradient(#ff66ff, magenta);
  box-shadow: 0em 0em 0.75em #cc00cc; }

.model-expander {
  white-space: normal;
  margin-bottom: 1em; }

.model-expander > h3 {
  color: white;
  margin-bottom: 0; }

.tub-description {
  text-align: center; }

.tub-description-wrapper {
  padding: 8% 1% 6% 3%;
  border: 2px solid #9a9a9a;
  border-radius: 1em;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 2em; }

.tub-description-head {
  font-weight: bold; }

.tub-description-content {
  padding: 0% 14%; }

@media (max-width: 767px) {
  .slide-bar-down-caption {
    margin-top: 1em; } }
.float-right {
  float: right; }

.tub-image {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH; }

.img-slidebar {
  margin-bottom: 2em; }

.img-panel-rod {
  padding: 2em 0 0 0; }

@media (max-width: 991px) {
  .img-panel-rod {
    margin-bottom: 2em; } }
.img-drain,
.img-pillow {
  padding: 2.8em 0  0; }

.img-cushion {
  padding: 0.5em 0 0 0; }

@media (min-width: 768px) {
  .img-cushion {
    padding: 4.5em 0 0 0; } }
.technical-document-link {
  margin: 0.3em 0;
  font-size: 1.2em; }

.carousel-chevron {
  color: white; }

.carousel-chevron-tub {
  color: rgba(0, 0, 0, 0.5); }

.carousel-control.left,
.carousel-control.right {
  background-image: none; }

.display-none {
  display: none; }

.clear-both {
  clear: both; }

.simple-map-img {
  width: 100%; }

@media (max-width: 767px) {
  .state-list,
  .city-list {
    margin-bottom: 0; } }
.city-list-last {
  padding-bottom: 1em; }

.standard-features-1 {
  padding-bottom: 3em;
}

blockquote {
  border: none; }

.testimonial {
  margin: 0;
  padding: 1em 3.5em;
  position: relative;
  color: #666;
  border-radius: 0.5em;
  font-style: italic;
  font-size: 1em;
  background-image: linear-gradient(rgba(176, 223, 255, 0.4), rgba(176, 223, 255, 0.7)); }

.testimonial:before, .testimonial:after {
  content: "\201C";
  position: absolute;
  font-size: 6em;
  line-height: 1;
  color: #999;
  font-style: normal; }

.testimonial:before {
  top: 0;
  left: 10px; }

.testimonial:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid rgba(176, 223, 255, 0.7);
  margin: 0 0 0.5em 4em; }

.testimonial-author {
  margin: 0 0 1.5em 2em;
  text-align: left; }

.bbb-holder {
  margin-top: 4em;
  margin-left: 2em; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bbb-holder {
    margin-top: 5em; } }
.col-no-padding {
  padding: 0; }

.navbar-bottom {
  padding-top: 1%; }

.svg-overlay {
  padding: 0 7px; }

.feature-overlay {
  position: absolute;
  left: 1%;
  width: 100%; }

.has-mouse {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-overlay {
    top: 6%; } }
a.feature {
  cursor: default; }

.tooltip.top .tooltip-inner,
.tooltip.right .tooltip-inner,
.tooltip.bottom .tooltip-inner,
.tooltip.left .tooltip-inner {
  background-color: #2682b3;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  box-shadow: 0em 0em 0.5em rgba(0, 0, 0, 0.5); }

.tooltip.top .tooltip-arrow {
  border-top-color: #2682b3; }

.tooltip.right .tooltip-arrow {
  border-right-color: #2682b3; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2682b3; }

.tooltip.left .tooltip-arrow {
  border-left-color: #2682b3; }

.tooltip {
  font-size: 1.5em; }

.footer-link {
  font-size: 2em;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; }
  
.tosp a, span {
    font-size: 1em;
    text-shadow:none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-link {
    font-size: 1.5em; } }
.copyright > h5 {
  color: white; }

.img-news-update {
  width: 90%; }

.footer-link:hover {
  color: #ff9900; }

.contact-button {
  background: radial-gradient(#ff9900, #ff6700);
  box-shadow: 0 0 1em #c0641f;
  border: none;
  border-radius: 100%; }

.contact-button:hover {
  box-shadow: 0 0 2em #c0641f;
  -webkit-transform: scale(1.04);
          transform: scale(1.04); }

.contact-button > h2 {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  margin: auto; }

.contact-button > h2 {
  font-size: 1.5em;
  width: 80%;
  padding-top: 4%; }

@media screen and (min-width: 321px) and (max-width: 462px) {
  .contact-button > h2 {
    font-size: 1.5em;
    width: 72%; } }
@media screen and (min-width: 463px) and (max-width: 767px) {
  .contact-button > h2 {
    font-size: 2.4em;
    width: 70%; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .contact-button > h2 {
    font-size: 2.8em;
    width: 79%; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-button > h2 {
    font-size: 1.6em;
    width: 78%; } }
@media screen and (min-width: 1200px) {
  .contact-button > h2 {
    font-size: 2.1em;
    width: 80%; } }
@media print {
  .hidden-xs {
    display: block !important; }

  form,
  .breadcrumb,
  .button-main,
  a[href]:after {
    display: none !important; }

  .col-print {
    width: 33.33333333%; }

  .col-print > .col-print {
    width: 100%; }

  .col-print-2 {
    width: 66.66666666%; }

  .col-print-2 > .col-print {
    width: 50%; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .svg,
  .banner-svg {
    height: 50%; } }
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .banner-svg-holder {
    height: 300px; } }
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px) {
  .banner-svg-holder {
    height: 432px; } }
@media all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1199px), (-ms-high-contrast: active) and (min-width: 992px) and (max-width: 1199px) {
  .banner-svg-holder {
    height: 414px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
  .banner-svg-holder {
    height: 503px; } }
