.dipl_filterable_gallery .dipl_filterable_gallery_item{
	display: inline-block;
	position: relative;
	line-height: 0;
}
.dipl_filterable_gallery_image_wrapper{
	position: relative;
}
.dipl_filterable_gallery_item img{
	width: 100%;
}
.et_pb_with_border .dipl_filterable_gallery_item img,
.et_pb_with_border .dipl_filterable_gallery_filter_categories li{
	border-width: 0;
	border-style: solid;
	border-color: #333;
}
.dipl_filterable_gallery_item .dipl_filterable_gallery_item_lightbox_content{
	display: none;
}
.dipl_filterable_gallery_title_caption_wrapper{
	line-height: 1;
}
.dipl_filterable_gallery_title_caption_wrapper .dipl_filterable_gallery_item_title{
	padding: 10px 0 0;
}
.dipl_filterable_gallery_title_caption_wrapper .dipl_filterable_gallery_item_title:last-child{
	padding: 10px 0;
}
.dipl_filterable_gallery_title_caption_wrapper .dipl_filterable_gallery_item_caption{
	padding: 10px 0;
}
.dipl_filterable_gallery_item:hover .et_overlay {
	opacity: 1;
	z-index: 1;
}
.dipl_filterable_gallery_item .et_overlay {
	border: none;
}
.dipl_filterable_gallery_item .et_overlay:before {
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	content: attr(data-icon);
}
.dipl_filterable_gallery_lightbox .mfp-bottom-bar,
.dipl_filterable_gallery_lightbox.mfp-img-mobile .mfp-bottom-bar {
	position: absolute;
	top: auto;
	bottom: 0;
	background: transparent;
	margin-top: 0;
	padding: 0;
}
.dipl_filterable_gallery_lightbox .mfp-figure:after {
	display: none;
}
.dipl_filterable_gallery_lightbox .mfp-img {
	padding: 0;
}
.dipl_filterable_gallery_lightbox .mfp-title {
	padding-right: 0;
}
.dipl_filterable_gallery_lightbox .dipl_filterable_gallery_item_title,
.dipl_filterable_gallery_lightbox .dipl_filterable_gallery_item_caption {
	background: rgba(0,0,0,0.6);
	padding: 10px;
	color: #fff;
}
.dipl_filterable_gallery_lightbox .dipl_filterable_gallery_item_caption:last-of-type {
	padding: 10px;
}
.dipl_filterable_gallery_lightbox .dipl_filterable_gallery_item_title + .dipl_filterable_gallery_item_caption {
	padding: 0 10px 10px;
}
.dipl_filterable_gallery_lightbox .mfp-close:active {
	top: 0;
}
.dipl_mfp_zoom .mfp-container,
.dipl_mfp_zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 300ms ease-out;
}
.dipl_mfp_zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.dipl_mfp_zoom.mfp-removing .mfp-container,
.dipl_mfp_zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.dipl_mfp_fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* overlay animate in */
.dipl_mfp_fade.mfp-bg.mfp-ready {
	opacity: 1;
}

/* overlay animate out */
.dipl_mfp_fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.dipl_mfp_fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
}

/* content animate it */
.dipl_mfp_fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.dipl_mfp_fade.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}
.dipl_filterable_gallery_lightbox.mfp-bg{
	opacity: 1;
	filter: alpha(opacity=100);
}
.dipl_filterable_gallery_lightbox .mfp-close,
.dipl_filterable_gallery_lightbox .mfp-arrow{
	opacity: 1;
	filter: alpha(opacity=100);
}
.dipl_filterable_gallery_filter_wrapper{
	margin-bottom: 35px;
}
.dipl_filterable_gallery_filter_wrapper .dipl_filterable_gallery_filter_categories{
	list-style: none;
	padding: 0;
	text-align: center;
}
.dipl_filterable_gallery_filter_categories li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	transition: all 300ms ease;
	cursor: pointer;
}
.dipl_filterable_gallery_filter_categories .dipl_filterable_gallery_active_category{
	cursor: default;
}
.dipl_filterable_gallery_pagination_wrapper{
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.dipl_filterable_gallery_pagination_wrapper .dipl_filterable_gallery_pagination{
	list-style: none;
	padding: 0;
	line-height: normal;
}
.dipl_filterable_gallery_pagination li{
	display: inline-block;
	margin-right: 10px;
}
.dipl_filterable_gallery_pagination li:last-child{
	margin-right: 0;
}
.dipl_filterable_gallery_pagination li a{
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.5;
}
.dipl_filterable_gallery_pagination li.active a{
	cursor: default;
}
.dipl_filterable_gallery_pagination li.disabled{
	display: none;
	opacity: 0.2;
}
.dipl_filterable_gallery_pagination li.disabled a{
	cursor: default;
}
