html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #0e6662;
  cursor: pointer;
}

a:hover {
	color: #000;
}

em {
	font-style: italic;
}
strong {
	font-weight: 700;
	color: #454545;
}

/* begin styles - general */

body {
	font-size: 10px;
  margin: 0 auto;
  width: 100%;
  justify-content: center !important;
  font-family: 'Aleo', serif;
}

/* @media (max-width: 768px) {
  body  {
		background: #3e6563;
  }
}

@media (max-width: 700px) {
  td {
    display: block;
  }
} */

.header-hero {
  background-image: url(../images/background_1.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.main-logo {
  padding: 26px 0 30px 0;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lg-hero {
  margin-left: 60px;
  margin-right: 5px;
}
.hero-1 {
  margin-right: 260px;
}
.hero-2 {
  margin-right: 40px;
  position: relative;
  margin-top: -24px;
  margin-bottom: -10px;
}
.hero-3 {
  margin-right: 220px;
}

.tagline-container {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: .05rem;
  color: #f5e9df;
}
.tagline {
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.c-nav-container {
  background: rgb(133,163,141);
  background: -moz-linear-gradient(top,  rgba(133,163,141,1) 0%, rgba(30,132,127,1) 76%);
  background: -webkit-linear-gradient(top,  rgba(133,163,141,1) 0%,rgba(30,132,127,1) 76%);
  background: linear-gradient(to bottom,  rgba(133,163,141,1) 0%,rgba(30,132,127,1) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85a38d', endColorstr='#1e847f',GradientType=0 );
  height: 100px;
  padding-bottom: 20px;
}
.navbar-nav {
  display: inline-flex;
  align-items: center;
}
.c-nav .nav-item a {
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  background: rgba(255, 255, 255, .2);
  border-radius: 16px;
  padding: 7px 18px;
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  padding-bottom:12px;
  /* color: #f2e17e; */
}
.separator {
  background: rgb(134,162,142);
  background: -moz-linear-gradient(top,  rgba(134,162,142,1) 0%, rgba(29,132,128,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(134,162,142,1) 0%,rgba(29,132,128,1) 100%);
  background: linear-gradient(to bottom,  rgba(134,162,142,1) 0%,rgba(29,132,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a28e', endColorstr='#1d8480',GradientType=0 );
  text-align: center;
}
.separator-reversed {
  background: rgb(134,162,142);
  background: -moz-linear-gradient(top,  rgba(134,162,142,1) 0%, rgba(235,193,156,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(134,162,142,1) 0%,rgba(235,193,156,1) 100%);
  background: linear-gradient(to bottom,  rgba(134,162,142,1) 0%,rgba(235,193,156,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a28e', endColorstr='#ebc19c',GradientType=0 );
  text-align: center;
  padding-bottom: 10px;
}
.separator-green {
  background: #1e847f;
  text-align: center;
}
.content-pre-container {
  background: #1e847f;
  padding: 30px 0 30px 0;
}
.content-pre {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  /* font-size: 14px;
  line-height: 18px; */
  color: #d4eceb;
}
.content-pre-small {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: .05rem;
  padding: 0 10px;
}
.content-pre-small.left {
  width: 46%;
}
.content-pre-small.right {
  width: 52%;
}
.content-1-container {
  /* background: #1e847f; */
  background-image: url(../images/background_3.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 30px 0;
}
.content-1 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  color: #d4eceb;
}
.content-1 img {
  margin: 0 30px;
}

.content-2-container {
  background: rgb(134,162,142);
  background: -moz-linear-gradient(top,  rgba(134,162,142,1) 0%, rgba(29,132,128,1) 50%);
  background: -webkit-linear-gradient(top,  rgba(134,162,142,1) 0%,rgba(29,132,128,1) 50%);
  background: linear-gradient(to bottom,  rgba(134,162,142,1) 0%,rgba(29,132,128,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a28e', endColorstr='#1d8480',GradientType=0 );
  padding: 60px 0;
}
.content-3-container {
  background-image: url(../images/background_1.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 0 0;
}
.text-dark {
  color: #333;
}
.content {
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: .05rem;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
ol {
  padding-top: 20px;
}
ol li {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.footer {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
ul {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin: 0 auto;
}
ul li {
  padding: 4px 10px;
}
ul li span {
  margin: 0 1px;
  display: inline-block;
}
ul.navbar-nav {
  padding-top: 10px;
}





#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.sub-menu-bar {
  text-align: center;
}
.nav-item img {
  margin-right: 6px;
}
.navbar-brand img {
  margin-right: 30px;
}

.map-text {
  font-size: 1.1rem;
  line-height:1.4rem;
  width: 30%;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, .75);
  font-family: 'Lato', sans-serif;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}
.hh-name-map {
  font-family: 'Aleo', serif;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: 1px;
}
.hh-name {
  font-family: 'Aleo', serif;
  font-size: 115%;
  font-weight: 700;
  letter-spacing: 1px;
}
.massotherapy {
  text-transform: uppercase;
  font-family: 'Aleo', serif;
  font-size: 90%;
  letter-spacing: 1px;
}

iframe {
  /* width: 95%; */
  width: 1000px;
  height: 600px;
  /* min-width: 360px;
  min-height: 540px; */
}

/*===========================
      02.HEADER css
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #147671;
  background: rgb(20,118,113);
  background: -moz-linear-gradient(top,  rgba(20,118,113,1) 0%, rgba(14,102,98,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(20,118,113,1) 0%,rgba(14,102,98,1) 100%);
  background: linear-gradient(to bottom,  rgba(20,118,113,1) 0%,rgba(14,102,98,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147671', endColorstr='#0e6662',GradientType=0 );
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  /* padding: 10px 0; */
}

.navbar {
  padding: 2px 0 15px 0;
  /* border-radius: 5px; */
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0;

}

.navbar-toggler {
  padding: 0; }
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px; }
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0; }
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px; }

.image1 {
  height: 340px;
  width: 400px;
}
.image3 {
  height: 380px;
  width: 400px;
}


@media (max-width: 991px) {
  h2 {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 6px;
  }
  .tagline {
    max-width: 96%;
  }
  .content-pre {
    max-width: 95%;
    display: block;
  }
  .content-pre-small.right {
    width: 100%;
  }
  .content-pre-small.left {
    width: 100%;
  }
  .content-1 {
    display: flex;
    flex-direction: column;
    margin: 30px;
    max-width: 95%;
  }
  .content-1.text-dark {
    display: flex;
    flex-direction: column-reverse;
  }
  .content {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: .05rem;
  }
  .content p {
    margin-bottom: 30px;
  }
  .content-1 img {
    margin: 0;
  }
  .image1 {
    height: auto;
    width: 100%;
  }
  iframe {
    width: 100%;
    /* max-width: 1000px;
    max-height: 600px; */
    height: auto;
    min-width: 360px;
    min-height: 540px;
  }
  /* .c-nav-container {
    display: none;
  } */
  body {
    width: 100vw !important;
  }
}


@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* background: yellow; */
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-right: 15px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-right: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    /* font-size: 16px; */
    /* font-weight: 400; */
    background: rgba(255, 255, 255, .2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E; } }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    /* background: rgb(133,163,141);
    background: -moz-linear-gradient(top,  rgba(133,163,141,1) 0%, rgba(30,132,127,1) 76%);
    background: -webkit-linear-gradient(top,  rgba(133,163,141,1) 0%,rgba(30,132,127,1) 76%);
    background: linear-gradient(to bottom,  rgba(133,163,141,1) 0%,rgba(30,132,127,1) 76%); */
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #2E2E2E; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #361CC1; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #2E2E2E;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #2E2E2E;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.navbar-btn .main-btn {
  height: 45px;
  line-height: 45px;
  background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%; }
  .navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center; }

.sticky .navbar-toggler .toggler-icon {
  background-color: #2E2E2E; }

.sticky .navbar-nav .nav-item a {
  color: #f2f2f2; }

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #a8daac; }

/* css for removing messagebook extras */

.menu-page.container {
  display: none;
}
