.contact-bob {
	position: fixed;
	bottom: 0px !important;
	z-index: 100;
	width: 100%;
	max-width: 100%;

	padding: 1px 0px !important;
	margin: 0px auto !important;
	margin-bottom: -10px !important;

	border-top: 1px solid #fff;
	background: #333;
	color: white;
height: auto;
}
.contact-bob p {
	text-align: center;
	padding: 5px 0px 0px 0px;
	font-size: 100% !important;
	margin: 0px !important;
	color: #fff;
h/eight: 1.0em;
h/eight: auto;
}
.contact-bob p a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.contact-bob p {
		font-size: 100% !important;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.contact-bob p {
		font-size: 80%;
	}
}
.contact-bob a {
	text-decoration: underline;
	color: #fff;
}

