/**Northwest Las Vegas**/

#content-full {
	margin-top: 0;
}

#inner-page-wrapper {
	margin-bottom: 0;
}
	.term-northwest-las-vegas #inner-page-wrapper > .container {
		width: 100%;
		padding: 0;
	}

#ip-slv-map {
	position: relative;
	padding: 80px 0 30px;
}
    .map-inner {
        position: relative;
        margin-left: -57px;
    }
        .map-responsive {
            width: 633px;
            width: 52.8825%;
            position: relative;
        }
            .map-responsive canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }

            .map-responsive h2 {
                position: absolute;
                top: 6px;
                left: 5.3%;
                right: 0;
                text-align: center;
                font-size: 24px;
                font-weight: 600;
                letter-spacing: 0.02em;
                color: #000;
            }
            .map-container {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 0;
            }
                .map-container img {
                    max-width: initial;
                    display: block;
                }
                .map-hovers {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                }
                    .map-hover {
                        position: absolute;
                        opacity: 0;
                        pointer-events: none;
                    }
                        .map-hover span {
                            position: absolute;
                            font-weight: 600;
                            font-size: 12px;
                            letter-spacing: 0.05em;
                            color: #fff;
                            text-align: center;
                            white-space: nowrap;
                            line-height: 1.214285714285714;
                            /*pointer-events: all;
                            z-index: 10;
                            cursor: pointer;*/
                        }
                        .map-hover span i.map-dot {
                            display: block;
                            width: 16px;
                            height: 16px;
                            border-radius: 50%;
                            border: 1px solid rgb(255 255 255 / 30%);
                            position: relative;
                            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
                            margin: 0 auto 5px;
                        }
                            .map-hover span i.map-dot:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                width: 6px;
                                height: 6px;
                                border-radius: 50%;
                                background: #fff;
                                margin: auto;
                            }
                            .map-hover span i.map-dot:after {
                                content: '';
                                position: absolute;
                                border-color: #c7c7c7!important;
                                opacity: 0.5;
                            }

                        .map-hover img {
                            opacity: 0;
                            transition: all var(--default-transition);
                        }
                        .map-hover.active img {
                            opacity: 1;
                        }

                    .map-hover[data-area="iron-mountain-ranch"] {
                        opacity: 1;
                        top: 141px;
                        left: 432px;
                    }

                        .map-hover[data-area="iron-mountain-ranch"] span {
                            color: #000;
                            top: 20px;
                            left: 87px;
                        }

                            .map-hover[data-area="iron-mountain-ranch"] span i.map-dot {
                                position: absolute;
                                top: 4px;
                                left: -53px;
                            }

                                .map-hover[data-area="iron-mountain-ranch"] span i.map-dot:after {
                                    width: 29px;
                                    height: 1px;
                                    border-top: 1px solid;
                                    top: 7px;
                                    left: 100%;
                                }

                    .map-hover[data-area="lynbrook"] {
                        opacity: 1;
                        top: 204px;
                        left: 434px;
                    }

                        .map-hover[data-area="lynbrook"] span {
                            color: #000;
                            top: 7px;
                            left: 88px;
                        }

                            .map-hover[data-area="lynbrook"] span i.map-dot {
                                position: absolute;
                                top: -1px;
                                left: -52px;
                            }

                                .map-hover[data-area="lynbrook"] span i.map-dot:after {
                                    width: 29px;
                                    height: 1px;
                                    border-top: 1px solid;
                                    top: 7px;
                                    left: 100%;
                                }

                    .map-hover[data-area="silverstone-ranch"] {
                        opacity: 1;
                        top: 139px;
                        left: 326px;
                    }

                        .map-hover[data-area="silverstone-ranch"] span {
                            color: #000;
                            top: -47px;
                            left: 15px;
                        }

                            .map-hover[data-area="silverstone-ranch"] span i.map-dot {
                                position: absolute;
                                top: 62px;
                                left: 24px;
                            }

                                .map-hover[data-area="silverstone-ranch"] span i.map-dot:after {
                                    width: 1px;
                                    height: 29px;
                                    border-left: 1px solid;
                                    bottom: 100%;
                                    left: 6px;
                                }

                    .map-hover[data-area="spring-mountain-ranch"] {
                        opacity: 1;
                        top: 139px;
                        left: 225px;
                    }

                        .map-hover[data-area="spring-mountain-ranch"] span {
                            color: #000;
                            top: -47px;
                            left: -14px;
                        }

                            .map-hover[data-area="spring-mountain-ranch"] span i.map-dot {
                                position: absolute;
                                top: 62px;
                                left: 40px;
                            }

                                .map-hover[data-area="spring-mountain-ranch"] span i.map-dot:after {
                                    width: 1px;
                                    height: 29px;
                                    border-left: 1px solid;
                                    left: 6px;
                                    bottom: 100%;
                                }

                    .map-hover[data-area="skye-canyon"] {
                        opacity: 1;
                        top: 139px;
                        left: 141px;
                    }

                        .map-hover[data-area="skye-canyon"] span {
                            color: #000;
                            top: -16px;
                            left: -27px;
                        }

                            .map-hover[data-area="skye-canyon"] span i.map-dot {
                                position: absolute;
                                top: 45px;
                                left: 72px;
                            }

                                .map-hover[data-area="skye-canyon"] span i.map-dot:after {
                                    width: 29px;
                                    height: 30px;
                                    border-top: 1px solid;
                                    border-right: 1px solid;
                                    bottom: 100%;
                                    right: 7px;
                                }

                    .map-hover[data-area="elkhorn-springs"] {
                        opacity: 1;
                        top: 215px;
                        left: 277px;
                    }

                        .map-hover[data-area="elkhorn-springs"] span {
                            color: #000;
                            top: 38px;
                            left: 130px;
                        }

                            .map-hover[data-area="elkhorn-springs"] span i.map-dot {
                                position: absolute;
                                top: -28px;
                                left: -94px;
                            }

                                .map-hover[data-area="elkhorn-springs"] span i.map-dot:after {
                                    width: 99px;
                                    height: 15px;
                                    border-top: 1px solid;
                                    border-right: 1px solid;
                                    top: 7px;
                                    left: 100%;
                                }

                    .map-hover[data-area="providence"] {
                        opacity: 1;
                        top: 189px;
                        left: 122px;
                    }

                        .map-hover[data-area="providence"] span {
                            color: #000;
                            top: 41px;
                            left: -66px;
                        }

                            .map-hover[data-area="providence"] span i.map-dot {
                                position: absolute;
                                top: 0;
                                left: 102px;
                            }

                                .map-hover[data-area="providence"] span i.map-dot:after {
                                    width: 29px;
                                    height: 1px;
                                    border-top: 1px solid;
                                    right: 100%;
                                    top: 7px;
                                }

                    .map-hover[data-area="painted-desert"] {
                        opacity: 1;
                        top: 341px;
                        left: 289px;
                    }

                        .map-hover[data-area="painted-desert"] span {
                            color: #000;
                            top: 73px;
                            left: 15px;
                        }

                            .map-hover[data-area="painted-desert"] span i.map-dot {
                                position: absolute;
                                top: -62px;
                                left: 33px;
                            }

                                .map-hover[data-area="painted-desert"] span i.map-dot:after {
                                    width: 1px;
                                    height: 41px;
                                    border-left: 1px solid;
                                    left: 6px;
                                    top: 100%;
                                }

                    .map-hover[data-area="centennial-hills"] {
                        opacity: 1;
                        top: 185px;
                        left: 124px;
                    }

                        .map-hover[data-area="centennial-hills"] span {
                            top: 122px;
                            left: 74px;
                        }

                    .map-hover[data-area="los-prados"] {
                        top: 350px;
                        left: 439px;
                        opacity: 1;
                    }

                        .map-hover[data-area="los-prados"] span {
                            color: #000;
                            top: 70px;
                            left: 18px;
                        }

                            .map-hover[data-area="los-prados"] span i.map-dot {
                                position: absolute;
                                top: -55px;
                                left: 12px;
                            }

                                .map-hover[data-area="los-prados"] span i.map-dot:after {
                                    width: 1px;
                                    height: 36px;
                                    top: 100%;
                                    left: 6px;
                                    border-left: 1px solid;
                                }

                    .map-hover[data-area="lone-mountain-west"] {
                        opacity: 1;
                        top: 395px;
                        left: 122px;
                    }

                        .map-hover[data-area="lone-mountain-west"] span {
                            color: #000;
                            top: 10px;
                            left: -65px;
                        }

                            .map-hover[data-area="lone-mountain-west"] span i.map-dot {
                                position: absolute;
                                top: 15px;
                                left: 90px;
                            }

                                .map-hover[data-area="lone-mountain-west"] span i.map-dot:after {
                                    width: 29px;
                                    height: 1px;
                                    border-top: 1px solid;
                                    right: 100%;
                                    top: 7px;
                                }

                    .map-hover[data-area="shadow-hills"] {
                        opacity: 1;
                        top: 459px;
                        left: 140px;
                    }

                        .map-hover[data-area="shadow-hills"] span {
                            color: #000;
                            top: 61px;
                            left: 22px;
                        }

                            .map-hover[data-area="shadow-hills"] span i.map-dot {
                                position: absolute;
                                top: -45px;
                                left: 14px;
                            }

                                .map-hover[data-area="shadow-hills"] span i.map-dot:after {
                                    width: 1px;
                                    height: 26px;
                                    border-left: 1px solid;
                                    left: 6px;
                                    top: 100%;
                                }

                    .map-hover[data-area="lone-mountain-heights"] {
                        opacity: 1;
                        top: 423px;
                        left: 148px;
                    }

                        .map-hover[data-area="lone-mountain-heights"] span {
                            color: #000;
                            top: 2px;
                            left: 44px;
                        }

                            .map-hover[data-area="lone-mountain-heights"] span i.map-dot {
                                position: absolute;
                                top: 7px;
                                left: -26px;
                            }

                                .map-hover[data-area="lone-mountain-heights"] span i.map-dot:after {
                                    width: 17px;
                                    height: 1px;
                                    border-top: 1px solid;
                                    top: 7px;
                                    left: 100%;
                                }

                    .map-hover[data-area="el-capitan-ranch"] {
                        opacity: 1;
                        top: 449px;
                        left: 251px;
                    }

                        .map-hover[data-area="el-capitan-ranch"] span {
                            color: #000;
                            top: 9px;
                            left: 59px;
                        }

                            .map-hover[data-area="el-capitan-ranch"] span i.map-dot {
                                position: absolute;
                                top: -1px;
                                left: -38px;
                            }

                                .map-hover[data-area="el-capitan-ranch"] span i.map-dot:after {
                                    width: 17px;
                                    height: 1px;
                                    border-top: 1px solid;
                                    left: 100%;
                                    top: 7px;
                                }

                    .map-hover[data-area="north-shore"] {
                        opacity: 1;
                        top: 473px;
                        left: 277px;
                    }

                        .map-hover[data-area="north-shore"] span {
                            color: #000;
                            top: 51px;
                            left: 9px;
                        }

                            .map-hover[data-area="north-shore"] span i.map-dot {
                                position: absolute;
                                top: -43px;
                                left: 24px;
                            }

                                .map-hover[data-area="north-shore"] span i.map-dot:after {
                                    width: 1px;
                                    height: 21px;
                                    border-left: 1px solid;
                                    left: 6px;
                                    top: 100%;
                                }

        .map-text {
            width: 47.1175%;
            padding: 11.4456% 0 0 3.1%;
        }
            .map-text-inner {
                max-width: 512px;
            }
                .map-text .section-title {
                    line-height: 1.2;
                    margin-bottom: 45px;
                    font-weight: 400;
                }
                .map-text p {
                    font-size: 18px;
                    line-height: 1.6;
                    color: #3b3b3b;
                    letter-spacing: 0.02em;
                    margin-bottom: 36px;
                }
                .map-text-btn {

                }
                    .map-text-btn a.btn-a {
                        margin-right: 60px;
                    }
                    .map-text-btn a.btn-a:last-child {
                        margin-right: 0;
                    }


@media only screen and (min-width: 992px) {



}
@media only screen and (max-width: 1280px) {
	.map-inner {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1560px) {

}
@media only screen and (max-width: 1440px) {


}
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1199px) {
	.map-text-btn a.btn-a {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
	#ip-slv-map {
        padding: 50px 0 20px;
    }
        .map-inner {
            flex-flow: column-reverse;
        }
            .map-text {
                width: 100%;
                padding: 0;
                margin-bottom: 70px;
            }
                .map-text-inner {
                    padding: 0 30px;
                    margin: 0 auto;
                }
                    .map-text-inner .section-title strong {
                        max-width: 170px;
                    }
                    .map-text p {
                        margin-bottom: 20px;
                    }
                    .map-text-btn {
                        flex-flow: column;
                    }
                        .map-text-btn a.btn-a {
                            margin-right: 0;
                            margin-bottom: 20px;
                        }
                        .map-text-btn a.btn-a:last-child {
                            margin-bottom: 0;
                        }
            .map-responsive {
                width: 100%;
                max-width: 633px;
                margin: 0 auto;
            }
}

@media only screen and (max-width: 767px) {
    .map-responsive h2 {
        top: -20px;
        left: 0;
        font-size: 20px;
    }
}