.custom-ip-content {
    line-height: 1;
}

.custom-ip-content .site-title h2 {
    font-family: var(--secondary-font-family);
    font-size: 75px !important;
    font-size: 4.688vw !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #047e93;
    margin: 0 !important;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#content-full #content > #breadcrumbs{
    display: none;
}

.ip-bc {
    position: relative;
    background: rgb(16,204,236);
    background: linear-gradient(to bottom, rgba(16,204,236,1) 0%, rgba(5,99,115,1) 100%);
    display: inline-block;
    padding-right: 70px;
    padding: 35px 70px 35px 0;
}

.ip-bc::after{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: rgb(16,204,236);
    background: linear-gradient(to bottom, rgba(16,204,236,1) 0%, rgba(5,99,115,1) 100%);
}

p#breadcrumbs {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.3px;
}

span.breadcrumb_last {
    color: #f9b608;
}

#content-sidebar, #content-full {
    margin: 0 0 0;
}

/*introduction*/
.ip-comm-det-intro-area {
    position: relative;
    padding: 0 30px;
    padding: 0 1.875vw;
    min-height: 634px;
}

.ip-comm-det-intro-area .ip-comm-side-label a {
    color: #fff;
}

.ip-comm-det-intro-area .ip-comm-side-label a::before {
    background: #fff;
}

.intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    max-height: calc(100% - 45px);
    overflow: hidden;
}

.intro-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.intro-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7;
}

.ip-comm-det-intro-holder {
    max-width: 1368px;
    max-width: 85.5vw;
    margin: 0 auto;
    /*padding: 40px 0 20px;*/
    padding: 40px 0 0px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-comm-det-intro-left {
    width: 47.514%;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}

.ip-comm-det-intro-right{
    width: 52.486%;
    background: #fff;
    padding: 106px 15px 0;
}

.ip-toc-title {
    font-size: 55px;
    color: #fff;
    font-family: var(--secondary-font-family);
}

.ip-table-of-contents ol li a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.ip-table-of-contents ol {
    list-style-type: upper-roman !important;
    margin: 38px 0 0 25px !important;
}

.ip-table-of-contents ol li::marker {
    color: #fff;
}

.ip-table-of-contents ol li {
    margin: 0 0 12px;
    padding-left: 27px;
}

.ip-introduction {
    max-width: 85%;
    margin: 0 auto ;
}

.ip-intro-text {
    margin: 50px 0 0;
}

.ip-intro-text p strong {
    font-size: 22px;
}

/*why people*/
.ip-comm-det-why-people-area {
    position: relative;
    padding: 0 30px;
    padding: 160px 1.875vw 0;
    margin: 70px 0 0;
}

.why-people-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.why-people-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}

.why-people-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .74;
}

.ip-comm-det-why-people-holder {
    max-width: 1368px;
    max-width: 85.5vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
}

.ip-comm-det-why-people-left {
    width: 53.874%;
    background: #fff;
    padding: 106px 15px 0;
}

.ip-comm-det-why-people-right {
    width: 46.126%;
}

.ip-why-people {
    max-width: 85%;
    margin: 0 auto 0;
}

.why-people-photo {
    position: relative;
}

.why-people-photo::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 90%;
    height: 90%;
    background: rgb(16,204,236);
    background: linear-gradient(211deg, rgba(16,204,236,1) 0%, rgba(5,99,115,1) 100%);
    z-index: -1;
}

.why-people-photo canvas {
    display: block;
    width: 100%;
}

.why-people-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-why-people-text {
    margin: 50px 0 0;
}

.ip-why-people-text p strong {
    font-size: 22px;
}

/*access to*/
.ip-comm-det-access-to-area {
    position: relative;
    padding: 0 30px;
    padding: 100px 1.875vw 350px;
    margin: 70px 0 0;
}

.access-to-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.access-to-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}

