  @import url(http://fonts.googleapis.com/css?family=Raleway+Dots);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

section #services {
  text-align: center;
  transform: translatez(0);
}
section #services h2 {
  margin:5px 0px 5px;
  color: #fff;
  font-size: 2.4em;
  font-family: 'Raleway Dots', sans-serif;
  text-transform: uppercase;
  text-align: center;
}


section #services li {
  width:50px;
  height: 70px;
  display: inline-block;
  margin:5px;
  list-style: none;
}
section #services li div {
  width: 50px;
  height: 50px;
  color: #13aceb;
  font-size:2.4em;
  text-align: center;
  line-height: 50px;
  background-color: #3d3f3e;
  transition: all 0.5s ease;
}
section #services li div:hover {
  transform: rotate(360deg);
  border-radius: 100px;
}
section #services li span {
  width: 50px;
  height: 20px;
  display: block;
  padding:5px 0px;
  color: #fff;
  font-family: 'Advent Pro', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
}