@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: 35px;
  height: 35px;
  color: #44494f;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  /*background: #080062;*/ 
  transition: all 0.5s ease; 
  /*border-radius: 100px;
  border:2px solid #44494f; */
  margin:5px
}
#services li div:hover {
transform: rotate(360deg); 

  /*transform: rotate(360deg); background-color: #0a6995; color:#ffffff; border:1px solid #0a6995;
  border-radius: 100px;*/
}

