.item_coll {
    margin: 0;
}

.item_coll li {
    float: left;
    text-align: center;
    list-style: none;
display: block;
width: 50%;
border: 1px solid #999999;
    padding-bottom: 10px;
box-sizing: border-box;
}

.item_coll li img {
    margin: 5px;
}

.item_coll li a {
    display: block;
 text-align: center;
}
.item_coll li span {
    display: block;
 text-align: center;
}

.item_coll:after{
    content: '';
    clear: both;
    display: block;
}

.gallery {
 float: left;
    text-align: center;
display: block;
width: 48%;
    margin-bottom: 30px;
 margin-right: 12px;
    padding-top: 5px;
box-sizing: border-box;
background: #f2c603;

}

.gallery a {
	display: block;
text-decoration: none;
color: #ffffff;
}

.gallery a:hover {
	color: #333333;
text-decoration: none;
}
.gallery span {
     	text-align: center;
	display: block;
	padding: 10px 0px;
	background: #f2c603;
	font-size: 20px;
	font-weight: bold;
}