.flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
    border-radius: 0;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider ul.slides li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    cursor: pointer;
}

#listing-carousel {
    display:none;
}

#listing-carousel ul.slides li {
    cursor: pointer;
}

.flex-direction-nav a:before {
    font-size: 30px;
}

.flex-direction-nav a, .flex-direction-nav a:before {
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.flex-direction-nav {
    display: none;
    height: 0 !important;
}

.lyf-listing-gallery.sticky .flex-direction-nav {
    display: block;
}

.flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
}

.flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}

.flex-direction-nav li {
    padding: 0;
    line-height: 1;
    margin: 0;
    list-style: none;
}

#featured-area {
    background: none !important;
}

.listing-carousel-margin {
    margin-right: -30px !important;
}

.listing-carousel-margin .flex-direction-nav .flex-next {
    right: 40px !important;
}

#listing-carousel .flex-direction-nav a {
    margin: -12px 0 0;
    height: auto;
    width: 30px;
}

#lyf-single-listing-slider.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  background: #252525;
}

#lyf-single-listing-slider.sticky .flex-viewport {
  max-height: 100%;
}

#lyf-single-listing-slider.sticky ul.slides,
#lyf-single-listing-slider.sticky ul.slides li {
  height: 100%;
}

#lyf-single-listing-slider.sticky ul.slides li {
  display: flex !important;
  align-items: center;
}

#lyf-single-listing-slider.sticky ul.slides li img {
  width: auto;
  margin: 0 auto;
  max-height: 100%;
}

#listing-carousel.sticky {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  height: 20vh;
  width: 100%;
  display: flex;
  align-items: center;
  background: #252525;
  justify-content: center;
}

#lyf-close-sticky-flexslider {
  position: absolute;
  z-index: 9;
  display: flex;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 5px;
  align-items: center;
  text-align: center;
  display: none;
}

#lyf-close-sticky-flexslider .dashicons {
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 32px;
}

.lyf-listing-gallery .flex-direction-nav a:before {
    font-family: 'dashicons';
    content: "\f341";
}

.lyf-listing-gallery .flex-direction-nav a.flex-next:before {
    content: "\f345";
}

@media screen and (min-width: 680px) {

.lyf-listing-gallery .flex-direction-nav a {
  width: 50px;
  height: 50px;
}
.lyf-listing-gallery .flex-direction-nav a:before {
    font-size: 50px;
}
#lyf-single-listing-slider.sticky {
  height: 85vh;
}
#listing-carousel.sticky {
  height: 15vh;
}
}

@media screen and (min-width: 768px) {
#lyf-close-sticky-flexslider .dashicons {
  font-size: 40px;
}
}

@media screen and (min-width: 1200px) {

#lyf-close-sticky-flexslider .dashicons {
  font-size: 60px;
}

.lyf-listing-gallery .flex-direction-nav a {
  width: 80px;
  height: 80px;
}
.lyf-listing-gallery .flex-direction-nav a:before {
    font-size: 80px;
}
}