.access-to-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.ip-comm-det-access-to-holder {
    max-width: 1368px;
    max-width: 85.5vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-comm-det-access-to-left {
    width: 53.874%;
    padding: 0 15px 0;
}

.ip-comm-det-access-to-right {
    width: 46.126%;
}

.ip-access-to {
    max-width: 85%;
    margin: 0 auto 0;
}

.ip-access-to-text {
    margin: 0 0 0;
}

.ip-access-to-text p strong {
    font-size: 22px;
}

/*properties*/
#hp-fp {
    position: relative;
    line-height: normal;
}

.ip-comm-side-label {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 28px;
    left: 1.750vw;
    z-index: 99;
    /* transform: translateY(-50%); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-comm-side-label a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-size: 0.938vw;
    font-weight: 700;
    letter-spacing: 0.5em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0.5em 0 0 0;
    pointer-events: none;
}

.ip-comm-side-label a::before {
    content: '';
    width: 1px;
    width: 0.063vw;
    height: 30px;
    height: 1.875vw;
    background: #000;
    margin: 0 2px 20px 0;
    margin: 0 0.125vw 1.250vw 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*properties*/

section#hp-fp .ip-comm-side-label a {
    color: #fff;
}

section#hp-fp .ip-comm-side-label a::before {
    background: #fff;
}

.fp-address h2 {
    margin: 0 !important;
}

.fp-title-text {
     flex-flow: unset; 
     align-items: center;
}

.fp-title-text .site-title {
    margin: 0 0 0 118px;
    margin: 0 0 0 0;
    width: 50%;
    justify-content: flex-end;
}

.fp-text {
    max-width: 50%;
    margin: 0.500vw auto 0;
    padding: 0 15px;
}

.fp-text p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.786;
    color: #191919;
    max-width: 450px;
    margin: 0 auto !important;
}

/*video*/
section#hp-fv {
    position: relative;
}

section#hp-fv .ip-comm-side-label a {
    color: #fff;
    top: 16%;
    position: relative;
}

section#hp-fv .ip-comm-side-label a::before {
    background: #fff;
}

.fv-bg::after {
    height: 56%;
}

.fv-content .site-title {
    justify-content: center;
    margin: 0 0 51px;
}

.hp-fv-inner {
    max-width: 80.812vw;
}

.fv-photo::before {
    opacity: 0.29;
    z-index: 2;
}

.fv-text {
    /* flex-grow: 1; */
    max-width: 770px;
    max-width: 100%;
    /* margin: 2px 127px 0 0; */
    flex: 1 1 48.125vw;
    margin: 0.125vw 7.938vw 0 0;
}

.fv-text p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.786;
    color: #fff;
}

.fv-check-list {
    padding: 0 25px;
    max-width: 100%;
    flex: 1 1 30%;
}

.fv-check-list ul li {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: .7px;
}

.fv-check-list ul li img {
    margin-right: 24px;
}

.fv-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 39px 0 0;
}

.fv-check-list {
    padding: 0 25px;
    width: 30%;
}

.fp-buttons > a i {
    font-style: normal !important;
}

/*single family*/
.ip-comm-det-single-family-area {
    position: relative;
    padding: 0 30px;
    padding: 143px 1.875vw 0;
}

