
/* General Styles */

.fa-file-pdf:before {
    content: "\f1c1";
}

.flexbox {
    display: flex;
    flex-flow: row wrap;
}

#buildersCommunities {
    max-width: 1200px;
    margin: auto;
}

/* Map Styles - will change */
#buildersCommunities .map {
    position: relative;
}

#buildersCommunities .map .info {
    position: absolute;
    z-index: 20;
    background: rgba(76, 76, 76, 0.9);
    color: white;
    padding: 20px;
    width: 20%;
    margin-left: 10%;
    /* top: 50%; */
    /* margin-top: -15.5%; */
    top: 90px;
}

#buildersCommunities .map .info .title {
    font-size: 20px;
    line-height: 1em;
}

#buildersCommunities .map .info .text {
    font-size: 14px;
    margin-bottom: 10px;
}

#buildersCommunities .landing.map {
    width: 64.66%;
    margin: 1%;
    height: 450px;
}

#buildersCommunities .detail.map {
    width: 100%;
    height: 500px;
}

#buildersCommunities .map iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .landing.map, #buildersCommunities .map + .form {
        width: 100%;
        margin: 1% 0;
    }
}

@media only screen and (max-width: 768px) {
    #buildersCommunities .detail.map {
        flex-direction: column-reverse;
        display: flex;
    }

    #buildersCommunities .map .info {
        bottom: initial;
        top: initial;
        width: 100%;
        margin-left: 0;
        left: initial;
        position: relative;
        box-sizing: border-box;
    }
}

/* End Map Settings - will change */

/* Form Settings */
#buildersCommunities .form {
    width: 31.33%;
    margin: 1%;
    height: 450px;
}

#buildersCommunities .form h3 {
    color: white;
    width: 100%;
}

#buildersCommunities .form form {
    height: 100%;
}

#buildersCommunities .form legend {
    display: none;
}

#buildersCommunities .form fieldset {
    display: flex;
    padding: 20px;
    background: #4c4c4c;
    height: 100%;
    color: white;
    box-sizing: border-box;
    flex-flow: wrap;
    align-content: flex-start;
}

#buildersCommunities .form label {
    padding: 7px 0;
    min-height: 24px;
    width: 100%;
}

#buildersCommunities .form select {
    width: 100%;
    border-radius: 0;
    border: none;
}

#buildersCommunities .selectDisplay {
    height: 34px;
    padding-left: 5px;
    padding-right: 24px;
    background: url(/shared/images/searchresults/select-down-arrow.png) right 5px center no-repeat;
    background-size: 20px 13px;
    line-height: 34px;
    vertical-align: middle;
    color: black;
}

#buildersCommunities .selectWrap .fancySelect {
    width: 100%;
    margin: 0;
    padding: .5em;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    transition: border .2s;
    box-sizing: border-box;
}

#buildersCommunities .selectWrap {
    flex: 2;
    position: relative;
    border: 1px solid #cccccc;
    background: white;
}

#buildersCommunities .selectWrap select {
    position: absolute;
    display: block;
    top: 6px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

#buildersCommunities .checkboxLabel input[type="checkbox"] {
    display: none;
}

#buildersCommunities .checkboxLabel input[type="checkbox"] + .checkDisplay {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    background: #FFFFFF;
    border: 1px solid #bcbcbc;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    box-sizing: border-box;
    float: left;
}

#buildersCommunities .checkboxLabel input[type="checkbox"]:checked + .checkDisplay {
    color: #2D3C19;
}

#buildersCommunities .submitButton {
    width: 100%;
    display: block;
    text-align: center;
    background: #2D3C19;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    margin-top: 7px;
    font-size: 14px;
    cursor: pointer;
}

#buildersCommunities .submitButton:hover {
    background: #243014;
    color: #FFFFFF;
}

/* End Form Settings */




#buildersCommunities .smallerContainer {
    width: 60%;
    margin: auto;
}

#buildersCommunities .largerContainer {
    width: 80%;
    margin: auto;
}


#buildersCommunities > div {
    box-sizing: border-box;
}

#buildersCommunities p {
    margin: 5px 0;
}

@media only screen and (max-width: 768px) {
    #buildersCommunities .largerContainer, #buildersCommunities .smallerContainer {
        width: 96%;
    }
}
/* End General Styles */



/* Logo */
#buildersCommunities .header .logo {
    background: #4c4c4c;
    color: white;
    padding: 10px 0;
    border-bottom: 2px solid;
}

