
body {
    overflow-x: hidden;
    min-height: 1000px;
    font-family: 'Open Sans Condensed', sans-serif;
}

p {
    font-size: 1.5em;
}

.shrink {
    height: 50px;
}


.logo {
    padding-left: 50px;
}

.logoSmall {
    position: absolute;
    /*left: 85px;*/
    top: 4px;
    z-index: 4;
    visibility: visible;
}


.logoLarge {
    position: absolute;
    left: 38px;
    top: 12px;
    z-index: 2;
    visibility: visible;
}

.linkSmall {
}

.linkSmall:hover {
    background-color: darkred;
    border-radius: 4px;
}

section h1 {
    color: #24587c;
}

.lineDark {
    width: 40%;
    height: 4px;
    margin: auto;
    border-top: 1px solid #24587c;
    border-bottom: 1px solid #24587c;
    margin-bottom: 50px;


}

.lineLight {
    width: 40%;
    height: 4px;
    margin: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;


}




.slide1, .slide2, .slide3, .slide4 {
    min-height: 100vh; /* Must have a height or min-height set due to use of background images */
    background-size: cover;
    background-position: center center;
    background-color: rgba(0,0,0,0.7);
}
.slide1 {
    background-image: url("../img/carousel/slide5.jpg");
}
.slide2 {
    background-image: url("../img/carousel/slide6.jpg");
}
.slide3 {
    background-image: url("../img/carousel/slide7.jpg");
}
.slide4 {
    background-image: url("../img/carousel/slide8.jpg");
}
/* Carousel Fade Effect */
.carousel.carousel-fade .item {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    opacity: .8;
}
.carousel.carousel-fade .active.item {
    opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
/* Carousel Overlay */
.carousel-overlay {
    position: absolute;
    width: 100%;
    background-color:rgba(250, 250, 250, 0.7);
    bottom: 100px;
    right: 0;
    left: 0;
    color: #24587c;
    font-family: 'Open Sans Condensed', sans-serif;
}

    .carousel-overlay h1 {
        font-variant: small-caps;
    }

.btn-outline-light {
    border: 2px solid #24587c;
    color: #24587c;
    font-size: 1.8em;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: transparent;
}

.btn-outline-light:hover {
    /*background-color: rgba(0,0,0,0.8);*/
    background-color: #24587c;
    border: 2px solid gray;
    color: white;
    cursor: pointer;
}
.btn-outline-light a:active {
    background-color: rgba(0,0,0,0.8);
    color: white;
    cursor: pointer;
}

.btn-outline-light a:visited {
    color: white;

}

.btn-outline-light a:focus {
    color: white;

}

.btn:hover, .btn:focus, .btn.focus {
color: #fff;
}

    .btn-outline-light a {
        color: white;
        text-decoration: none;
    }


.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.8em;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: transparent;
}


.btn-outline-white:hover {
    background-color: #24587c;
    color: white;
    cursor: pointer;
}

.btn-outline-white a {
    color: white;
    text-decoration: none;
}


.triBox h1 {
    color: #fff;
    padding-top: 20px;
}

.triBox img {
    width: 90%;
    margin: auto;
}

.leftBox {
    background-color: #333;
    width: 100%;
    /*height: 600px;*/
    color: #fff;
}



.newLeftBox {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    border-bottom-right-radius: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.newLeftBox a {
    margin-bottom: 30px;
    background: #24587c;
    margin-top: 45px;
    color: white;
}

.newLeftBox a:hover {
    border-radius: 3px;
    background: #19467C;
}


.newMiddleBox {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,e1e1e1+49,f1f1f1+50,ffffff+100 */
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    border-bottom-left-radius: 100px;

}

.newMiddleBox img {
    float: right;
}

.newMiddleBox a {
    margin-bottom: 30px;
    background: #24587c;
    margin-top: 45px;
    color: white;
}

.newMiddleBox a:hover {
    border-radius: 3px;
    background: #19467C;
}







.rightBox {
    background-color: #333;
    width: 100%;
    /*height: 600px;*/
    color: #fff;
}

.middleBox {
    background-color: #444444;
    width: 100%;
    /*height: 600px;*/
    color: #fff;
}

#communities {
    background: no-repeat fixed center;
    background-size: cover;
}

#sitePlanButton {
    position: relative;
    z-index: 20;
    top: -5px;
}

.theMap {
    /*width: 90%;*/
    /*height: 250px;*/
    margin: auto;
}

#contact {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
    #contact a {
        color: #fff;
        text-decoration: none;
    }

    #contact a:hover {
        color: #24587c;
        text-decoration: underline;
    }

    #contact form {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
    }


#contact form .textBox{
    width: 80%;
    margin: auto;
    background-color:rgba(0,0,0,0) !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom: 1px solid #24587c;
    //border-bottom: 1px solid #fff;
    color: white;
    font-size: 1.5em;
    border-radius: 0px;
    box-shadow: none;
}

