
.bs-glyphicons {
	overflow:hidden;
	width:720px; float:right;
}
.bs-glyphicons-list {
	padding-left:0;
	list-style:none
}
.bs-glyphicons li {
	float:left;
	font-size:10px;
	text-align: center;
    padding: 20px;
    margin-left: 20px;
    line-height: 50px;
}

.bs-glyphicons li:hover {
	color:#0068b7;
	/*background-color:#0068b7;*/
}



.bs-glyphicons .glypcon {
	color:#21c2f8;
	/*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;
	}
}

