/* Overlay */
.img-overlay {
	position: absolute;
	bottom: 190px;
	right: 0;
	height: 100px;
}

.overlay-text {
	position: relative;
	color: #FFF;
	font-size: 40px;
	z-index: 2;
	font-style: italic;
	line-height: 100px;
	padding: 0 200px 0 50px;
}

.overlay-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #191919;
	top: 0;
	right: 0;
	z-index: 1;
}

/* Image */
.image-cycler-image {
	position: relative;
	width: 100%;
	line-height: 0;
	/*height: 576px;*/
	/*height: 648px;*/
	/*height: 720px;*/
    height: 600px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.image-cycler-image img {
	max-width: 100%;
	max-height: 100%;
	line-height: 0;
}

@media only screen and (max-width: 1550px) {
	.image-cycler-image {
		height: 465px;
	}
}

@media only screen and (max-width: 980px) {
	.image-cycler-image {
		height: 360px;
	}
}

@media only screen and (max-width: 760px) {
	.image-cycler-image {
		height: 300px;
	}
}

@media only screen and (max-width: 500px) {
	.image-cycler-container {
		/*display: none;*/
	}
}




.testimonial-slide-bg {
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    filter: blur(10px);
    background-color: #333;
}

.image-cycler-image.testimonial-slide {
    overflow: hidden;
}

.carousel-testimonials-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-item {
    width: calc(100% - 50px);
    margin: 0 25px;
    max-width: 980px;
    line-height: 1.2em;
    padding: 25px;
    padding-left: 50px;
    background: #e7e7e7;
    position: relative;
    max-height: calc(100% - 50px);
    overflow: hidden;
    text-decoration: none;
    color: #000;
}

.testimonial-content > p:first-child {
    margin-top: 0;
}

.testimonial-content > p {
    margin: 1em 0;
}

.testimonial-content * {
    color: #000;
}

.testimonial-byline {
    margin-top: 1em;
    color: #777;
}

    .testimonial-byline:before {
        content: "- ";
    }

.testimonial-item:before {
    content: "\201C";
    position: absolute;
    top: 1rem;
    left: 10px;
    font-size: 6em;
    line-height: 1em;
}

.testimonial-content {
    overflow: hidden;
    max-height: 12em;
}


.listing-slide-bg {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-size: cover;
    background-position: center center;
    filter: blur(10px);
}

.image-cycler-image.listing-slide {
    overflow: hidden;
}

a.listing-slide-details {
    display: block;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2em;
    text-decoration: none;
    color: #000;
    padding: 25px;
}

h3.listing-price {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

h2.listing-title {
    font-size: 1.5em;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.listing-cta.btn {
    display: inline-block;
    margin-top: 1em;
}

p.listing-introduction {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 500px) {
    p.listing-introduction {
        display: none;
    }
}

.listing-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-image {
    width: 33.333333%;
    position: relative;
    background-size: cover;
}

    .listing-image:before {
        content: " ";
        padding-top: 75%;
        display: block;
    }

@media screen and (max-width: 980px) {
    .listing-images {
        display: none;
    }
}