#contact form label {
    font-size: 1.5em;
}

#contact form textarea {
    width: 80%;
    margin: auto;
    background-color:rgba(0,0,0,0) !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom: 1px solid #24587c;
    color: white;
    font-size: 1.5em;
    border-radius: 0px;
    box-shadow: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}

.modal-content {
    width: 840px;
    left: -100px;
}

.modelModal {
    background: no-repeat fixed center;
    background-size: cover;
}

.modelModalBody {
    color: white;
}


.page-title {
    margin-top: 100px;

}

#theFeatherstone {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    margin-top: 80px;
}

#theFeatherstone a {
    text-align: center;
}

#theDowney {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    margin-top: 80px;
}

#theDowney a {
    text-align: center;
}

#theEverest {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    margin-top: 80px;
}

#theEverest a {
    text-align: center;
}


.zoomContainer{ z-index: 9999;}
.zoomWindow{ z-index: 9999;}


#standardFeatures {
    /*margin-top: 50px;*/

}

.featureList {
    width: 90%;
    margin: auto;
    border-radius: 5px;
}

.featureListHeader {
    background-color: #24587c;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 45px;
    height: 45px;
}
    .featureListHeader img {
        float: left;
        padding-right: 10px;

    }

    .featureListHeader h2 {
        line-height: 45px;
    }

    .modelContainer {
        background-attachment: scroll;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 207px;
        margin: 0px;

    }

    .ghost {
        background-color: rgba(250,250,250,0.5);
        position: absolute;
        top: 50%;
        left: 15px;
        width: 65%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 2px #24587C solid;
    }

    .ghost h2 {
        text-align: right;
        margin-right: 20px;
        color: black;
    }


/*Large*/
@media (min-width: 768px)
{
    .nav    {
        height: 100px;
    }
    .navbar-default .navbar-nav>li>a  {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 1.4em;
        color: #333;
        }
    .navbar-default .navbar-nav>li {
        border-top: 1px solid transparent;
    }
    .navbar-default .navbar-nav>li:hover {
        border-top: 1px solid darkred;
        padding-top: -1px;
    }

    .navbar-right   {
        position: relative;
        top: 26px;
        right: 100px;
    }

    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .theMap {
        margin-top: 50px;
    }

    .modelBox {
        padding: 10px 20px;
    }

    .modelBox img {
        padding: 10px;
    }

    .modelBox h1 {
        width: 90%;
        border-bottom: 2px solid rgb(36, 88, 124);
        color: black;
    }

    .modelBox h1 small  {
        color: black;
        margin-left: 20px;
    }

    .modelBox ul li {
        font-size: 18px;
        color: #000;
    }

}


.modelBox img {
    padding: 10px;
    margin: auto;
}

.modelBox h1 {
    width: 90%;
    border-bottom: 2px solid rgb(36, 88, 124);
    color: black;
}

.modelBox h1 small  {
    color: black;
    margin-left: 20px;
}

.modelBox ul li {
    font-size: 18px;
}

.theDetails {
    margin: auto;
    width: 90%;
    padding: 3px;
    color: black;
}

.thumbActive {
    border: 1px solid blue;
    border-radius: 3px;
}

.thumbClick:hover {
    cursor: pointer;
}

.modelModal {
    background: rgb(36, 88, 124);
    color: white;
}

.modelBox .btn-outline-light:active {
    color: rgb(36, 88,124);
}

.modelBox .btn-outline-light:hover {
    color: white;
}


.modelBox .btn-outline-light:focus {
    background-color: rgb(36, 88,124);
    color: white;
}

 .btn-outline-light:active {
    color: rgb(36, 88,124);
}


 .btn-outline-light:hover {
    color: white;
}



 .btn-outline-light:focus {
    background-color: rgb(36, 88,124);
    color: white;
}


.featuredHome {
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.featuredHome .title {
    background-color: rgb(36, 88,124);
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.viewModels {
    width: 60%;
    margin: 20px auto auto;
}

.viewModels h3 {
    padding: 3px;
}

.modelsAvailableList {
    position: fixed;
    top: 30%;
    left: 40%;
    width: 400px;
    margin-left: -200px;
    box-shadow: 4px 4px 8px #000;
    z-index: 10;
    background-color: white;
    display: none;
}


#theLynwood{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    margin-top: 20px;
}

#theLynwood a {
    text-align: center;
}

.hoverLots {
    font-size: 18px;

}

.upgradesLink {
    cursor: pointer;
}

.circle {
    background-color: #29577A;
    width: 200px;
    height: 200px;
    color: white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 2px 2px 4px #333;
    font-size: 30px;
    text-align: center;
    margin: 10px auto;

}

.circle p {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}

.list-group-item {
    font-size: 18px;
}