#buildersCommunities .header .logo img {
    max-height: 50px;
}
/* End Logo */


/* Top Bar */
#buildersCommunities .header .topBar {
    background: #2D3C19;
    padding: 15px 0;
}

#buildersCommunities .header .topBar > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#buildersCommunities .header .topBar h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 34px;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: initial;
    height: initial;
    line-height: initial;
    text-shadow: initial;
    font-weight: initial;
    width: initial;
    display: initial;
    word-spacing: initial;
}


#buildersCommunities .header .topBar span {
    color: #FFFFFF;
    display: block;
    text-align: right;
}
/* End Top Bar */


/* Navigation */
#buildersCommunities .header .navigation {
    background: #243014;
    padding: 5px 0;
}

#buildersCommunities .header .navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#buildersCommunities .header .navigation li {
    list-style: none;
}

#buildersCommunities .header .navigation a {
    color: #FFFFFF;
    display: block;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

#buildersCommunities .header .navigation a:hover {
    background-color: #36481e;
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .header .navigation ul {
        justify-content: center;
    }
}

/* End Navigation */


/* Slideshow/Files/Info Styles */
#buildersCommunities .slideshow {
    background: #f2f2f2;
    padding: 30px 0;
}



#buildersCommunities .slideshow > div {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

#buildersCommunities .slideshow .slider {
    width: 63%;
    overflow: hidden;
}

#buildersCommunities .slideshow.fullWidth .slider {
    width: 100%;
}

#buildersCommunities .slideshow.fullWidth > div {
    justify-content: center;
}

#buildersCommunities .slider {
    margin: 0;
    /* min-height: 400px; */
    height: 400px;
}

#buildersCommunities .slideshow.fullWidth .slider {
    /* min-height: 500px; */
    height: 500px;
}

#buildersCommunities .slider div {
    background-size: cover;
    background-position: center;
    /* min-height: 400px; */
    height: 400px;
}

#buildersCommunities .fullWidth .slider div {
    height: 100%;
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-prev:before, .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin-top: -15px;
}

.slick-prev {
    left: 15px;
    font-size: 16px;
}

.slick-prev:before {
    content: "\f053";
    font-family: "FontAwesome";
}

.slick-next {
    right: 15px;
    font-size: 16px;
}

.slick-next:before {
    content: "\f054";
    font-family: "FontAwesome";
}

@media only screen and (min-width: 769px) {
    #buildersCommunities .frame, #buildersCommunities .events_log {
        width: 100%;
    }
}


#buildersCommunities .slideshow .filesDetails {
    width: 35%;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}

#buildersCommunities .slideshow.fullWidth .filesDetails {
    display: none;
}

#buildersCommunities .slideshow .details, #buildersCommunities .slideshow .files {
    width: 100%;
}

#buildersCommunities .slideshow h3.startingPrice {
    font-size: 30px;
    color: #2D3C19;
}

#buildersCommunities .slideshow .filesDetails a {
    border: 1px solid #999999;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

#buildersCommunities .slideshow .filesDetails a:last-of-type {
    margin-bottom: 0;
}

#buildersCommunities .slideshow .filesDetails img {
    max-width: 50%;
    max-height: 100px;
}

#buildersCommunities .slideshow .filesDetails i {
    color: #999999;
    width: 20px;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .slideshow .slider {
        width: 100%;
        margin-bottom: 30px;
    }

    #buildersCommunities .slideshow .filesDetails {
        width: 100%;
    }

    #buildersCommunities .slideshow .files {
        margin-top: 20px;
    }
}
/* End Slideshow/Files/Info Styles */

/* Open Hours/Slogan Styles */
#buildersCommunities .sloganAndHours {
    width: 100%;
    background: #9f9f9f;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
}

#buildersCommunities .sloganAndHours p  {
    font-size: 18px;
    text-transform: uppercase;
}
/* End Open Hours/Slogan Styles */


/* Offers and News Styles */
#buildersCommunities .offersNews {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

#buildersCommunities .offersNews .offers {
    color: #2D3C19;
    font-size: 22px;
}

#buildersCommunities .offersNews .news {
    font-size: 16px;
}
/* End Offers and News Styles */

/* Info Box with content on left Styles */
#buildersCommunities .infoLeft {
    display: flex;
    flex-flow: row wrap-reverse;
    min-height: 400px;
}

#buildersCommunities .infoLeft .content {
    width: 50%;
    padding: 60px 3% 60px 10%;
    box-sizing: border-box;
    background: #2D3C19;
}

