.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 40000;
  border-bottom: 1px solid red;
  background-color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.72);
}

.nav-link {
  margin-top: 12px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #d10000;
}

.nav-link:active {
  background-color: #9c0000;
}

.nav-link.w--current {
  background-color: #d10000;
  color: #fff;
}

.container {
  max-width: 1200px;
}

.container-2 {
  max-width: 1200px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.section {
  min-height: 700px;
  margin-bottom: 92px;
  padding-top: 67px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid red;
  background-image: url('../images/Addis_landing_3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.28);
}

.container-3 {
  max-width: 1200px;
  min-height: 909px;
}

.columns {
  margin-top: 66px;
  margin-right: 0px;
  margin-left: 0px;
}

.heading {
  margin: 247px 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #d10000;
  text-align: left;
  letter-spacing: -2px;
  text-decoration: none;
}

.paragraph {
  min-height: 194px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.button {
  background-color: #000;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.navbar-2 {
  margin-top: 0px;
  background-color: #000;
}

.container-4 {
  max-width: 1200px;
}

.nav-link-2 {
  margin-top: 33px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  background-color: #d10000;
}

.nav-link-2:active {
  background-color: #9c0000;
}

.nav-link-2.w--current {
  background-color: #d10000;
  color: #fff;
}

.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;
}

.container-5 {
  max-width: 1200px;
}

.subscribe-form {
  margin-top: 135px;
  padding-top: 0px;
  padding-bottom: 76px;
}

.centered-container {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.submit-button {
  background-color: #d10000;
}

.submit-button:hover {
  background-color: #e90000;
}

.submit-button:active {
  background-color: #b60000;
}

.heading-2 {
  letter-spacing: -1px;
}

.paragraph-2 {
  margin-top: 26px;
  margin-bottom: 10px;
  color: #8f8f8f;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  direction: ltr;
  color: #969696;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-2 {
  color: #fff;
  font-weight: 400;
}

.facebook {
  position: relative;
  color: #fff;
  text-align: center;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #535353;
  letter-spacing: -1px;
}

.link {
  color: #fff;
}

.container-6 {
  max-width: 1200px;
  text-align: center;
}

.link-2 {
  color: #8f8f8f;
  text-decoration: none;
}

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

.container-7 {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-4 {
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
  letter-spacing: -1px;
}

.paragraph-3 {
  width: 90%;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 24px;
}

.heading-5 {
  margin-top: 54px;
  letter-spacing: -1px;
}

.heading-6 {
  letter-spacing: -1px;
}

.heading-7 {
  margin-top: 72px;
  letter-spacing: -1px;
}

.heading-8 {
  letter-spacing: -1px;
}

.paragraph-4 {
  padding-right: 81px;
  font-size: 16px;
  line-height: 24px;
}

.columns-2 {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

.columns-3 {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

.columns-4 {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 24px;
}

.heading-9 {
  letter-spacing: -1px;
}

.column {
  background-color: transparent;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  color: #222;
  text-decoration: none;
}

.link-4 {
  color: #313131;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 24px;
}

.columns-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-6 {
  max-width: 1200px;
  margin: 40px 0px 10px;
}

.paragraph-7 {
  margin-bottom: 2px;
  color: #9b9b9b;
  text-align: left;
}

.paragraph-8 {
  color: #686868;
  text-align: right;
}

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

.container-8 {
  max-width: 1200px;
  margin-top: 101px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.6);
}

.container-9 {
  max-width: 1200px;
}

.button-2 {
  margin-top: 11px;
  padding: 20px 40px;
  border-top: 1px solid #f81e1e;
  border-left: 1px solid #f81e1e;
  background-color: #d10000;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-2:hover {
  background-color: #b40000;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.heading-10 {
  margin-top: 6px;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: -1px;
}

.column-3 {
  margin-top: 177px;
  padding: 20px 27px 26px 24px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.64);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.columns-7 {
  padding-left: 59px;
}

.column-4 {
  height: auto;
  padding-right: 0px;
  padding-bottom: 35px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
}

.column-5 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
}

.column-6 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
}

.columns-8 {
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
}

.image-4 {
  margin-top: 12px;
}

.body {
  border: 0px solid #000;
  color: #fff;
}

.container-10 {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

.column-7 {
  margin-bottom: 35px;
  padding-right: 0px;
  padding-left: 0px;
}

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

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

.button-3 {
  margin-bottom: 27px;
  margin-left: 9px;
  background-color: #d10000;
}

.link-block {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/tai_chi_sm.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.link-block-2 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/shaolin_sm.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block-2:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.link-block-3 {
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/kung_fu_cardio.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block-3:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.link-block-4 {
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/kids_sm.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block-4:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.link-block-5 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/mantis.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block-5:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.link-block-6 {
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/HsingI_sm.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block-6:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

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

.container-11 {
  max-width: 1200px;
}

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

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

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

.container-12 {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
}

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

.link-block-7 {
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/ba_gua_sm.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.link-block-7:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.link-block-8 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/QiGong_sm.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.link-block-8:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

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

.link-block-9 {
  width: 100%;
  height: 100%;
  padding-top: 486px;
  padding-bottom: 25px;
  border-radius: 9px;
  background-color: transparent;
  background-image: url('../images/academy_lg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-9:hover {
  opacity: 1;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.heading-11 {
  margin-top: 61px;
  font-family: 'Liu Jian Mao Cao', sans-serif;
  color: red;
  font-size: 150px;
  text-align: center;
}

.heading-12 {
  margin-top: 57px;
  margin-bottom: -41px;
  font-family: 'Liu Jian Mao Cao', sans-serif;
  color: #dfdfdf;
  font-size: 200px;
  text-align: center;
}

.facebook-2 {
  width: auto;
  float: right;
  text-align: right;
}

.column-16 {
  text-align: right;
}

.link-6 {
  float: left;
  color: #9e9e9e;
  text-decoration: none;
}

.dropdown-toggle {
  margin-top: 12px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
}

.dropdown-toggle:hover {
  background-color: #d10000;
}

.dropdown {
  padding-bottom: 10px;
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.91);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #d10000;
}

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

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-4 {
  color: #fff;
}

.container-13 {
  max-width: 1200px;
  text-align: center;
}

.paragraph-10 {
  margin-top: 207px;
  margin-right: 250px;
  margin-left: 250px;
  padding: 30px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.heading-13 {
  margin-top: 0px;
  padding-top: 38px;
  opacity: 0.24;
  font-family: 'Liu Jian Mao Cao', sans-serif;
  font-size: 238px;
}

.container-14 {
  max-width: 800px;
  margin-top: 139px;
  padding: 20px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.71);
  text-align: center;
}

.contact-form {
  padding: 100px 10px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-15 {
  display: none;
  max-width: 1200px;
  padding: 20px 40px 30px;
  border-radius: 12px;
  background-color: #000;
  font-family: Lato, sans-serif;
}

.submit-button-2 {
  width: 100%;
  margin-top: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d10000;
  font-size: 21px;
}

.submit-button-2:hover {
  background-color: #b40000;
}

.taichi {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/taichi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -2px 3px 0 rgba(0, 0, 0, 0.27);
}

.button-4 {
  margin: 14px 20px 40px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3232 #9b0000 #9b0000 #ff3232;
  background-color: #d10000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.74);
  font-size: 16px;
}

.button-4:hover {
  background-color: #a00;
}

.shaolin {
  min-height: 800px;
  border-bottom: 1px solid #fd0000;
  background-image: url('../images/shaolin_lg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.72);
}

.baguazhang {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/ba_gua_lg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.92);
}

.hsing-i {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/HsingI_lg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.kids {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/kids_lg.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.57);
}

.kung-fucardio {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/kung_fu_cardio_lg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.77);
}

.mantis {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/mantis_lg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.39);
}

.qigong {
  min-height: 800px;
  border-bottom: 1px solid red;
  background-image: url('../images/QiGong_lg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-14 {
  font-family: Lato, sans-serif;
}

.heading-15 {
  letter-spacing: -1px;
}

.grid-3 {
  width: 90%;
  margin: 17px auto 64px;
  padding-bottom: 21px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7"
    "Area-8 Area-9 Area-10 Area-11 Area-12 Area-13 Area-14"
    "Area-15 Area-16 Area-17 Area-18 Area-19 Area-20 Area-21"
    "Area-22 Area-23 Area-24 Area-25 Area-26 Area-27 Area-28"
    "Area-29 Area-30 Area-31 Area-32 Area-33 Area-34 Area-35"
    "Area-36 Area-37 Area-38 Area-39 Area-40 Area-41 Area-42"
    "Area-43 Area-44 Area-45 Area-46 Area-47 Area-48 Area-49"
    "Area-50 Area-51 Area-52 Area-53 Area-54 Area-55 Area-56";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  border-radius: 9px;
}

.heading-27 {
  margin-top: 9px;
  margin-bottom: -10px;
  color: #5b5b5b;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -1px;
}

.div-block-15 {
  height: auto;
  margin-top: 20px;
  margin-bottom: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
}

.text-block-15 {
  margin-top: 119px;
  margin-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  color: #9e9e9e;
  font-weight: 700;
  text-align: right;
}

.div-block-16 {
  height: 6px;
  margin-top: 14px;
  margin-bottom: -20px;
  background-color: #ae00ff;
}

.text-block-21 {
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: right;
  border-radius: 4px;
  background-color: #d1d1d1;
  font-size: 11px;
}

.select-field-3 {
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.checkbox-field {
  float: left;
}

.calendar_sm {
  margin-top: 0px;
}

.html-embed-24 {
  width: 10px;
  height: 22px;
  float: right;
}

.starts_but {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #d6d6d6;
}

.addnew {
  width: 400px;
  height: auto;
  min-width: 320px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  background-color: #e7e7e7;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.49);
}

.close_addnew {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  margin-right: 6px;
  padding: 2px;
  float: right;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.ends_but {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #d6d6d6;
}

.div-block-17 {
  margin-top: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}

.text-field-5 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.html-embed-23 {
  width: 7px;
  height: 16px;
  margin-top: 4px;
  margin-left: 4px;
  float: left;
}

.checkbox {
  float: left;
}

.text-block-20 {
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: right;
  border-radius: 4px;
  font-size: 11px;
}

.text-block-25 {
  font-size: 12px;
}

.grid-4 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 4px;
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7"
    "Area-8 Area-9 Area-10 Area-11 Area-12 Area-13 Area-14"
    "Area-15 Area-16 Area-17 Area-18 Area-19 Area-20 Area-21"
    "Area-22 Area-23 Area-24 Area-25 Area-26 Area-27 Area-28"
    "Area-29 Area-30 Area-31 Area-32 Area-33 Area-34 Area-35"
    "Area-36 Area-37 Area-38 Area-39 Area-40 Area-41 .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

.text-block-23 {
  margin-top: 2px;
  float: left;
}

.select-field-2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.text_block_date-2 {
  border-radius: 4px;
}

.submit-button-4 {
  width: 90%;
  margin: 20px auto 20px 20px;
  background-color: #c30003;
}

.div-block-20 {
  margin-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-29 {
  margin-top: 0px;
  padding-left: 16px;
  border-top: 1px solid #6d86ff;
  border-left: 1px solid #6d86ff;
  background-color: #aa0003;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.addnew_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.65);
}

.text-block-17 {
  padding-left: 0px;
  float: left;
}

.text-block-18 {
  padding-right: 20px;
  float: right;
}

.html-embed-25 {
  width: 10px;
  height: 22px;
  margin-right: 13px;
  float: right;
  font-size: 14px;
}

.div-block-19 {
  margin-top: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.calendar_sm_2 {
  margin-top: 10px;
}

.text-block-22 {
  padding: 2px 4px;
  float: right;
  border-radius: 4px;
  background-color: #cacaca;
  font-size: 15px;
}

.add_new_schedule {
  display: none;
  width: 27px;
  height: 30px;
  margin-top: 9px;
  margin-left: 11px;
  float: left;
  color: #a7a7a7;
  font-size: 20px;
  cursor: pointer;
}

.add_new_schedule:hover {
  color: #707070;
}

.columns-11 {
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.column-45 {
  padding-left: 0px;
}

.heading-30 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 29px;
  text-align: left;
  letter-spacing: -1px;
}

.text-block-26 {
  font-size: 12px;
  cursor: pointer;
}

.div-block-21 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #861a1a;
}

.div-block-22 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #836648;
}

.div-block-23 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #4c694f;
}

.div-block-24 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #0ff;
}

.div-block-25 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #343d7a;
}

.div-block-26 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #b39800;
}

.div-block-27 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #660058;
}

.kung-fu-cardio {
  height: 100%;
  background-color: #861a1a;
  cursor: pointer;
}

.bag_pad_work {
  height: 100%;
  background-color: #836648;
  cursor: pointer;
}

.tai_chi_basics {
  height: 100%;
  background-color: #4c694f;
  cursor: pointer;
}

.hsingi {
  height: 100%;
  background-color: #343d7a;
  cursor: pointer;
}

.leadership_class {
  height: 100%;
  background-color: #b39800;
  cursor: pointer;
}

.tai_chi_traditional {
  height: 100%;
  background-color: #660058;
  cursor: pointer;
}

.div-block-28 {
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  background-color: #000;
}

.heading-31 {
  margin: 0px 10px;
  padding-top: 0px;
  color: #fff;
  font-size: 11px;
  text-align: left;
}

.text-block-27 {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.div-block-29 {
  width: 100%;
  float: left;
}

.submit-button-5 {
  margin-top: 10px;
  padding: 20px 40px;
  background-color: #d10000;
  font-size: 18px;
}

.kungfucardio_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100%;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.75);
}

.div-block-31 {
  display: block;
  width: 350px;
  height: 400px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.81);
}

.heading-32 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f11 #b80000 #b80000 #f11;
  background-color: #d10000;
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
}

.text-block-28 {
  padding: 10px;
  font-size: 20px;
  line-height: 23px;
}

.bag_work_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.leadership-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.tai_chi_basics_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.tai_chi_traditional_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.hsingi_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.container-16 {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-33 {
  letter-spacing: -1px;
}

.column-51 {
  padding-left: 10px;
}

.column-52 {
  padding-left: 0px;
}

.column-53 {
  padding-left: 10px;
}

.column-54 {
  padding-left: 0px;
}

.column-55 {
  padding-left: 10px;
}

.container-17 {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.heading-34 {
  margin-top: 80px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
  letter-spacing: -1px;
}

.paragraph-11 {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.heading-35 {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #000;
  letter-spacing: -1px;
}

.text-block-29 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.link-block-10 {
  width: 100%;
  padding-left: 10px;
  float: left;
  border-left: 1px solid #e2e2e2;
  text-decoration: none;
  cursor: pointer;
}

.link-block-10:hover {
  border-left: 1px solid #cacaca;
  background-color: #f1f1f1;
}

.image-5 {
  margin-top: 20px;
}

.rich-text-block {
  color: #464646;
}

.image-6 {
  padding: 10px 20px 20px;
  float: left;
}

.link-7 {
  color: #353535;
  font-style: italic;
  text-decoration: none;
}

.image-7 {
  margin-top: 20px;
}

.image-8 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.image-9 {
  margin-bottom: 10px;
}

.image-10 {
  margin-bottom: 10px;
}

.image-11 {
  margin-bottom: 10px;
}

.image-12 {
  margin-bottom: 10px;
}

.div-block-32 {
  text-align: center;
}

.image-13 {
  float: left;
}

.image-14 {
  margin-top: 20px;
}

.link-8 {
  color: #474747;
  text-decoration: none;
  cursor: pointer;
}

.image-15 {
  margin-top: 10px;
}

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

.image-16 {
  margin-top: 20px;
}

.image-17 {
  margin-top: 20px;
}

.image-18 {
  margin-top: 20px;
}

.bold-text-5 {
  text-decoration: none;
}

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

.image-19 {
  margin-top: 20px;
}

.advanced-kids {
  height: 100%;
  background-color: #1a71a3;
}

.little-tigers {
  height: 100%;
  background-color: #0d98d3;
}

.text-block-30 {
  font-size: 12px;
}

.div-block-34 {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border-radius: 9px;
  background-color: #1a71a3;
}

.link-11 {
  margin-left: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-5 {
  padding: 20px 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff2323 #a70000 #a70000 #ff2323;
  background-color: #d10000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

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

.column-56 {
  text-align: center;
}

.column-57 {
  text-align: center;
}

.heading-36 {
  color: #8f8f8f;
  font-size: 32px;
  letter-spacing: -1px;
}

.heading-37 {
  margin-top: 140px;
  margin-bottom: -122px;
  font-family: 'Great Vibes', cursive;
  font-size: 110px;
}

.retreats {
  height: 800px;
  background-image: url('../images/Yoga-orizzontale-web.png');
  background-position: 0px 0px;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-top: 0px;
  }

  .nav-link:hover {
    background-color: #b40000;
  }

  .nav-link:active {
    background-color: #8a0000;
  }

  .nav-link.w--current {
    background-color: #8a0000;
    color: #fff;
  }

  .container-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section {
    min-height: 500px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .container-3 {
    min-height: 257px;
    border-bottom: 1px solid red;
  }

  .columns {
    margin-top: 3px;
  }

  .heading {
    font-size: 35px;
  }

  .paragraph {
    min-height: 240px;
    margin-bottom: 60px;
  }

  .button {
    margin-bottom: 77px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-2 {
    margin-top: 0px;
  }

  .nav-link-2:hover {
    background-color: #b40000;
  }

  .nav-link-2:active {
    background-color: #8a0000;
  }

  .nav-link-2.w--current {
    background-color: #8a0000;
    color: #fff;
  }

  .icon {
    color: #fff;
    font-size: 32px;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .nav-menu {
    z-index: 999;
    margin-top: 85px;
    background-color: #000;
    opacity: 0.94;
  }

  .menu-button {
    margin-top: 8px;
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    margin-top: 85px;
    background-color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .subscribe-form {
    padding-top: 0px;
  }

  .container-7 {
    padding-right: 40px;
    padding-left: 20px;
  }

  .heading-4 {
    margin-top: 42px;
  }

  .paragraph-3 {
    width: 90%;
    margin-top: 11px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .paragraph-4 {
    padding-right: 10px;
  }

  .image {
    margin-bottom: 75px;
  }

  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .container-9 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-10 {
    margin-top: 15px;
  }

  .column-3 {
    margin-top: 72px;
    padding-left: 35px;
  }

  .columns-7 {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .column-4 {
    background-position: 50% 0%;
    background-size: auto;
  }

  .link-block-9 {
    padding-bottom: 121px;
  }

  .heading-11 {
    font-size: 121px;
  }

  .heading-12 {
    margin-bottom: -68px;
    font-size: 103px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .paragraph-10 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .container-14 {
    margin-bottom: 40px;
  }

  .taichi {
    min-height: 600px;
  }

  .shaolin {
    min-height: 600px;
  }

  .baguazhang {
    min-height: 600px;
  }

  .hsing-i {
    min-height: 600px;
  }

  .kids {
    min-height: 600px;
  }

  .kung-fucardio {
    min-height: 600px;
  }

  .mantis {
    min-height: 600px;
  }

  .qigong {
    min-height: 600px;
  }

  .heading-15 {
    margin-bottom: 0px;
    text-align: center;
  }

  .grid-3 {
    width: 95%;
  }

  .heading-27 {
    margin-bottom: -10px;
  }

  .div-block-15 {
    border-color: #e1e1e1;
  }

  .text-block-15 {
    margin-top: 50px;
    padding-left: 10px;
    font-size: 14px;
  }

  .addnew {
    margin-top: 20%;
  }

  .addnew_bg {
    display: none;
  }

  .columns-11 {
    margin-top: 6px;
  }

  .column-45 {
    margin-top: 20px;
  }

  .heading-30 {
    margin-top: 0px;
  }

  .heading-31 {
    display: none;
  }

  .text-block-27 {
    display: none;
    padding-top: 10px;
  }

  .kungfucardio_modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .column-51 {
    padding-left: 10px;
  }

  .column-53 {
    padding-left: 10px;
  }

  .column-55 {
    padding-left: 10px;
  }

  .link-11 {
    display: none;
  }

  .heading-37 {
    margin-top: 83px;
    margin-bottom: -144px;
  }

  .retreats {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    min-height: 400px;
    margin-bottom: 0px;
    background-position: 10% 0%;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 40px;
    text-align: center;
  }

  .paragraph {
    min-height: 120px;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-4 {
    text-align: center;
  }

  .subscribe-form {
    margin-top: 10px;
    padding: 40px 20px;
  }

  .paragraph-3 {
    width: 95%;
    margin-right: 0px;
    font-size: 18px;
  }

  .heading-7 {
    margin-top: 55px;
  }

  .paragraph-4 {
    padding-right: 0px;
    font-size: 18px;
  }

  .columns-3 {
    margin-top: 0px;
  }

  .columns-4 {
    margin-top: 0px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .image {
    margin-bottom: 46px;
  }

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

  .columns-6 {
    margin-top: 22px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }

  .container-8 {
    margin-top: -1px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-2 {
    width: 100%;
    text-align: center;
  }

  .heading-10 {
    margin-top: 12px;
  }

  .column-3 {
    margin-top: 82px;
    padding-right: 17px;
    padding-left: 25px;
  }

  .columns-7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .column-4 {
    height: auto;
    margin-top: 20px;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .column-5 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
    background-image: none;
  }

  .column-6 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
    background-image: none;
  }

  .columns-8 {
    margin-left: 10px;
    padding-left: 0px;
  }

  .container-10 {
    background-color: transparent;
  }

  .column-7 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
  }

  .column-8 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
  }

  .column-9 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
  }

  .link-block {
    background-color: transparent;
    background-position: 50% 3%;
  }

  .link-block-2 {
    margin-right: 0px;
    margin-left: 0px;
    background-position: 50% 3%;
  }

  .link-block-3 {
    background-position: 50% 3%;
  }

  .link-block-4 {
    background-position: 50% 3%;
  }

  .link-block-5 {
    background-position: 50% 3%;
  }

  .link-block-6 {
    background-position: 50% 3%;
  }

  .columns-9 {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .column-13 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
  }

  .column-14 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
  }

  .link-block-7 {
    background-position: 50% 3%;
  }

  .link-block-8 {
    margin-right: 0px;
    margin-left: 0px;
    background-position: 50% 3%;
  }

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

  .column-15 {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #000;
  }

  .heading-11 {
    margin-top: 39px;
    font-size: 90px;
  }

  .heading-12 {
    margin-bottom: -26px;
    font-size: 83px;
  }

  .facebook-2 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-16 {
    text-align: center;
  }

  .link-6 {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .container-13 {
    padding-bottom: 0px;
  }

  .paragraph-10 {
    width: 90%;
    margin-top: 77px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-14 {
    margin-top: 30px;
  }

  .contact-form {
    padding: 40px 10px;
  }

  .button-4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .kung-fucardio {
    min-height: 600px;
  }

  .mantis {
    background-position: 66% 50%;
  }

  .qigong {
    background-position: 81% 50%;
  }

  .heading-14 {
    text-align: center;
  }

  .grid-3 {
    padding-bottom: 19px;
  }

  .heading-27 {
    margin-bottom: -9px;
  }

  .div-block-15 {
    border-color: #ededed;
  }

  .text-block-15 {
    margin-top: 26px;
  }

  .addnew_bg {
    display: none;
  }

  .columns-11 {
    width: 95%;
    margin-top: 0px;
  }

  .column-45 {
    margin-top: 21px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .heading-30 {
    font-size: 28px;
  }

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

  .form {
    margin-top: 10px;
  }

  .column-47 {
    text-align: center;
  }

  .column-48 {
    padding-left: 0px;
  }

  .column-49 {
    padding-left: 0px;
  }

  .column-50 {
    padding-left: 0px;
  }

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

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

  .column-53 {
    padding-left: 0px;
  }

  .column-55 {
    padding-left: 0px;
  }

  .heading-34 {
    margin-top: 40px;
  }

  .button-5 {
    width: 90%;
    margin-top: 20px;
  }

  .heading-37 {
    margin-bottom: -22px;
  }

  .retreats {
    height: 872px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    margin-top: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    min-height: 300px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 7% 0%;
  }

  .heading {
    padding-left: 0px;
  }

  .paragraph {
    margin-bottom: 60px;
    padding-right: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .menu-button {
    margin-top: 7px;
  }

  .subscribe-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .heading-3 {
    font-size: 24px;
  }

  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    margin-top: 54px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .column {
    margin-top: 0px;
  }

  .container-8 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2 {
    width: 100%;
    text-align: center;
  }

  .heading-10 {
    margin-top: 10px;
  }

  .column-3 {
    margin-top: 59px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .columns-7 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .column-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-block-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-11 {
    height: 107px;
    margin-top: 27px;
    font-size: 84px;
    line-height: 76px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .paragraph-10 {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-14 {
    margin-top: 25px;
  }

  .contact-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .kung-fucardio {
    min-height: 600px;
  }

  .column-17 {
    height: 10px;
  }

  .heading-27 {
    margin-bottom: -12px;
    font-size: 13px;
  }

  .div-block-15 {
    border-width: 1px;
    border-color: #ebebeb;
  }

  .text-block-15 {
    margin-top: 14px;
  }

  .addnew {
    width: 320px;
  }

  .close_addnew {
    margin-right: 6px;
    margin-left: 0px;
  }

  .div-block-31 {
    width: 310px;
  }

  .heading-32 {
    font-size: 21px;
  }

  .tai_chi_traditional_modal {
    display: none;
  }

  .hsingi_modal {
    display: none;
  }

  .heading-37 {
    margin-bottom: -61px;
    font-size: 83px;
  }

  .retreats {
    height: 1126px;
  }
}

#w-node-_7f85962e-aaff-0027-a4c8-1b77b7068a42-b7068a33 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_97da09ca-c39a-73ee-553e-291af33fedc6-3f9062df {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
  grid-area: Area-21;
}

.grid-4>#w-node-_97da09ca-c39a-73ee-553e-291af33fedc6-3f9062df {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

#w-node-_97da09ca-c39a-73ee-553e-291af33feddd-3f9062df {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  grid-area: Area-26;
}

.grid-4>#w-node-_97da09ca-c39a-73ee-553e-291af33feddd-3f9062df {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

#w-node-_97da09ca-c39a-73ee-553e-291af33fede0-3f9062df {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Area-30;
}

.grid-4>#w-node-_97da09ca-c39a-73ee-553e-291af33fede0-3f9062df {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

#w-node-_97da09ca-c39a-73ee-553e-291af33fedf8-3f9062df {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: Area-37;
}

.grid-4>#w-node-_97da09ca-c39a-73ee-553e-291af33fedf8-3f9062df {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

#w-node-_97da09ca-c39a-73ee-553e-291af33fee04-3f9062df {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
  grid-area: Area-41;
}

.grid-4>#w-node-_97da09ca-c39a-73ee-553e-291af33fee04-3f9062df {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}

#w-node-_29d8b129-1dbd-d41b-361e-d16322db824f-3f9062df {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: Area-43;
}

#w-node-d7543c81-70c6-1684-90a2-401439035861-3f9062df {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
  grid-area: Area-54;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd325-3f9062df {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
  grid-area: Area-21;
}

.grid-4>#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd325-3f9062df {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd334-3f9062df {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  grid-area: Area-26;
}

.grid-4>#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd334-3f9062df {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd338-3f9062df {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Area-30;
}

.grid-4>#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd338-3f9062df {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd34a-3f9062df {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: Area-37;
}

.grid-4>#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd34a-3f9062df {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd354-3f9062df {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
  grid-area: Area-41;
}

.grid-4>#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd354-3f9062df {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd357-3f9062df {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: Area-43;
}

#w-node-_19ab0ec3-869e-552e-aac6-6ed84f2fd37b-3f9062df {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
  grid-area: Area-54;
}

#w-node-_73ef7538-fad7-2818-93a1-78d73cfb46da-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
}

.grid-4>#w-node-_73ef7538-fad7-2818-93a1-78d73cfb46da-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_73ef7538-fad7-2818-93a1-78d73cfb46e0-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  grid-area: Area-6;
}

.grid-4>#w-node-_73ef7538-fad7-2818-93a1-78d73cfb46e0-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

#w-node-_73ef7538-fad7-2818-93a1-78d73cfb46e2-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
  grid-area: Area-7;
}

.grid-4>#w-node-_73ef7538-fad7-2818-93a1-78d73cfb46e2-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_73ef7538-fad7-2818-93a1-78d73cfb4742-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
}

.grid-4>#w-node-_73ef7538-fad7-2818-93a1-78d73cfb4742-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_73ef7538-fad7-2818-93a1-78d73cfb4748-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  grid-area: Area-6;
}

.grid-4>#w-node-_73ef7538-fad7-2818-93a1-78d73cfb4748-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

#w-node-_73ef7538-fad7-2818-93a1-78d73cfb474a-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
  grid-area: Area-7;
}

.grid-4>#w-node-_73ef7538-fad7-2818-93a1-78d73cfb474a-3f9062df {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

@media screen and (max-width: 479px) {
  #w-node-_7f85962e-aaff-0027-a4c8-1b77b7068a3a-b7068a33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f85962e-aaff-0027-a4c8-1b77b7068a3c-b7068a33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f85962e-aaff-0027-a4c8-1b77b7068a3e-b7068a33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f85962e-aaff-0027-a4c8-1b77b7068a40-b7068a33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

