body {
  height: 100%;
  padding-left: 250px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 3px;
  margin-bottom: 4px;
  font-family: 'PT Sans', sans-serif;
  color: #a8a8a8;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #2b2b2b;
}

.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px 8px;
  background-color: #3b3e47;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #5a5f6e;
}

.button.cta-button {
  margin-top: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  float: right;
  background-color: #3b3e47;
}

.button.cta-button:hover {
  background-color: #000;
}

.button.cta-button.home {
  margin-top: 25px;
}

.button.green {
  margin-bottom: 15px;
  background-color: #6986a6;
}

.button.green:hover {
  background-color: rgba(105, 134, 166, .74);
}

.button.green.menu {
  border: 2px solid #000;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.button.green.menu:hover {
  background-color: rgba(0, 0, 0, .9);
  opacity: 1;
  color: #fff;
}

.button.slider-button {
  background-color: #000;
}

.button.slider-button:hover {
  background-color: #464a57;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 250px;
  background-color: #dab34a;
  background-image: -webkit-linear-gradient(270deg, #d3a72a 3%, #dab34a 36%);
  background-image: linear-gradient(180deg, #d3a72a 3%, #dab34a 36%);
  color: #333;
}

.logo-container {
  width: 250px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-align: right;
  text-decoration: none;
}

.logo-container:hover {
  opacity: 0.7;
}

.logo-container.w--current {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.nav-link {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
}

.nav-link:active {
  background-color: #6986a6;
  color: #fff;
}

.nav-link.w--current {
  color: #6986a6;
}

.nav-menu {
  width: 100%;
}

.slider {
  overflow: hidden;
  height: 400px;
  background-color: #000;
}

.slide {
  background-image: url('../images/home-image.jpg');
  background-position: 50% 21%;
  background-size: cover;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/11.jpg');
}

.slide._3 {
  background-image: url('../images/Header-image-3-bw.jpg');
}

.slide-container {
  position: relative;
  left: 0px;
  top: 27%;
  right: 0px;
  padding-right: 330px;
  padding-left: 50px;
  text-align: left;
}

.slide-title {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 51px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.slide-title._2 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

.slide-title.top-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 6px 20px 2px;
  border-radius: 2px;
  background-color: #6986a6;
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.page-content {
  padding: 50px 0px 30px;
  background-color: #6986a6;
  text-align: center;
}

.page-content.calendars {
  text-align: center;
}

.container {
  padding: 15px;
  text-align: left;
}

.container.padded {
  padding: 20px 35px;
  background-color: #fff;
}

.portfolio-column {
  padding-right: 0px;
  padding-left: 0px;
}

.lightbox {
  position: relative;
  width: 100%;
}

.lightbox-thumb {
  width: 100%;
}

.image-section {
  padding: 50px 35px;
  background-image: -webkit-linear-gradient(0deg, #e0e0e0 60%, hsla(0, 0%, 88%, 0)), url('../images/weight-loss-big.jpg');
  background-image: linear-gradient(90deg, #e0e0e0 60%, hsla(0, 0%, 88%, 0)), url('../images/weight-loss-big.jpg');
  background-position: 0% 0%, 100% 50%;
  background-size: auto, cover;
  text-align: center;
}

.page-header {
  height: 400px;
  background-color: #575757;
  background-image: url('../images/Foto-5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header._404 {
  height: 100%;
  background-image: url('../images/Foto-9_1.jpg');
}

.page-header.about {
  height: 300px;
  background-image: url('../images/53e109662c60de6924048c3f_wine.jpg');
}

.page-header.about.dessert {
  background-image: url('../images/original-dessert.jpg');
}

.page-header.about.dinner {
  background-image: url('../images/dinner1.JPG');
  background-position: 50% 51%;
}

.page-header.about.vegan {
  background-image: url('../images/6.jpg');
}

.page-header.about.lunch {
  background-image: url('../images/original-lunch.jpg');
  background-position: 50% 73%;
}

.page-header.portfolio {
  background-image: url('../images/Foto-3_1.jpg');
}

.page-header.specials {
  height: 300px;
  background-image: url('../images/1.jpg');
}

.page-header.reservations {
  height: 300px;
  background-image: url('../images/19.jpg');
}

.page-header.aboutus {
  height: 250px;
  background-image: url('../images/peoplegold.jpg');
  background-position: 50% 28%;
}

.page-header.aboutus.equip {
  background-image: url('../images/equip3.jpg');
  background-position: 50% 65%;
}

.page-header.aboutus.facilities {
  background-image: url('../images/17.jpg');
}

.page-header.aboutus.memberships {
  background-image: url('../images/55064e0657a6df9d26c08408_yoga-hotty.jpg');
  background-position: 50% 51%;
}

.page-header.aboutus.training {
  background-image: url('../images/persona.jpg');
  background-position: 50% 35%;
}

.page-header.aboutus.class {
  background-image: url('../images/22.jpg');
}

.page-header.aboutus.class.yoga {
  background-image: url('../images/55064e0657a6df9d26c08408_yoga-hotty.jpg');
  background-position: 50% 44%;
}

.page-header.aboutus.class.pilates {
  background-image: url('../images/55064f096429e1233057f29f_pilates.jpg');
  background-position: 50% 51%;
}

.page-header.aboutus.class.cycling {
  background-image: url('../images/55064efe6429e1233057f29e_cycling.JPG');
  background-position: 50% 25%;
}

.page-header.aboutus.class.zumba {
  background-image: url('../images/5506ee3c6429e12330580386_zumba.jpg');
}

.page-header.aboutus.programs {
  height: 250px;
  background-image: url('../images/PittsburghHypnosis.jpg');
  background-position: 50% 17%;
}

.page-header.aboutus.biggest {
  background-image: url('../images/loser.jpg');
  background-position: 50% 11%;
}

.page-header.aboutus.massage {
  background-image: url('../images/massage-1.jpg');
  background-position: 50% 56%;
}

.page-header.aboutus.contact {
  background-image: url('../images/pixburgh.jpg');
}

.page-header.aboutus.other {
  background-image: url('../images/try-2.jpg');
  background-position: 50% 6%;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: rgba(0, 0, 0, .06);
}

.page-header-overlay._404-page {
  padding-top: 268px;
}

.page-header-overlay.portfolio {
  text-align: center;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 47px;
}

.page-header-title.description {
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
}

.logo {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.navbar-some-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.some-block {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #4d535c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-block:hover {
  background-color: #4ac2a4;
}

.team-member-block {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #999;
}

.team-member-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 300px;
  margin-left: 0px;
  float: right;
}

.team-member-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 27px;
  text-transform: capitalize;
}

.team-member-title._2 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737272;
  font-size: 21px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
}

.team-member-title._2.sub {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}

.team-member-title._2.speciaa {
  font-size: 16px;
  line-height: 18px;
}

.team-member-title.white {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-member-title.quote {
  color: #4ac2a4;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.team-member-title.wanted {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 3px;
  background-color: #3b3e47;
  color: #fff;
}

.team-member-title.training {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.team-member-title.calendd {
  text-align: left;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  list-style-type: disc;
}

.team-member-text.white {
  opacity: 0.7;
  color: #fff;
}

.team-member-text.bulletts {
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.team-member-text.image-descrip {
  margin-bottom: 0px;
}

.percentage-bar {
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin-bottom: 8px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .09);
}

.percentage-fill {
  overflow: hidden;
  width: 55%;
  height: 20px;
  padding-left: 10px;
  background-color: #4ac2a4;
}

.percentage-fill._82 {
  width: 82%;
}

.percentage-fill._93 {
  width: 93%;
}

.percentage-fill._66 {
  width: 66%;
}

.percentage-title {
  display: inline-block;
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}

.percentage-title.percentage {
  float: right;
  opacity: 0.5;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.percentage-wrapper {
  margin-bottom: 5px;
}

.section-descripton {
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 19px;
}

.section-descripton.white {
  margin-bottom: 0px;
  color: #fff;
}

.image-section-content-block {
  width: 600px;
}

.overall-list {
  margin-top: 50px;
}

.overall-list-item {
  padding-bottom: 25px;
}

.overall-list-item.last {
  padding-bottom: 0px;
}

.icon-wrapper {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-radius: 2px;
  background-color: #4ac2a4;
}

.icon-wrapper.list {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: #3b3e47;
}

.footer {
  padding: 30px 35px;
  background-color: #3d4147;
}

.all-paragraphs-white {
  color: #fff;
}

.all-paragraphs-white.hours-special {
  margin-left: -50px;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 13px;
  text-align: center;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 43%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  text-align: center;
}

.lightbox-overlay:hover {
  background-color: rgba(0, 0, 0, .34);
}

.lightbox-title {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: rgba(0, 0, 0, .59);
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 1px;
}

.intro-column {
  padding: 20px;
  text-align: center;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, .2);
}

.divider-line.small-centered {
  display: block;
  width: 15%;
  margin: 15px auto;
}

.cta-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #0f0f0f;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.cta-section:hover {
  background-color: #9bbf65;
}

.cta-section.above {
  background-color: #9bbf65;
}

.cta-section.above:hover {
  background-color: #000;
}

.nav-link-dropdown {
  display: block;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

.dropdown-title {
  font-size: 13px;
  letter-spacing: 1px;
}

.dropdown-toggle {
  display: block;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-align: right;
  letter-spacing: 1px;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, .2);
  opacity: 1;
}

.dropdown-toggle:active {
  background-color: #6986a6;
}

.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .2);
}

.dropdown-toggle.w--open:hover {
  background-color: rgba(0, 0, 0, .2);
}

.dropdown-icon {
  margin-right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #bdbdbd;
}

.dropdown-icon._1 {
  color: #fff;
}

.dropdown-list {
  height: auto;
}

.dropdown-list.w--open {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.dropdown-link {
  padding-top: 7px;
  padding-right: 50px;
  padding-bottom: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #7d7d7d;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.dropdown-link:active {
  background-color: #6986a6;
  color: #fff;
}

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

.cta-description {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.cta-col-left {
  padding-top: 0px;
}

.cta-col-right.specc {
  text-align: center;
}

.pricing-row {
  margin-bottom: 50px;
}

.pricing-block {
  background-color: #3b3e47;
  text-align: center;
}

.pricing-block.green {
  background-color: #4ac2a4;
}

.pricing-title {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
}

.pricing-title.plan-name {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .09);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.pricing-block-list-item {
  padding: 20px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

.pricing-block-list-item:hover {
  background-color: #f5f5f5;
}

.pricing-block-list-item.last {
  padding-bottom: 40px;
}

.pricing-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.slider-arrow {
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease, background-color 500ms ease;
  transition: opacity 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow:active {
  background-color: rgba(0, 0, 0, .2);
}

.slide-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .43);
}

.lightbox-category {
  display: inline-block;
  margin-top: 14px;
  padding: 9px 7px 6px;
  border-radius: 2px;
  background-color: #d13838;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.lightbox-category.red {
  background-color: #6986a6;
}

.lightbox-category.blue {
  background-color: #d13838;
}

.header-image {
  position: absolute;
  top: -45px;
  right: -6px;
  bottom: 0px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.header-image.team {
  right: -147px;
}

.column-left {
  padding-right: 40px;
}

.intro-link-block {
  width: 100%;
  padding: 20px 15px;
  border-radius: 2px;
  -webkit-transition: border 500ms ease, background-color 1200ms ease;
  transition: border 500ms ease, background-color 1200ms ease;
  text-decoration: none;
}

.intro-link-block:hover {
  background-color: #fff;
}

.intro-link-block:active {
  background-color: #fff;
}

.team-member-intro {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3b3e47;
  background-image: -webkit-linear-gradient(270deg, rgba(59, 62, 71, .9), rgba(59, 62, 71, .9)), url('../images/Team-member.png');
  background-image: linear-gradient(180deg, rgba(59, 62, 71, .9), rgba(59, 62, 71, .9)), url('../images/Team-member.png');
  background-position: 0% 0%, 100% -189px;
  background-size: auto, auto 1500px;
  background-repeat: repeat, no-repeat;
}

.more-work-section {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6986a6;
  text-decoration: none;
}

.more-work-section:hover {
  background-color: rgba(153, 46, 46, .84);
}

.section-title.white {
  color: #fff;
}

.more-work-button {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 15px 12px;
  float: right;
  background-color: #3b3e47;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 15px;
  text-transform: uppercase;
}

.more-work-button:hover {
  background-color: #000;
}

.full-team-image {
  position: absolute;
  right: 116px;
  bottom: 0px;
  height: 430px;
  float: right;
}

.intro-team-block {
  width: 600px;
}

.some-button {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding-top: 1px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #4ac2a4;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-button:hover {
  background-color: #3b3e47;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #6986a6;
  font-size: 18px;
}

.footer-title.special {
  padding-top: 20px;
  padding-left: 10px;
}

.footer-icon {
  width: 60px;
  margin-right: 20px;
  margin-bottom: 13px;
  padding: 5px;
  float: left;
  opacity: 0.15;
}

.footer-col {
  padding-left: 0px;
}

.link {
  color: #b8b8b8;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.footer-link:hover {
  color: #4ac2a4;
}

.contact-map {
  height: 500px;
  background-color: #3b3e47;
}

.field {
  width: 80%;
  height: 70px;
  margin-bottom: 5px;
  padding-left: 23px;
  border: 0px solid #000;
  background-color: #ededed;
  font-family: Lato, sans-serif;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, .7);
}

.field:focus {
  border-left-width: 7px;
  border-left-color: #4ac2a4;
}

.field.area {
  height: 180px;
  margin-bottom: 15px;
  padding-top: 23px;
}

.form-plans-wrapper {
  margin-bottom: 15px;
  padding: 30px;
  background-color: #3b3e47;
}

.radio-button-field {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #9e9e9e;
}

.radio-button-field:hover {
  color: #fff;
}

.radio-button-label {
  font-family: 'PT Sans', sans-serif;
}

.form-title {
  display: inline-block;
  margin-right: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #4ac2a4;
  font-size: 15px;
  font-weight: 700;
}

.success-message-wrapper {
  padding-top: 15px;
  padding-left: 20px;
}

.error-bg {
  padding-top: 15px;
  padding-left: 20px;
}

.icon-wrapper-left {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-radius: 2px;
  background-color: #3b3e47;
}

.icon-wrapper-left.green {
  background-color: #4ac2a4;
}

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

.link-bock-footer {
  float: left;
  text-decoration: none;
}

.map {
  margin-top: 0px;
  padding-top: 0px;
}

.div-block {
  height: auto;
  padding-top: 43.5%;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/3_1.jpg');
  background-size: 432px;
}

.review-image {
  width: 55%;
}

.newsday {
  padding-top: 17px;
}

.zagat {
  padding-top: 12px;
}

.nytimes {
  padding-top: 20px;
}

.food {
  padding-top: 15px;
}

.slide1 {
  background-image: url('../images/11.jpg');
  background-size: cover;
}

.hours {
  color: #d13838;
  font-size: 16px;
  font-weight: 800;
}

.social-media-links {
  padding-right: 5px;
  padding-left: 5px;
  float: none;
  text-align: center;
  text-decoration: none;
}

.social-media-links.light {
  width: 80%;
}

.social-media-links.small {
  text-align: left;
}

.social-media-links.about {
  padding-left: 0px;
  text-align: left;
}

.social-media-links.object {
  margin-bottom: 0px;
}

.social-pic {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.social-pic:hover {
  background-color: #de4747;
}

.social-pic.train {
  padding-top: 5px;
}

.columns {
  padding-right: 10px;
  padding-left: 10px;
}

.columns.classes {
  padding-right: 20px;
  padding-left: 10px;
}

.columns.you {
  margin-bottom: 5px;
}

.page-image {
  margin-bottom: 0px;
  padding: 5px 0px;
  float: none;
}

.page-image.light {
  width: 100%;
}

.page-image.pilates {
  width: 40%;
}

.page-image.zumba {
  width: 60%;
}

.page-image.group {
  width: 50%;
}

.rows {
  margin-right: 0px;
  margin-left: 0px;
}

.linkk {
  font-family: 'Open Sans', sans-serif;
  color: #6986a6;
  text-decoration: underline;
}

.special {
  margin-left: 30px;
}

.spec {
  padding-top: 15px;
}

.training-image {
  padding: 10px 30px;
  float: right;
}

.video {
  width: 60%;
  float: left;
}

.label {
  color: #fff;
}

.calendar {
  text-align: center;
}

.home {
  color: #1a1a1e;
}

.phone-link {
  color: #fff;
}

.emailthing {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.box-link {
  margin-bottom: 5px;
  padding: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.box-link:hover {
  background-color: #9bbf65;
}

.person-image {
  float: right;
}

.person-image.percent {
  width: 30%;
}

.person-image.percent.alc.back {
  margin-left: 5px;
}

.intext-reviws {
  background-color: #e6e6e6;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="slider-element"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slider-element-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-element-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-element-4"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="scroll-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="display-none-lightbox-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="lightbox-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="move-header-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-work-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="display-none-some-block"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="page-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="percentage-82"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-66"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-93"] {
  width: 0%;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media (max-width: 991px) {
  body {
    padding-left: 200px;
  }
  h2 {
    margin-bottom: 2px;
    font-size: 27px;
    line-height: 27px;
  }
  h4 {
    margin-top: 7px;
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 17px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .button {
    margin-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .button.cta-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .navbar {
    width: 200px;
  }
  .logo-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .logo-container.w--current {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
  .nav-link {
    padding-right: 40px;
    font-size: 12px;
  }
  .slider {
    height: 500px;
  }
  .slide-container {
    padding-top: 100px;
    padding-right: 190px;
    padding-left: 70px;
  }
  .slide-title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 33px;
  }
  .slide-title._2 {
    font-size: 22px;
    line-height: 21px;
  }
  .slide-title.top-title {
    margin-bottom: 15px;
    padding: 0px 10px;
    font-size: 12px;
    text-shadow: none;
  }
  .page-content {
    padding: 40px;
  }
  .container.padded {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section {
    padding: 50px 40px;
    background-image: -webkit-linear-gradient(0deg, #e0e0e0 29%, hsla(0, 0%, 88%, 0)), url('../images/weight-loss-big.jpg');
    background-image: linear-gradient(90deg, #e0e0e0 29%, hsla(0, 0%, 88%, 0)), url('../images/weight-loss-big.jpg');
    background-position: 0% 0%, 32% 50%;
  }
  .page-header {
    height: 250px;
  }
  .page-header.aboutus {
    height: 200px;
    background-position: 46% 33%;
  }
  .page-header-overlay {
    padding-top: 100px;
    padding-left: 40px;
  }
  .page-header-title {
    font-size: 35px;
    line-height: 29px;
  }
  .page-header-title.description {
    font-size: 21px;
    line-height: 23px;
  }
  .navbar-some-wrapper {
    width: 100%;
  }
  .team-member-block {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .team-member-title.white {
    font-size: 28px;
  }
  .team-member-title.quote {
    font-size: 20px;
    line-height: 21px;
  }
  .team-member-text.bulletts {
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
  .team-member-text.image-descrip {
    margin-bottom: 5px;
  }
  .percentage-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .section-descripton {
    font-size: 16px;
  }
  .image-section-content-block {
    width: auto;
  }
  .overall-list {
    margin-top: 30px;
  }
  .overall-list-item {
    padding-bottom: 10px;
  }
  .icon-wrapper {
    margin-bottom: 12px;
  }
  .footer {
    padding: 40px 30px;
  }
  .all-paragraphs-white {
    padding-left: 33px;
    text-align: left;
  }
  .all-paragraphs-white.hours-special {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .lightbox-overlay {
    padding-top: 31%;
  }
  .lightbox-title {
    font-size: 17px;
    line-height: 15px;
  }
  .intro-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-section {
    padding: 13px 30px 20px;
  }
  .nav-link-dropdown {
    font-size: 13px;
  }
  .dropdown-title {
    font-size: 12px;
  }
  .dropdown-toggle {
    font-size: 13px;
  }
  .dropdown-toggle.w--open {
    padding-right: 40px;
  }
  .dropdown-link {
    padding-right: 40px;
  }
  .cta-description {
    margin-top: 15px;
    font-size: 18px;
  }
  .pricing-title {
    font-size: 24px;
  }
  .pricing-title.plan-name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
  }
  .slider-arrow {
    width: 55px;
  }
  .lightbox-category {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 11px;
  }
  .lightbox-category.red {
    font-size: 10px;
    line-height: 10px;
  }
  .header-image {
    right: -40px;
    width: 400px;
  }
  .header-image.team {
    right: -40px;
  }
  .intro-link-block {
    padding: 10px;
  }
  .team-member-intro {
    padding: 40px 190px 40px 30px;
    background-position: 0% 0%, -10px 25%;
  }
  .more-work-section {
    padding: 30px 30px 5px;
  }
  .section-title.white {
    font-size: 28px;
  }
  .more-work-button {
    margin-top: 15px;
  }
  .full-team-image {
    right: 0px;
    height: 250px;
  }
  .intro-team-block {
    width: auto;
  }
  .footer-title {
    display: block;
    margin-bottom: 13px;
    margin-left: 0px;
    padding-left: 45px;
    text-align: left;
  }
  .footer-icon {
    display: block;
    width: 30px;
    margin: 0px auto 15px;
    padding: 0px;
    float: left;
  }
  .footer-col {
    padding-right: 0px;
    text-align: center;
  }
  .contact-map {
    height: 250px;
  }
  .field {
    width: 100%;
  }
  .form-title {
    display: block;
  }
  .icon-wrapper-left {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
  }
  .overall-column {
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .overall-column.last {
    padding-bottom: 0px;
  }
  .newsday {
    padding-top: 14px;
  }
  .zagat {
    padding-top: 12px;
    font-size: 16px;
  }
  .nytimes {
    padding-top: 18px;
  }
  .social-media-links.about {
    padding-left: 0px;
    text-align: center;
  }
  .columns {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns.classes {
    padding-right: 0px;
  }
  .columns.yoga {
    padding-right: 10px;
    padding-left: 10px;
  }
  .spec {
    padding-top: 0px;
  }
  .training-image {
    padding: 0px;
    float: none;
  }
  .form-wrap {
    margin-bottom: 0px;
  }
  .person-image.percent {
    float: right;
  }
}

@media (max-width: 767px) {
  body {
    padding-left: 0px;
  }
  .button.cta-button {
    float: none;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 60px;
  }
  .logo-container {
    width: 26%;
    height: 60px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .logo-container.w--current {
    width: 26%;
    height: 60px;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
  }
  .nav-link {
    background-color: #3b3e47;
    color: #fff;
    text-align: left;
  }
  .slider {
    height: 450px;
  }
  .slide {
    background-position: 50% -57%;
  }
  .slide-container {
    padding-right: 180px;
  }
  .slide-title.top-title {
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
  }
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container.padded {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section {
    background-image: -webkit-linear-gradient(0deg, #e0e0e0 54%, hsla(0, 0%, 88%, .5)), url('../images/weight-loss-big.jpg');
    background-image: linear-gradient(90deg, #e0e0e0 54%, hsla(0, 0%, 88%, .5)), url('../images/weight-loss-big.jpg');
  }
  .page-header {
    height: 175px;
  }
  .page-header._404 {
    height: 400px;
  }
  .page-header.aboutus {
    height: 150px;
    margin-top: 60px;
  }
  .page-header-overlay {
    padding-top: 60px;
    padding-right: 40px;
  }
  .page-header-overlay._404-page {
    padding-top: 150px;
  }
  .page-header-title {
    font-size: 28px;
    line-height: 25px;
  }
  .page-header-title.description {
    font-size: 20px;
    line-height: 22px;
  }
  .logo {
    font-size: 24px;
    line-height: 36px;
  }
  .navbar-some-wrapper {
    position: static;
    right: 20px;
    bottom: 17px;
    display: inline-block;
    width: auto;
    margin-top: 15px;
    float: left;
    text-align: right;
  }
  .team-member-text.bulletts {
    font-family: Lato, sans-serif;
  }
  .section-descripton.white {
    margin-bottom: 15px;
  }
  .all-paragraphs-white {
    padding-left: 45px;
  }
  .lightbox-overlay {
    padding-top: 34%;
  }
  .lightbox-title {
    margin-bottom: 7px;
    font-size: 20px;
  }
  .cta-section {
    text-align: center;
  }
  .dropdown-toggle {
    background-color: #3b3e47;
    color: #fff;
    text-align: left;
  }
  .dropdown-link {
    text-align: left;
  }
  .cta-description {
    margin-bottom: 5px;
    text-align: center;
  }
  .cta-col-right {
    text-align: center;
  }
  .pricing-block {
    margin-bottom: 15px;
  }
  .lightbox-category {
    font-size: 12px;
  }
  .intro-link-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .more-work-section {
    padding-bottom: 30px;
    text-align: center;
  }
  .more-work-button {
    margin-top: 0px;
    float: none;
  }
  .footer-col {
    padding-bottom: 10px;
  }
  .menu-button:hover {
    background-color: #d9dadb;
  }
  .menu-button.w--open {
    background-color: #6986a6;
  }
  .menu-button.w--open:hover {
    background-color: #6986a6;
  }
  .more-work-col {
    padding-left: 0px;
  }
  .newsday {
    padding-top: 18px;
  }
  .nytimes {
    padding-top: 27px;
    padding-bottom: 0px;
  }
  .food {
    padding-top: 0px;
  }
  .social-media-links {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-media-links.small {
    text-align: center;
  }
  .columns {
    padding-left: 0px;
  }
  .columns.yoga {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-image.group {
    width: 80%;
  }
  .emailthing {
    width: 100%;
    float: none;
    text-align: left;
  }
  .form-wrap {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  h4 {
    margin-top: 0px;
    font-size: 16px;
  }
  .button {
    margin-top: 2px;
  }
  .button.cta-button {
    margin-top: 5px;
  }
  .logo-container {
    width: 150px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .logo-container.w--current {
    width: 150px;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .nav-menu {
    left: 0px;
    top: 60px;
    width: 100%;
  }
  .slider {
    height: 400px;
  }
  .slide {
    background-position: 50% -110%;
  }
  .slide-container {
    padding-right: 70px;
    padding-left: 20px;
  }
  .slide-title {
    font-size: 25px;
    line-height: 22px;
  }
  .slide-title._2 {
    font-size: 16px;
    line-height: 17px;
  }
  .slide-title.top-title {
    font-size: 17px;
    line-height: 21px;
    text-shadow: none;
  }
  .page-content {
    padding: 20px 15px;
  }
  .container.padded {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section {
    background-image: -webkit-linear-gradient(0deg, #e0e0e0 54%, hsla(0, 0%, 88%, .8)), url('../images/weight-loss-big.jpg');
    background-image: linear-gradient(90deg, #e0e0e0 54%, hsla(0, 0%, 88%, .8)), url('../images/weight-loss-big.jpg');
  }
  .page-header-overlay {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-header-title {
    font-size: 25px;
  }
  .page-header-title.description {
    font-size: 14px;
    line-height: 16px;
  }
  .navbar-some-wrapper {
    margin-top: 17px;
  }
  .some-block {
    width: 25px;
    height: 25px;
    margin-right: 2px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .team-member-block {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .team-member-image {
    position: static;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .team-member-title {
    margin-bottom: 2px;
    font-size: 23px;
    line-height: 24px;
    text-align: left;
  }
  .team-member-title._2 {
    font-size: 18px;
    line-height: 20px;
  }
  .team-member-title.white {
    margin-bottom: 5px;
    line-height: 23px;
  }
  .team-member-title.quote {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 18px;
  }
  .team-member-title.calendd {
    text-align: center;
  }
  .team-member-text {
    text-align: left;
  }
  .team-member-text.bulletts {
    font-size: 12px;
  }
  .section-descripton {
    margin-bottom: 20px;
  }
  .overall-list {
    margin-top: 15px;
  }
  .icon-wrapper.list {
    margin-bottom: 25px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lightbox-overlay {
    padding-top: 33%;
  }
  .lightbox-title {
    margin-bottom: 7px;
    font-size: 25px;
    line-height: 27px;
  }
  .intro-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cta-section.above {
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
  }
  .cta-description {
    font-size: 19px;
    line-height: 21px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-arrow {
    width: 40px;
  }
  .header-image {
    top: -28px;
    right: -98px;
  }
  .intro-link-block {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .team-member-intro {
    padding-right: 115px;
    background-size: auto, cover;
  }
  .section-title.white {
    font-size: 20px;
    line-height: 21px;
  }
  .contact-map {
    height: 200px;
  }
  .field {
    font-size: 12px;
  }
  .radio-button-field {
    display: block;
    margin-bottom: 3px;
  }
  .icon-wrapper-left {
    margin-right: 13px;
    margin-bottom: 5px;
    float: left;
  }
  .overall-column {
    text-align: left;
  }
  .newsday {
    padding-top: 21px;
  }
  .zagat {
    margin-bottom: -3px;
    padding-top: 14px;
  }
  .nytimes {
    padding-top: 11px;
  }
  .food {
    padding-top: 25px;
  }
  .social-media-links {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-media-links.small {
    text-align: center;
  }
  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-image {
    margin-top: -15px;
  }
  .page-image.group {
    width: 80%;
  }
  .training-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .calendar {
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    text-align: center;
  }
  .person-image {
    margin-top: -10px;
    margin-bottom: 5px;
    float: none;
  }
  .person-image.percent {
    width: 50%;
    float: none;
  }
  .person-image.percent.alc {
    margin-top: 0px;
  }
  .person-image.percent.alc.back {
    margin-left: 0px;
  }
  .haniging-image {
    padding-left: 0%;
    text-align: center;
  }
}

