body {
	color: #444444 !important;
	background-color: #f0f0f0;
}

a {
	color: rgba(12,78,159,0.8);
}

a:hover {
	color: rgba(12,78,159,1);
}

header a {color: rgba(255,255,255,1);}

a#show-content{text-decoration: none;}

a.tel {
background: rgba(12,78,159,0.8); /* Old browsers */

	color: rgba(255,255,255,1);
	
	border: 1px solid rgba(8,62,127,1);

}



@media only screen and (max-width: 767px) {	
	body {background-color: rgba(240,240,240,1); }
	
	.container {border: 1px solid #b2b2b2;}
	
	#primary-content,footer {background-color:#fff;}
	
	header {
		background-color: rgba(70,70,70,1);
		color: rgba(255,255,255,1);
	}
	
	header h1 {
		color: rgba(255,255,255,1);
	}
	
	header h2 {
		color: rgba(255,255,255,1);
	}
	
	header h3 {
		color: rgba(255,255,255,1);
	}
	
	header h4 {
		color: rgba(255,255,255,1);
	}
	
	header h5 {
		color: rgba(255,255,255,1);
	}
	
	
	h5#serving-area {
		background-color: rgba(234,234,234,1);
		border-bottom: 1px solid #b1b1b1;
	}
	
	.star.active {
		color: rgba(255,204,0,1);
	}
	
	.star.inactive {
		color: rgba(255,204,0,0.5);
	}

	section#services a {
		background-color: rgba(223,223,223,1);
		border: 1px solid rgba(199,199,199,1);
		color: #464646;
	}
	
	section#services a:visited {
		color: #464646;
	}
	

	footer {background-color:rgba(223,223,223,1); }

	footer nav li a {
		background-color: rgba(255,255,255,1);
		border: 1px solid rgba(70,70,70,0.5);
		border-top: 0;
		color: rgba(70,70,70,1);
	}
	
	footer nav li a:visted {

	}
	
	footer nav li:first-child a {
		border-top: 1px solid rgba(70,70,70,0.5);
	}
	
	footer nav li a:visited {
			color: rgba(70,70,70,1);
	}


	footer nav li a:hover {
		color: rgba(0,0,0,1);
	}

	footer nav li a.active {
		background-color: rgba(70,70,70,1);
		color: #fff !important;
	}
	
	footer #copyright-privacy {
		background-color: rgba(70,70,70,1);
		color: rgba(255,255,255,0.85);
	}
	
	footer #copyright-privacy a {
		color: rgba(255,255,255,0.85);
	}
	
	footer #copyright-privacy a:hover {
		color: rgba(255,255,255,1);
	}
	
	footer nav li a.active:after {
		color: rgba(255,255,255,1);
	}

}