#footer-wrap {
  position: relative;
	width: 100%;
  height: auto;
  bottom: 0px;
	text-align: center;
  margin: 0 auto 0 auto;
  border-top: 1px solid #BABABA;
  padding: 30px 0 30px 0;
  text-align: justify;
  background: rgb(64,64,64);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  z-index: 10000;
}
#footer-content {
  display: block;
  position: relative;
	width: 80%;
  height: auto;
  margin: auto auto;
  padding: 0 40px 0 40px;
  color: rgb(255,255,255);
}
#footer-centerer{
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
#footer-content div {
  display: inline-block;
  position: relative;
  height: auto;
  margin: auto auto;
  vertical-align: top;
  color: rgb(150,150,150);
}
#footer-content h4 {
  color: rgb(150,150,150);
  text-align: left;
}
#footer-content ul{
  margin-bottom: 25px;
  text-align: left;
}
#footer-content li{
  list-style: disc;
  margin-left: 20px;
  text-align: left;
}
#footer-content li a {
  text-decoration: none;
  font-size: 12px;
  color: rgb(150,150,150);
}
#footer-content li a:hover, .footer-content li a:visited {
  text-decoration: underline;
  color: rgb(150,150,150);
}
#footer-content:after {
  content: '';
  width: 100%;
  display: inline-block;
}
#footer-copyright {
  position: relative;
  width: 80%;
  text-align: center;
  height: 40px;
  display: block;
  vertical-align: middle;
  margin: 30px auto 0 auto;
}
#footer-copyright div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
#footer-copyright ul {
  float: right;
  list-style: none;
}
#footer-copyright li {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: -15px;
  margin-right: 15px;
  border: 1px solid rgb(150,150,150);
  border-radius: 3px;
}
#footer-copyright li.vbulletin:hover {
  background-color: #004e67;
}
#footer-copyright li.wordpress:hover {
  background-color: #999999;
}
#footer-copyright li.facebook:hover {
  background-color: #3b5998;
}
#footer-copyright li.twitter:hover {
  background-color: #1da1f2;
}
#footer-copyright li.youtube:hover {
  background-color: #e62117;
}
#footer-copyright li.vimeo:hover {
  background-color: #1ab7ea;
}
#footer-copyright li svg{
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  cursor: pointer;
}
#facebook:hover {
  background: rgb(59,87,157);
}
#facebook img { opacity: 0.75; }
#facebook img:hover { opacity: 1.0; }
#twitter:hover {
  background: rgb(85,172,238);
}
#twitter img { opacity: 0.75; }
#twitter img:hover { opacity: 1.0; }