div, a, img, ul { transition: all 0.5s ease; }
#menu a { font-size: 12px; }
header { border-bottom: 0px solid #dcdcdc; }
footer { background: #121214; color: #fff; }
footer #copyright { background: #121214; }
footer a { color: #fff; }
hr.light {
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}
#title .inner { padding: 25px 0px; }
.listingDetailWrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabsHorizontal { white-space: inherit; border-bottom-width: 0px; }
.tabsHorizontal .tabBtn a { border-bottom: 1px solid #dadada; border-radius: 5px; margin: 2px auto; }
#GmapHolder title { border: solid 1px red; }

.disclaimer { color: #b5b5b5; padding: 20px; }
.gm-style > div:first-child > div:first-child > div:nth-child(4) > div { width: 22px!important; height: 26px!important; }

/****** Agent Profiles ******/
.agentsGridStandard .AgentProfile { 
    flex-flow: column; 
    width: 200px; 
    padding: 0px; 
    align-items: center; 
    justify-content: center; 
    gap: 0px;
}
.AgentProfile {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 5px;
    margin-bottom: 30px;
    position: relative;
    padding: 6px;
    background: #fff;
}
.agentsGridStandard .AgentProfile .photo {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 220px;
    overflow: hidden;
    text-align: center;
    border: 0px solid #555;
    z-index: 9;
}
.AgentProfile .info {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 20;
    background: #000000de;
    text-align: center;
    margin: 0px auto;
    padding: 8px;
    box-sizing: border-box;
    color: #a5a5a5;
}
.AgentProfile .info a { color: #fff; }
.AgentProfile .info .links { display: none; }

.AgentProfileFull { position: relative; }
.AgentProfileFull .info {
    position: absolute;
    top: 210px;
    left: 0;
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    z-index: 20;
    background: #000000;
    text-align: center;
    margin: 0px auto;
    padding: 8px;
    box-sizing: border-box;
    color: #a5a5a5;
}
.AgentProfileFull .info .name { color: #fff; }
.AgentProfileFull .info .email { font-weight: 800; }
.AgentProfileFull .message { padding: 30px; }
.AgentProfileFull .photo img { height: auto; width: 100%; }
/****** End Agent Profiles ******/

@media (min-width: 768px) {
    .listingDetailWrapper { width: 758px; } 
    .tabsHorizontal { border-bottom-width: 1px; }
    .tabsHorizontal .tabBtn a { border-bottom: 0px; border-radius: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; margin: auto; }
}
@media (min-width: 992px) {
    .listingDetailWrapper { width: 982px; }
    #title .title { font-size: 28px; }
    #title .inner { padding: 25px 0px; }
}
@media (min-width: 1200px) {
    .listingDetailWrapper { width: 1180px; }
    #menu > ul > li > a { font-size: 13px; padding: 20px 15px; }
}
