.sprites-row {
	padding: 50px 0;
}
.sprites-row a.well {
    border-radius: 0;
    border: none;
    background-color: #FFF;
    padding: 0;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    box-shadow: none;
    -webkit-box-shadow: none;
	margin-bottom: 0;
	/*background-color: #e1eada;*/
	
	display:flex;
}
.sprites-row a.well .well-wrapper {
	flex: 1 1 auto;
	height: 200px;
	margin-left: -35px;
	position: relative;
	z-index: 100;
	background-size: cover;
	background-position: center;
}
.sprites-row a.well .well-wrapper h5 {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}
.sprites-row a.well .icon-wrapper{
	background-size:contain;

	background-repeat: no-repeat;
	background-position: center;
	
	background-color: #e1eada;
	border: 4px #fff solid;
	border-radius: 50px;
	width:80px;
	height:80px;
	padding: 10px;
	display: flex;
	position: relative;
	margin-top: 60px;
	z-index: 110;
}
.sprites-row a.well .cat-name{
	opacity: 0;
	background: #e1eada;
	background: rgba(81,149,72,.5);
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	transition: opacity .25s;
	text-align: center;
}
.sprites-row a.well:hover .cat-name{
	opacity: 1;
}

/*
.voss-sprite-1 {
	background-image: url(../images/cat-icons/cat1.png);
	width:143px;height:139px;
}

.voss-sprite-2 {
	background-image: url(../images/cat-icons/cat2.png);
	width:143px;height:139px;
}

.voss-sprite-3 {
	background-image: url(../images/cat-icons/cat3.png);
	width:143px;height:139px;
}

.voss-sprite-4 {
	background-image: url(../images/cat-icons/cat4.png);
	width:143px;height:139px;
}

.voss-sprite-5 {
	background-image: url(../images/cat-icons/cat5.png);
	width:143px;height:139px;
}

.voss-sprite-6 {
	background-image: url(../images/cat-icons/cat6.png);
	width:143px;height:139px;
}

.voss-sprite-7 {
	background-image: url(../images/cat-icons/cat7.png);
	width:143px;height:139px;
}

.voss-sprite-8 {
	background-image: url(../images/cat-icons/cat8.png);
	width:143px;height:139px;
}

.voss-sprite-9 {
	background-image: url(../images/cat-icons/cat9.png);
	width:143px;height:139px;
}

.voss-sprite-10 {
	background-image: url(../images/cat-icons/cat10.png);
	width:143px;height:139px;
}

.voss-sprite-11 {
	background-image: url(../images/cat-icons/cat11.png);
	width:143px;height:139px;
}

.voss-sprite-12 {
	background-image: url(../images/cat-icons/cat12.png);
	width:143px;height:139px;
}

.voss-sprite-13 {
	background-image: url(../images/cat-icons/cat13.png);
	width:143px;height:139px;
}
*/
