body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 47px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.nav-link {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: color 700ms ease;
  transition: color 700ms ease;
  color: hsla(0, 0%, 100%, .6);
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

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

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.slider {
  height: 100vh;
}

.slider._2 {
  background-color: #ff5c00;
  color: #fff;
}

.slide._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide._2 {
  background-image: url('../images/yoga-1313116_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 92, 0, .5), rgba(255, 92, 0, .5)), url('../images/13706229_10153667892981408_552180644_n.jpg');
  background-image: linear-gradient(180deg, rgba(255, 92, 0, .5), rgba(255, 92, 0, .5)), url('../images/13706229_10153667892981408_552180644_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._0 {
  background-color: #ff5c00;
}

.slider-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.slider-container.center.white.contact {
  background-image: url('../images/certification-mark-black.png');
  background-position: 100% 100%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.slider-container.white {
  color: #fff;
}

.brand {
  padding: 15px 15px 13px;
  color: #fff;
  font-weight: 400;
}

.slider-arrow {
  font-size: 35px;
}

.slider-arrow.hide {
  display: none;
}

.slider-nav {
  display: block;
}

.slider-nav.hide {
  display: none;
}

.begin-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  z-index: 100;
}

.slider-title {
  color: #fff;
  font-weight: 900;
}

.section {
  position: relative;
  height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.subtitle {
  font-size: 19px;
  line-height: 25px;
}

.subtitle.padding {
  display: block;
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.small-space {
  margin-top: 15px;
}

.logo-text {
  float: left;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}

.logo-img {
  margin-right: 7px;
  float: left;
}

.button {
  margin-top: 10px;
  padding: 16px 25px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 700ms ease, color 700ms ease;
  transition: background-color 700ms ease, color 700ms ease;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #333;
}

.label {
  position: absolute;
  right: -10px;
  bottom: 0px;
  width: 200px;
  padding: 10px;
  font-style: italic;
  font-weight: 700;
}

.label._1 {
  left: -10px;
  top: 0px;
  right: auto;
  bottom: auto;
}

.label._2 {
  left: -10px;
  right: auto;
  bottom: 0px;
}

.label._3 {
  top: 0px;
  right: -10px;
  bottom: auto;
}

.mini-slider {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
  color: #333;
}

.center {
  text-align: center;
}

.center.relative {
  position: relative;
}

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

.text-align-right.inline {
  display: inline-block;
}

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

.class-icon {
  height: 40px;
  max-width: none;
}

.class-icon.left {
  margin-left: 15px;
  float: right;
}

.class-icon.right {
  margin-right: 15px;
  float: left;
}

.space {
  margin-top: 30px;
}

.space.center {
  text-align: center;
}

.input {
  height: 48px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .8);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.input:hover {
  background-color: #fff;
}

.input.text-area {
  height: 90px;
}

.contact-form {
  margin-top: 40px;
}

.large-space {
  margin-top: 60px;
}

.contact-wrapper {
  position: relative;
  display: block;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}

.contact-icon {
  display: block;
  width: 70px;
  height: auto;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.white {
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.contact-link {
  display: block;
  padding: 10px;
  opacity: 0.7;
  -webkit-transition: color 700ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  transition: color 700ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  transition: color 700ms ease, transform 500ms ease, opacity 500ms ease;
  transition: color 700ms ease, transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-style: italic;
  text-decoration: none;
}

.contact-link:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  text-decoration: none;
}

.border {
  border-right: 1px solid hsla(0, 0%, 100%, .3);
  border-left: 1px solid hsla(0, 0%, 100%, .3);
}

.footer {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333;
  color: #fff;
}

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .slider-container._3 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .class-icon {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .slider._2 {
    position: relative;
    height: auto;
  }
  .slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slider-container {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slider-container.center._3 {
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slider-container.center.white {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slider-container.center._1 {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .slider-container._2 {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slider-container._3 {
    position: relative;
    top: 0%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slider-arrow {
    display: none;
  }
  .slider-logo {
    max-width: 100px;
  }
  .slider-title {
    font-size: 35px;
    line-height: 39px;
  }
  .section {
    height: auto;
    padding: 40px 10px;
  }
  .section.contact {
    height: auto;
  }
  .subtitle.padding {
    max-width: 100%;
  }
  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
  }
  .label {
    position: relative;
    right: 0px;
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: left;
    text-align: center;
  }
  .label._1 {
    left: 0px;
  }
  .label._2 {
    left: 0px;
  }
  .label._3 {
    right: 0px;
  }
  .text-align-right {
    text-align: center;
  }
  .text-align-left {
    text-align: center;
  }
  .class-icon {
    margin-bottom: 12px;
  }
  .class-icon.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .class-icon.right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .contact-link {
    margin-bottom: 20px;
  }
  .border {
    border-right-style: none;
    border-left-style: none;
  }
  .menu-button {
    margin-top: 10px;
    margin-right: 10px;
    padding: 8px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 31px;
  }
  .menu-button.w--open {
    border-color: rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
  }
  .footer {
    clear: both;
  }
}

@media (max-width: 479px) {
  .slider-container._3 {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .label {
    width: 100%;
  }
}