/* start center justified text */
.justified {
    text-align: justify;
    text-align-last: center;
}

.justified ul {
    display: table;
    margin: 0 auto;
    padding-bottom: 20px;
}

.justified li {
    text-align: left;
    text-align-last: left;
}

/* end center justified text */

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/* navigation Nav code from here https://bootstrap-menu.com/detail-megamenu.html  */

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.navbar {
    flex-direction: column;
}

.dropdown-menu a {
    color: white;
}

.navbar .megamenu {
    padding: 1rem;
}

.bg-white {
    background-color: #fff !important;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: RGBA(0, 0, 0, .6);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */

.dropdown-large {
    min-width: 500px;
    padding: 1rem;
}

@media (max-width: 500px) {
    .dropdown-large {
        min-width: 100%;
    }
}

.navon {
    background-color: #e4e4e3;
}

a.nav-link:hover {
    background-color: #f7f7f6;
}

.nav-state {
}

.nav-metroarea {
}

.nav-city {
}

.nav-community {
}

/* end navigation */

.homebanner .btn-close {
    height: auto;
}

/* carousel *****************************************************************************************************/
@media (max-width: 768px) {
    .carousel-caption {
        position: static;
        background-color: #107bcb;
    }
}

.carousel-caption h5 {
    color: #ffffff !important;
    font-size: 36px;
    text-shadow: 0 0 5px #000000;
}

.carousel-caption h6 {
    color: #ffffff !important;
    text-shadow: 0 0 5px #000000;
}

/* carousel *****************************************************************************************************/
.white-background {
    background-color: #ffffff;
}

.light-background {
    background-color: #e4e4e3;
}

.lighter-background {
    background-color: #f3f3f3;
}

.dark-background {
    background-color: #4b4945;
}

.blue-background {
    background-color: #107bcb;
}

.verticalalignment {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homesearchmapwrapper {
    position: relative;
    /* overflow:				hidden;*/
    overflow: visible !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

/* ********************************* Home page ************************************************/
/* map tabs */
.nav-tabs .nav-link {
    background: #e4e4e3;
    color: #4a4945;
    font-weight: bold;
    -webkit-box-shadow: 0 -2px 3px 0 #dee2e6;
    box-shadow: 0 -2px 3px 0 #dee2e6;
}

.nav-link.active {
    color: #2E528E !important;
}

.tab-pane {
    border: 1px solid transparent;
    border-color: #fff #dee2e6 #dee2e6 #dee2e6;
    -webkit-box-shadow: 1px 1px 3px 0 #dee2e6;
    box-shadow: 1px 1px 3px 0 #dee2e6;

}



.mapcommscroll {
    overflow-y: auto;
    padding: 20px;
}

@media (min-width: 768px) {
    #myTabContent, #myTabContent .tab-pane {
        height: 100%;
    }

    .h-md-100 {
        height: 100% !important;
    }

}

.footercolumn {
    float: left;
    width: auto;
    padding: 0 72px;
}

@media only screen and (max-width: 1399px) {
    .footercolumn {
        float: none;
    }
}


/* ********************************* Home page ************************************************/

/* *********************************** start footer & social **********************************************************/
.footerrow {
    background-color: #10154b;
    color: #ffffff;
}

.footerrow a {
    color: #ffffff;
}

socialicons {
    padding-top: 10px;
}

.sociallight {
    color: #ffffff;
    z-index: 1;
    font-weight: normal;
}

.socialdark {
    color: #666666;
    -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;
}

.socialicons a:hover .socialdark {
    color: #f3f3f3;
    -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;
}

.socialicons a:hover .sociallight {
    color: #f3f3f3;
}

.socialitem {
    padding: 0 10px;
}

/* *********************************** end footer & social **********************************************************/

/* ********************** mobile footer ****************************** */
/* removed these 2 for full time footer menu */
/*.mobile-footer {
    display: 	none;
}*/

/* @media only screen and (max-width: 767px){ } */
.subfooter {
    padding: 20px 15px 40px 15px;
}

.mobile-footer {
    display: block;
    border: 0px;
    border-radius: 0px;
    background: #0055b9;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
    border-top: 2px solid white;
}

.mobile-footer ul {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !Important;
    padding: 0 !important;
}

.mobile-footer li {
    list-style: none !important;
    padding: 5px !important;
    display: inline-block !important;
}

.mobile-footer li a {
    color: #fff !important;
    font-size: 14px !Important;
}

.mobile-footer li:hover {
    background: #003264 !important;
}

.emailicon:before {
    height: 100%;
}

/* *********************  mobile footer  ******************************* */

/* **************************** back to top ************************/
#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 5px;
    display: none;
    opacity: .5;
}

#btn-back-to-top:hover {
    opacity: 1;
}