.ip-comm-det-single-family-holder {
    max-width: 1410px;
    max-width: 88.125vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-comm-det-single-family-left {
    width: 50%;
    padding: 0 0 0;
}
.comm-det-single-family-slick{
    position: relative;
}
.comm-det-single-family-imgs{
    position: relative;
    z-index: 0;
    font-size: 0;
}
.comm-det-single-family-imgs:not(.slick-initialized){}
.comm-det-single-family-imgs:not(.slick-initialized) .comm-det-single-family-img:not(:first-child){
    display: none;
}
.comm-det-single-family-img{
    position: relative;
}
.comm-det-single-family-img canvas{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    min-height: 510px;
}
.comm-det-single-family-img img{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.comm-det-single-family-imgdesc {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 12px;
    padding: 25px 15px;
    letter-spacing: 0.050em;
    line-height: 1.7;
}
.comm-det-single-family-arrows{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    pointer-events: none;
}
.comm-det-single-family-arrow{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.8));
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.8));
}
.comm-det-single-family-arrow button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
    z-index: 1;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: auto;
}
.comm-det-single-family-arrow button:hover{
    color: #000;
    background: rgb(249, 179, 0);
    background: -moz-linear-gradient(left, rgba(249, 179, 0, 1) 0%, rgba(255, 221, 135, 1) 50%, rgba(249, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 179, 0, 1) 0%, rgba(255, 221, 135, 1) 50%, rgba(249, 179, 0, 1) 100%);
    background: linear-gradient(to right, rgba(249, 179, 0, 1) 0%, rgba(255, 221, 135, 1) 50%, rgba(249, 179, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9b300', endColorstr='#f9b300', GradientType=1);
}
.ip-comm-det-single-family-right {
    width: 50%;
}

.ip-comm-det-single-family-right img {
    margin: 0 0 0 auto;
}

.ip-single-family-text p strong{
    font-size: 22px;
}

.ip-comm-det-single-family-bottom {
    width: 100%;
    margin: 78px 0 0;
}

.single-family-check-list ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #191919;
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: .7px;
    width: 25%;
}

.single-family-check-list ul li img {
    margin-right: 24px;
}

.ip-home-features-title {
    font-size: 40px;
    color: #047e93;
    text-align: center;
    font-family: var(--secondary-font-family);
}

.single-family-check-list ul {
    margin: 52px 0 0 !important;
    /* column-count: 4; */
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

/*photo contnt list*/
.ip-comm-det-photo-content-area {
    position: relative;
    padding: 0 30px;
    padding: 108px 1.875vw 0;
    margin: 16px 0 66px;
}

.photo-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.photo-content-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}

.photo-content-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .74;
}

.ip-comm-det-photo-content-holder {
    max-width: 1368px;
    max-width: 85.5vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
}

.ip-comm-det-photo-content-right {
    width: 53.874%;
    background: #fff;
    padding: 106px 15px 0;
}

.ip-comm-det-photo-content-left {
    width: 46.126%;
}

.ip-photo-content {
    max-width: 85%;
    margin: 0 auto 0;
}

.photo-content-photo {
    position: relative;
}

.photo-content-photo::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 90%;
    height: 90%;
    background: rgb(16,204,236);
    background: linear-gradient(211deg, rgba(16,204,236,1) 0%, rgba(5,99,115,1) 100%);
    z-index: -1;
}

.photo-content-photo canvas {
    display: block;
    width: 100%;
}

.photo-content-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-photo-content-text {
    margin: 50px 0 0;
}
.ip-condo-text p:nth-of-type(1),
.ip-comm-det-photo-content-area .ip-photo-content-text p:nth-of-type(1){
    font-weight: 700;
}
.ip-photo-content-text p strong {
    font-size: 22px;
}

.ip-comm-det-photo-content-area.reverse .ip-comm-det-photo-content-holder {
    flex-direction: row-reverse;
}

.ip-comm-det-photo-content-area.reverse .photo-content-photo::after {
    left: auto;
    right: -60px;
}

/*condo*/
.ip-comm-det-condo-area {
    position: relative;
    padding: 0 30px;
    padding: 143px 1.875vw 0;
}

.ip-comm-det-condo-holder {
    max-width: 1410px;
    max-width: 88.125vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.ip-comm-det-condo-left {
    width: 50%;
    padding: 0 0 0;
}

.ip-comm-det-condo-right {
    width: 50%;
}

.ip-comm-det-condo-right img {
    margin: 0;
}

.ip-condo-text p strong{
    font-size: 22px;
}

/*lots*/
.ip-comm-det-lots-area {
    position: relative;
    padding: 0 30px;
    padding: 100px 1.875vw 350px;
    margin: 70px 0 0;
}

.lots-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.lots-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}

