
#filter {
    padding: 20px 20px 40px 20px;
    margin: 0 0 30px 0;
}

.isotope-skin2  .isotope-item{
	margin:1% ;
	width: 31.18%;
}

.isotope-frame {
	padding-top:20px;
}


/*.isotope-item {
	width: 24.99%;
}*/


.isotope-item img {
	max-width: 100%;
	height: auto;
}


.isotope-item:hover .slide-desc {
	opacity: 1;
}
.isotope-item .slide-desc {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	left: 0px;
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	text-align:center;
}


.isotope-item .slide-desc table,.isotope-item .slide-desc td{
	border:none;
	height:100%;
	width:100%;
	background:none;

}

