/* Mobile CSS - Start */
.separator_header {
  padding-top: 70px;
}

main {
  width: 90%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #161616;
  margin: 0px auto;
}

main .home_intro {
  width: 100%;
  padding: 0px;
}

main .home_intro .slider div img {
  width: 100%;
  height: auto;
}

main .home_intro .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .home_intro .wrapper h1 {
  font-family: Grenze;
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 20px;
}

main .home_intro .wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
  margin-bottom: 20px;
}

main .home_intro .wrapper p:last-child {
  margin-bottom: 0px;
}

main .home_services {
  width: 100%;
  padding: 0px;
}

main .home_services .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .home_services .wrapper .home_services_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

main .home_services .wrapper .home_services_box h2 {
  font-family: Grenze;
  font-size: 20px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 10px;
}

main .home_services .wrapper .home_services_box img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 0px auto 10px auto;
}

main .home_services .wrapper .home_services_box p {
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
  margin-bottom: 10px;
}

main .home_services .wrapper .home_services_box a {
  cursor: pointer !important;
  width: 150px;
  padding: 5px 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  background: #499971;
  background: -webkit-gradient(linear, left bottom, left top, from(#499971), to(#63c795));
  background: -webkit-linear-gradient(bottom, #499971 0%, #63c795 100%);
  background: -o-linear-gradient(bottom, #499971 0%, #63c795 100%);
  background: linear-gradient(0deg, #499971 0%, #63c795 100%);
  border: 1px solid #6edda6;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  margin: 0px auto;
}

main .home_services .wrapper .home_services_box a:hover, main .home_services .wrapper .home_services_box a:active {
  background: #51ab7e;
  background: -webkit-gradient(linear, left bottom, left top, from(#51ab7e), to(#6bd9a2));
  background: -webkit-linear-gradient(bottom, #51ab7e 0%, #6bd9a2 100%);
  background: -o-linear-gradient(bottom, #51ab7e 0%, #6bd9a2 100%);
  background: linear-gradient(0deg, #51ab7e 0%, #6bd9a2 100%);
}

main .home_membership {
  width: 100%;
  padding: 0px;
}

main .home_membership .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .home_membership .wrapper h2 {
  font-family: Grenze;
  font-size: 20px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 10px;
}

main .home_membership .wrapper .home_membership_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

main .home_membership .wrapper .home_membership_c img {
  width: 40%;
  height: auto;
  margin: auto auto 10px auto;
}

.separator_footer {
  padding-bottom: 15px;
}

/* Mobile CSS - End */
/* Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  .separator_header {
    padding-top: 95px;
  }
  main {
    width: 95%;
  }
  main .home_intro .wrapper {
    padding: 20px;
  }
  main .home_intro .wrapper h1 {
    font-size: 32px;
  }
  main .home_intro .wrapper p {
    font-size: 18px;
  }
  main .home_services .wrapper {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  main .home_services .wrapper .home_services_box {
    width: 30%;
  }
  main .home_services .wrapper .home_services_box p {
    font-size: 18px;
    text-align: justify;
  }
  main .home_services .wrapper .home_services_box:nth-child(1) h2 {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(4) h2 {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(6) h2 {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(7) {
    margin-bottom: 0px;
  }
  main .home_services .wrapper .home_services_box:nth-child(7) h2 {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(8) {
    margin-bottom: 0px;
  }
  main .home_services .wrapper .home_services_box:nth-child(8) h2 {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(9) {
    margin-bottom: 0px;
  }
  main .home_services .wrapper .home_services_box:nth-child(9) h2 {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  main .home_membership .wrapper {
    padding: 20px;
  }
  main .home_membership .wrapper h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  main .home_membership .wrapper .home_membership_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-direction: space-around;
    flex-direction: space-around;
  }
  main .home_membership .wrapper .home_membership_c img {
    width: 20%;
    height: auto;
    margin: auto 0px;
  }
  main .separator_footer {
    padding-bottom: 20px;
  }
}

/* Tablet CSS - End */
/* Desktop CSS - Start */
@media (min-width: 1024px) {
  .separator_header {
    padding-top: 115px;
  }
  main {
    width: 1024px;
  }
  main .home_intro .wrapper {
    padding: 20px;
  }
  main .home_intro .wrapper h1 {
    font-size: 42px;
  }
  main .home_intro .wrapper p {
    font-size: 20px;
  }
  main .home_services .wrapper {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  main .home_services .wrapper .home_services_box {
    width: 30%;
    margin-bottom: 40px;
  }
  main .home_services .wrapper .home_services_box h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  main .home_services .wrapper .home_services_box img {
    margin-bottom: 15px;
  }
  main .home_services .wrapper .home_services_box p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
  }
  main .home_services .wrapper .home_services_box a {
    width: 180px;
    font-size: 20px;
  }
  main .home_services .wrapper .home_services_box:nth-child(1) h2 {
    width: 120px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(2) h2 {
    width: 180px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(3) h2 {
    width: 180px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(4) h2 {
    width: 180px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(6) h2 {
    width: 100px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(7) {
    margin-bottom: 0px;
  }
  main .home_services .wrapper .home_services_box:nth-child(7) h2 {
    width: 130px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(8) {
    margin-bottom: 0px;
  }
  main .home_services .wrapper .home_services_box:nth-child(8) h2 {
    width: 180px;
    margin: 0px auto 15px auto;
  }
  main .home_services .wrapper .home_services_box:nth-child(9) {
    margin-bottom: 0px;
  }
  main .home_services .wrapper .home_services_box:nth-child(9) h2 {
    width: 100px;
    margin: 0px auto 15px auto;
  }
  main .home_membership .wrapper {
    padding: 20px;
  }
  main .home_membership .wrapper h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  main .home_membership .wrapper .home_membership_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-direction: space-around;
    flex-direction: space-around;
  }
  main .home_membership .wrapper .home_membership_c img {
    width: auto;
    height: auto;
    margin: auto 0px;
  }
  .separator_footer {
    padding-bottom: 20px;
  }
}

/* Desktop CSS - End */
