
.homeGallery.gallery-v1 .col-sm-4,.homeGallery.gallery-v1 .col-sm-3
{
	margin-bottom: 30px;
}
.homeGallery.gallery-v1 .col-sm-4:last-child,.homeGallery.gallery-v1 .col-sm-3:last-child
{
	margin-bottom: 0px;
}
.filter-container
{
	padding: 0 20px 50px 20px;
}

.gallery-page .gallery-image{
    height: 250px;
    width: 100%;
    object-fit: cover;
}

figure
{
	height: 250px;
	position: relative;
}
.isotopeSelector {
    position: inherit !important;
    top: 0px !important;
    left: 0px !important;
	margin-bottom: 30px;
}
.isotopeSelector .overlay
{
	background-color: rgba(6, 50, 75, 0.7);
	filter: alpha(opacity=0);
	height: 100%;
	khtml-opacity: 0;
	left: 0;
	moz-opacity: 0;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out;
	webkit-transition: all 0.3s ease-in-out;
	width: 100%;
}
.isotopeSelector .overlay .fancybox-pop
{
	display: block;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
.gallery-image{
	height: auto;
	width: 100%;
    object-fit: cover;
}
.isotopeSelector:hover .overlay
{
	opacity: 1;
	visibility: visible;
}
.overlayInfo
{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-30%);
	transition: all 0.3s ease-in-out;
	webkit-transform: translate(-50%,-30%);
	webkit-transition: all 0.3s ease-in-out;
	width: 100%;
}
.overlayInfo h5
{
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
.overlayInfo img
{
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #8fbd32;
}
.fancybox-overlay
{
	background-color: #0000006b;
	background-image: none;
}