#buildersCommunities .infoLeft h3 {
    font-size: 30px;
    color: #FFFFFF;
}

#buildersCommunities .infoLeft .description,
#buildersCommunities .infoLeft .description a {
    color: #FFFFFF;
}

#buildersCommunities .infoLeft .description iframe, #buildersCommunities .infoLeft .description img {
    max-width: 100%;
}

#buildersCommunities .description p {
    font-size: 16px;
}

#buildersCommunities .infoLeft ul {
    padding-left: 20px;
    font-size: 16px;
    color: #FFFFFF;
}

#buildersCommunities .infoLeft li {
    line-height: 1.4em;
    margin: 0 0 5px 0;
}

#buildersCommunities .infoLeft .image {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-image: url();
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .infoLeft .image, #buildersCommunities .infoLeft .content {
        width: 100%;
    }

    #buildersCommunities .infoLeft .image {
        min-height: 300px;
    }

    #buildersCommunities .infoLeft .content {
        padding: 30px;
    }
}
/* End Info Box with content on left Styles */

/* Info Box with content on right Styles */
#buildersCommunities .infoRight {
    display: flex;
    flex-flow: row wrap;
    min-height: 500px;
}

#buildersCommunities .infoRight .content {
    width: 50%;
    padding: 60px 10% 60px 3%;
    box-sizing: border-box;
    background: white;
}

#buildersCommunities .infoRight h3 {
    font-size: 30px;
    color: #2D3C19;
}

#buildersCommunities .infoRight ul {
    padding-left: 0px;
    font-size: 16px;
    list-style: none;
    column-count: 2;
}

#buildersCommunities .infoRight li {
    line-height: 2em;
    font-size: 16px;
}

#buildersCommunities .infoRight .image {
    width: 50%;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .infoRight .image, #buildersCommunities .infoRight .content {
        width: 100%;
    }

    #buildersCommunities .infoRight .image {
        min-height: 300px;
    }

    #buildersCommunities .infoRight .content {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #buildersCommunities .infoRight ul {
        column-count: 1;
    }
}
/* End Info Box with content on right Styles */








/* Interactive Plat map  */

#popup {
    margin: 20px auto;
    width: 350px;
    

    border: 1px solid #F2F2F2;
    box-shadow: 0px 5px 24px rgba(54,77,93,0.12);
    position: relative;
}

#popup-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;;
}


#popup-content {
    padding: 20px;
    box-sizing: border-box;
}

#popup-content > span {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
    display: block;
}

#popup-content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #8e8f8f;
}


#popup-content > div {
    font-size: 14px;
    margin: 10px 0;
}

#popup-content > div img, #popup-content > div iframe {
	max-width:100%;
	height:auto;
}



#popup-content > a {
    border: 1px solid #000;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    color: #000;
    width: 100%;
    display: block;
    margin-top: 14px;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
}

#popup-content > a:hover {
    color: #000;
    opacity: .5;
}


#popup-closer {
    width: 30px;
    height: 30px;
    background-size: 10px;
    top: 5px;
    right: 5px;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    text-decoration: none;
    color: black;
}

#popup-closer:hover {
    background: #efefef;
}



















/* Video Section */
#buildersCommunities .video {
    width: 100%;
    min-height: 500px;
    background: #e5e5e5;
    padding: 30px 0;
}

#buildersCommunities .video h3 {
    text-align: center;
    font-size: 30px;
}

#buildersCommunities .video .temp{
    width: 100%;
    min-height: 400px;
    background: #b7b7b7;
}

/* tours */
#buildersCommunities .tour {
    width: 100%;
    background: #e5e5e5;
    padding: 30px 0;
}

#buildersCommunities .tour h3 {
    text-align: center;
    font-size: 30px;
}

#buildersCommunities .tours {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

#buildersCommunities .tourLink {
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;    
    width: 100%;
    max-width: 300px;
    line-height: 1.2em;
}

/* End Video Section */

/* Agent/Contact Section */
#buildersCommunities .contact > div {
    border-top: 1px solid lightgray;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

/* #buildersCommunities .contact.noAgents > div {
    
} */

#buildersCommunities .contact.noAgents .contactForm {
    width: 100%;
}

#buildersCommunities .contact.noAgents input {
    margin: 10px 2%;
}

#buildersCommunities .contact.noAgents textarea {
    margin: 10px 2%;
    height: 100px;
}

#buildersCommunities .contact h3 {
    width: 100%;
}

