
/*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:#5baad8;
	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*/


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

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

}

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


/* Small 576-767 / 540px Container Width with 15px margins LARGE MOBILE */
@media (min-width:576px) {
	
	#galleryDetails .galleryItem{
		width:50%;	/*controls the number per row if responsive remove or set to fixed width*/
		float:left;
	}

}


/* Medium 768-991 / 720px Container Width with 15px margins TABLET */ 
@media (min-width:768px) {
	
	#galleryDetails .galleryItem{
		width:50%;	/*controls the number per row if responsive remove or set to fixed width*/
		float:left;
	}
}


/* Large 992-1200 / 960px Container Width with 15px margins LAPTOP */
@media (min-width:992px) {
	
	#galleryDetails .galleryItem{
		width:33%;	/*controls the number per row if responsive remove or set to fixed width*/
		float:left;
	}
	
}


/* Extra Large 1201+ / 1140px Container Width with 30px margins DESKTOP */
@media (min-width:1200px) {
	
}


/* XXL 1400+ / 1320px Container Width with 30px margins */
@media (min-width:1400px) {
	
	

}
