h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.o-section.height {
  height: 1000px;
}

.o-section.u-bg--super-light-grey {
  background-color: #f2f2f2;
}

.o-section.u-bg--image-1 {
  background-image: url('../images/BANNER-L.jpg');
  background-position: 5% 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.o-section.u-bg--image-2 {
  background-image: url('../images/banner-img-4-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.o-section.u-centered {
  text-align: center;
}

.c-banner__slider {
  height: 650px;
}

.c-banner__arrows {
  display: none;
}

.text {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.o-container {
  position: relative;
  z-index: 1;
}

.o-container.u-centered {
  text-align: center;
}

.o-container.u-centered.u-text-color--white {
  color: #fff;
}

.o-container.u-centered.u-text-color--white.u-p-top {
  padding-top: 195px;
}

.o-container.u-p--10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-container.u-p--7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.o-container.u-p--5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.o-container.u-p--1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-spacer {
  height: 5px;
}

.c-spacer.c-spacer--medium {
  height: 40px;
}

.c-spacer.c-spacer--small {
  height: 20px;
}

.c-spacer.c-spacer--tiny {
  height: 10px;
}

.c-spacer.c-spacer--super {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-spacer.c-spacer--header {
  padding-top: 75px;
  padding-bottom: 75px;
}

.c-spacer.c-spacer--large {
  height: 60px;
}

.c-spacer.c-spacer--xlarge {
  height: 80px;
}

.c-img {
  width: 100%;
}

.c-img.c-logo {
  width: 120px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
}

.c-img.c-icn__banner {
  width: 15px;
  margin-top: 5px;
  margin-right: 12px;
  float: left;
}

.c-img.c-img-quote {
  width: 80px;
  opacity: 0.2;
}

.c-img.c-img-art {
  display: none;
}

.c-img.c-img-art.hide {
  display: none;
}

.c-nav {
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.c-banner-contact-details {
  border-bottom: 1px solid #e7e7e7;
}

.c-banner__slide-one {
  padding-top: 215px;
  background-image: url('../images/banner-img-rife-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.c-contact-wrapper {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  float: right;
}

.c-link {
  float: left;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #333;
  text-decoration: none;
}

.c-link:hover {
  color: #ed591c;
  text-decoration: none;
}

.c-link.c-link__banner {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.c-link.c-link__banner:hover {
  color: #ed591c;
}

.c-link.contact-link {
  display: block;
  float: none;
  color: #ed591c;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
}

.c-link.contact-link:hover {
  color: #ed591c;
  text-decoration: none;
}

.c-banner__phone-number {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

.c-banner-heading {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
}

.c-btn {
  padding: 10px 20px;
}

.c-btn.c-btn--primary {
  border: 2px solid transparent;
  background-color: #ed591c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.c-btn.c-btn--primary:hover {
  background-color: #cf4d17;
  box-shadow: 11px 11px 38px -4px rgba(0, 0, 0, 0.4);
}

.c-btn.c-btn--primary:active {
  background-color: #b34213;
  box-shadow: none;
}

.c-btn.c-btn--primary.c-btn--corner {
  border-radius: 100px;
}

.c-btn.c-btn--primary.c-btn--corner.c-m--right {
  margin-right: 15px;
}

.c-btn.c-btn--primary.c-btn--corner.c-btn--outline {
  border-color: #ed591c;
  background-color: transparent;
}

.c-btn.c-btn--primary.c-btn--corner.c-btn--outline:hover {
  background-color: #ed591c;
}

.c-btn.c-btn--primary.c-btn--corner.c-btn--outline:active {
  border-color: #cf4d17;
  background-color: #cf4d17;
}

.c-btn.c-btn--primary.c-btn--corner.c-btn-sml {
  margin-top: 14px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 15px;
  font-size: 11px;
}

.c-btn.c-btn--primary.c-btn--corner.c-btn-sml.nav-cta {
  display: none;
}

.c-body--heading {
  color: #000;
  font-weight: 500;
}

.c-body--heading.u-text--white {
  color: #fff;
}

.c-body--heading.testimonial {
  font-size: 25px;
  line-height: 34px;
}

.c-body--heading.testimonial.c-w-narrow {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.c-body--heading.u-centered {
  text-align: center;
}

.c-body--heading.u-nmt {
  margin-top: 0px;
}

.c-body--heading.u-nmt.u-text-centered {
  text-align: center;
}

.c-wrapper--narrow {
  width: 70%;
}

.c-wrapper--narrow.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-wrapper--narrow.u-centered.u-narrow-medium {
  width: 45%;
}

.c-body--sub-head {
  color: #969696;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.c-body--sub-head.u-text--white {
  color: #fff;
}

.c-body--sub-head.u-text--grey {
  color: #333;
}

.c-body--sub-head.c-team-designation {
  font-size: 14px;
}

.c-services {
  width: 100%;
  height: 500px;
}

.c-services.c-services__recovery {
  position: relative;
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/services-img-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-services.c-services__recovery.last-img {
  position: absolute;
  right: -98%;
}

.c-services.c-services__health {
  position: relative;
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/services-img-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-services.c-services__f5 {
  position: relative;
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/services-img-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-services.c-services__f5.first-img {
  position: absolute;
  left: -98%;
}

.c-services__text-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}

.o-slider {
  display: block;
  overflow: hidden;
  height: 400px;
  background-color: transparent;
}

.c-slider-mask {
  display: block;
  overflow: visible;
  width: 33%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.c-testimonial-author-wrapper {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.c-testimonial-author-img {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/erich.jpg');
  background-position: 50% 32%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.footer {
  background-color: #202020;
}

.footer.terms {
  border-top: 1px solid #3d3d3d;
}

.footer.designer {
  background-color: #181818;
}

.footer-logo {
  width: 140px;
}

.c-text-color--grey {
  color: #969696;
}

.c-footer-heading {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.c-footer-links {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969696;
  text-decoration: none;
}

.c-footer-links:hover {
  padding-left: 11px;
  background-color: #ed591c;
  color: #fff;
}

.c-terms-text {
  margin-top: 10px;
  color: #969696;
  font-size: 12px;
  text-align: left;
}

.c-terms-text.designer {
  margin-top: 0px;
  color: #5c5c5c;
  text-align: center;
}

.c-terms-text.terms-link {
  margin-right: 47px;
  float: right;
}

.c-social-wrapper {
  float: right;
}

.c-social-wrapper.c-team-social {
  display: none;
  float: none;
}

.c-social-text {
  width: 50px;
  height: 50px;
  color: #969696;
  text-decoration: none;
}

.c-social-text.fa.fa-facebook {
  width: 40px;
  height: 40px;
  padding: 12px 15px;
  border-radius: 100%;
  background-color: #969696;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 18px;
}

.c-social-text.fa.fa-facebook:hover {
  background-color: #ed591c;
}

.c-social-text.fa.fa-facebook.team-social {
  margin-right: 10px;
  background-color: #c3c3c3;
}

.c-social-text.fa.fa-facebook.team-social:hover {
  background-color: #ed591c;
}

.c-social-text.fa.fa-linkedin {
  width: 40px;
  height: 40px;
  padding: 12px 15px;
  border-radius: 100%;
  background-color: #969696;
  color: #fff;
}

.c-social-text.fa.fa-linkedin.team-social {
  background-color: #c3c3c3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-social-text.fa.fa-linkedin.team-social:hover {
  background-color: #ed591c;
}

.c-designer-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #5c5c5c;
}

.c-designer-link:hover {
  color: #ed591c;
}

.c-terms-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969696;
  text-decoration: none;
}

.c-terms-link:hover {
  color: #ed591c;
  text-decoration: underline;
}

.c-nav-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.c-nav-link:hover {
  color: #ed591c;
}

.c-nav-link.w--current {
  color: #ed591c;
}

.c-footer-email-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #969696;
}

.c-footer-email-link:hover {
  color: #ed591c;
}

.c-hero {
  height: 400px;
}

.c-hero.c-hero--about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/banner-img-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner-img-min.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--fir-sauna {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/FIR-Sauna-new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/FIR-Sauna-new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--aroma {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/LAVENDER-oil-crop-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/LAVENDER-oil-crop-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--inbody {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/inbody-header-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/inbody-header-min.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--f5-challenge {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Food-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Food-min.jpg');
  background-position: 0px 0px, 50% 9px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--recovery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/sactuary-img-3-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/sactuary-img-3-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--fitness {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/fitness-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/fitness-min.jpg');
  background-position: 0px 0px, 50% 66%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--products {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/lipo1-header-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/lipo1-header-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--price {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/sabrina-mazzeo-771639-unsplash-002-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/sabrina-mazzeo-771639-unsplash-002-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/dreamstime_l_109584484-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/dreamstime_l_109584484-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/banner-img-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/banner-img-min.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero-health {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/HAND-MASSAGE2-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/HAND-MASSAGE2-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.c-hero.c-hero-dietician {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dietician-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dietician-min.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero-rife {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PEMF-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PEMF-min.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.c-hero--testimonial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/banner-img-testimonials-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/banner-img-testimonials-min.jpg');
  background-position: 0px 0px, 0% 17%;
  background-size: auto, cover;
}

.text-block {
  color: #969696;
}

.c-philosophy-img {
  width: 100%;
  height: 300px;
  background-image: url('../images/sactuary-img-6-min.jpg');
  background-position: 50% 93%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-philosophy-img.img-fir {
  background-image: url('../images/rejuve-banner2-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.c-philosophy-img.img-rife {
  background-image: url('../images/dr-rife.jpg');
}

.c-philosophy-img.img-resonator {
  background-image: url('../images/rife-resonator-min.jpg');
  background-position: 50% 50%;
}

.c-philosophy-img.img-rife-resonator {
  background-image: url('../images/rife-resonator-2.jpg');
}

.c-philosophy-img.img-pulser {
  background-image: url('../images/pulser.jpg');
  background-position: 50% 50%;
}

.c-grid__cell.c-p--right {
  padding-right: 20px;
}

.c-team-wrapper {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
}

.c-team-wrapper:hover {
  box-shadow: 15px 15px 50px -3px rgba(0, 0, 0, 0.19);
}

.c-container__item.u-centered {
  text-align: center;
}

.c-sactuary-img {
  width: 100%;
  height: 250px;
  background-image: url('../images/banner-img-rife-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-sactuary-img.img-2 {
  background-image: url('../images/sactuary-img-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-sactuary-img.img-3 {
  background-image: url('../images/sactuary-img-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-sactuary-img.img-4 {
  background-image: url('../images/sactuary-img-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-sactuary-img.img-5 {
  background-image: url('../images/services-img-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-sactuary-img.img-6 {
  background-image: url('../images/PHOTO-2018-11-07-18-10-56.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-dropdown-link {
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-dropdown-link:hover {
  background-color: #ed591c;
  color: #fff;
}

.c-dropdown-link.w--current {
  color: #ed591c;
}

.c-dropdown-link.w--current:hover {
  color: #fff;
}

.c-dropdown-link.last {
  border-bottom-style: none;
}

.c-dropdown-link.u-border-left {
  border-left: 1px solid #ececec;
}

.c-dropdown-list.w--open {
  box-shadow: 4px 4px 22px -2px rgba(0, 0, 0, 0.2);
}

.u-text-color-grey {
  color: #969696;
  font-weight: 300;
}

.u-text-color-grey.u-text-centered {
  text-align: center;
}

.c-fir-images {
  width: 100%;
  height: 419px;
}

.c-fir-images.sauna-therapy {
  background-image: url('../images/fir-sauna-min.jpg');
  background-position: 50% 12%;
  background-size: 533px;
}

.c-fir-images.sauna-therapy.hide {
  display: none;
}

.c-fir-images.aroma-img {
  background-image: url('../images/BACK2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.aroma-img.before-hide {
  display: none;
}

.c-fir-images.indian-head-img {
  background-image: url('../images/HEAD-MASSAGEP-new-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.indian-head-img.hide-before {
  display: none;
}

.c-fir-images.foot-reflex-img {
  background-image: url('../images/FOOT-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.lymph-img {
  background-image: url('../images/lymph2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.lymph-img.hide-before {
  display: none;
}

.c-fir-images.hand-img {
  background-image: url('../images/HAND-MASSAGE2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.foot-img {
  background-image: url('../images/foot-spa2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.foot-img.hide-before {
  display: none;
}

.c-fir-images.full-body-img {
  background-image: url('../images/SUGAR2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.lavender-img {
  background-image: url('../images/LAVENDER-oil-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.peppermint-img {
  background-image: url('../images/PEPPERMINT-oil-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.peppermint-img.hide-before {
  display: none;
}

.c-fir-images.lemon-img {
  background-image: url('../images/LEMON-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.ylang-img {
  background-image: url('../images/YLANG-YLANG-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.ylang-img.hide-before {
  display: none;
}

.c-fir-images.cedarwood-img {
  background-image: url('../images/CEDARWOOD-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.orange-img {
  background-image: url('../images/SWEET-ORANGE-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.orange-img.before-hide {
  display: none;
}

.c-fir-images.rosemary-img {
  background-image: url('../images/ROSEMARY-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.lemongrass-img {
  background-image: url('../images/LEMONGRASS-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.lemongrass-img.hide-before {
  display: none;
}

.c-fir-images.petitgrain-img {
  background-image: url('../images/PETITGRAIN-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.frank-img {
  background-image: url('../images/FRANKINCENSE-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.frank-img.hide-before {
  display: none;
}

.c-fir-images.sandalwood-img {
  background-image: url('../images/SANDALWOOD-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.grapeseed-img {
  background-image: url('../images/GRAPESEED-oil2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.grapeseed-img.hide-before {
  display: none;
}

.c-fir-images.inbody-img {
  height: 764px;
  background-image: url('../images/inbody-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.dietitian-img {
  height: 522px;
  background-image: url('../images/IMG-20180722-WA0006.jpg');
  background-position: 50% -36px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.f5-kitchen-img {
  background-image: url('../images/kitchen-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.cooking-img {
  display: none;
  margin-bottom: 30px;
  background-image: url('../images/Food-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.cooking-img.hide {
  display: block;
}

.c-fir-images.recovery-centre-img-1 {
  background-image: url('../images/recovery-img-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.recovery-fitness {
  display: none;
  margin-bottom: 30px;
  background-image: url('../images/services-img-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.recovery-fitness.hide {
  display: block;
}

.c-fir-images.fitness-img {
  background-image: url('../images/walking-to-lose-weight-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.lipo-products-img {
  background-image: url('../images/LIPOSCULPT-PRODUCTS-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.termo-gel-img {
  display: none;
  background-image: url('../images/LIPOSCULPT-THERMOGEL-min.jpg');
  background-position: 50% 100%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.c-fir-images.termo-gel-img.hide {
  display: block;
}

.c-fir-images.detox-img {
  background-image: url('../images/EXFOLIATING-SPONGE-min.jpg');
  background-position: 50% 100%;
  background-size: 450px;
}

.c-fir-images.sponge-img {
  display: none;
  background-image: url('../images/EXFOLIATING-SPONGE-min.jpg');
  background-position: 50% 100%;
  background-size: 450px;
}

.c-fir-images.sponge-img.hide {
  display: block;
}

.c-fir-images.recovery-centre-img-2 {
  margin-bottom: 30px;
  background-image: url('../images/services-img-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.recovery-center {
  background-image: url('../images/sactuary-img-3-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.health-spa {
  background-image: url('../images/HAND-MASSAGE2-min.jpg');
  background-position: 63% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.health-spa.hide {
  display: none;
}

.c-fir-images.fitness {
  background-image: url('../images/fitness-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.fitness.hide {
  display: none;
}

.c-fir-images.dietician {
  background-image: url('../images/IMG-20180722-WA0006.jpg');
  background-position: 50% 27%;
  background-size: cover;
}

.c-fir-images.f5-challenge {
  background-image: url('../images/kitchen-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-fir-images.fir-sauna {
  background-image: url('../images/FIR-Sauna-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-fir-images.f5-fitness {
  background-image: url('../images/IMG-20180906-WA0007.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-fir-images.f5-fitness.hide {
  display: none;
}

.c-list-item.u-text-color-grey.numbers {
  margin-left: 12px;
  padding-left: 8px;
  list-style-type: decimal;
}

.c-drop-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-drop-link {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-drop-link:hover {
  background-color: #ed591c;
  color: #fff;
}

.c-sub-drop.w--open {
  left: 200px;
  top: 0px;
}

.c-services-wrapper {
  width: 100%;
  height: 200px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.c-services-wrapper:hover {
  box-shadow: 6px 6px 22px -5px rgba(0, 0, 0, 0.15);
}

.c-services-wrapper:active {
  box-shadow: none;
}

.c-services-wrapper.recovery-centre {
  padding: 65px 20px 44px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/sactuary-img-3-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/sactuary-img-3-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.c-services-wrapper.health-spa {
  padding: 65px 20px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/HAND-MASSAGE2-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/HAND-MASSAGE2-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-services-wrapper.f5-challenge {
  padding: 47px 20px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/kitchen-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/kitchen-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-services-wrapper.fitness {
  padding-top: 65px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/fitness-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/fitness-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-services-wrapper.dietitian {
  padding-top: 65px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/dietician-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/dietician-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-slide__nav {
  display: none;
}

.c-contact-link {
  display: block;
  color: #ed591c;
  font-weight: 100;
}

.c-contact-link:hover {
  text-decoration: none;
}

.c-body-links {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url('../images/arrow-orange.svg'), url('../images/arrow.svg');
  background-position: -23px 50%, 89% 50%;
  background-size: 12px, 12px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969696;
  text-decoration: none;
}

.c-body-links:hover {
  padding-left: 15px;
  background-position: 89% 50%, 113% 50%;
  color: #ed591c;
}

.u-upperclass {
  text-transform: uppercase;
}

.c-call-to-enquire {
  color: #ed591c;
  font-size: 20px;
}

.c-img-service {
  width: 100%;
}

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

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

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

.c-testimonial-link {
  color: #ed591c;
}

.c-testimonial-link:hover {
  text-decoration: none;
}

.canamere-link {
  color: #ed591c;
  font-weight: 700;
  text-decoration: underline;
}

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

html.w-mod-js *[data-ix="services-thumpnail"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .o-container.u-p--10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-spacer.c-spacer--super {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-img.c-img-art {
    display: none;
  }
  .c-btn.c-btn--primary.c-btn--corner.c-btn-sml.nav-cta {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }
  .c-wrapper--narrow {
    width: 80%;
  }
  .c-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .c-dropdown-link {
    border-bottom-style: none;
    background-color: #d3d3d3;
    text-align: center;
  }
  .c-dropdown-link.u-border-left {
    border-left-style: none;
  }
  .c-dropdown-list.w--open {
    background-color: #d3d3d3;
  }
  .c-fir-images.sauna-therapy.hide {
    display: none;
  }
  .c-fir-images.indian-head-img.hide-before {
    display: none;
  }
  .c-fir-images.lymph-img.hide-before {
    display: none;
  }
  .c-fir-images.foot-img.hide-before {
    display: none;
  }
  .c-fir-images.peppermint-img {
    margin-bottom: 30px;
  }
  .c-fir-images.peppermint-img.hide-before {
    display: none;
  }
  .c-fir-images.ylang-img.hide-before {
    display: none;
  }
  .c-fir-images.orange-img.before-hide {
    display: none;
  }
  .c-fir-images.lemongrass-img.hide-before {
    display: none;
  }
  .c-fir-images.frank-img.hide-before {
    display: none;
  }
  .c-fir-images.grapeseed-img.hide-before {
    display: none;
  }
  .c-fir-images.cooking-img.hide {
    display: block;
  }
  .c-drop-link {
    width: 146px;
    border-bottom-style: none;
    background-color: #d3d3d3;
  }
  .c-nav__dropdown {
    background-color: #000;
  }
  .dropdown-toggle {
    width: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #fff;
  }
  .c-nav__dropdown-icon {
    margin-top: 15px;
  }
  .c-services-wrapper.recovery-centre {
    padding-top: 45px;
  }
  .c-services-wrapper.f5-challenge {
    padding-top: 15px;
  }
  .c-body-links {
    background-position: -23px 50%, 100% 50%;
    font-size: 14px;
  }
  .c-body-links:hover {
    padding-left: 10px;
    background-position: 100% 50%, 113% 50%;
  }
  .c-nav-icon {
    color: #ed591c;
  }
  .c-menu-btn {
    background-color: #fff;
  }
  .c-menu-btn.w--open {
    background-color: transparent;
  }
  .dropdown {
    background-color: #d3d3d3;
  }
  .c-img-service {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .o-container.u-centered.u-text-color--white.u-p-left-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.u-p--10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-container.u-p--10.u-centered.u-np-bottom {
    padding-bottom: 0px;
  }
  .o-container.u-p--10.u-np-top {
    padding-top: 0px;
  }
  .o-container.u-p--10.n-pb {
    padding-bottom: 0px;
  }
  .o-container.u-p--5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-spacer.c-spacer--small.hide {
    display: none;
  }
  .c-spacer.c-spacer--small.spacer-team {
    height: 40px;
  }
  .c-spacer.c-spacer--super {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-spacer.c-spacer--large.hide {
    display: none;
  }
  .c-spacer.c-spacer--xlarge {
    height: 40px;
  }
  .c-img.c-img-art {
    display: block;
    margin-bottom: 30px;
  }
  .c-img.c-img-art.hide {
    display: block;
  }
  .c-banner__slide-one {
    padding-top: 180px;
  }
  .c-body--heading.u-nmt.u-left-p {
    padding-left: 20px;
  }
  .c-wrapper--narrow.u-centered {
    width: 90%;
  }
  .c-wrapper--narrow.u-centered.u-narrow-medium {
    width: 60%;
  }
  .o-grid__cell.u-np-left-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell.u-p-left-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-grid__cell.u-p-left-right.u-centered {
    text-align: center;
  }
  .c-testimonial-author-wrapper {
    width: 40%;
  }
  .c-terms-text {
    text-align: center;
  }
  .c-terms-text.terms-link {
    margin-right: 0px;
    float: none;
  }
  .c-social-wrapper {
    margin-top: 15px;
    float: none;
  }
  .c-terms-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .c-hero.c-hero--f5-challenge {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/f5-challenge-min.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/f5-challenge-min.jpg');
    background-position: 0px 0px, 0px 87px;
  }
  .c-grid__cell.c-p--right {
    padding-left: 20px;
  }
  .c-grid__cell.c-p--right.u-p-left-right {
    padding-left: 20px;
  }
  .c-grid__cell.c-p--right.u-centered {
    text-align: center;
  }
  .c-team-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .c-dropdown-link.u-border-left {
    border-left-style: none;
  }
  .c-fir-images.sauna-therapy {
    display: none;
  }
  .c-fir-images.sauna-therapy.hide {
    display: block;
    margin-bottom: 30px;
  }
  .c-fir-images.aroma-img {
    margin-bottom: 30px;
  }
  .c-fir-images.aroma-img.hide {
    display: none;
  }
  .c-fir-images.aroma-img.before-hide {
    display: block;
  }
  .c-fir-images.indian-head-img {
    margin-bottom: 30px;
  }
  .c-fir-images.indian-head-img.hide {
    display: none;
  }
  .c-fir-images.indian-head-img.hide-before {
    display: block;
  }
  .c-fir-images.foot-reflex-img {
    margin-bottom: 30px;
  }
  .c-fir-images.lymph-img {
    margin-bottom: 30px;
  }
  .c-fir-images.lymph-img.hide {
    display: none;
  }
  .c-fir-images.lymph-img.hide-before {
    display: block;
  }
  .c-fir-images.hand-img {
    margin-bottom: 30px;
  }
  .c-fir-images.foot-img {
    margin-bottom: 30px;
  }
  .c-fir-images.foot-img.hide {
    display: none;
  }
  .c-fir-images.foot-img.hide-before {
    display: block;
  }
  .c-fir-images.full-body-img {
    margin-bottom: 30px;
  }
  .c-fir-images.lavender-img {
    margin-bottom: 30px;
  }
  .c-fir-images.peppermint-img.hide-before {
    display: block;
  }
  .c-fir-images.peppermint-img.hide {
    display: none;
  }
  .c-fir-images.lemon-img {
    margin-bottom: 30px;
  }
  .c-fir-images.ylang-img {
    margin-bottom: 30px;
  }
  .c-fir-images.ylang-img.hide-before {
    display: block;
  }
  .c-fir-images.ylang-img.hide {
    display: none;
  }
  .c-fir-images.cedarwood-img {
    margin-bottom: 30px;
  }
  .c-fir-images.orange-img {
    margin-bottom: 30px;
  }
  .c-fir-images.orange-img.before-hide {
    display: block;
  }
  .c-fir-images.orange-img.hide {
    display: none;
  }
  .c-fir-images.rosemary-img {
    margin-bottom: 30px;
  }
  .c-fir-images.lemongrass-img {
    margin-bottom: 30px;
  }
  .c-fir-images.lemongrass-img.hide-before {
    display: block;
  }
  .c-fir-images.lemongrass-img.hide {
    display: none;
  }
  .c-fir-images.petitgrain-img {
    margin-bottom: 30px;
  }
  .c-fir-images.frank-img {
    margin-bottom: 30px;
  }
  .c-fir-images.frank-img.hide-before {
    display: block;
  }
  .c-fir-images.frank-img.hide {
    display: none;
  }
  .c-fir-images.sandalwood-img {
    margin-bottom: 30px;
  }
  .c-fir-images.grapeseed-img {
    margin-bottom: 30px;
  }
  .c-fir-images.grapeseed-img.hide-before {
    display: block;
  }
  .c-fir-images.grapeseed-img.hide {
    display: none;
  }
  .c-fir-images.inbody-img {
    height: 346px;
    margin-bottom: 30px;
  }
  .c-fir-images.dietitian-img {
    height: 422px;
    margin-bottom: 30px;
    background-position: 50% 18%;
  }
  .c-fir-images.f5-kitchen-img {
    margin-bottom: 30px;
  }
  .c-fir-images.cooking-img {
    display: block;
  }
  .c-fir-images.cooking-img.hide {
    display: none;
  }
  .c-fir-images.recovery-centre-img-1 {
    margin-bottom: 30px;
  }
  .c-fir-images.recovery-fitness {
    display: block;
  }
  .c-fir-images.recovery-fitness.hide {
    display: block;
  }
  .c-fir-images.fitness-img {
    margin-bottom: 30px;
  }
  .c-fir-images.lipo-products-img {
    margin-bottom: 30px;
  }
  .c-fir-images.termo-gel-img {
    display: block;
    height: 415px;
    margin-bottom: 30px;
    background-size: cover;
  }
  .c-fir-images.termo-gel-img.hide {
    display: none;
  }
  .c-fir-images.detox-img {
    margin-bottom: 30px;
  }
  .c-fir-images.sponge-img {
    display: block;
    margin-bottom: 30px;
  }
  .c-fir-images.sponge-img.hide {
    display: none;
  }
  .c-fir-images.recovery-centre-img-2 {
    margin-bottom: 30px;
  }
  .c-fir-images.recovery-center {
    margin-bottom: 30px;
  }
  .c-fir-images.health-spa {
    display: none;
  }
  .c-fir-images.health-spa.hide {
    display: block;
    margin-bottom: 30px;
  }
  .c-fir-images.fitness {
    display: none;
  }
  .c-fir-images.fitness.hide {
    display: block;
    margin-bottom: 30px;
  }
  .c-fir-images.dietician {
    margin-bottom: 30px;
  }
  .c-fir-images.f5-challenge {
    margin-bottom: 30px;
  }
  .c-fir-images.fir-sauna {
    margin-bottom: 30px;
  }
  .c-fir-images.f5-fitness {
    display: none;
  }
  .c-fir-images.f5-fitness.hide {
    display: block;
    margin-bottom: 30px;
  }
  .c-services-wrapper.recovery-centre {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .c-services-wrapper.f5-challenge {
    padding-top: 60px;
  }
  .c-body-links {
    background-position: -23px 50%, 89% 50%;
  }
  .c-body-links:hover {
    padding-left: 15px;
    background-position: 89% 50%, 113% 50%;
  }
  .c-about-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .u-p--left-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-img-service {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-hide-img {
    display: none;
  }
  .c-f5-intro-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .o-container.u-p--10.u-np-top {
    padding-top: 0px;
  }
  .o-container.u-p--10.u-p--right {
    padding-right: 20px;
  }
  .c-banner__slide-one {
    padding-top: 147px;
  }
  .c-banner-heading {
    font-size: 32px;
    line-height: 35px;
  }
  .c-btn.c-btn--primary.c-btn--corner.c-m--right {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .c-body--heading.u-nmt.u-text-centered.acknowledge {
    font-size: 28px;
  }
  .c-body--heading.u-nmt.u-left-p {
    padding-right: 20px;
  }
  .c-wrapper--narrow.u-centered.u-narrow-medium {
    width: 90%;
  }
  .c-testimonial-author-wrapper {
    width: 90%;
  }
  .c-hero.c-hero--f5-challenge {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/f5-challenge-min.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/f5-challenge-min.jpg');
    background-position: 0px 0px, 0px 129px;
  }
  .c-dropdown-link.u-border-left {
    border-left-style: none;
  }
  .c-fir-images {
    height: 219px;
  }
  .c-fir-images.termo-gel-img {
    height: 300px;
    background-position: 50% 76%;
    background-size: 425px;
  }
  .c-fir-images.detox-img {
    height: 350px;
    background-position: 50% 34%;
    background-repeat: no-repeat;
  }
  .c-fir-images.sponge-img {
    height: 350px;
    background-position: 50% 50%;
  }
  .c-services-wrapper.f5-challenge {
    padding-top: 48px;
  }
  .c-contact-link {
    font-size: 14px;
  }
}





/***** POPUP MODAL *****/

/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
    z-index: 9999;
}

.popup-2 {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
    z-index: 9999;
}

.popup-3 {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
    z-index: 9999;
}

.popup-4 {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
    z-index: 9999;
}

.popup-5 {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
    z-index: 9999;
}

.popup-6 {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
    z-index: 9999;
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
    z-index: 9999;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}

@media (max-width: 660px) {
    .popup-inner {
      height: 90%;

    }
}
