.content-wrapper, .container{
    overflow: hidden;
}

.header {
position: fixed;
left: 0;
right: 0;
height: auto;
line-height: 66px;
background-color: white;
z-index:9;
padding:1em 0;
}

.top-logo img {
float: left;
}

.menu {
float: right;
}

.menu a {
font-size: 16px;
color:black;
width: 150px;
font-weight: 600;
text-align: center;
display:inline-block;
}

.menu a:hover {
text-decoration: none;
color:#E61F2A;
transition:1s;
}



.social-media{
    padding: 1em 0;
}

.social-media .btn-custom{
    color: #575757;
    width: 50px;
    height: 50px;
    background-color: black;
    font-size: 1.8em;
    margin: 0 10px;
    border-radius: 40px;

}




.master-footer{
    padding:8em 0;
    text-align: center;
    background-color: #575757;
}

#footer-logo{
    padding:1em 0;
}

#footer-text{
    color:black;
}


.contact{
    padding: 14em 0 4em;
}

@media only screen and (max-width: 768px) {
.top-logo img {
position: relative;
}

.site-pusher{
height: 100%;
}

.site-pusher {
transition-duration: 0.3s;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}

.site-content {
top: 66px;
right: 0;
left: 0;
bottom: 0;
padding-top: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

.header {
position: static;
}   

.header__icon {
position: relative;
display: block;
float: right;
width: 50px;
height: 66px;
cursor: pointer;
}

.header__icon:after {
content: '';
position: absolute;
display: block;
width: 2rem;
height: 0;
top: 25px;
left: 15px;
box-shadow: 0 10px 0 1px #E61F2A, 0 16px 0 1px #E61F2A, 0 22px 0 1px #E61F2A;
}

.menu {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 250px;
padding-top:2em;
-webkit-transform: translateX(-250px);
transform: translateX(-250px);
}

.menu a {
display: block;
width: 100%;
height: 40px;
margin:2px 0;
text-align: center;
line-height: 40px;
}

.with--sidebar .site-pusher {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}

.with--sidebar .site-cache {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
}

.contact{
    padding: 6em 0 4em;
}
.real-estate-faq{
    padding:5em 0 5em;
}

}