@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 {
   margin-top:10px; margin-bottom:0px;
  transform: translatez(0);
}
section #services li {
  width: 50px;
  height: 60px;
  display: inline-block;
  margin: 5px;
  list-style: none;
}
section #services li div {
  width: 50px;
  height: 50px;
  color: #00acee;
  font-size: 1.7em;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  transition: all 0.5s ease;
}
section #services li div:hover {
  transform: rotate(360deg);
  border-radius: 100px;
}
section #services li span {
  width: 60px;
  height: 10px;
  display: block;
  padding: 7px 0px;
  color: #fff;
  font-family: 'Advent Pro', sans-serif;
  text-transform: uppercase;
  font-size: .6em;
  text-align: center;
}
