/* CSS Document */
.foot {
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.facebook {
	font-family: "ff-meta-serif-sc-web-pro",serif;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
a.facebook {
	font-family: "ff-meta-serif-sc-web-pro",serif;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
a.facebook:hover {
	font-family: "ff-meta-serif-sc-web-pro",serif;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
::selection
{
background:#FF5300;
}
::-moz-selection
{
background:#FF5300;
}