#buildersCommunities .contact .agents {
    width: 50%;
}

#buildersCommunities .contact .agent {
    margin-bottom: 20px;
    clear: both;
    height: auto;
    overflow: hidden;
}

#buildersCommunities .contact .agent img {
    max-width: 60px;
    margin-right: 10px;
    float: left;
}

#buildersCommunities .contact .agent .info {
    float: left;
}

#buildersCommunities .contact .agent i {
    color: #b7b7b7;
    width: 18px;
    text-align: center;
}

#buildersCommunities .contact .agent .name {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.1em;
}

#buildersCommunities .contact .agent .phone, #buildersCommunities .contact .agent .email {
    margin-bottom: 5px;
}

#buildersCommunities .builderLogo img {
    max-width: 50%;
    max-height: 150px;
}


#buildersCommunities .contact .contactForm {
    width: 50%;
}

#buildersCommunities .contact form {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    margin: -1% -2%;
}

#buildersCommunities .contact input {
    width: 46%;
    padding: 10px;
    box-sizing: border-box;
    margin: 2%;
    border: 1px solid lightgray;
}

#buildersCommunities .contact textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 2%;
    border: 1px solid lightgray;
}


#buildersCommunities .contact select#contact {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='18px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    /* This is a background image of an arrow on the right side. */
    background-repeat: no-repeat;
    background-size: 1.5EM 1EM;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    border: 1px solid lightgray;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    margin: 2%;
    background-color: #ffffff;
}

#buildersCommunities .contact .g-recaptcha {
    margin-left: 2%;
    transform: scale(.95);
    transform-origin: 0;
}

#buildersCommunities .contact .submitButton {
    margin: 2%;
    width: 46%;
    margin-left: auto;
}

@media only screen and (max-width: 1200px) {
    #buildersCommunities .contact .g-recaptcha {
        margin: auto;
    }

    #buildersCommunities .contact .submitButton {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #buildersCommunities .contact .agents {
        width: 100%;
    }

    #buildersCommunities .contact .contactForm {
        width: 100%;
        margin-top: 20px;
    }

    #buildersCommunities .contact .submitButton {
        width: 96%;
    }
}

/* End Agent/Contact Section */


/* Detail Page homes/models/communities */
#buildersCommunities .modelsHomes {
    padding: 30px 0;
}

#buildersCommunities .modelsHomes .topBar {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#buildersCommunities .modelsHomes .topBar.separator {
    padding-top: 30px;
    border-top: 1px solid lightgray;
    margin-top: 30px;
}

#buildersCommunities .modelsHomes h3 {
    margin: 0;
    font-size: 30px;
}

#buildersCommunities .modelsHomes .actions {
    display: flex;
}

#buildersCommunities .modelsHomes .option {
    background: lightgray;
    color: black;
    padding: 5px 10px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

#buildersCommunities .modelsHomes .option:nth-of-type(1){
    margin-right: 10px;
}

#buildersCommunities .modelsHomes .option.active {
    background: #2D3C19;
    color: #FFFFFF;
}

#buildersCommunities .modelsHomes .option:hover {
    background: #243014;
    color: #FFFFFF;
}

/* End Detail Page homes/models/communities */
    



/* Builder Landing Page */
#buildersLanding {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1%;
}

#buildersLanding .builder {
    width: 31.33%;
    background: #ededed;
    margin-bottom: 20px;
    margin: 1%;
}

#buildersLanding .builder p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.1em;
}

#buildersLanding .builder .logo {
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
    background: white;
    overflow: hidden;

    font-size: 18px;
    text-transform: uppercase;
}
    
#buildersLanding .builder img {
    max-width: 90%;
    max-height: 90%;
}

#buildersLanding .builder .info {
    padding: 0 15px 10px;
}

#buildersLanding .builder .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1em;
    padding: 10px 15px 0;
    display: block;
}

#buildersLanding .builder:hover a {
    text-decoration: none;
}

#buildersLanding .builder .separator {
    display: block;
    width: 30%;
    height: 3px;
    background: #d5d5d5;
    margin: 10px 0;
}

#buildersLanding .builder .slogan {
    font-weight: bold;
}

@media only screen and (max-width: 960px) {
    #buildersLanding .builder {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    #buildersLanding .builder {
        width: 98%;
        margin: 20px 0;
    }
}
/* End Builder Landing Page */


/* Communities Landing Page */
@media only screen and (max-width: 960px) {
    #communitiesLanding .community {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    #communitiesLanding .community {
        width: 98%;
        margin: 20px 0;
    }
}
/* End Communities Landing Page */



