
.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;
}

/* Area Guide Pages */

.areaguide-container {
	max-width: 1200px;
	margin-top: 90px !important;
	margin-bottom: 90px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 80vw;
}

@media screen and (max-width: 800px) {
	.areaguide-container {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
		padding-left: 28px !important;
		padding-right: 28px !important;
		width: 100%;
		}
}

.areaguide-h1 {
	margin-top: 0 !important;
    margin-bottom: 40px !important;
    padding-bottom: 0 !important;
    font-size: 48px !important;
    font-family: roboto, sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
}

@media screen and (max-width: 768px) {
	.areaguide-h1 {
		margin-top: 0 !important;
		margin-bottom: 25px !important;
		padding-bottom: 0 !important;
		font-size: 30px !important;
		font-family: roboto, sans-serif !important;
	}
}

.areaguide-h2 {
	margin-top: 60px !important;
    margin-bottom: 40px !important;
    padding-bottom: 0 !important;
    font-size: 36px !important;
    font-family: roboto, sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
}

@media screen and (max-width: 768px) {
	.areaguide-h2 {
		margin-top: 45px !important;
		margin-bottom: 25px !important;
		padding-bottom: 0 !important;
		font-size: 24px !important;
		font-family: roboto, sans-serif !important;
	}
}

.areaguide-h3 {
	margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    font-size: 24px !important;
    font-family: roboto, sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
}

@media screen and (max-width: 768px) {
	.areaguide-h3 {
		margin-top: 30px !important;
		margin-bottom: 20px !important;
		padding-bottom: 0 !important;
		font-size: 20px !important;
		font-family: roboto, sans-serif !important;
	}
}

.areaguide-p {
	margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
    font-size: 18px !important;
    font-family: roboto, sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
}

.areaguide-link > p > a {
	font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
	color: #337ab7 !important;
}

.areaguide-link > p > a:hover {
	text-decoration: underline !important;
}

.areaguide-link > p {
	font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    margin-bottom: 20px;
}

.areaguide-video {
	margin-top: 60px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.areaguide-video {
		margin-top: 45px;
	}
}

.areaguide-listings-cta {
	background: #111111;
	padding: 40px;
	margin-top: 60px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
	.areaguide-listings-cta {
		background: #111111;
		padding: 30px;
		margin-top: 45px;
		justify-content: center;
	}
}

.areaguide-agents-cta {
	background: #111111;
	padding: 40px;
	margin-top: 60px;
	display: flex;
	text-align: center;
    align-items: center;
	flex-wrap: wrap;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
	.areaguide-agents-cta {
		background: #111111;
		padding: 30px;
		margin-top: 45px;
		justify-content: center;
	}
}

.areaguide-agents-btn {
	text-transform: uppercase;
	font-size: 18px !important;
	font-family: roboto, sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 0 !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
	background: #F5821F !important;
	margin-top: 25px !important;
}

@media screen and (max-width: 768px) {
	.areaguide-agents-btn {
		margin-top: 25px !important;	
	}
}

.areaguide-btn {
	text-transform: uppercase;
	font-size: 18px !important;
	font-family: roboto, sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	float: right;
	border-radius: 0 !important;
	border: 0 !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
	background: #F5821F !important;
}

@media screen and (max-width: 768px) {
	.areaguide-btn {
		margin-top: 25px !important;	
	}
}

.areaguide-table {
	font-size: 18px !important;
	font-family: roboto, sans-serif !important;
	color: #111111 !important;
}

.areaguide-table a {
	color: #337ab7 !important;
}

.areaguide-table a:hover {
	text-decoration: underline !important;
}

.areaguide-table .table-bordered {
	border: 1px solid #111111 !important;
	margin-bottom: 0 !important;
}

.areaguide-table .table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
	border: 1px solid #111111 !important;
}

.areaguide-table .thead-dark {
	background: #111111;
	color: #fff !important;
}

.areaguide-table .table>thead>tr>th {
	border-bottom: 0 !important;
}

.areaguide-table .table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
	padding: 15px !important;
}

.areaguide-city-header {
	display: block;
    width: 100%;
    height: auto;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.areaguide-city-header {
		display: none!important;
	}
}

.areaguide-city-header-mobile {
	display: none !important;
    width: 100%;
    height: auto;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.areaguide-city-header-mobile {
		display: block !important;
		margin-top: -15px;
		}
}

.areaguide-country-header {
	display: block;
    width: 100%;
    height: auto;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.areaguide-country-header {
		display: none!important;
	}
}

.areaguide-country-header-mobile {
	display: none !important;
    width: 100%;
    height: auto;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.areaguide-country-header-mobile {
		display: block !important;
		margin-top: -15px;
		}
}

.areaguide-province-header {
	display: block;
    width: 100%;
    height: auto;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.areaguide-province-header {
		display: none!important;
	}
}

.areaguide-province-header-mobile {
	display: none !important;
    width: 100%;
    height: auto;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.areaguide-province-header-mobile {
		display: block !important;
		margin-top: -15px;
		}
}		

@media (min-width:992px) {
}

@media(min-width:1200px) {
}