
/*category List*/
#galleryCategoryList .galleryCategoryItem{
	float:left;
	width:33%;
	margin-bottom:15px;
}
#galleryCategoryList{
	margin:0 -15px;

}

#galleryCategoryList .galleryCategoryItemContainer{
	margin:0 15px;
}
#galleryCategoryList .galleryCategoryImage{
	display:block;
	height:250px;
	overflow:hidden;
	text-align:center;
	line-height:0px;
	margin-bottom:15px;
	box-shadow: 0px 0px 8px 0px #888;
}
#galleryCategoryList .galleryCategoryImageLink{
	margin:0;
	line-height:0;
}
#galleryCategoryList .galleryCategoryTitle{
	color:#898989;
	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:#DADADA;
	margin:5px 0px;
}

/*gallery list*/
#galleryList .galleryListItem{
	float:left;
	width:33%;
	margin-bottom:15px;
}
#galleryList{
	margin:0 -15px;

}

#galleryList .galleryListItemContainer{
	margin:0 15px;
}
#galleryList .galleryListImage{
	display:block;
	height:250px;
	overflow:hidden;
	text-align:center;
	line-height:0;
	margin-bottom:15px;
	box-shadow: 0px 0px 8px 0px #888;
}
#galleryList .galleryListImageLink{
	margin:0;
	line-height:0;
}
#galleryList .galleryListTitle{
	color:#0A80AA;
	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:#DADADA;
	margin:5px 0px;
}


/*gallery details*/
#galleryDetails .galleryItem{
	width:25%;	/*controls the number per row if responsive remove or set to fixed width*/
	float:left;
}

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

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

}

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