/* Listing Footer */
.resort-listing-footer {
    color: #909090;
    padding: 0 30px;
}

/* Listing Description */
.resort-listing-description {
    padding: 0;
    margin-top: 0;
}

.resort-listing-description ul li span {
    font-size: 13px;
}
.resort-listing-description ul li span {
    font-size: 13px;
}

.resort-listing-title {
    padding: 10px 35px;
    position: relative;
}

ul.listing-details1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 18px 30px 18px 0;

}

ul.listing-details1 li {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    color: #868686;
    padding: 3px 0 3px 4px;
    display: inline-block;
    line-height: 26px;
}

ul.listing-details1 {
    padding: 10px 0;
}

.listing-img-container1 {
    position: relative;
    height: 15%;
    width: 15%;
    display: block;
}

@media (max-width: 900px) {
    .listing-img-container1 {
        position: relative;
        height: 100%;
        width: 100%;
        display: block;
    }
}

.listing-img-container1 img {
    height: 100%;
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.listing-img-container1:after,
.listing-img-container1:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}

.parallax .listing-img-container1:before {
    opacity: 0.9;
    background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
    transition: opacity .3s;
}

.listing-img-container1:after {
    opacity: 0;
    background: linear-gradient(to bottom, transparent 60%, #66676b);
    transition: opacity .4s;
}

.listing-img-container1:hover:before {
    opacity: 0;
    transition: opacity 0.4s;
}

.listing-img-container1:hover:after {
    opacity: 0.9;
    transition: opacity 0.3s;
}

.resort-layout .listing-title .price{
    font-size: 22px;
}

.resort-layout .listing-title .title-price{
    font-size: 20px;
}

.resort-layout .listing-title .resort-listing-description{
    line-height: 17px;
}
.listing-title h3 a{
    color: #333;
}

.list-layout .listing-item{
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}

/* property main features */
.listing-features-resort {
    #background-color: #f7f7f7;
    #background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
}

.listing-features-resort li {
    font-size: 13px;
    color: #888;
    display: inline-block;
    margin-right: 28px;
    line-height: 26px;
}

.listing-features-resort li:last-child {
    margin: 0;
}

.listing-features-resort li span {
    display: block;
    color: #444;
}