/* cn Page Styles */
.box-cn-hero {
    height: 250px;
    box-sizing: border-box;
}
.c-section_border-bottom {
    border-bottom: 15px solid #f7f7f7;
}
p.font_underline {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-align: left;
}
p.font_underline:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: #555;
}
.data-box-hood__text {
    padding: 0;
    padding-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    color: #000;
}
.data-box-hood__text p:last-of-type {
    padding: 0;
    text-align: left;
}
.data-box-hood__item {
    background-color: #031F3E;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    position: relative;
    top: 15px;
}

.data-box-hood a {
    text-decoration: none;
}

.box-hood-gallery__thumbnails {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.box-hood-gallery__fullsize {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}
.box-hood-gallery__text {
    position: relative;
}
.box-hood-gallery__text:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    top: calc(-50% + 24px);
    left: calc(50% - 38px);
    background-color: #fff;
    border-radius: 50%;
    background-image: url('/icons/base/info/707070');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 35px;
}
.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: 0;
}
button.slick-next {
    background-image: url('/icons/material/chevron-right/fff');
    right: 0;
}
button.slick-arrow {
    font-size: 0;
    background-color: #031F3E;
    position: absolute;
    top: calc(50% - 20px);
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 40;
    background-size: contain;
    cursor: pointer;
}

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

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

.box-cn-headline h2,
.box-cn-description h2 {
    font-size: 2rem;
}

.box-custom-fields__container {
    border-top: 1px solid #fff;
}
.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;
}
.cn__details_2 p {
    padding: 0;
  overflow: hidden;
}
.cn__details_2 > div:nth-of-type(even) {
    background-color: #fff;
}

.data-box2-hood__item {
    min-height: 5rem;
}
.data-box2-hood__item span {
    text-align: left;
    padding-left: 6rem;
    font-weight: bold;
    transition: 0.33s ease-out;
}
.data-box2-hood__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-hood__item:after {
    display: none;
}
.data-box2-hood__item.viewall-box:before {
    background-image: url('/icons/base/house/main');
}
.data-box2-hood__item.morehoods-box:before {
    background-image: url('/icons/base/binoculars/main');
}
.data-box2-hood__item.morearea-box:before {
    background-image: url('/icons/lynny/pin/main');
}
.data-box2-hood__item.viewall-box:hover:before {
    background-image: url('/icons/base/house/fff');
}
.data-box2-hood__item.morehoods-box:hover:before {
    background-image: url('/icons/base/binoculars/fff');
}
.data-box2-hood__item.morearea-box:hover:before {
    background-image: url('/icons/lynny/pin/fff');
}
.data-box2-hood__item:hover span {
    color: #fff;
    opacity: 1;
}
.data-box2-hood__item:hover:before {
    background-color: #031F3E;
    background-repeat: no-repeat;
    background-size:  2.5rem 2.5rem;
}

#d5m_map {
    height: 300px;
}

@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-hood-gallery__text:after {
        height: 76px;
        width: 76px;
        top: calc(-50% + 24px);
        left: calc(50% - 38px);
        background-size: 45px 45px;
    }
    .box-cn-hero {
        min-height: 450px;
    }
}


@media screen and (min-width: 992px) {
    .box-cn-headline h2,
    .box-cn-description h2 {
        font-size: 3rem;
    }
    .box-cn-hero {
        height: 500px;
    }
    .data-box-hood__text {
        padding-left: 30px;
    }
    .data-box-hood__item {
        height: 70px;
        width: 70px;
        background-size: 40px 40px;
    }
}

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


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