
.bs-glyphicons {
	overflow:hidden;
	width:900px; float:right;
}
.bs-glyphicons-list {
	padding-left:0;
	list-style:none
}
.bs-glyphicons li {
	float:left;
	font-size:10px;
	text-align:center;
	padding: 25px 20px 25px 20px;
	margin-left:20px;
}

.bs-glyphicons li:hover {
	color:#fff;
	background-color:#0068b7;
}



.bs-glyphicons .glypcon {
	color:#fff;
	background-color:#0068b7;
}
.bs-glyphicons .glyphicon-class {
	display:block;
	text-align:center;
	word-wrap:break-word;
	
}




@media (min-width:768px) {
	.bs-glyphicons {
		margin-right:0;
		margin-left:0
	}
	.bs-glyphicons li {
		font-size:16px;
		color:#666;
		height: 94px;
	}
}