/* Models Landing Page */
/* @media only screen and (max-width: 960px) {
    #modelsLanding .map, #modelsLanding .form {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    #modelsLanding .map, #modelsLanding .form {
        width: 98%;
        margin: 20px 0;
    }
} */
/* End Communities Landing Page */







/* Community */
#buildersCommunities .communitiesContainer {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1%;
}

#buildersCommunities .community {
    width: 31.33%;
    background: #ededed;
    margin-bottom: 20px;
    margin: 1%;
    display: block;
}

#buildersCommunities .community:hover {
    text-decoration: none;
}

#buildersCommunities .community p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.1em;
    color: black;
}

#buildersCommunities .community .image {
    width: 100%;
    display: block;
    height: 270px;
    background-position: center;
    background-size: auto 110%;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s ease;
}

#buildersCommunities .community:hover .image {
    background-size: auto 120%;
    transition: all 0.5s ease;
}

#buildersCommunities .community .image .noPhoto {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #d0d0d0;
    transition: all 0.5s ease;
    line-height: 1em;
    text-align: center;
}

#buildersCommunities .community .image:hover .noPhoto {
    background: #636363;
    transition: all 0.5s ease;
}

#buildersCommunities .community .slogan {
    background: #2D3C19;
    opacity: 0.9;
    color: #FFFFFF;
    padding: 6px 10px;
    margin-top: 20px;
    display: inline-block;
    max-width: 80%;
    font-size: 16px;
    position: absolute;
}

#buildersCommunities .community .logo {
    position: absolute;
    max-width: 80px;
    max-width: 80px;
    right: 0;
    bottom: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
#buildersCommunities .community img {
    max-width: 96%;
    max-height: 96%
}

#buildersCommunities .community .info {
    padding: 0 15px 10px;
}

#buildersCommunities .community .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1em;
    padding: 10px 15px 0;
    display: block;
}

#buildersCommunities .community .separator {
    display: block;
    width: 30%;
    height: 3px;
    background: #d5d5d5;
    margin: 10px 0;
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .community {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    #buildersCommunities .community {
        width: 98%;
        margin: 20px 0;
    }

    #buildersCommunities .community .image {
        background-size: cover;
    }

    #buildersCommunities .community:hover .image {
        background-size: cover;
    }
}
/* End Community */







/* Model */
#buildersCommunities .modelsContainer {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1%;
}

#buildersCommunities .model {
    width: 31.33%;
    background: #ededed;
    margin-bottom: 20px;
    margin: 1%;
    display: block;
}

#buildersCommunities .model:hover {
    text-decoration: none;
}

#buildersCommunities .model p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.1em;
    color: black;
}

#buildersCommunities .model .image {
    width: 100%;
    display: block;
    height: 270px;
    background-position: center;
    background-size: auto 110%;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s ease;
}

#buildersCommunities .model:hover .image {
    background-size: auto 120%;
    transition: all 0.5s ease;
}

#buildersCommunities .model .image .noPhoto {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #d0d0d0;
    transition: all 0.5s ease;
}

#buildersCommunities .model .image:hover .noPhoto {
    background: #636363;
    transition: all 0.5s ease;
}

#buildersCommunities .model .slogan {
    background: #2D3C19;
    opacity: 0.9;
    color: #FFFFFF;
    padding: 6px 10px;
    margin-top: 20px;
    display: inline-block;
    max-width: 80%;
    font-size: 15px;
}

#buildersCommunities .model .logo {
    position: absolute;
    max-width: 80px;
    max-width: 80px;
    right: 0;
    bottom: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
#buildersCommunities .model img {
    max-width: 96%;
    max-height: 96%
}

#buildersCommunities .model .info {
    padding: 0 15px 10px;
}

#buildersCommunities .model .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1em;
    padding: 10px 15px 0;
    display: block;
}

#buildersCommunities .model .separator {
    display: block;
    width: 30%;
    height: 3px;
    background: #d5d5d5;
    margin: 10px 0;
}

#buildersCommunities .model .detail {
    display: block;
    color: black;
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .model {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    #buildersCommunities .modelsContainer {
        margin: 0;
    }
    
    #buildersCommunities .model {
        width: 98%;
        margin: 20px auto;
    }

    #buildersCommunities .model .image {
        background-size: cover;
    }

    #buildersCommunities .model:hover .image {
        background-size: cover;
    }
}


/* End Model */








