
#contactBlock, #facebookBlock {
	width: 80%;
	max-width: 380px;
	position: relative;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contactBlock a, #facebookBlock a {
	font-size: 0.5em;
	display: inline-block;
	width: 47%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

header a:link {
	color: rgba(159,159,159,1.00);
}

header a:visited {
	color: rgba(159,159,159,1.00);
}

a:visited {
	color: #4A4A4A;
}

a:link {
	color: #4A4A4A;
}

.contactImg {
	width: 30%;
	margin-left: 35%;
	max-width: 150px;
	position: relative;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
}


.contactText {
	text-align: left;
	width: 50%;
}

#distributor-details {
	margin-top: 0px;
}

#contactDetails {
	visibility: visible;
	text-align: center;
	width: 100%;
	z-index: 1000;
	background-color: white;
}

@media (min-width: 1024px){

	#contactDetails {
		position: fixed;
		bottom: 0px;
		height: 100px;
	}

	#contactBlock, #facebookBlock {
		width: 100%;
		max-width: 1024px;
		position: relative;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#contactBlock a, #facebookBlock a {
		font-size: 0.5em;
		display: inline-block;
		width: 10%;
		margin-left: auto;
		margin-right: auto;
		text-decoration: none;
	}



	.contactImg {
		max-width: 50px;
	}

}
