body {
	color: #000000;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 75%; 
  height: 75%;
  min-width: 350px;
  max-width: 800px;
  padding: 30px;
}

.site-follow {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.site-follow li {
	margin-bottom: 20px;
}

.site-follow li .fa {
	float:left;
	background-color:#000;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-size:22px;
	color:#FFF;
	line-height:40px;
	margin-right:15px;
}
.site-follow li .fa:hover {
	background-color:#d12420;
}

a {
	color:#000000;
}
a:hover {
	color:#D12420;
}
