#logo {
  height: auto;
  margin-top: 30px;
  width: 167px;
}

.stage-slide-outer { position: relative; width: 100%; }
.stage-slide-outer img { display: block; width: 100%; }

.stage-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.align-top,
.stage-slide-inner.align-top {
  align-self: flex-start;
  padding-top: 50px;
}

.align-middle,
.stage-slide-inner.align-middle {
  align-self: center;
}

.align-bottom,
.stage-slide-inner.align-bottom {
  align-self: flex-end;
  padding-bottom: 50px;
}

.align-left,
.stage-slide-inner.align-left {
  // justify-content: flex-start;
  align-items: flex-start;
  padding-left: 100px;
}

.align-center,
.stage-slide-inner.align-center {
  // justify-content: center;
  align-items: center;
}

.align-right,
.stage-slide-inner.align-right {
  // justify-content: flex-end;
  align-items: flex-end;
  padding-right: 100px;
}

.stage-slide-text {
  display: flex;
  flex-direction: column;
}

.stage-slide-text .stage-slide-title {
  font-size: 55px;
}

.stage-slide-text .stage-slide-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.stage-slide-text a.button {
  background: #00aeef;
  border-radius: 0;
  font-size: 21px;
  margin-top: 10px;
  padding: 20px 30px;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

.stage-slide-text a.button:hover {
  background: #fff;
  color: #00aeef;
}

#homepage-stage-cont {
  position: relative;
}

.homepage-stage-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-nav-next,
.carousel-nav-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 23px;
  height: 49px;
  z-index:1000;
  transition: all 0.2s ease-in-out;
}

.carousel-nav-next:hover,
.carousel-nav-prev:hover {
  opacity: 0.6;
}

.carousel-nav-next img,
.carousel-nav-prev img {
  width: 23px;
  height: 49px;
  opacity: 1;
}

.carousel-nav-prev {
  left: 50px;
}

.carousel-nav-next {
  right: 50px;
}

.owl-theme .owl-dots {
  background: transparent;
  z-index: 1001;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aeef;
}

body .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  transition: all 0.2s ease-in-out;
}

#homepage-partners {
  background-color: #404040;
  padding: 0 0 50px 0;
  position: relative;
}

#homepage-partners h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

#homepage-partners .owl-item img {
  margin: 0 auto;
  max-height: 100px;
  max-width: 140px;
  opacity: 0.5;
  width: auto;
  transition: 0.2s all ease-in-out;
}

#homepage-partners .owl-item img:hover {
  opacity: 1;
}

#homepage-partners .owl-stage {
  display: flex;
  align-items: center;
}

.partner-slide-outer { text-align: center; }


#featured .orbit-slide {
  background: transparent url(//rainmakerapp.s3.amazonaws.com/waves/images/w4w_bckgrnd_natural.jpg);
}


@media screen and (max-width: 1024px) {

  .stage-slide-text,
  .stage-slide-text .stage-slide-title,
  .stage-slide-text .stage-slide-description {
    max-width: 80% !important;
  }

}

@media screen and (max-width: 640px) {

  #logo {
    display: block;
    margin: 30px auto 0;
  }

  .stage-slide-text a.button {
    display: none;
    font-size: 12px;
    padding: 10px 14px;
  }

  .stage-slide-text,
  .stage-slide-text .stage-slide-title,
  .stage-slide-text .stage-slide-description {
    max-width: 100% !important;
    padding: 0;
  }

  .stage-slide-text .stage-slide-description {
    font-size: 12px;
  }

  .stage-slide-text {
    padding: 10px !important;
  }

  .stage-slide-text .stage-slide-title {
    font-size: 16px;
  }

  .owl-theme .owl-dots {
    display: none;
  }

  .carousel-nav-prev,
  .carousel-nav-next {
    display: none;
  }

}
