@media (min-width: 1500px) {
    .explore .header .floor-image .item img {
        max-height: 600px;
    }
    #rp-box {
        height: 83%;
        bottom: 2%;
        top: auto !important;
    }
}

@media (max-width: 1499px) {
    #rp-box {
        height: 82%;
        bottom: 2%;
        top: auto !important;
    }
}

@media (max-width: 1360px) {
    .floorstatic .explore-header-inner {
        margin-top: 10px;
        margin-left: 170px;
    }
    .floorstatic .logged-in .explore-header-inner {
        margin-top: 40px;
    }
}

@media (max-width: 1239px) {
    .communities .col-md-offset-15 {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 992px) {
    .sticky-nav .logo {
        width: 10%;
        margin-top: 15px;
    }
    .menu-container {
        width: 90%;
    }
    .sticky-nav ul {
        margin-left: 0;
    }
    .sticky-nav ul li {
        margin: 0 8px;
    }
}

@media (min-width: 1201px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 1171px) {
    .footer-item {
        min-height: 155px;
    }
    /* About Us */
    .payment-plans a {
        float: none !important;
        margin: 0 0 5px 0 !important;
        width: 100% !important;
        display: block;
    }
    /* Construction */
    .construction-progress .progress-box:after {
        display: none;
    }
    .construction-progress .progress-box .preview-photo img {
        width: 120px !important;
        height: 120px !important;
    }
    .construction-progress .progress-box:nth-child(1):after {
        top: 45% !important;
    }
    .construction-progress .progress-box:nth-child(2):after {
        top: 60% !important;
    }
    .construction-progress .progress-box:nth-child(3):after {
        top: 60% !important;
    }
    .construction-progress .progress-box:nth-child(4):after {
        top: 35% !important;
    }
    .construction-progress .progress-box:nth-child(5):after {
        top: 50% !important;
    }
}

@media (max-width: 991px) {
    .rp-plan {
        overflow-x: hidden;
    }
    .explore .explore-content {
        height: auto;
        min-height: 0;
        padding: 30px 0 0 0;
        width: 100%;
    }
    .explore .explore-content .explore-inner h2 {
        font-size: 2em;
    }
    .rp-plan-container {
        left: 0;
    }
    .explore-community-content .vc_custom_heading {
        letter-spacing: -1.5px;
        font-size: 2em;
    }
    /* Navigation */
    .menu-container {
        position: absolute;
        display: block !important;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        left: -1000px;
        /* background: rgba(28, 117, 188, .9); */
        background: #FFF;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999999;
        padding-top: 40px;
    }
    .menu-container ul {
        float: left !important;
        margin: 20px 0 !important;
    }
    body.logged-in .sticky-nav {
        top: 0p;
    }
    body .sticky-nav.hide-nav {
        top: -300px;
    }
    .sticky-nav ul li a {
        background: #0174BD;
        background-image: linear-gradient(-180deg, #0A9FFE 0%, #0174BD 100%);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.50);
        border-radius: 3px;
        font-weight: 300;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0px;
        padding: 10px 20px;
        text-transform: uppercase;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .sticky-nav ul li a:hover,
    .sticky-nav ul li.current_page_item a {
        background: rgba(1, 116, 169, 0.9);
        color: #FFF;
        text-decoration: none;
    }
    .sticky-nav .close-menu-toggle {
        display: table;
    }
    /* Construction Section */
    #construction-progress {
        height: auto !important;
    }
    .construction-progress .progress-box {
        margin: 0 0 50px !important;
    }
    .progress-box:after {
        display: none !important;
    }
    .construction-progress .progress-box h2 {
        margin: 0 0 15px;
    }
    /* Footer */
    /*footer .container .row > div{ width: 48%; height: 155px; }*/
    /* Explore */
    .floorstatic .header .static-content {
        padding-top: 25px !important;
        color: #333;
    }
    .floorstatic .header .explore-header-inner {
        margin-left: 0 !important;
    }
}

@media (max-width: 769px) {
    nav .toggle-menu-btn {
        font-size: 14px;
        margin-top: 0;
    }
    .tools li a {
        line-height: 32px;
    }
    /* Navigation */
    .smooth-scroll.sticky-nav {
        top: 0 !important;
    }
    .menu-container ul {
        margin: 0;
        width: 100%;
    }
    .sticky-nav ul li {
        text-align: center;
        padding: 20px 0;
        display: block;
        float: none !important;
        clear: both;
    }
    .sticky-nav ul li a {
        font-size: 15px;
    }
    .menu-container {
        bottom: -251px;
    }
    header ul li.current_page_item a,
    nav ul li.current_page_item a {
        text-decoration: underline;
        color: #FFF;
    }
    .sticky-nav ul li {
        padding: 6px 0;
        margin: 0 !important;
        line-height: 1.3;
    }
    header .header-banner .banner-description {
        margin-top: 0;
    }
    header nav.default-menu {
        display: none;
    }
    .register-your-interest-cta {
        display: none;
    }
    /* About Us */
    .intro-text {
        margin-top: 40px;
    }
    .about-us-btns a {
        width: 100%;
        margin: 0 0 8px 0;
    }
    /* Floors */
    .explore-content {
        background: #243a52;
        text-align: center;
        padding: 0 10px;
    }
    /*.explore .explore-content{ height: 400px; min-height: 400px; }*/
    /* Construction */
    #construction-progress {
        padding: 10px 0;
    }
    .construction-progress {
        margin-top: 50px !important;
    }
    .construction-progress .progress-box {
        width: 100% !important;
    }
    /* Footer */
    /*footer .container .row > div{ width: 100%; }*/
    footer .container .row>div>div {
        margin: 0 auto;
    }
    footer .container .row>div:first-child .widget img {
        margin: 0 auto 10px;
    }
    .copyrights .container .row>div {
        text-align: center;
    }
    /* Contact Us */
    #contact-us .contact-window {
        position: relative;
        top: 0;
        display: table;
    }
    /* Features */
    .features .feature .feature-image {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .features .feature .feature-title {
        text-align: center;
    }
    /* Floors Page */
    #rp-box {
        position: fixed;
        top: 0px !important;
        z-index: 999999;
        width: 100% !important;
        right: 0 !important;
        left: 0;
        margin: 0 auto;
        height: 100%;
    }
    .rp-plan-container circle {
        display: none !important;
    }
    .floor-gallery {
        margin-left: 18%;
    }
    .rp-box-content .units-btn {
        width: 15%;
    }
    .rp-box-inner {
        height: 100%;
    }
    .explore .header .header-banner .explore-header .explore-building .building {
        max-width: 100%;
        width: 100%;
    }
    .floor-popup-close {
        display: block;
    }
    .floor-gallery {
        overflow: visible;
    }
    #floor_plan_image,
    #subfloor_plan_image {
        max-height: 100% !important;
        height: auto !important;
        width: 100% !important;
    }
    .explore .header .header-banner .explore-header .explore-building .building {
        height: 95%;
    }
    .rp-box-content .units-btn a.unit-btn {
        font-size: 14px;
    }
    #rp-box-content,
    #rp-box-subcontent {
        min-height: 80%;
    }
    .disc-text {
        font-size: 9px;
        line-height: 12px;
    }
    .sticky-nav .logo {
        margin-top: 0;
    }
    .sticky-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        padding: 15px 0px;
        z-index: 999999;
    }
}

