/*******************************************************
 *
 * Communities
 *
 *******************************************************/

#content .widgets_on_page ul {
	font-size: 0;
	line-height: normal;
	margin: 0
}

/*Map*/
 .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-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: 500;
                            font-size: 14px;
                            letter-spacing: 0.05em;
                            color: #fff;
                            text-align: center;
                            white-space: nowrap;
                            line-height: 1.214285714285714;
                        }
                        .map-hover span i.map-dot {
                            display: block;
                            width: 20px;
                            height: 20px;
                            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 10px;
                        }
                            .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 img {
                            opacity: 0;
                            transition: all var(--default-transition);
                        }
                        .map-hover.active img {
                            opacity: 1;
                        }

                .map-hover[data-area="henderson-and-green-valley"] {
                    opacity: 1;
                    top: 372px;
                    left: 279px;
                }
                    .map-hover[data-area="henderson-and-green-valley"] span {
                        top: 108px;
                        left: 120px;
                    }

                .map-hover[data-area="east-las-vegas"] {
                    opacity: 1;
                    top: 134px;
                    left: 351px;
                }
                    .map-hover[data-area="east-las-vegas"] span {
                        top: 149px;
                        left: 82px;
                    }

                .map-hover[data-area="strip-and-downtown"] {
                    opacity: 1;
                    top: 343px;
                    left: 244px;
                }
                    .map-hover[data-area="strip-and-downtown"] span {
                        top: 32px;
                        left: 74px;
                    }

                .map-hover[data-area="southwest-las-vegas"] {
                    opacity: 1;
                    top: 442px;
                    left: 85px;
                }
                    .map-hover[data-area="southwest-las-vegas"] span {
                        top: 59px;
                        left: 147px;
                    }

                .map-hover[data-area="summerlin-area"] {
                    opacity: 1;
                    top: 323px;
                    left: 69px;
                }
                    .map-hover[data-area="summerlin-area"] span {
                        top: 62px;
                        left: 79px;
                    }


                .map-hover[data-area="north-las-vegas"] {
                    opacity: 1;
                    top: 65px;
                    left: 242px;
                }
                    .map-hover[data-area="north-las-vegas"] span {
                        top: 74px;
                        left: 60px;
                    }

                .map-hover[data-area="northwest-las-vegas"] {
                    opacity: 1;
                    top: 0;
                    left: 0;
                }
                    .map-hover[data-area="northwest-las-vegas"] span {
                        top: 251px;
                        left: 153px;
                    }

        .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;
                }
                .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;
                    }



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1280px) {
	.map-inner {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
  .map-text-btn a.btn-a {
        margin-right: 20px;
    }	
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	 .map-inner {
            flex-flow: column-reverse;
        }
	.map-text {
                width: 100%;
                padding: 0;
                margin-bottom: 40px;
            }

                .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;
            }
	.widgets_on_page .container {
		margin: 0 calc(calc(-100vw + 100%) / 2);
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	

}

@media only screen and (max-width: 567px) {	

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {

}