#menutop ul {
    text-align: left !important;
}
	
.about{
	cursor: pointer;
	background-color: #ffffff;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
	font-family: "Lucida Console", "Courier New", monospace;
}
.about h1 {
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Lucida Console", "Courier New", monospace;
}
.about h2 {
	opacity: .8;
	text-align: left;
	font-family: "Lucida Console", "Courier New", monospace;
}
.about span {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin:auto;
	border-radius:50%;  
	font-size: 40px;
	color: #FFFFFF;
	opacity: 0.7;
	background-color: #658381;
	border: 2px solid #658381;

	webkit-transition:all .5s ease;
 	moz-transition:all .5s ease;
 	os-transition:all .5s ease;
 	transition:all .5s ease;
	text-align: center;

}
.about-item:hover span{
	opacity: 1;	
	border: 2px solid #ffffff;
	font-size: 42px;
	-webkit-transform: scale(1.1,1.1) rotate(360deg) ;
	-moz-transform: scale(1.1,1.1) rotate(360deg) ;
	-o-transform: scale(1.1,1.1) rotate(360deg) ;
	transform: scale(1.1,1.1) rotate(360deg) ;
	text-align: center;
}
.about-item:hover h2{
	opacity: 1;
	-webkit-transform: scale(1.1,1.1)  ;
	-moz-transform: scale(1.1,1.1)  ;
	-o-transform: scale(1.1,1.1)  ;
	transform: scale(1.1,1.1) ;
}
.about .lead{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 12pt;
}
