/* Neighborhoods */
.neighborhood-outer-div {
    width: 100%;
    padding-bottom: 67%;
}

.on-circle-button {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 70px;
    width: 140px;
    height: 140px;
    line-height: 20px;
}
.neighborhood-item:hover .on-circle-button,
.neighborhood-item:hover .on-circle-button2 {
    background-color: rgba(253, 76, 0, 0.9);
    color: white;
}
.neighborhood-item:hover .on-circle-button i,
.neighborhood-item:hover .on-circle-button2 i{
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.on-circle-button i,
.on-circle-button2 i {
    color: #637f93;
    font-size: 20px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    display: block;
}
.on-circle-button .arrow-right {
    bottom: 10px;
}

.neighborhood-image {
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.7;
}

/* Neighborhoods details */
.listing-image,
.neighborhood-image{
    background-position: 50% 50%;
    background-size: cover;
    background-color: #d9e0e5;
}

.nbh-header-image{
    background-color: #d9e0e5;
}

.nbh-header-image .text-uppercase{
    line-height: 1.5;
}

.on-circle-button2 {
    height: 67%;
}