.lots-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.ip-comm-det-lots-holder {
    max-width: 1368px;
    max-width: 85.5vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-comm-det-lots-left {
    width: 25%;
    padding: 0 15px 0;
}

.ip-comm-det-lots-right {
    width: 75%;
}

.ip-lots {
   /* max-width: 85%;
    margin: 0 auto 0;*/
}

.ip-lots-text {
    margin: 0 0 0;
}

.ip-lots-text p strong {
    font-size: 22px;
}

/*schools*/
.ip-comm-det-schools-area {
    position: relative;
    padding: 0 30px;
    padding: 100px 1.875vw;
    margin: 35px 0 0;
}

.ip-comm-det-schools-holder {
    max-width: 1368px;
    max-width: 85.5vw;
    margin: 0 auto;
    padding: 0 0 0;
    position: relative;
    z-index: 5;
}

.ip-schools .site-title {
    justify-content: center;
}

.ip-schools-text {
    text-align: center;
    margin: 43px 0 0;
}

.ip-school-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #047e93;
    font-family: var(--secondary-font-family);
}

.ip-school-list {
    max-width: 1030px;
    margin: 88px auto 0;
}
.ip-school-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    color: #191919;
    margin: 0 0 15px;
    letter-spacing: .7px;
}

.ip-school-list ul li strong{
    display: block;
}

.ip-school-list ul li img {
    margin-right: 20px;
    margin-top: 5px;
}

.ip-school-list ul {
    margin: 52px 0 0 !important;
}
.comm-table td {
    padding: 10px 4px;
}
/*recreation - entertainment*/
.recreation-entertainment-area {
    padding: 26px 0 0;
}

.re-had .site-title {
    justify-content: center;
}

#inner-page-wrapper {
    z-index: unset;
}

.fv-check-list ul {
    margin: 0 !important;
}

.single-aios-communities .no-comm-listing {
    /*text-align: center;
    font-size: 30px;
    font-weight: 700;*/
    display:none;
}


