.header {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.text-block {
  font-family: Pompiere, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.image {
  margin-bottom: 20px;
}

.text-span {
  font-size: 60px;
}

.piv {
  height: 580px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 99, 99, .35)), to(rgba(0, 0, 0, .47))), url('../images/start100a.jpg');
  background-image: linear-gradient(180deg, rgba(99, 99, 99, .35), rgba(0, 0, 0, .47)), url('../images/start100a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.txtpiv {
  position: static;
  top: 0px;
  right: 0px;
  background-color: rgba(129, 26, 71, .7);
}

.h1feel {
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  font-family: Pompiere, sans-serif;
  color: #fff;
  font-size: 50px;
}

.h1feel2 {
  font-size: 80px;
  line-height: 80px;
}

.text-block-3 {
  position: static;
  top: 0px;
  right: 0px;
  margin-top: 80px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: right;
}

.pivtxt {
  position: absolute;
  top: 130px;
  right: 250px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.butmore {
  margin-top: 50px;
  background-color: #811a47;
  box-shadow: 4px 4px 13px 0 hsla(0, 0%, 100%, .5);
  font-family: Pompiere, sans-serif;
  font-size: 18px;
}

.div-block {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f3f3f3;
}

.footertxt {
  padding-right: 0px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.whatov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.what1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/physio2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/physio2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.what2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/osteo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/osteo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.what3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/yoga.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/yoga.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  font-family: Pompiere, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.navig {
  position: relative;
  z-index: 2500;
  background-color: #939489;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .5);
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  font-family: Pompiere, sans-serif;
  color: #811a47;
}

.navlink {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
}

.navlink:hover {
  background-color: #811a47;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.navlink.w--open {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.text-block-5 {
  font-family: 'Alegreya Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.iha {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.serv {
  position: relative;
  z-index: 500;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/back3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: Pompiere, sans-serif;
  color: #811a47;
  text-align: center;
  text-transform: uppercase;
}

.servin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.svi {
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #b9b9b4;
  background-color: hsla(0, 0%, 100%, .3);
  text-align: center;
}

.text-block-6 {
  font-family: Icofont, sans-serif;
  color: #636363;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Pompiere, sans-serif;
  color: #636363;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Alegreya Sans', sans-serif;
  color: #202020;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}

.butmore2 {
  margin-top: 20px;
  background-color: #636363;
  box-shadow: 4px 4px 13px 0 hsla(0, 0%, 100%, .5);
  font-family: Pompiere, sans-serif;
  color: #fff;
  font-size: 18px;
}

.mapi {
  position: relative;
  z-index: 100;
  height: 450px;
  margin-top: 30px;
  border: 1px solid #939489;
   background-image: -webkit-linear-gradient(270deg, rgba(2, 9, 22, .5), rgba(2, 9, 22, .5));
  background-image: linear-gradient(180deg, rgba(2, 9, 22, .5), rgba(2, 9, 22, .5));
    background-color: #a39e96;
}

.map {
    -webkit-filter: grayscale(85%);
       -moz-filter: grayscale(85%);
        -ms-filter: grayscale(85%);
         -o-filter: grayscale(85%);
            filter: grayscale(85%);
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #939489;
}

.impda {
	color: #fff;
	text-decoration: none;
}

.impda2 {
	color: #686866;
	text-decoration: none;
}

.headertxt {
  padding-right: 50px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #686866;
  font-size: 15px;
  text-align: right;
}

.droplist.w--open {
  background-color: transparent;
}

.sublink {
  border-bottom: 1px dotted hsla(0, 0%, 100%, .35);
  background-color: rgba(129, 26, 71, .8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 19px;
}

.sublink:hover {
  background-color: #636363;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ihacont {
  padding: 50px 100px 100px 100px;
  background-color: #dbd9c4;
}


.body {
    background-color: #fff;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}

.slidcont {
  height: 200px;
}

.slidercon {
  height: 200px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 99, 99, .35)), to(rgba(0, 0, 0, .47))), url('../images/cont100a.jpg');
  background-image: linear-gradient(180deg, rgba(99, 99, 99, .35), rgba(0, 0, 0, .47)), url('../images/cont100a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 99, 99, .35)), to(rgba(0, 0, 0, .47))), url('../images/cont100b.jpg');
  background-image: linear-gradient(180deg, rgba(99, 99, 99, .35), rgba(0, 0, 0, .47)), url('../images/cont100b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 99, 99, .35)), to(rgba(0, 0, 0, .47))), url('../images/cont100c.jpg');
  background-image: linear-gradient(180deg, rgba(99, 99, 99, .35), rgba(0, 0, 0, .47)), url('../images/cont100c.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.right-arrow {
  display: block;
}

.slide-nav {
  display: none;
}

.icon-2 {
  color: hsla(0, 0%, 100%, .33);
}

.icon-3 {
  color: hsla(0, 0%, 100%, .33);
}

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

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

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(2px, 0px) scale(1.04, 1.04);
  -ms-transform: translate(2px, 0px) scale(1.04, 1.04);
  transform: translate(2px, 0px) scale(1.04, 1.04);
}

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

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

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

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

@media (max-width: 991px) {
  .h1feel {
    padding-top: 10px;
    font-size: 40px;
  }
  .h1feel2 {
    font-size: 65px;
  }
  .text-block-3 {
    font-size: 18px;
  }
  .pivtxt {
    top: 140px;
    right: 20px;
  }
  .butmore {
    margin-top: 30px;
  }
  .footertxt {
    padding-right: 0px;
  }
  .whatov {
    height: 250px;
  }
  .what1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .what2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .what3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    font-size: 31px;
  }
  .nav-menu {
    background-color: transparent;
  }
  .navlink {
    border-bottom: 1px dotted hsla(0, 0%, 100%, .3);
    background-color: rgba(99, 99, 99, .8);
  }
  .text-block-5 {
    font-size: 16px;
  }
  .heading-3 {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .paragraph {
    font-size: 17px;
    line-height: 21px;
  }
  .icon {
    color: #811a47;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .text-block {
    font-size: 30px;
  }
  .text-span {
    font-size: 40px;
  }
  .piv {
    height: 450px;
  }
  .h1feel2 {
    font-size: 50px;
  }
  .text-block-3 {
    margin-top: 30px;
    color: #000;
    font-size: 17px;
  }
  .pivtxt {
    top: 80px;
  }
  .footertxt {
    font-size: 17px;
  }
  .whatov {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what1 {
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .what2 {
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .what3 {
    height: 300px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading {
    font-size: 45px;
  }
  .text-block-5 {
    font-size: 18px;
  }
  .iha {
    padding-right: 20px;
    padding-left: 20px;
  }
  .servin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .svi {
    margin-bottom: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headertxt {
    padding-right: 20px;
    font-size: 14px;
  }
  .ihacont {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    font-size: 19px;
  }
  .text-span {
    font-size: 26px;
  }
  .piv {
    height: 250px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1feel {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }
  .h1feel2 {
    font-size: 30px;
  }
  .text-block-3 {
    line-height: 24px;
  }
  .pivtxt {
    top: 50px;
    right: 10px;
  }
  .butmore {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}