/* Property CSS */

.box-property-hero {
    height: 250px;
    box-sizing: border-box;
}
.box-property-cta {
    box-sizing: border-box;
}
.box-property-addy {
    position: relative;
}
.box-property-addy:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-color: #677A77;
    opacity: 0.75;
}
.box-property-addy h2,
.box-property-addy p {
    padding: 0;
}

.c-section_border-bottom {
    border-bottom: 15px solid #f7f7f7;
}

p.font_underline {
    position: relative;
    padding-bottom: 12px;
    min-width: 100px;
}
p.font_underline:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #677A77;
}
.data-box__text {
    padding: 0;
    padding-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
}
.data-box__text p:last-of-type {
    padding: 0;
    text-align: left;
}
.data-box__item {
    background-color: #677A77;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-position: center center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    position: relative;
    top: 15px;
}

.box-property-headline h2 {
    font-size: 2rem;
}

.box-prop-head__img #dacn_map {
    min-height: 200px;
}

.box-custom-fields__container {
    border-top: 1px solid #fff;
  overflow: hidden;
}
.box-custom-fields__container:nth-of-type(1) {
    border-top: none;
}
.box-custom-fields__container span {
    text-align: right;
  overflow: hidden;
}
.box-custom-fields__container span strong {
    float: left;
}
.property__details_2 .dak-contain {
  overflow: hidden;
}
.property__details_2 p {
    padding: 0;
}
.property__details_2 > div:nth-of-type(even) {
    background-color: #fff;
}

.data-box2__item {
    min-height: 5rem;
}
.data-box2__item span {
    text-align: left;
    padding-left: 6rem;
    font-weight: bold;
    transition: 0.33s ease-out;
}
.data-box2__item:before {
    transition: 0.33s ease-out;
    top: 0;
    border: 1px solid #fff;
    background-color: #fff;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    border: 1px solid #fff;
}
.data-box2__item:after {
    display: none;
}
.data-box2__item.return-box:before {
    background-image: url('/icons/lynny/arrow-outline-left/main');
}
.data-box2__item.morehoods2-box:before {
    background-image: url('/icons/base/binoculars/main');
}
.data-box2__item.morearea-box:before {
    background-image: url('/icons/lynny/pin/main');
}
.data-box2__item.return-box:hover:before {
    background-image: url('/icons/lynny/arrow-outline-left/fff');
}
.data-box2__item.morehoods2-box:hover:before {
    background-image: url('/icons/base/binoculars/fff');
}
.data-box2__item.morearea-box:hover:before {
    background-image: url('/icons/lynny/pin/fff');
}
.data-box2__item:hover span {
    color: #fff;
    opacity: 1;
}
.data-box2__item:hover:before {
    background-color: #677A77;
    background-repeat: no-repeat;
    background-size:  2.5rem 2.5rem;
}

.c-simplelist {
    box-sizing: border-box;
    font-size: 1.25rem;
}
.c-simplelist li {
    line-height: 1.2;
    padding: .25em 0;
}
.c-simplelist a {
    font-size: 1.25rem;
    text-decoration: none;
    opacity: 1;
    transition: all 0.33s ease-out;
}
.c-simplelist a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 552px) {
    .box-property-addy {
        text-align: left;
    }
}

@media screen and (min-width: 767px) {
    .box-custom-fields .dak-flex-container > div:nth-of-type(even) {
        border-left: 1px solid #fff;
    }
    .box-custom-fields__container:nth-of-type(2) {
        border: none;
    }
    .box-prop-head__img #d5m_map {
        min-height: 400px;
    }
    .box-prop-gallery__text:after {
        height: 76px;
        width: 76px;
        top: calc(-50% + 24px);
        left: calc(50% - 38px);
        background-size: 45px 45px;
    }
}

@media screen and (min-width: 992px) {
    .box-property-headline h2 {
        font-size: 3rem;
    }
    .box-property-hero {
        height: 500px;
    }
    .data-box__text {
        padding-left: 18px;
    }
}

@media screen and (max-width: 992px) {
    .data-box__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 850px) {
    .data-box2 .dak-buttons li {
        width: 100%;
    }
    .data-box__item {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .data-box__container {
        text-align: center;
    }
    .data-box__text {
        display: block;
        padding: 0;
    }
    .data-box__text p,
    .data-box__text p:last-of-type {
        text-align: center;
    }
    .data-box__text p.font_underline:after {
        left: calc(50% - 50px);
    }
    .data-box2 .dak-buttons li {
        width: 100%;
    }
    .data-box2 .dak-buttons li a {
        padding: 10px 5px;
    }
    .data-box2__item:before {
        height: 50px;
        width: 50px;
        background-size: 2rem 2rem;
        left: calc(50% - 1.5rem);
    }
    .data-box2__item:hover:before {
        background-size: 2rem 2rem;
    }
    .data-box2__item span {
        text-align: center;
        max-width: 100%;
        padding: 0;
        padding-top: 70px;
    }
}
@media screen and (max-width: 552px) {
    .data-box .dak-grid-sm-4 {
        max-width: 300px;
        margin: 0 auto;
    }
}

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