/* entypo */
[class*="entypo-"]:before {
	font-family:"B Yekan";
}


section #services li div {
	background-image: url(../../images/bg/logomini.png);
width: 120px;
height: 120px;
color: #F00;


font-size: 3.4em;
text-align: center;
line-height: 120px;
background-color: #FFF;
transition: all 0.5s ease;
}

section #services li div:hover {
transform: rotate(360deg);
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg); 
border-radius: 100px;
}

section #services li {
width: 120px;
height: 120px;
display: inline-block;
margin: 20px;
list-style: none;
}