#social {
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 60px;
}
#social li {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px dashed #cccccc;
}
#social li:not(:first-child) {
  margin-left: 10px;
}
#social li:hover {
  background: #e86e48;
  color: #ffffff;
}
