
.galleryContent{
	padding:70px 0px 0px 0px;
}

.galleryListInfo{
	display:none;
}

/*category List*/
#galleryCategoryList .galleryCategoryItem{
	float:left;
	width:310px;
}
#galleryCategoryList{
	margin:0 0px;
}

#galleryCategoryList .galleryCategoryItemContainer{
	margin:0px 15px;
}
#galleryCategoryList .galleryCategoryImage{
	display:block;
	height:310px;
	overflow:hidden;
	text-align:center;
	line-height:0px;
}
#galleryCategoryList .galleryCategoryImageLink{
	margin:0;
	line-height:0;
}


#galleryCategoryList .galleryCategoryImage:hover{
	background-color:##838AC5;
	opacity: 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:#666;
	margin:5px 0px;
}

/*gallery list*/

#galleryList .galleryListItem{
	overflow:hidden;
}
#galleryList .galleryListItemContainer{
}
#galleryList .galleryListImage{
	display:block;
	
	overflow:hidden;
	text-align:center;
	line-height:0;
}
#galleryList .galleryListImage img{
	transition: all 0.6s;
	width:100%;
}
#galleryList .galleryListImageLink{
	margin:0;
	line-height:0;
}
#galleryList .galleryListImageLinkOverlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#galleryList .galleryListInfo{
	transition: all 0.6s;
	padding:20%;
	opacity: 0;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#galleryList .galleryListInfoBG{
	transition: opacity 0.6s;
	opacity: 0;
	background-color:#222;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#galleryList .galleryListItemContainer:hover .galleryListImage img{
	transform: scale(1.05);
}

#galleryList .galleryListItemContainer:hover .galleryListInfoBG{
	opacity: 0.8;
}
#galleryList .galleryListItemContainer:hover .galleryListInfo{
	opacity: 1;
}

#galleryList .galleryListTitle{
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	font-size:24px;
	position:relative;
	text-align:center;
}

#galleryList .galleryListDescription{
	color:#FFF;
	font-size:20px;
	line-height:20px;
	height:62px;
	overflow:hidden;
	margin:5px 0px;
	text-align:left;
}


/*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:220px;
	overflow:hidden;

}

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

#galleryDetails .galleryDescription{
	margin-bottom:40px;
}