
.nav-logo,
.shrink .nav-logo {
    background: url("../images/logo.svg") no-repeat scroll 0 0/cover !important;
}
footer .footer-logo {
    background: url(../images/logo_footer.svg) no-repeat scroll 0 0/cover !important;
    width:120px;
}

.content-banner {
    height: 300px;
}

.content-banner.about {
    background: url('../images/about.jpg') no-repeat left 0 bottom 0 / cover;
}


.content-banner.buying {
    background: url('../images/about-banner.jpg') no-repeat left 0 bottom 0 / cover;
}

.content-banner.selling {
    background: url('../images/hero-shade-1.jpg') no-repeat left 0 bottom 0 / cover;
}

.content-banner.franchising {
    background: url('../images/franchising.jpg') no-repeat left 0 bottom 0 / cover;
}

.content-banner.careers {
    background: url('../images/careers.jpg') no-repeat left 0 bottom 0 / cover;
}

section.ok{
    padding:0;
}

@media (max-width: 768px) {
	.topbar {
		padding-bottom: 10px;
		padding-top: 30px;
	}
} 


@media(min-width:1200px) {
}

