
/*category List*/
#galleryCategoryList .galleryCategoryItem{
	margin-bottom:15px;
}
#galleryCategoryList{
	margin:0 -15px;

}

#galleryCategoryList .galleryCategoryItemContainer{
	margin:0 15px;
}
#galleryCategoryList .galleryCategoryImage{
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:0;
	margin-bottom:15px;
	box-shadow: 0 0 8px 0 #888;
}
#galleryCategoryList .galleryCategoryImageLink{
	margin:0;
	line-height:0;
}
#galleryCategoryList .galleryCategoryTitle{
	color:#222;
	text-decoration: none;
	font-size:22px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	display:block;
	text-align:left;
}

#galleryCategoryList .galleryCategoryDescription{
	line-height:15px;
	height:30px;
	overflow:hidden;
	color:#999;
	margin:5px 0;
}

/*gallery list*/
#galleryList .galleryListItem{
	margin-bottom:15px;
}
#galleryList{
	margin:0 -15px;

}

#galleryList .galleryListItemContainer{
	margin:0 15px;
}
#galleryList .galleryListImage{
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:0;
	margin-bottom:15px;
	box-shadow: 0 0 8px 0 #888;
}
#galleryList .galleryListImageLink{
	margin:0;
	line-height:0;
}
#galleryList .galleryListTitle{
	color:#0a110d;
	text-decoration: none;
	font-size:22px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	display:block;
	text-align:center;
}

#galleryList .galleryListDescription{
	line-height:15px;
	height:30px;
	overflow:hidden;
	color:#999;
	margin:5px 0;
}

#galleryDetails .galleryItem{
	width:100%;	/*controls the number per row if responsive remove or set to fixed width*/
	float:left;
}
/*gallery details*/
@media (min-width:768px) {
	#galleryDetails .galleryItem{
		width:33%;	/*controls the number per row if responsive remove or set to fixed width*/
		float:left;
	}
}

#galleryDetails .galleryMasonry .galleryImageContainer{
	padding-right: 20px;
	margin-bottom:20px;
	line-height:0px;
}

#galleryDetails .galleryGrid .galleryImageContainer{
    padding-right:0px;
    margin-bottom:30px;
	line-height:0px;
	height:220px;
	overflow:hidden;

}

#galleryDetails .galleryImageContainer img{
	box-shadow: 0 0 8px 0 #888;
}