@media only screen and (min-width: 992px) {
    .ip-school-list {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .ip-school-list > div{
        max-width: calc(50% - 15px);
    }
    .comm-det-single-family-slick{
        max-width: 780px;
    }
    .comm-det-single-family-slick.sf{
        margin: 0 0 0 auto;
    }
}
@media only screen and (max-width: 1366px) {
    .ip-toc-title {
        font-size: 40px;
    }

    .ip-table-of-contents ol li a {
        font-size: 20px;
    }

    .ip-table-of-contents ol li {
        margin: 0 0 5px;
    }

    .fv-text {
        margin: 0 0 0 0;
    }

    .fv-check-list {
        padding: 0 15px;
        width: 32%;
    }

    .fv-check-list ul li {
        font-size: 20px;
        letter-spacing: 0;
    }

    .ip-comm-det-single-family-left {
        padding-right: 15px;
    }

    .single-family-check-list ul li {
        font-size: 16px;
        letter-spacing: 0;
    }

    .ip-comm-det-photo-content-right {
        padding: 30px 15px 0;
    }

    .ip-photo-content-text p strong {
        font-size: 19px;
    }

    .ip-comm-det-condo-left {
        padding-left: 15px;
    }

    .bg-wrapper canvas{
        background-attachment: local;
    }
}

@media only screen and (max-width: 1199px) {
    .custom-ip-content .site-title h2 {
        font-size: 4vw !important;
    }

    .fv-text p {
        font-size: 18px;
    }

    .fv-check-list {
        width: 40%;
    }

    .single-family-check-list ul li img {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-comm-det-intro-area {
        padding: 0 15px;
    }

    .ip-comm-side-label{
        display: none;
    }

    .ip-comm-det-intro-holder {
        max-width: 100%;
    }

    .ip-comm-det-intro-left {
        width: 100%;
    }

    .ip-comm-det-intro-right {
        width: 100%;
        padding: 50px 15px 0;
    }

    .intro-bg::after {
        height: 10%;
    }

    .ip-comm-det-intro-holder {
        padding: 70px 0 0;
    }

    .ip-introduction {
        max-width: 100%;
        margin: 0 auto 0;
    }

    .site-title {
        justify-content: center;
    }

    .ip-comm-det-why-people-area {
        padding: 50px 15px 0;
        margin: 0 0 0;
    }

    .custom-ip-content .site-title h2 {
        font-size: 40px !important;
    }

    .ip-comm-det-why-people-holder {
        max-width: 100%;
    }

    .ip-comm-det-why-people-left {
        width: 100%;
        padding: 30px 15px 0;
    }

    .ip-comm-det-why-people-right {
        width: 100%;
    }

    .why-people-photo {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-comm-det-access-to-area {
        padding: 50px 15px 200px;
    }

    .ip-comm-det-access-to-left {
        width: 100%;
        padding: 0 0 0;
    }

    .ip-comm-det-access-to-right {
        width: 100%;
    }

    .fp-title-text .site-title {
        margin: 0 0 30px;
        width: 100%;
        justify-content: center;
    }

    .fp-text {
        max-width: 100%;
        padding: 0;
    }

    .fp-title-text {
        flex-wrap: wrap;
    }

    .ip-why-people {
        max-width: 100%;
    }

    .ip-comm-det-access-to-holder {
        max-width: 100%;
    }

    .hp-fp {
        padding: 0 15px;
    }

    .hp-fv {
        padding: 0 15px;
    }

    .hp-fv-inner {
        max-width: 100%;
    }

    .fv-check-list {
        width: 100%;
        padding: 0;
    }

    .ip-comm-det-single-family-area {
        padding: 50px 15px 0;
    }

    .ip-comm-det-single-family-holder {
        max-width: 100%;
    }

    .ip-comm-det-single-family-left {
        width: 100%;
        padding: 0 0 0 !important;
    }

    .ip-comm-det-single-family-right {
        width: 100%;
    }

    .ip-comm-det-single-family-right img {
        margin: 30px auto 0;
    }

    .single-family-check-list ul {
        /*column-count: 2;*/
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }

    .single-family-check-list ul li {
        font-size: 18px;
        letter-spacing: .7px;
        width: auto;
    }

    .ip-comm-det-photo-content-area {
        padding: 30px 15px 0;
    }

    .ip-comm-det-photo-content-holder {
        max-width: 100%;
    }

    .ip-comm-det-photo-content-left {
        width: 100%;
    }

    .photo-content-photo {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-comm-det-photo-content-right {
        padding: 30px 15px 0;
        width: 100%;
        margin: 50px 0 0;
    }

    .ip-photo-content {
        max-width: 100%;
    }

    .ip-comm-det-condo-area {
        padding: 50px 15px 0;
    }

    .ip-comm-det-condo-holder {
        max-width: 100%;
    }

    .ip-comm-det-condo-holder {
        flex-direction: column;
    }

    .ip-comm-det-condo-left {
        padding-left: 0;
        width: 100%;
    }

    .ip-comm-det-condo-right {
        width: 100%;
    }

    .ip-comm-det-condo-right img {
        margin: 30px auto 0;
    }

    .ip-comm-det-lots-area {
        padding: 50px 15px 200px;
        margin: 0;
    }

    .ip-comm-det-lots-left {
        width: 100%;
        padding: 0;
    }

    .ip-comm-det-lots-holder {
        max-width: 100%;
    }

    .ip-comm-det-lots-right {
        width: 100%;
        margin: 30px 0 0;
    }

    .ip-comm-det-schools-area {
        padding: 50px 15px;
        margin: 0 0 0;
    }

    .ip-comm-det-schools-holder {
        max-width: 100%;
    }

    .ip-school-list {
        flex-direction: column;
    }

    .ip-access-to {
        max-width: 100%;
    }
    .fv-bottom{
        display: block;
    }
    
    .fv-bottom {
        padding: 0 15px;
    }
    
    .hp-fv-inner {
        background: linear-gradient(to bottom, #fff 30%, #000 30%);
    }
}

@media only screen and (max-width: 767px) {
    .single-family-check-list ul {
        column-count: 1;
    }

    .ip-bc {
        display: block;
        padding: 35px 0;
    }

    .hp-cu-inner {
        padding: 0 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .img-wrapper > canvas {
        height: 300px;
    }
}



