/* Footer SEO link columns (Popular routes / From our blog) */
.footer .nt-seo-links{
	clear:both;
	float:none;
	width:auto;
	margin-top:10px;
	padding-top:10px;
	text-align:left !important;
}
.footer .nt-seo-links .company,
.footer .nt-seo-links .cities{
	text-align:left !important;
}
.footer .nt-seo-links ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer .nt-seo-links li{
	display:block !important;
	width:100% !important;
	float:none !important;
	margin:0 0 4px;
	line-height:1.4;
}
.footer .nt-seo-links a{
	display:inline;
	white-space:normal;
}
.footer .nt-seo-links .headingf_18,
.footer .nt-seo-links h3{
	margin-top:0;
	margin-bottom:10px;
	color:#fff !important;
}
.footer .headingf_18{
	color:#fff !important;
}
@media (max-width:600px){
	.footer .nt-seo-links,
	.footer .nt-seo-links .company,
	.footer .nt-seo-links .cities{
		text-align:center !important;
	}
}

/* Default editor content fonts — allows unwrap of repeated CKEditor spans */
.nt-content,
.img_text1,
.img_text2,
.in_add,
.section.bg-color{
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:16px;
}
