@charset "utf-8";
/* CSS Document */
* { transition: all .2s ease-in-out; } 
.item { transition: all .2s ease-in-out; margin-bottom: 30px; }
.item a { text-decoration: none!important; display: block; }
.item a p {
	background-color: #333;
	color: #FFF;
	text-align: center;
	padding: 5px 8px;
	margin-bottom: 0px;
	font-size: 18px; }
.item a:hover { box-shadow: 0px 2px 5px rgba(0,0,0,0.4); }
.item a:hover p { background-color: #00A2FD; color: #FFF; }
.item:hover { transform: scale(1.1); }

h5 span { font-weight: 300; font-size: 12px; }