@media (max-width: 600px) {
    /*.page:not(.home) header .header-banner, .page:not(.home) header{ height: 400px; min-height: 400px; }*/
    header .logo-image {
        max-width: 60px;
    }
}

@media (max-width: 500px) {
    .loaded {
        overflow-x: hidden;
    }
    /* Introduction */
    .intro-text h3 {
        font-size: 2em;
    }
    /* Construction Section */
    #construction-progress .section-title
    /* Footer */
    footer .container .row>div:first-child .widget {
        width: 100%;
    }
    footer .footer-about {
        margin-right: 0;
    }
    footer .container .row>div>div {
        display: table;
    }
    /* Community */
    .community {
        width: 100%;
    }
    /* Explore */
    h2.explore-header-inner span {
        font-size: 15px;
    }
    .vc_row[data-vc-full-width] {
        padding: 0 15px;
    }
}

@media (max-width: 400px) {
    header nav.collapsed-menu {
        max-width: 260px;
    }
    header .header-banner .banner-title {
        font-size: 36px;
    }
    header .header-banner .banner-description p {
        line-height: 25px;
        font-size: 14px;
    }
    /* Floors Page */
    .tools li a {
        font-size: 19px;
        padding: 7px 15px;
    }
    #rp-box-content-top h1 {
        font-size: 24px;
    }
    /* Info Window */
    #infowindow img {
        max-width: 140px !important;
    }
    h2.explore-header-inner span {
        text-align: center;
        line-height: 1.4;
    }
}

@media (max-width: 350px) {}