﻿.carousel-container {
    position: relative;
}

.carousel-items {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
    z-index: 2;
}

.item {
    width: 100%;
}

.item-image {    
    /*padding-bottom: 35%;*/
    height: 400px;
    /*background-size: cover;*/
    background-position: center center;
    background-repeat: no-repeat;
}

/* Overlay */
.carousel-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #0b0b0b;
    z-index: 2;
    transition: opacity 1.0s;
}

.center .carousel-overlay {
    opacity: 0;
}
/* End Overlay */

/* Navigation */
.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0b0b0b;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 52px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    border-radius: 0;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: none;
    }

.owl-carousel .owl-controls .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-next {
    right: 0;
}
/* End Navigation*/





.feature-cycler-text {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.feature-cycler-text {
    width: 80%;
    bottom: 50px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    height: 100px;
}

.listing-beds {
    display: inline-block;
}

.listing-beds:after {
    content: " | ";
}

.listing-baths{
    display: inline-block;
}

.listing-baths:after {
    content: " | ";
}

.listing-parking {
    display: inline-block;
}

.listing-parking:after {
    content: " | ";
}

.listing-size {
    display: inline-block;
}

@media only screen and (max-width: 650px) {

    .feature-cycler-text {
        height: 60px;
    }

    #feature-cycler-icons {
        display: none;
    }

    #feature-cycler-price {
        display: none;
    }
}

/*@media only screen and (max-width: 820px) {
    .feature-cycler-text {
        width: 90%;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-cycler-text {
        position: relative;
        bottom: auto;
        width: 100%;
        padding: 20px;
        left: 0;
        right: 0;
    }
}


@media only screen and (max-width: 340px) {
    .feature-cycler-text {
        padding: 15px;
        padding-bottom: 10px;
    }
}*/