/* Property Urban */

.box-prop-hero {
    box-sizing: border-box;
}
.d5m_header {
    min-height: 375px;
}
.data-ut__text {
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-decoration: none;
}
.data-ut__text p:last-of-type {
    padding: 0;
}
.data-ut__item {
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 12px auto 0;
}
.data-ut__text p.dak-lead {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
}
.box-custom-fields .dak-contain p {
  overflow: hidden;
}
.box-custom-fields__container span {
    text-align: right;
  overflow: hidden;
}
.box-custom-fields__container span strong {
    float: left;
}
.data-prop2__item {
    min-height: 5rem;
}

.box-prop-gallery__thumbnails {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.box-prop-gallery__fullsize {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}
.box-prop-gallery__text {
    position: relative;
    background-color: #fff;
}
.box-prop-gallery__text:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 250px;
    top: -5px;
    left: calc(50% - 125px);
    background-color: #578A01;
}
.thumbnails__box {
    height: 150px;
    width: 820px;
    max-width: calc(100% - 100px);
    margin: 2rem auto 0;
}
button.slick-prev {
    background-image: url('/icons/material/chevron-left/fff');
    left: 15px;
}
button.slick-next {
    background-image: url('/icons/material/chevron-right/fff');
    right: 15px;
}
button.slick-arrow {
    font-size: 0;
    background-color: #578A01;
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    z-index: 40;
    background-size: contain;
    cursor: pointer;
}


.box-prop-head h2,
.box-prop-desc h2 {
    font-size: 2rem;
}
.box-shadow {
    box-shadow: 0 1px 15px #888;
}
.box-prop-head__img #d5m_map {
    min-height: 200px;
}
.box-prop-head__text {
    position: relative;
}
.box-prop-head__text:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 250px;
    top: -5px;
    left: calc(50% - 125px);
    background-color: #578A01;
}
.dak-prop__name {
    margin: 0!important;
}
.c-section-overline {
    border-top: 1px solid #000;
}
.data-prop2__item {
    padding: 1rem;
    text-decoration: none;
    position: relative;
}
.data-prop2__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    transition: 0.25s ease-out;
}
.data-prop2__item span {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 4;
}
.data-prop2__item img {
    height: 35px;
    transition: 0.25s ease-out;
    margin: 12px auto 20px;
    position: relative;
    z-index: 4;
}
.data-prop2__item:hover img {
    opacity: 1;
}
.data-prop2__item:hover:after {
    background-color: rgba(0,0,0,0.3);
}

.box-disc-area {
    position: relative;
}
.box-disc-area:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 250px;
    top: -5px;
    left: calc(50% - 125px);
    background-color: #578A01;
}

.box-custom-fields p {
    padding: 0;
}

.dak-ut__list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

@media screen and (min-width:552px) {
    .data-prop2 .morearea-box,
    .data-prop2 .moreprops-box {
        box-sizing: border-box;
    }
}

@media screen and (min-width: 767px) {
    .box-prop-hero .name-box {
        text-align: right;
    }
    .box-prop-head__img #d5m_map {
        min-height: 300px;
    }
    .box-neighborprop-hero {
        padding-left: 0;
    }
    .data-ut__container {
        text-align: left;
        padding: 1rem 0 1rem 1rem;
    }
    .data-ut__item {
        height: 60px;
        width: 60px;
        background-position: 15px 15px;
        background-size: 35px 35px;
        background-repeat: no-repeat;
        display: inline-block;
        float: left;
        position: relative;
        top: 3px;
        margin: 0;
    }
    .data-ut__text {
        padding-left: 15px;
    }
    .box-custom-fields .dak-flex-container > div:nth-of-type(even) {
        border-left: 1px solid #fff;
    }
    .box-custom-fields .dak-flex-container > div:nth-of-type(4n - 1),
    .box-custom-fields .dak-flex-container > div:nth-of-type(4n) {
        background-color: #f3f3f3;
    }
    .dak-grid-md-6 .box-prop-head__text:after {
        width: 10px;
        height: 250px;
        left: -5px;
        top: calc(50% - 125px);
    }
    .c-section_border-left {
        border-left: 10px solid #578A01;
        border-bottom: none;
    }
}

@media screen and (min-width: 992px) {
    .box-prop-head h2,
    .box-prop-desc h2 {
        font-size: 3rem;
    }
    .data-ut__text {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .box-custom-fields .dak-flex-container > div:nth-of-type(even) {
        background-color: #f3f3f3;
    }
}

#pv_photos {
    max-width: 900px;
    margin: 0 auto;
}