/*testimonials no image */
.imageCol {width: auto!important; max-width: 200px;}

/*home page gallery scroll*/
.owl-item {width: 275px!important}

/*photo gallery page*/
.imageGalleryPage > div
{
	box-sizing: border-box;
	display: inline-block;
}
.imageGalleryPage .gallery-item
{
	box-sizing: border-box;
	float:left;
	width: 25%;    
        padding: 10px;
height: 260px;
}
.imageGalleryPage .gallery-icon {max-height: 175px; overflow:hidden; vertical-align:top}

.imageGalleryPage .gallery-item img
{
	width: 100%;
}
@media (max-width: 650px)
{
	.imageGalleryPage .gallery-item
	{
		width: 50%;
	}
}
@media (max-width: 430px)
{
	.imageGalleryPage .gallery-item
	{
		width: 100%;
	}
}
