:root {
    --default-background-color: #000;
    --default-background-color-hover: #fff;
    --default-background-text: #fff;
    --default-background-text-hover: #000;
    --default-background-alt-color: #fff;
    --default-background-alt-color-hover: #000;
    --default-background-alt-text: #000;
    --default-background-alt-text-hover: #fff;
    --default-background-gray-color-hover: #999;
    --default-background-gray-text-hover: #fff;
    --default-text-hover: #337ab7;
    --font-noe: 'Noe', serif;
    --font-montserrat: 'Montserrat', sans-serif;
}



.default-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 230px;
    padding: 18px 20px;
    background-color: var(--default-background-color);
    font-weight: 300;
    font-size: 12px;
    color: var(--default-background-text);
    text-align: left;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: all 0.3s linear;
    box-sizing: border-box!important;
}

.default-button::before {
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    transition: all 0.3s linear;
}

.default-button::after {
    content: "\b0002";
    position: relative;
    font-family: agentimage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

.default-button:not(.no-hover):hover {
    background-color: var(--default-background-color-hover);
    color: var(--default-background-text-hover);
}

.default-button:not(.no-hover):hover::before {
    opacity: .6;
}


::selection {
    color: #000;
    background-color:    #e8e8e8;
}

.list-listings-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-right: -15px!important;
    margin-left: -15px!important;
    padding: 0!important;
    list-style: none!important;
    position: relative;
    z-index: 0;
}

.list-listings-item {
    max-width: calc(100% / 3);
    width: 100%;
    padding: 15px;
}

.ll-content {
    display: block;
}

.list-listings-item .ll-image {
    display: block;
    position: relative;
}

.list-listings-item .ll-image::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/app/themes/hiltonhylandcom/frontend/global/css/../../images/hh-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.list-listings-item .ll-image::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(216, 216, 216);
    background: linear-gradient(357deg, rgba(216, 216, 216, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

.list-listings-item .ll-image canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, .25);
    position: relative;
    z-index: 3;
}

.list-listings-item .ll-open-house {
    padding-right: 15px;
    padding-left: 15px;
    min-width: initial!important;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    transition: opacity 0.3s linear;
    padding: 10px 15px;
}

.list-listings-item .ll-open-house::before,
.list-listings-item .ll-open-house::after {
    display: none!important;
}

.ll-content:hover .ll-open-house {
    opacity: 0;
}

.list-listings-item .ll-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity 0.3s linear;
    padding: 0 25px;
}

.ll-content:hover .ll-hover {
    opacity: 1;
}

.ll-hover-description {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    border-top: solid 1px #fff;
}

.list-listings-item .ll-description {
    display: block;
    margin-top: 5px;
}

.list-listings-item .ll-title {
    font-weight: 400;
    font-family: var(--font-noe);
    font-size: 20px;
    color: #000;
    line-height: 1.1;
    margin: 10px 0 5px;
}

.list-listings-item .ll-title span {
    display: inline-block;
    margin: 0 7px !important;
}

.list-listings-item .ll-price,
.list-listings-item .ll-features {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .05em;
    color: #000;
}

.list-listings-item .ll-features {
    font-size: 12px;
    color: #989898;
    margin-top: 4px;
}

.list-listings-item .ll-features span {
    display: inline-block;
    margin: 0 7px !important;
}


.list-listings-item .ll-description * {
    margin: 0 !important;
}

.container-wide {
    width: 100%!important;
    padding: 0;
}



@media only screen and (min-width:1270px) {    
    .container-wide {
        width: 1270px!important;
        padding: 0 15px!important;
    }
}
@media only screen and (min-width:1370px) {
    .container-wide {
        width: 1370px!important;
        padding: 0 15px!important;
    }
}
@media only screen and (min-width:1470px) {
    .container-wide {
        width: 1470px!important;
        padding: 0 15px!important;
    }
}
@media only screen and (max-width:1280px) {
    .container-wide {
        width: 100%!important;
        padding: 0 15px!important;
    }
}
@media only screen and (max-width:1199px) {
    .container-wide {
        width: 100%!important;
        padding: 0 15px!important;
    }
}

@media only screen and (max-width:991px) {
    .container-wide {
        width: 100%!important;
        padding: 0 15px!important;
    }

     .list-listings-item {
        max-width: calc(100% / 2);
}

@media only screen and (max-width:767px) {
    .list-listings-item {
        margin: auto;
        max-width: 480px;
    }
}
