ul#gallery {
     list-style-type: none;
	 margin:0;
	 padding:0;
}

ul#gallery li {
	padding:2px;
	margin:0;
	float:left;
}

ul#gallery img {
	max-width:100%;
}


/* ---- isotope ---- */


/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.isotope-item { 
/* ---- margin-bottom: -4px; --*/	

}

.isotope-item { 
width: 100%; 

}

.isotope-item.small { 
width:25%; 
}

/*-------- border -------*/

li a .border {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 4px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

li:hover .border {
	padding:8px;
	opacity: 1;
}

@media (max-width:480px) {
.col-xs-3 {
	width:100%;
}
}


.initialLinks a.btn-sm {
	padding: 5px 3px;
}

.listItem {
    margin-bottom: 50px;
}