﻿/* style used for all neighborhoods details pages */

.findyourhome-neighborhood {
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    height: 32px;
    width: 9%;
    margin-left: 35.5%;
    margin-top: 21.3%;
}

.container.bodycontainer {
    margin-left: -15px;
}

.menuFooterBanner ul {
    list-style-type: none;
    text-align: center;
}

.menuFooterBanner li {
    color: #FFFFFF;
    display: inline-block;
    height: 24px;
    line-height: 30px;
    margin-left: 35px;
    font-family: roboto-regular;
}

    .menuFooterBanner li:hover {
        border-bottom: 1px solid #FFFFFF;
        /* font-weight: bold; */
        font-family: roboto-medium;
    }

.menuFooterBanner a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.ContentPage {
}

.MainContentPage {
}

.titleContent h2 {
    font-family: roboto-regular;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    text-decoration: underline;
}

.titleSummary h2 {
    font-family: roboto-regular;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    text-decoration: underline;
}
/* .titleContent p { */
/* text-decoration: underline; */
/* width: 100%; */
/* text-align: left; */
/* float: left; */
/* color: black; */
/* margin-top: 5px; */
/* font-family: Roboto-Regular; */
/* font-weight: bold; */
/* } */
.dvContentSummary p {
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Roboto-Regular';
    line-height: 20px;
    text-align: justify;
}

.dvContentHighlights p {
    font-size: 12px;
    font-family: roboto-medium;
    line-height: 20px;
    /*margin-top: 15px;*/
}

.dvContentHighlights-ploenchit p {
    font-size: 12px;
    font-family: roboto-medium;
    line-height: 20px;
    /*margin-top: 15px;*/
}


/* .col-lg-6 { */
/* margin-top: 10px; */
/* } */
.dvContentShoppingDining {
    margin-top: 3%;
}

.dvMainShoppingDining {
    padding-left: 0px;
    padding-bottom: 25px;
}

.imagesShoppingDining {
    float: left;
    width: 60%;
}

.descriptionShoppingDining {
    float: left;
    width: auto;
    padding-left: 15px;
    margin-top: 2%;
}

    .descriptionShoppingDining p {
        font-size: 15px;
        font-family: 'Roboto-Regular';
        line-height: 20px;
        text-align: left;
    }

.titleDescription {
    color: #c2000b !important;
    font-family: roboto-bold !important;
    font-size: 14px !important;
    text-align: left !important;
}

.menuFooterPage {
    background-color: rgba(115, 113, 113, 0.6);
    height: 273px;
}

.commuteTimeMenu {
    width: 20%;
    margin-left: 40%;
    margin-bottom: 1%;
    padding-top: 1%;
}

    .commuteTimeMenu p {
        text-decoration: underline;
        width: 100%;
        text-align: center;
        float: left;
        color: #fff;
        margin-top: 5px;
        font-family: Roboto-medium;
        font-size: 15px;
    }

.contentCommuteTime {
}

    .contentCommuteTime ul li {
        color: #fff;
        font-family: roboto-regular;
        font-size: 13px;
        line-height: 20px;
    }

    .contentCommuteTime a {
        color: #fff;
    }
