@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;
}
#services { margin:0;
  text-align: right;
  transform: translatez(0);
}
#services li {
  /*width: 120px;*/
  /*height: 10px;*/
  display: inline-block;
  list-style: none;
  cursor:pointer;
  
}
#services li div {
  width: 50px;
  height: 50px;
  color: #44494f;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  /*background: #080062;*/ 
  transition: all 0.5s ease; 
  border-radius: 100px;
  border:2px solid #44494f;
  margin:5px
}
#services li div:hover {
  transform: rotate(360deg); background-color: #f20a21; color:#ffffff; border:1px solid #f20a21;
  border-radius: 100px;
}