/* **************************** back to top ************************/

/* ********************** block menu *****************************/
.blockmenu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.blockmenuon {
    background: #dfdfdf;
}

/* ********************** end block menu *****************************/


/* *** colums ********************************************************/
.columns4 {
    -webkit-column-width: 200px; /* Chrome, Safari, Opera */
    -moz-column-width: 200px; /* Firefox */
    column-width: 200px;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.columns3 {
    -webkit-column-width: 275px; /* Chrome, Safari, Opera */
    -moz-column-width: 275px; /* Firefox */
    column-width: 275px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.columns2 {
    -webkit-column-width: 350px; /* Chrome, Safari, Opera */
    -moz-column-width: 350px; /* Firefox */
    column-width: 350px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.columns2small {
    -webkit-column-width: 150px; /* Chrome, Safari, Opera */
    -moz-column-width: 150px; /* Firefox */
    column-width: 150px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style: solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

/* *** colums ********************************************************/


@media (max-width: 767px) {
    .standard-features-box {
        padding-left: 0;
        padding-right: 0;
    }
}

/* comm detail *********************************************************/
.subnav .nav-link {
    color: #00164F;
}

.subnav .nav-link.active {
    color: #00164F !important;
    border-bottom: 1px solid #00164F;
    background-color: #BDBDBD;
}

@media (max-width: 400px) {
    .subnav {
        font-size: .74rem;
    }
}


/* endcomm detail *********************************************************/

/* comm and model list ***********************************************************/
.specs {
    font-size: 12px;
}

.item-image {
    position: relative;
}

.itemfloatingdiv {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 0 5px;
}

.itemsharebutton {
    background: rgba(0, 0, 0, .3);
    padding: 0px 2px 4px 2px;
    border: 1px solid #fff;
}

.itemfavoritesbutton {
    background: rgba(0, 0, 0, .3);
    padding: 0px 2px 4px 2px;
    border: 1px solid #fff;
}

.itemmarketingstatus {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .3);
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

/* end comm and model list ***********************************************************/

/* comm detail - community detail ************************************************************************ */
/* community text overlay ******************************************************************************* */
.communitytitle-top {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    padding: 80px 0;

    top: 50%;


    z-index: 0;
    width: 100%;
    text-align: center;
    pointer-events: none; /* this is so the map buttons will still work. */
}

.communitytitle-top h2 {
    margin-bottom: .5em;
}

@media (min-width: 768px) {
    .communitytitle-top {
        transform: translate(0, -50%);
    }
}

.communitytitle-bottom {
    background-color: transparent;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.communitytitle-large {
    color: white;
    text-shadow: 2px 2px 2px #000, 0px 0px 10px #000;
    font-size: 40px;
    font-weight: 700;
}

.communitytitle-medium {
    color: white;
    text-shadow: 2px 2px 2px #000, 0px 0px 10px #000;
    font-size: 32px;
    font-weight: 300;
}

.communitytitle-small {
    color: white;
    text-shadow: 2px 2px 2px #000, -1px -1px 10px #000;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 800px) {
    .communitytitle-top {
        background-color: #107bcb;
        position: relative;
        top: 0;
        padding: 10px 20px 20px;
    }

    .communitytitle-bottom {
        background-color: #0055b9;
        position: relative;
        top: 0;
        padding: 10px 20px 20px;
    }

    .communitytitle-large {
        font-size: 32px;
        text-shadow: none;
    }

    .communitytitle-medium {
        font-size: 24px;
    }

    .communitytitle-small {
        font-size: 18px;
        text-shadow: none;
    }
}

/* *********************************************************************************************************** */

/* map driving directions area information ******************************************************************************************************** */
.googlemap {
    background-color: white;
    width: 100%;
    z-index: 1;
}

#mapresetholder {
    position: absolute;
    margin: 0 auto;
    top: 10px;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

#mapreset {
    position: relative;
}

#reset_state {
    background-color: #f37a6f;
    border: #000;
    color: #fff;
    padding: 2px 5px;
    display: none;
    width: 200px;
    margin: 0 auto;
}

/* map driving directions area information ******************************************************************************************************** */


.expandarrow {
    position: absolute;
    top: 0;
    right: 20px;
    color: white;
    font-size: 24px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.elevationcaption {
    position: absolute;
    bottom: 0px;
    left: 20px;
    color: white;
    font-size: 24px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

/* end comm detail - community detail ************************************************************************ */

