.mcePxmGallery {
	margin-right: -10px;
}
.mcePxmGallery > br {
	display: none;
}
.mcePxmGallery .holder {
	display: none!important;
}
.mcePxmGallery .highslide-gallery {
	position: relative;
}
.mcePxmGallery .highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 20%;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	position: absolute;
	left: 0;
	right: 1px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background: rgba(0,0,0,.6);
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 24px;
	padding: 5px 30px;
	transition: background .4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
	background: #000;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide::before {
	background: none;
	box-shadow: inset 0 0 0 30px #d21010;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
	content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
	margin: 0 10px 10px 0;
	border-bottom: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 #000;
	transition: background .4s, box-shadow .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::before {
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 0 0 30px #000;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
	content: '+';
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50%;
	font-weight: bold;
	color: #fff;
	font-size: 60px;
	line-height: 1;
	margin-top: -5px;
	transform: translate(0, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s, left .4s, transform .4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::after {
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
	border: none;
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width : 768px) {
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide::before {
		background: none;
		box-shadow: inset 0 0 0 15px #d21010;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
		right: 0;
		padding: 5px 15px;
		font-size: 18px;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer {
		width: 25%;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::before {
		box-shadow: inset 0 0 0 15px #000;
	}
}
@media only screen and (max-width : 640px) {
	.mcePxmGallery .highslide-gallery .highslideContainer {
		width: 50%;
	}
}
@media only screen and (max-width : 480px) {
}

/* Breadcrumbs */
.mcePxmGallery .breadcrumb {
	position: relative;
	float: none;
	background: #f2f2f2;
	text-align: center;
	border: none;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	padding: 0 10px;
	color: #999;
	border-radius: 0;
	margin-right: 10px;
}
.mcePxmGallery .breadcrumb span {
	font-size: 0;
}
.mcePxmGallery .breadcrumb span::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 5px;
}
.mcePxmGallery .breadcrumb a {
	text-decoration: none;
	border-bottom:none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.mcePxmGallery .breadcrumb a:hover {
	color: #ca3f28;
	text-decoration: none;
	border-bottom:none;
}

/* Back button */
.mcePxmGallery .backbtn {
	background: none;
	text-indent: 0;
	font-size: 0;
	text-decoration: none;
	border-bottom:none;
	color: #d21010;
	width: auto;
	height: auto;
	margin: 10px 10px 20px;
}
.mcePxmGallery .backbtn::after {
	content: '\f060';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 0;
	background: #eee;
	transition: background .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
	border-bottom:none;
}
.mcePxmGallery .backbtn:hover::after {
	background: #2e2e2e;
}

/* Pop Up */
.highslide-container .highslide-caption {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
}
.highslide-container .highslide-caption strong {
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
}
.highslide-container .highslide-dimming{
	background: rgba(0,0,0,.5);
	opacity: 1!important;
}
.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td {
	background: none!important;
}
.highslide-container img.highslide-image,
.highslide-container .highslide-image {
	border: 0px!important;
	box-shadow: 0px 0px 20px #000;
}
