.flexslider {
  margin: 0;
  border: 0;
}
.block-slider.flexslider .slides > li {
  height: auto;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
.slider_overlay_image {
      position: absolute;
    width: 25%;
    height: 18vw;
    right: 3%;
    bottom: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.block-slider.flexslider {
  overflow: hidden;
}
.slide-content.container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  margin-top: 50px;
}
h2.hero-slider-title {
  font-size: 70px;
  font-weight: 300;
  color: #ebe2cf;
  margin: 0 0 70px;
  padding-bottom: 70px;
  position: relative;
}
h2.hero-slider-title span {
  font-size: 54px;
  display: block;
}
span.dots {
    display: inline-block;
    margin: 0 25px;
    width: 6px;
    height: 6px;
    background: #ebe2cf;
    border-radius: 50%;
    vertical-align: middle;
}

.hero-slider-subtitle p {
  line-height: 1.2;
  font-weight: 400;
  color: #ebe2cf;
  margin: 75px 0 50px 0;
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  letter-spacing: 7px;
}
ol.flex-control-nav.flex-control-paging {
  z-index: 98;
}
.flex-control-nav li {
  display: inline;
}
.block-slider .flex-control-nav {
  bottom: 40%;
  left: 95%;
}
.block-slider .flex-control-nav.flex-control-paging li a {
  /* background: #fff; */
  background: transparent;
  border: 2px solid #ebe2cf;
}

.block-slider .flex-control-nav.flex-control-paging li a.flex-active {
  background: #ebe2cf;
  box-shadow: none !important;
}
.block-slider ul.flex-direction-nav {
  display: none;
}
h2.hero-slider-title:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 4px;
  background: transparent;
  bottom: -5px;
  left: 50%;
  margin-left: -125px;
  border-top: 5px solid;
  border-bottom: 2px solid;
}
.slider-prop-search input.widget-address {
  width: 400px;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  line-height: 60px;
}
.slider-prop-search span.find-communities {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  width: 70px;
  padding: 0;
  line-height: 60px;
  border-radius: 0 10px 10px 0;
  margin-left: -1px;
  height: 60px;
  font-size: 24px;
}
.slider-prop-search {
  display: block;
  margin-top: 45px;
}

span.down-arrow {
  display: block;
  margin: 20px auto 0;
  width: 40px;
  height: 20px;
  /*position: relative;*/
  cursor: pointer;
  background-image: url(./images/downarrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  bottom: 7%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 98;
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 30px, 0);
  }
}

@media screen and (max-width: 1440px) {
  h2.hero-slider-title {
    font-size: 83px;
  }
}

@media screen and (max-width: 1200px) {
  h2.hero-slider-title {
    font-size: 40px;
  }
  h2.hero-slider-title span {
    font-size: 30px;
    display: block;
  }
  .hero-slider-subtitle p {
    font-size: 22px;
  }
  h2.hero-slider-title:after {
    bottom: -3px;
  }
}

@media screen and (max-width: 767px) {
  h2.hero-slider-title {
    font-size: 40px;
  }
  .hero-slider-subtitle p {
        font-size: 21px;
    letter-spacing: 0;
  }
  .slider-prop-search input.widget-address {
    width: 250px;
  }
  h2.hero-slider-title:after {
    bottom: 0px;
  }
  .block-slider:after {
    animation: none;
    bottom: 30px;
  }
    
}
