.menu-row {
	text-align: center;
}
.col-fix {
	display: inline-block;
}
.menu-col {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	padding: 10px 10px 0px 10px;
	color: inherit;
	font-size: 16px;
	border: 1px solid transparent;
	border-radius: 5px;
}
.menu-col:hover {
	text-decoration: none;
}
.menu-col.active {
	border-color: #2ba8db;
}
.menu-col .img {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: lightgrey;
	background-size: cover;
}
.menu-col i {
	position: absolute;
	top: 146px;
	left: 73px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: white;
	font-weight: bold;
	background-color: #db2b50;
}
.menu-col p {
	margin: 5px 0px 10px 0px;
}
.menu-col span {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #ff6f69;
}