:root {
  --dark-slate-gray: #353538;
  --medium-violet-red: #db1464;
  --crimson: #d90246;
  --medium-turquoise: #45c5d6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
}

h3 {
  color: #9e9e9e;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 29px;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

h6 {
  color: #db1464;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  margin-top: 15px;
  padding: 11px 15px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button:hover {
  background-color: #d90246;
}

.button.red {
  background-color: #d90246;
  margin-top: 40px;
  padding: 20px 25px;
  font-size: 16px;
}

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

.button.reserve-button {
  background-color: #45c5d6;
  padding-top: 12px;
  font-size: 16px;
  line-height: 17px;
}

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

.button.pink {
  background-color: #d90246;
  margin-left: 6px;
}

.button.pink:hover {
  background-color: #45c5d6;
}

.button.submit {
  background-color: #db1464;
  width: 100%;
  margin-top: 6px;
}

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

.button.black {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 30px;
}

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

.button.greenbutton {
  background-color: green;
  width: 100%;
  font-size: 24px;
  line-height: 40px;
}

.button.greenbutton.narrow {
  width: auto;
}

.button.greenbutton.narrow.right {
  margin-left: 250px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.greenbutton.narrow.left {
  margin-right: 250px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.greenbutton.smallergreenbutton {
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.greenbutton.smallergreenbutton.width300 {
  width: 50%;
}

.button.greenbutton.width50 {
  width: 70%;
}

.button.greenbutton.width50.txth30 {
  width: 60%;
  line-height: 52px;
}

.navbar {
  text-align: center;
  background-color: #0000;
}

.navbar.shade {
  background-image: linear-gradient(#00000061, #00000061);
  padding-bottom: 15px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  text-align: center;
  background-color: #0000;
  margin-top: -3px;
  margin-left: 36px;
}

.home-hero {
  background-color: #bfbfbf;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-slider {
  width: 100%;
  height: 100%;
}

.section {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.section.red {
  text-align: center;
  background-color: #d90246;
}

.section.red.green1 {
  background-color: green;
}

.section.tint {
  color: #000;
  background-color: #ededed;
}

.section.home-intro {
  text-align: center;
  background-color: #d90246;
}

.section.home-intro.green1 {
  background-color: green;
}

.section.home-intro.red2 {
  background-image: linear-gradient(purple, purple);
}

.section.dark {
  color: #fff;
  background-color: #151517;
}

.section.waiters {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.none {
  padding-bottom: 0;
}

.section.none.whitesmoke {
  background-color: #fff;
  padding-top: 0;
}

.section.none.whitesmoke.graysmoke {
  background-color: #fffffff7;
  padding-top: 70px;
}

.section.none.whitesmoke.drop70 {
  margin-top: 0;
  padding-top: 70px;
}

.section.none.whitesmoke.drop70.businessnone {
  margin-top: 0;
}

.section.none.whitesmoke.drop70.businessnone.pad30d {
  padding-bottom: 0;
}

.section.less1 {
  padding-top: 50px;
}

.section.less1.nobot7 {
  padding-bottom: 50px;
}

.home-slide {
  background-image: url('../images/Gallery-3.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.home-slide._3 {
  background-image: url('../images/Gallery-5.jpg');
}

.home-slide-container {
  text-align: right;
  height: 100%;
  padding-top: 300px;
  position: relative;
}

.home-slide-title {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 0 6px #0003;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 95px;
  font-weight: 900;
  line-height: 100px;
}

.home-slide-title._2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 29px;
  font-weight: 200;
  line-height: 48px;
}

.menu-button {
  color: #fff;
  text-align: center;
  background-color: #e30d18;
  width: 70px;
  height: 70px;
  margin-top: 30px;
  margin-right: 30px;
  padding-top: 13px;
  padding-left: 0;
  padding-right: 0;
  font-size: 34px;
  transition: background-color .5s, background-position .5s;
}

.menu-button:hover {
  background-color: #000;
  background-position: 50% 9px, 50% -36px;
}

.menu-button.w--open {
  z-index: 20;
  background-color: #525252;
  position: relative;
}

.nav-link {
  color: #fff9;
  text-align: center;
  text-transform: uppercase;
  height: 70px;
  margin-left: 30px;
  padding-top: 26px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s, border .5s;
  display: inline-block;
}

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

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

.home-slider-navigation {
  padding-bottom: 80px;
  font-size: 8px;
}

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

.service-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.service-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.container {
  position: relative;
}

.container.centered {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 150px;
  padding-right: 150px;
}

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

.container.center.drop100 {
  margin-top: 100px;
}

._2-column-row {
  z-index: 10;
  padding-left: 0;
  position: relative;
}

._2-column-row.noindent.drop40a {
  margin-bottom: 40px;
}

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

.text-column-right.movelt1.col2a {
  background-color: #fff;
}

.text-column-right.movelt1.col2a.lin1.line1 {
  background-color: #fff;
  border: 5px solid #45c5d6;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

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

.footer {
  color: #fff;
  background-color: #2e2d2e;
  padding-top: 120px;
  font-size: 13px;
  line-height: 23px;
  position: relative;
}

.bottom-footer {
  text-align: center;
  background-color: #000;
  height: 125px;
  margin-top: 77px;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}

.bottom-footer-text {
  text-align: center;
  margin-right: 0;
  padding-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.footer-icon-circle {
  background-color: #d90246;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.footer-icon-circle.blue {
  background-color: #45c5d6;
}

.link {
  color: #d90246;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.bottom-footer-link {
  color: #828282;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.link.bottom-footer-link:hover {
  color: #e30d18;
}

.link.stats-link {
  color: #aba9a9;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

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

.link.white {
  color: #ed0c53;
}

.link.white:hover {
  color: #fff;
}

.link.white.blue {
  color: #45c5d6;
}

.link.faq-link {
  color: #db1464;
  display: block;
}

.link.faq-link:hover {
  color: #000;
}

.list-item-white-title {
  color: #db1464;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 21px;
}

.slider-arrow-icon {
  font-size: 24px;
  font-weight: 700;
  transition: background-color .5s;
}

.hamburger-icon {
  font-size: 46px;
}

.page-header {
  background-color: #d90246;
  background-image: url('../images/Gallery-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.at-location, .page-header.faq {
  background-image: url('../images/Gallery-3.jpg');
  background-position: 50% 0;
}

.page-header-overlay {
  text-align: center;
  background-color: #0006;
  padding-top: 220px;
  padding-bottom: 130px;
  transition: background-color .5s;
}

.page-header-overlay:hover {
  background-color: #0003;
}

.page-header-overlay.transparant {
  background-color: #0000;
  padding-bottom: 130px;
}

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

.logo-container {
  float: left;
  text-align: left;
  padding-top: 15px;
  text-decoration: none;
}

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

.pricing-features-row {
  margin-top: 45px;
}

.pricing-features-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 15px #0000001f;
}

.pricing-block:hover {
  z-index: 2;
  position: relative;
}

.pricing-block.drop70 {
  margin-top: 70px;
}

.pricing-block-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d90246;
  padding: 20px 12px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-block-title.purple {
  background-color: purple;
}

.pricing-block-title.green {
  background-color: green;
}

.pricing-block-title.green.small-most-popular {
  margin-top: -21px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-block-list-item {
  border-bottom: 1px #0000001a;
  padding: 25px 12px 22px;
}

.pricing-block-list-item.price {
  color: #fff;
  background-color: #000;
}

.pricing-block-list-item.price.joinprice.purple {
  background-color: purple;
}

.pricing-block-list-item.price.joinprice.green {
  background-color: green;
}

.pricing-block-list-item.odd {
  background-color: #f7f7f7;
}

.pricing-block-item-title {
  color: purple;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.pricing-block-item-title.description {
  color: #000;
  text-transform: none;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.pricing-block-item-title.description.white {
  color: #a3a2a2;
}

.pricing-block-item-title.blue {
  color: #0000ffa3;
}

.pricing-block-item-title.green {
  color: green;
}

.pricing-block-item-title.gray {
  color: #706c6c;
}

.pricing-block-item-title.purple {
  color: purple;
}

.pricing-price {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 35px;
}

.pricing-feature-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.white-paragraph {
  color: #fff;
}

.experience-section {
  z-index: 2;
  margin-bottom: -230px;
  position: relative;
}

.white-section-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 59px;
}

.white-section-title._2 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 100;
  line-height: 27px;
}

.service-icon {
  opacity: .6;
  height: 75px;
  margin-bottom: 30px;
}

.slider-button-left {
  background-color: #0003;
  width: 130px;
  height: 100px;
  transition: background-color .25s;
}

.slider-button-left:hover {
  background-color: #0006;
}

.slider-button-right {
  background-color: #0003;
  width: 130px;
  height: 100px;
  transition: background-color .25s;
}

.slider-button-right:hover {
  background-color: #0006;
}

.navbar-wrapper {
  z-index: 1000;
  padding-top: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-navbar-wrapper {
  z-index: 1000;
  background-color: #000000d9;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.home-slide-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  transition: background-color .5s;
}

.home-slide-overlay:hover {
  background-color: #00000057;
}

.slider-text-block {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 26%;
  left: 0;
}

.cta-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 51px;
}

.cta-title.subtitle {
  font-size: 29px;
  font-weight: 300;
}

.feature-col {
  padding-right: 25px;
}

.feature-row {
  margin-top: 20px;
}

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

.home-section {
  background-color: #fff;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.home-section.graysmoke {
  background-color: #fffffff7;
}

.home-section.nopad {
  padding-top: 0;
}

.home-section.lesshome1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-section.benefitsection1 {
  border-bottom: 40px solid #8000809e;
}

.home-container {
  margin: auto;
  display: block;
  position: relative;
}

.home-container.centered {
  padding-left: 140px;
  padding-right: 140px;
}

.section-button-block-bottom {
  text-align: center;
  height: 60px;
  margin-top: 100px;
  padding-top: 15px;
  display: block;
}

.column-title {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 3px solid #d90246;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 56px;
}

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

.column-title.white.black {
  color: #000;
}

.column-title.moveleft.sm5 {
  text-align: left;
  font-size: 50px;
}

.column-title.moveleft.center4 {
  text-align: center;
}

.column-title.moveleft.whitecenter {
  color: #fff;
  text-align: center;
}

.column-title.moveleft.smaller56 {
  font-size: 40px;
}

.column-title.moveleft.head2 {
  color: #047a04;
  font-size: 48px;
}

.column-title.preenroll {
  margin-top: -35px;
  padding-top: 35px;
}

.column-title.down90 {
  margin-top: 66px;
}

.column-title.pre-enroll.nofade.no25down {
  margin-bottom: 10px;
}

.column-title.pre-enroll.nofade.no25down.center1 {
  margin-bottom: 25px;
}

.image-column-left {
  text-align: center;
}

.image-column-left.lower {
  padding-top: 50px;
}

.image-column-left.worstcase {
  background-color: #fff;
  border: 5px solid green;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-column-left.worstcase.line1 {
  background-color: #fff;
  border: 5px solid #45c5d6;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-column-left.worstcase.noborder {
  border-style: none;
}

.arrow-icon {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow-icon:hover {
  opacity: .6;
}

.section-tooltip {
  color: #fff;
  text-transform: uppercase;
  background-color: #bd003c;
  border-radius: 3px;
  margin-top: 10px;
  padding: 4px 8px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  transition: background-color .25s;
  display: inline-block;
}

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

.image-column-right {
  text-align: center;
  padding-top: 40px;
  padding-right: 0;
}

.drink-tabs-menu {
  z-index: 10;
  float: none;
  text-align: left;
  width: 35%;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.drinks-tab-pane {
  float: right;
  text-align: left;
  width: 61%;
  padding-left: 0;
  padding-right: 0;
}

.drink-tab-button {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto 17px;
  border-radius: 3px;
  margin-bottom: 4px;
  padding: 13px 0 11px 40px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  transition: background-color .5s;
  display: block;
}

.drink-tab-button:hover {
  color: #fff;
  background-color: #353538;
  background-image: url('../images/Icon-arrow-right-white.png');
}

.drink-tab-button.w--current {
  color: #fff;
  background-color: #d90246;
  background-image: url('../images/Icon-arrow-right-white.png');
  background-position: 13px;
  padding-left: 45px;
}

.drink-tab-button.purple.w--current {
  background-color: #d90246;
}

.drink-tab-button.purple.hoverblue:hover {
  background-color: #4590d6;
}

.feature-container {
  margin-top: 110px;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
}

.page-header-title.subtitle {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.color-page-header {
  background-color: #d90246;
}

.field {
  text-align: center;
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  height: 45px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: border .5s;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #e30d18;
}

.field.area {
  height: 110px;
  padding-top: 12px;
}

.experience-text-block {
  color: #fff;
  text-align: center;
  background-color: #d90246;
  width: 100%;
  padding: 55px;
}

.experience-text-block.black {
  background-color: #000;
}

.experience-text-block.black.blue.lesspad {
  background-color: #355499;
  width: 70%;
  padding-bottom: 45px;
}

.experience-text-block.blue {
  background-color: #2e467d;
}

.quote-title {
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.quote-title.headline3 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

.quote-subtitle {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.quote-name {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
}

.experience-bottom-section {
  z-index: 1;
  background-image: url('../images/Gallery-7.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.experience-bottom-section-overlay {
  text-align: center;
  background-image: linear-gradient(#1a1a1a, #1a1a1abf 51%);
  padding-top: 330px;
  padding-bottom: 150px;
}

.experience-body {
  background-color: #1a1a1a;
}

.faq-container {
  border-bottom: 2px solid #dbdbdb;
  margin-top: 45px;
  margin-bottom: 55px;
  padding-bottom: 25px;
}

.faq-container.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-title {
  color: #353538;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
}

.faq-title.blue {
  color: #2e8c99;
}

.faq-title.upsome5 {
  margin-top: -88px;
}

.question-block {
  margin-bottom: 35px;
}

.faq-paragraph {
  color: #444;
  margin-top: 15px;
  font-size: 15px;
  line-height: 23px;
}

.faq-paragraph.small-ariel {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.success-bg {
  color: #fff;
  text-align: center;
  background-color: #db1464;
  border-radius: 3px;
  padding-top: 20px;
}

.error-bg {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  padding-top: 19px;
  padding-left: 21px;
  font-size: 13px;
  line-height: 16px;
}

.feature-icon {
  height: 60px;
  margin-bottom: 25px;
}

.faq-column {
  padding-right: 25px;
}

.text-logo {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #0006;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.text-logo.subtitle {
  font-size: 13px;
  line-height: 19px;
}

.text-logo.subtitle.down3 {
  margin-top: 5px;
}

.image-section {
  background-image: url('../images/Gallery-7.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.image-section.public-events {
  background-image: url('../images/Gallery-9.jpg');
  background-size: cover;
}

.image-section-overlay {
  background-color: #0009;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
}

.icon-wrapper {
  float: left;
  border-right: 2px solid #ffffff4a;
  height: 100px;
  margin-right: 24px;
  padding-top: 26px;
  padding-right: 21px;
  display: inline-block;
}

.stats-icon {
  opacity: .4;
  height: 50px;
}

.stat-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.stat-title.description {
  font-size: 16px;
  line-height: 30px;
}

.dancer-image {
  height: 500px;
  position: absolute;
  top: -196px;
  right: 0;
}

.newsletter-form {
  z-index: 40;
  margin-bottom: 25px;
  position: relative;
}

.newsletter-field {
  float: left;
  border: 2px solid #e0e0e0;
  width: 68%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 2%;
  font-family: Montserrat, sans-serif;
}

.newsletter-button {
  background-color: #db1464;
  border-radius: 2px;
  width: 30%;
  height: 50px;
  font-family: Montserrat, sans-serif;
}

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

.newsletter-col-left {
  padding-right: 85px;
}

.gallery-section {
  background-color: #151517;
}

.gallery-lightbox {
  position: relative;
}

.intro-image {
  height: 550px;
  position: absolute;
  bottom: -60px;
  left: -130px;
}

.intro-image.lower50 {
  margin-top: 0;
  padding-top: 103px;
}

.intro-image.lower50.yp80 {
  margin-bottom: 200px;
}

.intro-image.lower50.smaller-welcome-lady {
  height: 350px;
}

.intro-image.lower50.nochange {
  padding-top: 0;
}

.image-background-section {
  background-color: #f2f2f2;
  background-image: url('../images/Image-section-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 950px;
}

.image-background-section.invite {
  background-image: url('../images/Image-section-2.jpg');
}

.image-background-section.pricing-plans {
  background-size: auto 1020px;
}

.background-image-section-overlay {
  background-color: #f2f2f27d;
  background-image: linear-gradient(to right, #f2f2f280, #f2f2f200);
  padding-top: 130px;
  padding-bottom: 130px;
}

.background-image-section-overlay.invite {
  background-image: linear-gradient(to right, #f2f2f2 23%, #f2f2f200);
}

.background-image-section-overlay.pricing {
  background-image: linear-gradient(#0a172585, #0a172585), url('../images/1LG-cusinart-resort-sandy-beaches.jpg'), linear-gradient(to right, #f2f2f280, #f2f2f200);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  margin-top: 258px;
  padding-bottom: 131px;
}

.background-image-section-overlay.pricing.lessbottom50 {
  padding-bottom: 100px;
}

.background-image-section-overlay.pricing.phase1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bing-highway.jpg'), linear-gradient(to right, #f2f2f280, #f2f2f200);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
}

.background-image-section-overlay.pricing.phase3 {
  background-image: url('../images/maui_waves_desktop_wallpaper_51962.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.background-image-section-overlay.pricing.phase2 {
  background-image: url('../images/1LG-cusinart-resort-sandy-beaches.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -4px;
}

.background-image-section-overlay.pricing.phase2.grayback {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1LG-cusinart-resort-sandy-beaches.jpg'), linear-gradient(to right, #f2f2f280, #f2f2f200);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
}

.background-image-section-overlay.pricing.officeback {
  background-image: linear-gradient(#2b273c80, #2b273c80), linear-gradient(#0a172585, #0a172585), url('../images/1LG-cusinart-resort-sandy-beaches.jpg'), linear-gradient(to right, #f2f2f280, #f2f2f200);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-size: auto, auto, cover, auto;
}

.fixed-buttons-bottom-right {
  z-index: 2000;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.fixed-button {
  background-color: #0000007d;
  padding: 15px 25px;
  text-decoration: none;
}

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

.fixed-button-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.fixed-button-title.subtitle {
  margin-top: 6px;
  font-size: 12px;
  line-height: 12px;
}

.fixed-button-title.subtitle:hover {
  text-decoration: underline;
}

.feature-icon-left {
  float: left;
  height: 20px;
  margin-right: 12px;
}

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

.upcoming-row {
  margin-bottom: 20px;
}

.upcoming-event-block {
  background-image: url('../images/Gallery-5.jpg');
  background-position: 100% 0;
  background-size: cover;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.upcoming-event-block._2 {
  background-image: url('../images/Gallery-4.jpg');
  background-position: 100% -24px;
}

.upcoming-event-block._3 {
  background-image: url('../images/Gallery-7.jpg');
  background-position: 100% -43px;
}

.upcoming-event-block._4 {
  background-image: url('../images/Image-section-2.jpg');
}

.upcoming-event-overlay-block {
  color: #fff;
  background-color: #d90246e6;
  width: 50%;
  height: 100%;
  padding: 25px;
  font-size: 13px;
  line-height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.facebook-image {
  height: 620px;
  position: absolute;
  top: -95px;
  left: -10px;
}

.gallery-column {
  padding-left: 0;
  padding-right: 0;
}

.gallery-slider {
  background-color: #000;
  height: 500px;
}

.gallery-slide {
  background-image: url('../images/Gallery-9.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.gallery-slide._3 {
  background-image: url('../images/Gallery-7.jpg');
}

.gallery-slider-nav {
  text-align: right;
  padding-bottom: 53px;
  padding-right: 45px;
  font-size: 8px;
}

.gallery-overlay {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 26%;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gallery-overlay:hover {
  background-color: #db1464b3;
}

.gallery-overlay.large {
  padding-top: 71%;
}

.gallery-icon {
  height: 60px;
}

.gallery-slide-overlay {
  background-image: linear-gradient(#0000, #000c 76%);
  padding: 142px 45px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-slide-title {
  z-index: 20;
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 30px;
  position: relative;
}

.gallery-slide-title.subtitle {
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.menu-list {
  padding-left: 0;
}

.menu-list-item {
  border-bottom: 1px dashed #4a4a4a;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 116px;
}

.menu-title {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.menu-title.description {
  color: #a6a6a6;
  text-transform: none;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.menu-price {
  float: right;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #353538;
  border-radius: 2px;
  width: 60px;
  margin-top: 12px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 26px;
}

.menu-price.extra {
  background-color: #db1464;
}

.tab-title {
  font-family: Oswald, sans-serif;
}

.dancer-2-image {
  height: 475px;
  position: absolute;
  top: -238px;
  right: 0;
}

.dancer-2-image.down30 {
  margin-top: 30px;
}

.dancer-2-image.down30.right30 {
  margin-top: 155px;
  margin-right: 0;
  padding-right: 0;
}

.dancer-2-image.down30.right30.tigerpic2 {
  width: 40%;
  height: 250px;
  margin-top: 263px;
}

.title-wrapper-block {
  text-align: center;
  width: 70%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.event-title {
  color: #fff;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.event-title.date {
  font-size: 15px;
  font-weight: 300;
  line-height: 12px;
}

.event-info-block {
  background-color: #fff3;
  border-radius: 2px;
  margin-right: 7px;
  padding: 6px 14px 6px 11px;
  display: inline-block;
}

.event-info-icon {
  float: left;
  height: 21px;
  margin-right: 6px;
}

.event-info-title {
  float: left;
  margin-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.popup {
  z-index: 3000;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  padding-bottom: 55px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-block {
  text-align: center;
  background-color: #fff;
  width: 420px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.popup-title {
  color: #d90246;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.popup-title.subtitle {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.popup-content-block {
  padding: 35px 45px;
  position: relative;
}

.popup-form {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 35px 45px;
}

.close-popup-button {
  background-color: #dbdbdb;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  transition: background-color .25s;
  position: absolute;
  top: 10px;
  right: 10px;
}

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

.close-icon {
  height: 18px;
}

.about-us-col-left {
  z-index: 10;
  position: relative;
}

.about-us-image {
  z-index: 1;
  height: 604px;
  position: absolute;
  top: -180px;
  right: 0;
}

.faq-row {
  margin-top: 40px;
}

.faq-col-left {
  padding-right: 25px;
}

.faq-col-right {
  padding-left: 25px;
}

.faq-list-item {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.team-tabs-menu {
  z-index: 10;
  float: left;
  width: 260px;
  position: absolute;
  top: 100px;
}

.team-tabs-pane {
  height: 645px;
  padding-left: 220px;
  padding-right: 50px;
}

.team-tab-button {
  background-color: #f2f2f2cc;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 7px;
  padding-right: 0;
  transition: background-color .25s, box-shadow .3s;
  display: block;
}

.team-tab-button:hover {
  color: #d90246;
  background-color: #fff;
  box-shadow: 0 0 12px #0003;
}

.team-tab-button.w--current, .team-tab-button.w--current:hover {
  color: #fff;
  background-color: #353538;
}

.team-tab-image {
  float: left;
  height: 642px;
}

.team-tab-image.woman1 {
  margin-right: 20px;
}

.team-tab-title {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.team-tab-title._2 {
  color: #d90246;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 44px;
  font-weight: 700;
  line-height: 49px;
}

.team-tab-button-title {
  float: left;
  text-transform: uppercase;
  margin-top: 18px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.team-tab-button-image {
  float: left;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 17px;
  box-shadow: 0 0 4px #00000080;
}

.team-tab-content-block {
  margin-top: 175px;
}

.pricing-description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}

.pricing-description.lt1 {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
}

.pricing-description.left1 {
  text-align: left;
  line-height: 24px;
}

.faq-image {
  z-index: 15;
  height: 500px;
  position: absolute;
  top: -64px;
  right: 0;
}

.top1 {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
}

.top1.leader {
  background-image: linear-gradient(#00000080, #00000080), url('../images/team21.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), linear-gradient(#00000052, #00000052);
  background-position: 0 0, 50% 4%, 0 0, 0 0, 0 0;
  background-size: auto, cover, auto, auto, auto;
  height: 500px;
}

.top1.leader.oppbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1LG-cusinart-resort-sandy-beaches.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), linear-gradient(#00000052, #00000052);
  background-position: 0 0, 50%, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, cover, auto, auto, auto, auto;
  height: 1000px;
}

.top1.leader.oppbg.reptraining {
  background-image: linear-gradient(#3b4e82b8, #3b4e82b8), url('../images/group-happy1.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#00000052, #00000052);
  background-position: 0 0, 50%, 0 0, 0 0;
  background-size: auto, cover, auto, auto;
  height: 500px;
}

.top1.leader.ation {
  background-image: linear-gradient(#00000080, #00000080), url('../images/travel-11.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), linear-gradient(#00000052, #00000052);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, cover, auto, auto, auto, auto;
}

.top1.less3head {
  height: 512px;
}

.top1.faq2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/business-700a.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  height: 400px;
}

.top1.tigerbg {
  background-image: linear-gradient(#4745d6d1, #4745d6d1), url('../images/tigerkodi.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 800px;
}

.top1.storebg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.top1.storebg.fundr {
  background-image: linear-gradient(#0003, #0003), url('../images/school-fundraising300.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.top1.storebg.buscard {
  background-image: linear-gradient(#00000080, #00000080), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
}

.top1.founderbg {
  background-image: linear-gradient(#00000078, #00000078), url('../images/travel-dream-vacation-by-savings-highway-los-cabos-banner-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
}

.top1.karatefire {
  background-image: linear-gradient(#050a2aa6, #050a2aa6), url('../images/yin-yang-2.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.top1.karatefire.titlekaratefire.nolength {
  height: auto;
}

.top1.coupons {
  background-image: linear-gradient(#00000080, #00000080), url('../images/grocery-banner-shop.jpg'), linear-gradient(#000000a1, #000000a1);
  background-position: 0 0, 50% 47%, 0 0;
  background-size: auto, cover, auto;
  height: 325px;
}

.top1.top800tall.top500a {
  height: 600px;
}

.top1.top800tall.top500a.bgbenefits1 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.top1.top800tall.top500a.bgbenefits1.purple-back {
  background-image: linear-gradient(#00000080, #00000080), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 650px;
}

.top1.image {
  background-image: linear-gradient(to bottom, null, null), url('../images/car-beautiful.jpg');
  background-position: 0 0, 50% 84%;
  height: 350px;
}

.top1.imagehuge {
  background-image: linear-gradient(to bottom, null, null), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, -110px;
  background-size: auto, cover;
  height: 450px;
}

.top1.top1long {
  background-color: #0098ff;
  background-image: linear-gradient(to bottom, null, null), url('../images/car-beautiful-medium.jpg');
  background-position: 0 0, -413px 100%;
  background-size: auto, cover;
  height: 1200px;
}

.drop200 {
  margin-top: 200px;
}

.drop200.center {
  text-align: center;
  margin-top: 135px;
}

.oswald95 {
  color: #fff;
  text-transform: capitalize;
  margin-top: -100px;
  font-family: Oswald, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 80px;
}

.oswald95.drophead4 {
  margin-top: 278px;
}

.oswald95.drophead4.upalot {
  margin-top: 105px;
}

.oswald95.drophead4.upalot.upup {
  margin-top: -69px;
}

.oswald95.drophead4.upalot.vaca {
  margin-top: -41px;
}

.oswald95.center2 {
  text-align: center;
}

.oswald95.center2.redborder {
  text-shadow: 6px 6px 14px red;
}

.oswald95.center2.redborder.supersmall {
  text-transform: none;
  margin-top: 4px;
  font-size: 20px;
  line-height: 20px;
}

.oswald95.dr1 {
  text-align: center;
  margin-top: 0;
}

.oswald95.osw-smallertext.drop101 {
  margin-top: -91px;
}

.oswald95.up70.noup {
  margin-top: 0;
}

.oswald95.smaller1w {
  font-size: 40px;
  line-height: 40px;
}

.oswald95.down100 {
  margin-top: 25px;
}

.oswald95.down100.down25a {
  margin-top: 45px;
}

.oswald95.down100.down25a.up100 {
  margin-top: -89px;
}

.indentleft {
  margin-top: -46px;
  padding-right: 200px;
}

.indentleft.font2 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.indentleft.font2.move3 {
  padding-right: 180px;
  font-size: 20px;
  line-height: 32px;
}

.indentleft.font2.move3.pad30down {
  margin-top: 0;
  margin-bottom: 40px;
}

.indentleft.font2.move3.pad30down.noindent {
  padding-right: 0;
}

.indentleft.font2.move3.pad30down.noindent.smk {
  font-size: 12px;
}

.indentleft.font2.move3.pad30down.noindent.smk.no40 {
  margin-bottom: 0;
}

.indentleft.font2.move3.pad30down.noindent.drop20.drop20a {
  margin-top: 10px;
}

.indentleft.font2.move3.pad30down.noindent.drop20.drop20a.downh {
  margin-top: 22px;
}

.indentleft.font2.move3.pad30down.noindent.drop20.drop20a.dw40 {
  margin-top: 40px;
}

.indentleft.font2.move3.pad30down.noindent.drop20.indent100 {
  padding-left: 0;
  padding-right: 100px;
  font-size: 18px;
  line-height: 32px;
}

.indentleft.font2.move3.pad30down.lt6 {
  text-align: left;
  padding-right: 0;
}

.indentleft.font2.move3.tiger5move.noind {
  margin-top: 0;
}

.indentleft.font2.move3.tiger5move.noind.down50 {
  margin-top: 50px;
}

.indentleft.font2.move3.center._100padboth {
  padding-left: 100px;
  padding-right: 100px;
}

.whitetext1 {
  color: #fff;
  padding-bottom: 0;
}

.whitetext1.whitetext3 {
  padding-left: 58px;
  padding-right: 58px;
  font-size: 18px;
  line-height: 26px;
}

.whitetext1.whitetext3.paddown20 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.oswald-200light29 {
  color: #fff;
  margin-top: 8px;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  font-weight: 200;
  line-height: 39px;
}

.oswald-200light29.scroll {
  margin-top: 35px;
}

.oswald-200light29.scroll.drop10 {
  margin-top: 10px;
}

.oswald-200light29.scroll.center.pad20down1 {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 49px;
}

.oswald-200light29.scroll.pad2 {
  margin-bottom: 30px;
}

.oswald-200light29.oswaldminimum {
  text-transform: capitalize;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.oswald-200light29.oswaldminimum.osmin.noindent {
  padding-left: 20px;
  padding-right: 20px;
}

.oswald-200light29.osmin {
  padding-left: 38px;
  padding-right: 38px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.oswald-200light29.darktext {
  color: #333;
}

.oswald-200light29.arialsmaller5 {
  font-size: 18px;
  line-height: 28px;
}

.oswald-200light29.arialsmaller5.drop15 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.oswald-200light29.arialsmaller5.drop15.big1 {
  letter-spacing: 1px;
  margin-top: 12px;
  font-size: 18px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5 {
  margin-top: 21px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.dr9 {
  margin-top: 47px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray {
  background-color: #0000;
  background-image: linear-gradient(#00000061, #00000061);
  padding-top: 20px;
  padding-bottom: 20px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray.backadark {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000061, #00000061);
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray.backadark.indent30 {
  padding-left: 41px;
  padding-right: 41px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray.backadark.indent30.blue {
  background-color: #73a3b3;
  line-height: 40px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.upalot {
  margin-top: -87px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.upalot4 {
  margin-top: 0;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.upalot4.up88 {
  margin-top: -108px;
  padding-top: 10px;
}

.oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.upalot4.padbot10 {
  padding-bottom: 10px;
}

.oswald-200light29.arialsmaller5.bg6 {
  font-size: 24px;
}

.oswald-200light29.drop14 {
  margin-top: 31px;
}

.oswald-200light29.padd30 {
  margin-top: 8px;
  margin-bottom: 13px;
}

.oswald-200light29.wayup {
  margin-top: -96px;
}

.font2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.font2.moveright {
  font-size: 20px;
  line-height: 32px;
}

.font2.moveright.drop30 {
  margin-top: 37px;
}

.font2.moveright.drop30.subheadbig {
  text-align: center;
}

.font2.moveright.drop30.subheadbig.bigger1 {
  font-size: 24px;
}

.font2.moveright.drop30.subheadbig.bigger1.onow {
  font-size: 20px;
}

.font2.moveright.testimonials {
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.font2.moveright.intl30 {
  margin-top: 45px;
}

.font2.moveright.drop20 {
  margin-top: 30px;
}

.font2.moveright.nofade.leadstext1 {
  padding-right: 46px;
}

.font2.moveright.left1 {
  text-align: left;
  margin-top: 10px;
}

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

.font2.lt.moveright10.morepad {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.font2.lt.moveright10.morepad.noindent.indent100 {
  padding-left: 125px;
  padding-right: 125px;
}

.font2.lt.moveright10.morepad.noindent.indent100.leftfinal {
  text-align: left;
}

.font2.lt.moveright10.morepad.noindent.indent100.lt1 {
  text-align: left;
  line-height: 28px;
}

.font2.lt.moveright10.center {
  text-align: center;
}

.font2.movw.no-bold.lt5 {
  text-align: left;
}

.groupform1 {
  border-radius: 10px;
  margin-top: 58px;
}

.textleftplease.subhead {
  font-size: 20px;
}

.form {
  margin-top: 30px;
}

.divdoen50 {
  margin-top: 50px;
}

.divdoen50.center.nodrop {
  margin-top: 0;
}

.divdoen50.up30 {
  margin-top: 25px;
}

.preenrolldiv {
  margin-top: 52px;
}

.formrow {
  margin-top: -24px;
}

.ft.firstname {
  line-height: 24px;
}

.fl {
  color: #666;
  margin-bottom: 7px;
  font-size: 16px;
}

.fl.yeswere {
  color: #350b0b;
  margin-bottom: 22px;
}

.fl.yeswere.smk {
  color: #666;
  font-size: 15px;
}

.fl.yeswere._2dh {
  margin-top: 15px;
}

.fl.yeswere._2dh.b6 {
  margin-top: 20px;
}

.fl.yeswere.b6 {
  color: #333;
  font-size: 19px;
}

.subhead {
  font-size: 28px;
  line-height: 36px;
}

.subhead.subheadbig {
  font-size: 24px;
  line-height: 24px;
}

.subhead.willing {
  font-size: 20px;
}

.subhead.down50 {
  margin-top: 100px;
}

.subhead.red {
  color: #d90246;
}

.subhead.smallersubhead {
  font-size: 24px;
}

.chart {
  width: 80%;
}

.subheadbig {
  margin-top: 0;
  font-size: 34px;
}

.divdrop50 {
  margin-bottom: 50px;
}

.divpadtop40 {
  margin-top: 40px;
}

.facebook.fbdown {
  margin-top: 3px;
}

.divcenter {
  text-align: center;
}

.divcenter.dropcenter {
  margin-top: 48px;
  margin-bottom: 50px;
}

.slideshowsection {
  height: 800px;
}

.slider-how-it-works {
  background-color: green;
  height: 550px;
}

.how-it-works-slide-1 {
  background-color: green;
}

.foot1 {
  background-color: #1c1b1be0;
  padding-top: 50px;
  padding-bottom: 20px;
}

.white {
  color: #fff;
}

.white.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.white.pad50.offwhite {
  color: #5e7374;
  text-align: right;
  padding-top: 45px;
  padding-bottom: 35px;
  padding-right: 50px;
}

.white5 {
  color: #fff;
  text-align: center;
  margin-top: 41px;
}

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

.white5.copytext {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.white5.copytext.drop20a {
  margin-top: 31px;
}

.white5.copytext.paddown20 {
  margin-bottom: 32px;
}

.white5.copytext.paddown20.copyrightdiv {
  margin-top: 30px;
}

.white5.copytext.lower20s {
  margin-top: 21px;
}

.googlediv {
  text-align: center;
  margin-top: 15px;
}

.center1 {
  text-align: center;
}

.center1.paddown35 {
  margin-bottom: 35px;
}

.center1.paddown35.red {
  color: #bb2323;
  margin-top: -37px;
  font-size: 27px;
}

.center1.paddown35.red.drop20y {
  margin-top: -10px;
}

.center1.paddown30 {
  margin-bottom: 50px;
}

.whitelink {
  color: #fff;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.whitelink:hover {
  color: #fff;
}

.whitelink.colpad10 {
  letter-spacing: 1px;
}

.whitelink.c1.arial {
  color: #ffffffd6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.whitelink.arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.whitelink.ariel1.spread2 {
  letter-spacing: 2px;
}

.whitelink.ariel1.spread2.subhead {
  font-size: 24px;
}

.whitelink._13sm {
  font-size: 10px;
}

.whitelink.sm12a {
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

.lg1 {
  font-size: 14px;
}

.viddiv3 {
  margin-top: 44px;
}

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

.center-row.paddown35 {
  margin-bottom: 35px;
}

.center-row.paddown35.lt5 {
  text-align: left;
}

.oppvid {
  box-shadow: 1px 3px 6px 3px #fff;
}

.dropdiv70 {
  margin-top: 70px;
}

.h5sp {
  font-size: 24px;
  line-height: 28px;
}

.h5 {
  color: #2e8c99;
  margin-top: 50px;
  font-size: 25px;
  line-height: 35px;
}

.footerbg2 {
  background-image: linear-gradient(#292951e3, #292951e3), url('../images/577f9ef6340bfadb0a81931d_hero.jpg');
  background-position: 0 0, 50% 28%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 25px;
}

.footerbg2.important {
  background-image: linear-gradient(#242449e0, #242449e0), url('../images/577f9ef6340bfadb0a81931d_hero.jpg');
  background-position: 0 0, 50% 28%;
  background-size: auto, cover;
}

.centerdiv2 {
  text-align: center;
  margin-bottom: 35px;
}

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

.videorow1 {
  margin-top: 38px;
}

.divdrop20 {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.divdrop20.rightdiv5 {
  text-align: center;
  margin-top: 5px;
  padding-right: 0;
}

.drop300 {
  margin-top: 250px;
}

.pad20down {
  margin-bottom: 27px;
}

.tigerstream-footer {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/tiger6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 35px;
  padding-bottom: 35px;
}

.orderdiv {
  margin-top: -7px;
}

.tigerdivddoen20 {
  margin-top: 42px;
}

.vacationdiv-drop50 {
  border-bottom: 1px solid #c9c6d6;
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.vacationtext1 {
  padding-top: 38px;
}

.drop30 {
  margin-top: 30px;
}

.drop30.dropmore44 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -21px;
}

.buy-div1 {
  padding-top: 11px;
  padding-left: 1px;
}

.center {
  text-align: center;
}

.center.drop20 {
  margin-top: 0;
}

.center.down30 {
  margin-top: 30px;
}

.center.down30.pad50d {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.center.pad30down {
  margin-bottom: 30px;
}

.center.pad30down.f4 {
  background-image: url('../images/GuruSteveMahaGurPakVicGuruKarlBolz.png');
  background-position: 50%;
  background-size: cover;
}

.center.pad30down.f4.pad100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.buynowbutton1 {
  margin-top: 9px;
  margin-left: -308px;
}

.buynowbutton1.rightorder4 {
  margin-top: 12px;
  margin-left: -122px;
}

.ra1.moverightarrow {
  margin-left: 300px;
}

.buyrow {
  border: 1px #000;
  border-bottom: 5px solid #babacc;
  padding-bottom: 20px;
}

.pad30 {
  margin-bottom: 70px;
}

.move-right-eads {
  padding-left: 40px;
}

.drop50now {
  margin-bottom: 70px;
}

.dropman3 {
  margin-top: 90px;
}

.rowdrop50 {
  margin-bottom: 70px;
}

.divdown30 {
  margin-bottom: 20px;
}

.divdown30.center.carddrop, .rowpad30 {
  margin-bottom: 50px;
}

.rowpad30.linebotrow {
  border-bottom: 2px solid #c1c1ca;
}

.divdown50 {
  margin-bottom: 50px;
}

.indentrt1 {
  padding-right: 10px;
}

.indentrt1.center2 {
  text-align: center;
}

.indentrt1.center2._15text {
  margin-top: 20px;
}

.indentrt1.center2._15text.lt6 {
  padding-left: 63px;
  padding-right: 63px;
}

.indentrt1.center2._15text.lt6.lt8 {
  text-align: left;
  padding-left: 93px;
  padding-right: 93px;
}

.centerrow {
  text-align: center;
}

.centerrow.pad15 {
  margin-bottom: 20px;
}

.whitequote {
  color: #fff;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-style: italic;
  line-height: 32px;
}

.downrow {
  margin-top: 20px;
  margin-bottom: 70px;
}

.copyrightsmall {
  color: #dddbe1;
  margin-top: 46px;
  font-size: 10px;
}

.pad20 {
  margin-bottom: 25px;
}

.paddown50 {
  margin-bottom: 50px;
}

.whitetext {
  color: #fff;
  text-align: center;
}

.whitetext.pad50adn50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h2 {
  line-height: 40px;
}

.order5div {
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.er {
  text-align: center;
  line-height: 40px;
}

.lt8.enter {
  text-align: center;
}

.redsector {
  color: #d22a4c;
}

.centerdiv1 {
  text-align: center;
}

.centerdiv1.lower10 {
  margin-top: 10px;
}

.padinform {
  margin-left: 349px;
  margin-right: 349px;
}

.padinform.greenpadinside {
  border: 10px solid green;
  margin-left: 325px;
  margin-right: 325px;
}

.white-border-inside {
  border: 5px solid #fff;
}

._100tall {
  height: auto;
}

.welcome-business-lady {
  margin-top: 0;
  margin-right: 400px;
}

.drop50 {
  margin-top: 50px;
}

.centertextformbutton {
  text-align: center;
}

.drop70 {
  margin-top: 70px;
}

.bigger12 {
  font-size: 36px;
  font-style: normal;
}

.bigger12.bigspacing1 {
  font-size: 28px;
  line-height: 55px;
}

.lt11 {
  text-align: left;
}

.lt11.subhead.drop30a {
  margin-top: 50px;
}

.businesscardwrapper {
  margin-top: 34px;
  margin-left: 147px;
  margin-right: 147px;
}

.shade1 {
  background-image: linear-gradient(#00000080, #00000080);
}

.shade1.up99 {
  margin-top: -86px;
}

.div-20a {
  margin-top: 18px;
}

.div-20a.centerdiv {
  text-align: center;
}

.div-20a.sm11 {
  font-size: 12px;
}

.welcome-sponsor-name {
  font-size: 36px;
}

.paddiv10 {
  margin-bottom: 10px;
}

.paddiv10.leftpad {
  padding-right: 0;
}

.textsmaller5 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}

.divcenter1 {
  text-align: center;
  border-radius: 3px;
}

.divborder1 {
  border: 20px solid #0080009e;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 6px 6px 15px gray;
}

.divborder1.paddown30 {
  margin-bottom: 30px;
}

.borderform1 {
  border: 20px solid #36365682;
  border-radius: 10px;
  padding: 20px 21px;
  box-shadow: 11px 11px 12px gray;
}

.drop20d {
  margin-bottom: 20px;
}

.divpad1-down {
  margin-bottom: 30px;
}

.pad200 {
  height: 200px;
}

.paddown30 {
  margin-bottom: 30px;
}

.centerdiv {
  text-align: center;
}

.centerdiv.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ladybiz {
  margin-top: 148px;
}

.red {
  color: #d90246;
}

.h1c {
  text-align: center;
}

.whitesection {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 50px;
}

.whitebg {
  background-image: url('../images/Condos-Travel_world.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whitecontainer {
  background-color: #fff;
}

.getresponselist {
  padding-right: 95px;
}

.couponfoooter {
  padding-top: 50px;
  padding-bottom: 50px;
}

.off-white.center1 {
  color: #e8e8ee9c;
  text-align: center;
}

.members-area {
  background-color: #fff;
}

.members-area-div {
  width: 600px;
}

.white1000 {
  text-align: center;
  background-color: #fff;
  height: 1000px;
}

.div-600 {
  background-color: #fff;
  width: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.drop20a {
  margin-top: 20px;
}

.div-white {
  background-color: #353538;
}

.body-white {
  background-color: #fff;
}

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

.div-center.div-sec-whote {
  background-color: #fff;
}

.div-center.div-sec-whote.drop501 {
  background-color: #cfd9e4;
  margin-top: 8px;
  padding-top: 53px;
}

.widegirl2 {
  width: 203px;
  margin-right: -90px;
  padding-left: 0;
  padding-right: 0;
}

.girldicv4 {
  margin-top: -2px;
  margin-right: -183px;
}

.divwan2wd {
  margin-top: 0;
  margin-left: -64px;
}

.pad50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.bacggray {
  background-color: #fff;
}

.div-drop-35 {
  margin-top: 75px;
}

.dog {
  border-radius: 20px;
}

.signupvideo-div {
  text-align: center;
  padding-left: 230px;
  padding-right: 230px;
}

.shade {
  background-image: none;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block {
  font-size: 18px;
  line-height: 28px;
}

.bd1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

html.w-mod-js [data-ix="slider-title-animation"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="slider-title-animation-2"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="slider-title-animation-3"] {
  opacity: 0;
  transform: translate(0, 35px);
}

html.w-mod-js [data-ix="tab-element-1"], html.w-mod-js [data-ix="tab-element-2"] {
  opacity: 0;
  transform: translate(0, -25px);
}

html.w-mod-js [data-ix="fade-in-on-scroll-1"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-4"], html.w-mod-js [data-ix="fade-in-on-scroll-5"], html.w-mod-js [data-ix="fade-in-on-scroll-6"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="logo-fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="dot-navlink-text"] {
  opacity: 0;
  display: none;
  transform: translate(15px);
}

html.w-mod-js [data-ix="hide-left-arrow"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="hide-right-arrow"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="show-navbar"] {
  opacity: 0;
}

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

html.w-mod-js [data-ix="show-section-arrow"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="hide-tooltip"] {
  opacity: 0;
  transform: translate(0, 20px);
}

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

html.w-mod-js [data-ix="experience-fade-in-element"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-gallery-icon"] {
  opacity: 0;
  transform: scale(.5);
}

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

html.w-mod-js [data-ix="hide-popup-block"] {
  opacity: 0;
  display: none;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="team-tab-image"], html.w-mod-js [data-ix="team-tab-text"] {
  opacity: 0;
  transform: translate(50px);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }

  h4 {
    font-size: 19px;
  }

  .button {
    margin-top: 10px;
  }

  .button.greenbutton {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .button.greenbutton.narrow.ordernow {
    margin-top: -53px;
    margin-right: -364px;
  }

  .button.greenbutton.width50.txth30 {
    width: 80%;
  }

  .navbar {
    padding-top: 45px;
    overflow: visible;
  }

  .navbar.shade {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .nav-menu {
    z-index: 1001;
    background-color: #000000e6;
    min-width: 270px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
  }

  .section {
    padding: 55px 45px;
  }

  .section.home-intro {
    padding: 65px 45px;
  }

  .section.waiters {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.newsletter-section {
    padding-top: 100px;
  }

  .section.none.whitesmoke.drop70.businessnone {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-slide-container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .home-slide-title {
    margin-bottom: 10px;
    font-size: 65px;
  }

  .home-slide-title._2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .menu-button {
    background-color: #d90246;
    margin-top: -4px;
  }

  .nav-link {
    border-top: 2px #404040;
    border-bottom: 1px solid #292929;
    max-width: 900px;
    margin-left: 0;
    display: block;
  }

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

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

  .service-title.subtitle {
    margin-bottom: 18px;
  }

  .container.centered {
    padding-left: 65px;
    padding-right: 65px;
  }

  ._2-column-row.noindent {
    margin-left: 20px;
  }

  ._2-column-row.noindent.jjj {
    margin-left: 0;
    padding-right: 10px;
  }

  .text-column-right.movelt1 {
    padding-left: 20px;
  }

  .footer {
    padding-top: 65px;
    font-size: 12px;
    line-height: 17px;
  }

  .bottom-footer {
    margin-top: 35px;
  }

  .footer-icon-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }

  .link.white {
    font-size: 12px;
  }

  .link.faq-link {
    font-size: 13px;
    line-height: 21px;
  }

  .list-item-white-title {
    margin-bottom: 15px;
  }

  .page-header-overlay {
    padding: 185px 35px 90px;
  }

  .page-header-overlay.transparant {
    padding-top: 165px;
    padding-bottom: 70px;
  }

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

  .logo-container.responsive-menu {
    float: none;
    text-align: center;
    background-color: #292929;
    padding-top: 35px;
    padding-bottom: 25px;
    display: block;
  }

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

  .pricing-block-title {
    font-size: 25px;
    line-height: 32px;
  }

  .pricing-block-item-title.green, .pricing-block-item-title.purple {
    line-height: 22px;
  }

  .pricing-price {
    font-size: 32px;
    line-height: 25px;
  }

  .white-section-title {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 47px;
  }

  .service-icon {
    height: 65px;
    margin-bottom: 18px;
  }

  .slider-button-left, .slider-button-right {
    width: 90px;
    height: 70px;
  }

  .navbar-wrapper {
    padding-top: 0;
  }

  .fixed-navbar-wrapper {
    margin-top: -42px;
  }

  .slider-text-block {
    padding-left: 45px;
    padding-right: 45px;
  }

  .cta-title {
    font-size: 36px;
    line-height: 43px;
  }

  .cta-title.subtitle {
    font-size: 23px;
    line-height: 36px;
  }

  .text-column-left.dont-miss {
    padding-left: 0;
    padding-right: 0;
  }

  .text-column-left.dont-miss.addrightsome30 {
    padding-right: 0;
  }

  .home-section {
    padding: 65px 10px;
  }

  .home-section.noindent {
    padding-right: 0;
  }

  .home-section.benefitsection1 {
    border-bottom-width: 2px;
    border-bottom-color: #790e79;
  }

  .home-container.centered {
    padding-left: 55px;
    padding-right: 55px;
  }

  .section-button-block-bottom {
    margin-top: 20px;
  }

  .column-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 38px;
    line-height: 42px;
  }

  .column-title.smaller {
    font-size: 33px;
    line-height: 36px;
  }

  .column-title.moveleft.sm5.sm5r {
    font-size: 36px;
  }

  .column-title.moveleft.head2 {
    line-height: 56px;
  }

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

  .page-header-title {
    font-size: 60px;
    line-height: 55px;
  }

  .experience-text-block {
    padding: 25px;
  }

  .experience-text-block.black.blue.lesspad {
    width: 80%;
    padding-bottom: 15px;
  }

  .quote-title {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 31px;
  }

  .quote-title.headline3 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 55px;
  }

  .quote-subtitle {
    font-size: 11px;
    line-height: 18px;
  }

  .experience-bottom-section-overlay {
    padding-top: 295px;
    padding-bottom: 80px;
  }

  .faq-container {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .faq-title.upsome5 {
    margin-top: 0;
  }

  .faq-paragraph.small-ariel {
    font-size: 12px;
  }

  .text-logo.subtitle.down3 {
    margin-top: 7px;
  }

  .image-section-overlay {
    padding: 65px 45px;
  }

  .icon-wrapper {
    margin-right: 10px;
    padding-right: 10px;
  }

  .stats-icon {
    height: 40px;
  }

  .stat-title {
    font-size: 42px;
  }

  .stat-title.description {
    font-size: 13px;
    line-height: 20px;
  }

  .dancer-image {
    z-index: 1;
    height: 430px;
    top: -136px;
  }

  .newsletter-field {
    font-size: 12px;
  }

  .newsletter-col-left {
    z-index: 10;
    position: relative;
  }

  .intro-image {
    height: 440px;
    bottom: -23px;
    left: -60px;
  }

  .intro-image.lower50 {
    margin-left: 54px;
  }

  .image-background-section {
    background-size: auto 740px;
  }

  .background-image-section-overlay {
    padding: 65px 45px;
  }

  .background-image-section-overlay.invite {
    padding-bottom: 59px;
  }

  .background-image-section-overlay.pricing {
    margin-top: 243px;
  }

  .invite-row {
    margin-bottom: 32px;
  }

  .upcoming-event-overlay-block {
    width: 60%;
    padding-top: 33px;
  }

  .facebook-image {
    height: 470px;
  }

  .gallery-slider {
    height: 230px;
  }

  .gallery-icon {
    height: 40px;
  }

  .gallery-slide-title {
    font-size: 19px;
    line-height: 27px;
  }

  .gallery-slide-title.subtitle {
    font-size: 15px;
  }

  .dancer-2-image {
    height: 335px;
    top: -100px;
  }

  .dancer-2-image.down30.right30 {
    margin-right: 15px;
  }

  .title-wrapper-block {
    margin-bottom: 40px;
  }

  .event-title {
    font-size: 16px;
  }

  .event-info-block {
    margin-right: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .event-info-icon {
    height: 16px;
  }

  .event-info-title {
    line-height: 13px;
  }

  .about-us-image {
    height: 374px;
    top: -94px;
  }

  .team-tabs-pane {
    padding-right: 8px;
  }

  .team-tab-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-tab-title._2 {
    font-size: 44px;
    line-height: 43px;
  }

  .pricing-description {
    text-align: center;
  }

  .faq-image {
    height: 370px;
    top: -71px;
  }

  .stats-col {
    padding-right: 0;
  }

  .top1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/car-beautiful.jpg'), linear-gradient(to bottom, null, null), url('../images/team21.jpg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 30%, 0 0, 50%, 0 0;
    height: 779px;
  }

  .top1.storebg.buscard {
    height: 375px;
  }

  .oswald95 {
    margin-top: -111px;
    font-size: 55px;
    line-height: 77px;
  }

  .oswald95.drophead4.upalot.upup {
    margin-top: -107px;
  }

  .oswald95.drophead4.upalot.vaca {
    margin-top: -105px;
  }

  .indentleft.font2.move3.pad30down {
    padding-right: 150px;
  }

  .indentleft.font2.move3.pad30down.noindent.drop20.drop20a.dw40 {
    line-height: 24px;
  }

  .indentleft.font2.move3.pad30down.noindent.drop20.indent100 {
    padding-left: 0;
    padding-right: 50px;
    line-height: 28px;
  }

  .indentleft.font2.move3.tiger5move {
    margin-top: 93px;
    padding-right: 100px;
    font-size: 18px;
    line-height: 28px;
  }

  .whitetext1.whitetext3.paddown20 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .oswald-200light29 {
    margin-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .oswald-200light29.osmin {
    margin-top: 12px;
  }

  .oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray, .oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray.backadark.indent30 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .font2.moveright.testimonials {
    line-height: 40px;
  }

  .font2.moveright.intl30 {
    text-align: left;
    font-weight: 700;
  }

  .font2.lt.moveright10 {
    font-size: 16px;
  }

  .font2.lt.moveright10.morepad {
    padding-left: 0;
  }

  .fl {
    margin-top: 19px;
  }

  .subhead {
    font-size: 20px;
    line-height: 28px;
  }

  .subhead.subheadbig {
    line-height: 22px;
  }

  .subhead.willing {
    margin-left: 0;
    font-size: 24px;
  }

  .subhead.bold {
    font-weight: 600;
  }

  .chart {
    width: 100%;
  }

  .white5.copytext {
    font-size: 12px;
  }

  .white5.copytext.drop20a {
    margin-top: 10px;
  }

  .center1.paddown35.red {
    font-size: 20px;
  }

  .center1.paddown35.fbdaily {
    margin-top: -18px;
  }

  .center1.paddown30 {
    margin-bottom: 20px;
  }

  .whitelink {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .whitelink.ariel1.spread2.subhead {
    font-size: 20px;
  }

  .orderdiv {
    margin-top: -24px;
  }

  .drop30.dropmore44 {
    margin-bottom: 27px;
  }

  .ra1.moverightarrow {
    margin-top: -6px;
    margin-left: 38px;
  }

  .buyrow {
    padding-bottom: 30px;
  }

  ._18t {
    font-size: 18px;
    line-height: 24px;
  }

  .indentrt1.center2._15text {
    text-align: center;
    margin-top: 36px;
    padding-right: 0;
    line-height: 18px;
  }

  .indentrt1.center2._15text.lt6.lt8 {
    padding-left: 69px;
    padding-right: 69px;
    font-size: 14px;
    line-height: 22px;
  }

  .pad20 {
    margin-top: -25px;
  }

  .h2 {
    font-size: 26px;
    line-height: 36px;
  }

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

  .er.lt8 {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }

  .er.lt8.drop20a {
    margin-top: 52px;
    line-height: 32px;
  }

  .lt8 {
    font-size: 26px;
    line-height: 32px;
  }

  .padinform {
    margin-left: 250px;
    margin-right: 250px;
  }

  .padinform.greenpadinside {
    margin-left: 200px;
    margin-right: 200px;
  }

  .welcome-business-lady {
    margin-top: -32px;
  }

  .businesscardwrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .paddiv10.leftpad {
    padding-right: 0;
  }

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

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

  .three {
    color: #666;
    margin-top: 18px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 27px;
  }

  .getresponselist {
    padding-right: 0;
  }

  .div-600 {
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 23px;
  }

  h4 {
    margin-bottom: 9px;
  }

  .button.red {
    margin-top: 18px;
  }

  .button.greenbutton {
    font-size: 24px;
  }

  .button.greenbutton.narrow.ordernow {
    margin-right: 0;
  }

  .button.greenbutton.width50.txth30 {
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .navbar {
    padding-top: 25px;
  }

  .navbar.shade {
    padding-bottom: 15px;
  }

  .home-hero {
    height: 470px;
  }

  .section {
    padding: 35px 25px;
  }

  .section.home-intro {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.newsletter-section {
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
  }

  .section.none.whitesmoke.drop70.businessnone {
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-slide-title {
    font-size: 8vw;
    line-height: 8vw;
  }

  .home-slide-title._2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-right: 25px;
    padding-top: 14px;
  }

  .nav-link {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-title {
    font-size: 20px;
    line-height: 21px;
  }

  .container.centered {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-column-row.noindent {
    margin-left: 5px;
  }

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

  .text-column-right.movelt1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-column-right.movelt1.col2a {
    padding-left: 9px;
  }

  .text-column-right.movelt1.dw4 {
    margin-top: 194px;
  }

  .footer {
    padding-top: 35px;
  }

  .bottom-footer-text {
    margin-top: -24px;
  }

  .footer-icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .list-item-white-title {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .hamburger-icon {
    font-size: 40px;
    line-height: 24px;
  }

  .page-header-overlay {
    padding: 135px 25px 50px;
  }

  .page-header-overlay.transparant {
    padding-top: 135px;
    padding-bottom: 40px;
  }

  .page-header-overlay._404 {
    padding: 140px 25px;
  }

  .logo-container {
    margin-top: -64px;
    padding-top: 12px;
    padding-left: 25px;
  }

  .logo-container.responsive-menu {
    padding-left: 0;
  }

  .logo-container.logosecond {
    margin-top: -76px;
    padding-left: 32px;
  }

  .pricing-column {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block.space50 {
    margin-top: 87px;
  }

  .pricing-block-title {
    font-size: 36px;
    line-height: 46px;
  }

  .pricing-block-list-item.odd {
    padding-bottom: 25px;
  }

  .pricing-block-item-title {
    font-size: 27px;
    line-height: 32px;
  }

  .pricing-block-item-title.purple {
    font-size: 34px;
  }

  .white-section-title {
    font-size: 35px;
    line-height: 39px;
  }

  .white-section-title._2 {
    font-size: 21px;
    line-height: 23px;
  }

  .service-icon {
    height: 45px;
    margin-bottom: 16px;
  }

  .slider-button-left {
    width: 60px;
    height: 40px;
  }

  .slider-button-right {
    width: 60px;
    height: 40px;
    font-size: 12px;
  }

  .fixed-navbar-wrapper {
    margin-top: -18px;
    padding-bottom: 10px;
  }

  .slider-text-block {
    text-align: center;
    padding-left: 85px;
    padding-right: 85px;
  }

  .cta-title {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-title.subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .feature-col {
    padding-left: 0;
    padding-right: 20px;
  }

  .feature-row {
    margin-top: 4px;
  }

  .text-column-left {
    padding-left: 0;
    padding-right: 25%;
  }

  .text-column-left.dont-miss {
    padding-right: 0%;
  }

  .home-section {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 25px;
  }

  .home-section.benefitsection1 {
    margin-top: 84px;
  }

  .home-container.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .section-button-block-bottom {
    margin-top: 14px;
    padding-top: 6px;
  }

  .column-title {
    margin-bottom: 11px;
    margin-left: 4px;
    margin-right: -235px;
    padding-bottom: 11px;
    font-size: 32px;
    line-height: 36px;
  }

  .column-title.white {
    font-size: 24px;
  }

  .column-title.smaller {
    font-size: 24px;
    line-height: 26px;
  }

  .column-title.moveleft {
    margin-left: 0;
    margin-right: 0;
  }

  .column-title.moveleft.whitecenter.noidente {
    margin-right: 0;
  }

  .column-title.moveleft.dwn7 {
    margin-top: 43px;
  }

  .column-title.pre-enroll {
    margin-top: 20px;
  }

  .column-title.pre-enroll.nofade {
    margin-right: 0;
    line-height: 38px;
  }

  .page-header-title {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .experience-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .experience-text-block.black.blue.lesspad {
    width: 100%;
  }

  .quote-title {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 29px;
  }

  .quote-title.headline3 {
    margin-bottom: 50px;
    line-height: 43px;
  }

  .quote-subtitle {
    font-size: 10px;
    line-height: 16px;
  }

  .experience-bottom-section-overlay {
    padding: 275px 25px 58px;
  }

  .faq-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .faq-title {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .question-block {
    margin-bottom: 19px;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .faq-column {
    padding-left: 0;
  }

  .text-logo {
    margin-top: 74px;
    margin-left: -17px;
    font-size: 26px;
  }

  .text-logo.subtitle.down3 {
    text-align: center;
    margin-left: auto;
  }

  .image-section-overlay {
    padding: 35px 25px;
  }

  .dancer-image {
    height: 330px;
    top: 0;
    right: -68px;
  }

  .newsletter-form {
    margin-bottom: 9px;
  }

  .newsletter-field {
    width: 100%;
  }

  .newsletter-button {
    width: 100%;
    margin-top: 3px;
  }

  .newsletter-col-left {
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 18px;
  }

  .intro-image {
    height: 330px;
    bottom: -30px;
    left: -70px;
  }

  .intro-image.lower50 {
    margin-top: 0;
    margin-left: 86px;
  }

  .image-background-section {
    background-size: cover;
  }

  .image-background-section.invite {
    background-size: auto;
  }

  .background-image-section-overlay {
    background-color: #f2f2f27d;
    background-image: linear-gradient(to right, #f2f2f2 14%, #f2f2f200);
    padding: 35px 25px;
  }

  .background-image-section-overlay.invite {
    padding-bottom: 65px;
    font-size: 12px;
  }

  .background-image-section-overlay.pricing {
    margin-top: 198px;
    padding-bottom: 60px;
  }

  .background-image-section-overlay.pricing.phase2 {
    margin-top: 0;
  }

  .background-image-section-overlay.fun-facts {
    background-color: #f2f2f2cc;
  }

  .feature-icon-left {
    margin-right: 9px;
  }

  .invite-row {
    margin-bottom: 16px;
    margin-right: 1px;
    padding-right: 0;
  }

  .upcoming-row {
    margin-bottom: 0;
  }

  .upcoming-col-left, .upcoming-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .upcoming-event-block {
    margin-bottom: 10px;
  }

  .facebook-image {
    height: 350px;
  }

  .gallery-slider {
    height: 200px;
  }

  .gallery-slider-nav {
    padding-bottom: 31px;
    padding-right: 29px;
  }

  .gallery-overlay {
    padding-top: 22%;
  }

  .gallery-slide-overlay {
    padding-bottom: 44px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .gallery-slide-title {
    font-size: 14px;
    line-height: 17px;
  }

  .gallery-slide-title.subtitle {
    font-size: 12px;
  }

  .menu-title {
    font-size: 18px;
    line-height: 23px;
  }

  .menu-title.description {
    font-size: 12px;
    line-height: 22px;
  }

  .dancer-2-image {
    height: 245px;
    top: -56px;
  }

  .event-title {
    font-size: 19px;
    line-height: 23px;
  }

  .popup-block {
    width: 80%;
    margin-top: 50px;
  }

  .about-us-col-left {
    padding-left: 0;
  }

  .about-us-image {
    height: 274px;
    top: -29px;
  }

  .faq-row {
    margin-top: 21px;
  }

  .faq-col-left, .faq-col-right {
    padding-left: 0;
  }

  .team-tabs-menu {
    width: 200px;
    top: 70px;
  }

  .team-tabs-pane {
    height: 440px;
    padding-left: 105px;
  }

  .team-tab-image {
    width: 180px;
    height: auto;
  }

  .team-tab-title {
    font-size: 16px;
  }

  .team-tab-title._2 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 23px;
  }

  .team-tab-button-title {
    margin-top: 10px;
    font-size: 11px;
  }

  .team-tab-button-image {
    width: 40px;
    height: 40px;
  }

  .team-tab-content-block {
    margin-top: 73px;
  }

  .pricing-description {
    margin-top: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .pricing-description.lt1 {
    padding-left: 0;
    font-size: 14px;
  }

  .faq-image {
    height: 260px;
    top: 20px;
  }

  .top1.leader.oppbg {
    height: 850px;
  }

  .top1.leader.oppbg.reptraining {
    height: 650px;
  }

  .top1.top1long {
    height: 1400px;
  }

  .oswald95 {
    margin-top: -86px;
    margin-bottom: 11px;
    font-size: 48px;
    line-height: 60px;
  }

  .oswald95.drophead4.upalot.vaca {
    margin-top: -122px;
  }

  .indentleft.font2.move3 {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .indentleft.font2.move3.pad30down {
    padding-right: 20px;
  }

  .indentleft.font2.move3.pad30down.noindent.drop20 {
    margin-top: 33px;
  }

  .indentleft.font2.move3.pad30down.noindent.drop20.indent100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .indentleft.font2.move3.pad30down.lt6 {
    text-align: center;
  }

  .indentleft.font2.move3.tiger5move.noind {
    padding-right: 0;
  }

  .whitetext1.whitetext3.paddown20 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .oswald-200light29 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .oswald-200light29.scroll.center.pad20down1 {
    margin-bottom: 75px;
    font-size: 22px;
  }

  .oswald-200light29.scroll.center.pad20down1.impliks {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 56px;
  }

  .oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray {
    font-size: 18px;
  }

  .oswald-200light29.padd30.md2 {
    font-size: 21px;
  }

  .font2 {
    margin-left: 0;
  }

  .font2.moveright {
    margin-left: 0;
    margin-right: 1px;
  }

  .font2.moveright.drop30.subheadbig.bigger1.onow {
    margin-left: 8px;
    margin-right: 8px;
  }

  .font2.moveright.testimonials {
    margin-right: -133px;
  }

  .font2.moveright.drop20 {
    margin-top: 40px;
  }

  .font2.moveright.noidnet {
    margin-right: -220px;
  }

  .font2.doitnow2, .font2.lt.moveright10, .font2.movw {
    margin-left: 0;
  }

  .groupform1 {
    width: 100%;
    margin-top: 20px;
  }

  .textleftplease {
    margin-top: 0;
    margin-left: -64px;
  }

  .clear {
    background-color: #fff;
  }

  .subhead {
    margin-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .subhead.willing {
    font-size: 38px;
  }

  .chart {
    width: 95%;
    height: 270px;
  }

  .facelink {
    margin-left: 381px;
  }

  .facelink.fb5link {
    margin-left: 0;
  }

  .facebook {
    width: 100%;
    margin: 0 0 40px;
  }

  .facebook.fbdown {
    margin-top: -69px;
  }

  .facebook.fbdown.fb1 {
    margin-left: -11px;
    margin-right: -27px;
  }

  .foot1 {
    padding-top: 20px;
  }

  .white5.copytext {
    margin-top: 2px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
  }

  .white5.copytext.drop20a {
    margin-top: 32px;
    font-size: 14px;
  }

  .white5.copytext.paddown20 {
    font-size: 14px;
  }

  .white5.copytext.down12 {
    margin-top: 12px;
  }

  .center1.paddown35 {
    font-size: 20px;
  }

  .center1.paddown35.red {
    font-size: 18px;
  }

  .whitelink {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 56px;
  }

  .whitelink.colpad10 {
    line-height: 36px;
  }

  .whitelink.c1 {
    font-size: 20px;
    line-height: 40px;
  }

  .whitelink.c1.arial {
    font-size: 14px;
    line-height: 20px;
  }

  .colpad10 {
    line-height: 36px;
  }

  .colpad10.upfoot {
    margin-top: -35px;
  }

  .colpad10.secondtop {
    margin-top: -29px;
  }

  .h5 {
    font-size: 27px;
    line-height: 34px;
  }

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

  .orderdiv {
    clear: both;
    margin-top: -33px;
    margin-bottom: 0;
  }

  .buynowbutton1 {
    margin-top: -55px;
    margin-left: 155px;
    padding-left: 0;
  }

  .ra1.moverightarrow {
    margin-top: -10px;
    margin-left: -189px;
  }

  .buyrow {
    padding-bottom: 35px;
  }

  .indentrt1.center2._15text {
    font-size: 15px;
    line-height: 24px;
  }

  .indentrt1.center2._15text.lt6 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .indentrt1.center2._15text.lt6.lt8 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .indentrt1.center2._14text {
    margin-top: 31px;
  }

  .member1 {
    margin-top: -20px;
  }

  .member2 {
    margin-top: 20px;
  }

  .note3 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .padinform {
    margin-left: 100px;
    margin-right: 100px;
  }

  .padinform.greenpadinside {
    margin-left: 150px;
    margin-right: 150px;
  }

  .welcome-business-lady {
    margin-top: -10px;
  }

  .bigger12.bigspacing1 {
    font-size: 32px;
    line-height: 50px;
  }

  .businesscardwrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .div-20a.sm11 {
    margin-top: 0;
    line-height: 12px;
  }

  .divborder1 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .borderform1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .column {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
    line-height: 17px;
  }

  h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 25px;
  }

  .button {
    margin-top: 3px;
  }

  .button.red {
    margin-top: 12px;
  }

  .button.greenbutton {
    font-size: 13px;
  }

  .button.greenbutton.width50.txth30 {
    line-height: 32px;
  }

  .navbar {
    padding-top: 15px;
  }

  .nav-menu {
    min-width: 190px;
  }

  .home-hero {
    height: 100%;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .section.home-intro {
    padding: 25px 25px 9px;
  }

  .section.newsletter-section {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
  }

  .section.none.whitesmoke {
    padding-bottom: 19px;
  }

  .section.none.whitesmoke.drop70.businessnone {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-slide-title {
    font-size: 9vw;
    line-height: 10vw;
  }

  .home-slide-title._2 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .menu-button {
    margin-right: 20px;
  }

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

  .nav-link {
    font-size: 15px;
    line-height: 11px;
  }

  .service-column {
    padding-left: 35px;
    padding-right: 35px;
  }

  .service-title {
    font-size: 17px;
    line-height: 18px;
  }

  .service-title.subtitle {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .container.centered {
    margin-bottom: 23px;
  }

  ._2-column-row.noindent {
    margin-left: 0;
  }

  .text-column-right, .text-column-right.movelt1.col2a {
    padding-left: 0;
  }

  .bottom-footer-text {
    margin-top: -21px;
    display: block;
  }

  .slider-arrow-icon {
    font-size: 15px;
  }

  .page-header-overlay {
    padding: 115px 20px 35px;
  }

  .page-header-overlay.transparant {
    padding-top: 105px;
    padding-bottom: 20px;
  }

  .logo-container {
    padding-left: 20px;
  }

  .logo-container.responsive-menu {
    padding-top: 35px;
    padding-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .logo-container.logosecond {
    margin-top: -134px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-container.logosecond.lowerlogo3 {
    margin-top: -60px;
  }

  .pricing-features-row {
    margin-top: 25px;
  }

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

  .pricing-block-title {
    font-size: 21px;
    line-height: 24px;
  }

  .pricing-block-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-block-item-title {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .pricing-block-item-title.description.white {
    margin-bottom: 10px;
  }

  .white-section-title {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 25px;
  }

  .white-section-title._2 {
    font-size: 17px;
    line-height: 20px;
  }

  .slider-button-left, .slider-button-right {
    width: 40px;
    height: 30px;
  }

  .fixed-navbar-wrapper {
    margin-top: -7px;
  }

  .slider-text-block {
    padding-left: 55px;
    padding-right: 55px;
    bottom: 19%;
  }

  .cta-title {
    font-size: 19px;
    line-height: 24px;
  }

  .cta-title.subtitle {
    font-size: 17px;
  }

  .feature-col {
    padding-bottom: 5px;
    padding-right: 0;
  }

  .text-column-left {
    padding-right: 10%;
  }

  .home-section {
    padding: 25px;
    overflow: hidden;
  }

  .home-section.noindent {
    padding-left: 0;
  }

  .column-title {
    font-size: 31px;
    line-height: 33px;
  }

  .column-title.moveleft {
    text-align: left;
    margin-left: 0;
    font-size: 25px;
  }

  .column-title.moveleft.sm5 {
    font-size: 30px;
  }

  .column-title.moveleft.upl {
    margin-top: -166px;
  }

  .column-title.moveleft.whitecenter.noidente {
    font-size: 23px;
  }

  .column-title.moveleft.whitecenter.noidente.important {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 26px;
    line-height: 38px;
  }

  .column-title.preenroll {
    font-size: 20px;
  }

  .column-title.preenroll.center {
    margin-left: 0;
    margin-right: 0;
  }

  .column-title.pre-enroll {
    margin-right: 0;
  }

  .image-column-left.worstcase {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-icon {
    height: 20px;
  }

  .section-tooltip {
    font-size: 11px;
  }

  .drink-tabs-menu {
    width: 100%;
    margin-bottom: 15px;
    position: static;
  }

  .drinks-tab-pane {
    float: none;
    width: 100%;
  }

  .drink-tab-button {
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .page-header-title {
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .field {
    height: 38px;
    font-size: 12px;
  }

  .experience-text-block.black.blue.lesspad {
    padding-bottom: 2px;
  }

  .quote-title {
    font-size: 19px;
    line-height: 24px;
  }

  .quote-title.headline3 {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 30px;
  }

  .quote-subtitle {
    font-size: 11px;
    line-height: 17px;
  }

  .experience-bottom-section {
    background-position: 50% 0;
  }

  .faq-title {
    font-size: 26px;
    line-height: 30px;
  }

  .faq-title.repagreement {
    font-size: 20px;
    line-height: 36px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .feature-icon {
    height: 40px;
    margin-bottom: 16px;
  }

  .faq-column {
    text-align: left;
    padding-right: 0;
    font-size: 14px;
  }

  .text-logo {
    margin-left: auto;
    font-size: 18px;
    line-height: 15px;
  }

  .text-logo.subtitle {
    font-size: 10px;
  }

  .image-section-overlay {
    padding-bottom: 25px;
  }

  .icon-wrapper {
    height: 90px;
    margin-right: 15px;
    padding-top: 18px;
    padding-right: 15px;
  }

  .stats-icon {
    height: 51px;
  }

  .stat-title {
    font-size: 35px;
    line-height: 41px;
  }

  .dancer-image {
    width: 100%;
    height: auto;
    margin-top: -41px;
    margin-bottom: -12px;
    position: static;
  }

  .newsletter-col-left {
    padding-right: 0;
  }

  .intro-image {
    width: 100%;
    height: auto;
    margin-top: 12px;
    position: static;
  }

  .background-image-section-overlay {
    background-image: linear-gradient(to right, #f2f2f2 42%, #f2f2f200);
    padding: 25px 20px;
  }

  .background-image-section-overlay.invite {
    background-color: #f2f2f2e6;
    padding-bottom: 15px;
  }

  .background-image-section-overlay.pricing {
    margin-top: -27px;
    padding-bottom: 10px;
  }

  .fixed-buttons-bottom-right {
    bottom: 10px;
    right: 10px;
  }

  .fixed-button {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fixed-button-title {
    font-size: 17px;
  }

  .fixed-button-title.subtitle {
    font-size: 10px;
    line-height: 5px;
  }

  .upcoming-event-overlay-block {
    width: 60%;
    padding: 20px;
  }

  .facebook-image {
    height: auto;
    margin-bottom: -85px;
    margin-left: -8px;
    position: static;
  }

  .gallery-slide-title {
    font-size: 16px;
    line-height: 18px;
  }

  .menu-list-item {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }

  .menu-title {
    font-size: 15px;
  }

  .menu-title.description {
    font-size: 12px;
    line-height: 16px;
  }

  .tab-title {
    font-size: 13px;
  }

  .dancer-2-image {
    position: static;
  }

  .title-wrapper-block {
    width: 100%;
  }

  .event-title {
    font-size: 15px;
    line-height: 20px;
  }

  .event-info-block {
    margin-bottom: 2px;
    margin-right: 0;
    display: block;
  }

  .popup-block {
    margin-top: 20px;
  }

  .popup-title {
    font-size: 20px;
    line-height: 29px;
  }

  .popup-title.subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-content-block {
    padding: 15px 25px;
  }

  .popup-form {
    padding: 25px;
  }

  .close-popup-button {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    top: 0;
    right: 0;
  }

  .about-us-col-left {
    padding-right: 0;
  }

  .about-us-image {
    position: static;
  }

  .team-tabs-menu {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
  }

  .team-tabs-pane {
    height: auto;
    padding-top: 15px;
    padding-left: 0;
  }

  .team-tab-button {
    background-color: #f0f0f0cc;
    margin-bottom: 2px;
  }

  .team-tab-image {
    width: 120px;
    margin-top: 29px;
    margin-bottom: 47px;
  }

  .team-tab-button-title {
    margin-top: 6px;
    font-size: 13px;
  }

  .team-tab-button-image {
    width: 30px;
    height: 30px;
    margin-right: 13px;
  }

  .team-tab-content-block {
    margin-top: 0;
  }

  .faq-image {
    position: static;
  }

  .stats-col {
    padding-bottom: 7px;
    padding-left: 0;
  }

  .top1 {
    background-image: linear-gradient(#000000b5, #000000b5), linear-gradient(#0000, #0000), url('../images/car-beautiful.jpg'), linear-gradient(#0000, #0000), url('../images/team21.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, -348px 0, 0 0, 50%, 0 0;
    background-size: auto, auto, cover, auto, cover, auto;
    height: 750px;
    padding-top: 55px;
  }

  .top1.leader.oppbg.reptraining {
    height: 1000px;
  }

  .top1.leader.ation {
    height: 700px;
  }

  .top1.storebg.fundr {
    height: 600px;
  }

  .top1.storebg.buscard, .top1.founderbg {
    height: 500px;
  }

  .top1.top800tall {
    height: 800px;
  }

  .oswald95 {
    margin-top: -105px;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 50px;
  }

  .oswald95.drophead4.upalot.vaca {
    margin-top: -224px;
  }

  .oswald95.smosw3 {
    font-size: 32px;
  }

  .oswald95.osw-smallertext {
    margin-bottom: 0;
    font-size: 36px;
  }

  .oswald95.up70 {
    margin-top: -133px;
  }

  .indentleft.font2.move3 {
    line-height: 26px;
  }

  .indentleft.font2.move3.pad30down {
    padding-right: 0;
  }

  .indentleft.font2.move3.pad30down.noindent.drop20 {
    margin-top: 20px;
  }

  .indentleft.font2.move3.tiger5move.noind {
    font-size: 14px;
  }

  .indentleft.font2.move3.center._100padboth {
    padding-left: 0;
    padding-right: 0;
  }

  .oswald-200light29 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .oswald-200light29.scroll {
    margin-top: 20px;
  }

  .oswald-200light29.arialsmaller5.drop15 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray {
    padding-left: 5px;
    padding-right: 5px;
  }

  .oswald-200light29.arialsmaller5.drop15.big1.onedollarbiz1.doe5.down30.backgray.backadark.indent30 {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 32px;
  }

  .font2 {
    margin-left: 0;
  }

  .font2.moveright {
    margin-right: 0;
  }

  .font2.moveright.testimonials {
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .font2.moveright.drop20 {
    margin-top: 30px;
  }

  .font2.moveright.nofade.leadstext1 {
    padding-right: 0;
  }

  .font2.lt.moveright10.morepad {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .font2.movw.no-bold {
    line-height: 24px;
  }

  .groupform1 {
    margin-top: 20px;
  }

  .textleftplease.subhead {
    font-size: 20px;
  }

  .divdoen50 {
    margin-top: 20px;
  }

  .fl {
    line-height: 21px;
  }

  .subhead {
    margin-top: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .subhead.subheadbig.textd3 {
    line-height: 28px;
  }

  .chart {
    height: 200px;
  }

  .facelink {
    margin-left: -26px;
  }

  .facebook {
    width: 300px;
    margin: 12px 0 40px;
  }

  .facebook.fbdown {
    margin-top: 12px;
  }

  .foot1 {
    padding-top: 0;
  }

  .white5.copytext.drop20a {
    line-height: 14px;
  }

  .center1.paddown35 {
    font-size: 20px;
  }

  .center1.paddown35.red {
    font-size: 18px;
    font-weight: 400;
  }

  .whitelink {
    font-size: 18px;
  }

  .whitelink.c1.arial {
    line-height: 16px;
  }

  .h5sp {
    font-size: 22px;
    line-height: 28px;
  }

  .h5 {
    font-size: 27px;
    line-height: 37px;
  }

  .buynowbutton1 {
    margin-top: -40px;
    margin-left: 92px;
  }

  .ra1 {
    width: 80px;
  }

  .ra1.moverightarrow {
    margin-left: -162px;
  }

  .buyrow {
    border: 1px #e3e3eb;
    border-bottom: 2px solid #c2c2cc;
    padding-bottom: 36px;
  }

  .indentrt1.center2._15text {
    font-size: 15px;
    line-height: 24px;
  }

  .indentrt1.center2._14text {
    font-size: 14px;
    line-height: 20px;
  }

  .note3 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .padinform {
    margin-left: 20px;
    margin-right: 20px;
  }

  .padinform.greenpadinside {
    margin-left: 10px;
    margin-right: 10px;
  }

  .enter-referral-id {
    margin-top: auto;
  }

  .bigger12.bigspacing1 {
    font-size: 20px;
    line-height: 32px;
  }

  .lt11 {
    line-height: 19px;
  }

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


