/* Navigation Gallery */
.holder.bottom {
	display: none;
}
.holder a, .holder a.jp-current, .holder a.jp-current:hover, .holder a.jp-disabled, .holder a.jp-disabled:hover, .holder a.jp-previous {
	float: none;
	border: 0;
	display: inline-block;
	width: 27px;
	line-height: 27px;
	height: 27px;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 5px 5px 0;
	vertical-align: top;
	transition: color .4s, background .4s;
}
.holder a {
	color: #404040;
	background: #ded3a4;
}
.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #fff !important;
	background: #f27b0c;
}
.holder a.jp-disabled, .holder a.jp-disabled:hover {
	color: #404040;
	opacity: .5;
}
.holder a.jp-previous, .holder a.jp-next,
.holder a.jp-previous.jp-disabled, .holder a.jp-next.jp-disabled {
	font-family: 'FontAwesome';
	font-size: 0;
	line-height: 27px;
}
.holder a.jp-previous::before, .holder a.jp-next::before {
	font-size: 14px;
	line-height: 27px;
}
.holder a.jp-previous::before {
	content: '\f104';
}
.holder a.jp-next::before {
	content: '\f105';
}
/* Breadcrumbs */
.breadcrumb {
	position: relative;
	float: right;
	background: #ded3a4;
	border: none;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 10px;
	color: #404040;
	border-radius: 0;
}
.breadcrumb span {
	font-size: 0;
}
.breadcrumb span::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 5px;
}
.breadcrumb a {
	color: #990033;
	text-decoration: none;
    transition: color .4s;
}
.breadcrumb a:hover {
	color: #990033;
	text-decoration: none;
}
/* Thumbs */
.highslide-gallery {
	position: relative;
	text-align: center;
	margin: 0;
	display: block;
}
.highslide-gallery .highslideContainer {
	float: left;
	position: relative;
	width: 25%;
	padding: 10px;
}
.highslide-gallery .highslideContainer a.highslide img {
	border: 0;
	display:block;
	width: 100%;
	cursor: pointer !important;	
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.highslide-gallery .highslideContainer a.highslide {
	background: #f27b0c;
}
.highslide-gallery .highslideContainer a.highslide:hover img {
	opacity: .5;
	/*-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);*/
}
a.highslide {
	display: block;
	overflow: hidden;
}
a.highslide::before {
	background-color: #792024;
	position: absolute;
	z-index: 5;
	content: "";
	display: block;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 100%;
	transition: all .4s;
	transition-delay: .4s;
}
a.highslide:hover::before {
	bottom: 30px;
	opacity: 0.4;
	transition-delay: 0s;
}
a.highslide::after {
	content: "\f002";
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	/* background: #fff; */
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'FontAwesome';
	line-height: 57px;
	font-size:24px;
	transition: all .4s;
	transition-delay: .0s;
	transform: translateY(60px);
	opacity: 0;
}
a.highslide:hover::after {
	transition-delay: .4s;
	transform: translateY(0);
	opacity: 1;
}
/* Pop Up */
.highslide-container .highslide-caption{
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	background: #792024;
}
.highslide-container .highslide-caption strong{
	font-size:15px;
	line-height:30px;
	font-weight: bold;
}
.highslide-container .highslide-dimming{
	background: rgba(35,31,32,.8);
	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;
}
/* Sub Galleries */
.highslide-gallery .highslideContainer.subgallery a.highslide {
	background: #990033;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover img {
}
.subgallery .folderBackground span {
}
.highslide-gallery .highslideContainer.subgallery a.highslide span {
	top: 65%;
	bottom: auto;
	padding: 13px 10px 15px;
	font-family: "Alegreya Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4a4a4a;
	background: rgba(255,255,255,.85);
	transform: translateY(0);
	transition: background .4s, top .4s, transform .4s;
	transition-delay: .4s;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover span {
	background: #eee9d1;
	top: 100%;
	transform: translateY(-100%);
	transition-delay: 0s;
}
.highslide-gallery .highslideContainer.subgallery a.highslide span::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background: #990033;
	pointer-events: none;
	opacity: .5;
	transition: opacity .4s;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover span::after {
	opacity: 1;
}
.highslide-gallery .highslideContainer.subgallery a.highslide::before {
	content: none;
}
.highslide-gallery .highslideContainer.subgallery a.highslide::after {
	content: "\f07c";
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;	
	background: #fff;
	box-sizing: border-box;
	color: #4a4a4a;
	font-family: 'FontAwesome';
	line-height: 57px;
	font-size:24px;
	transition: all .4s;
	transition-delay: .0s;
	transform: translateY(60px);
	opacity: 0;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover::after {
	transition-delay: .4s;
	transform: translateY(0);
	opacity: 1;
}     
/* Back button */
.backbtn {
	background: none;
	text-indent: 0;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	margin-top: 10px;
}
.backbtn::after {
	content: '\f148';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 0;
	background: #990033;
	transition: background .4s;
}
.backbtn:hover {
	text-decoration: none;
	color: #fff;
}
.backbtn:hover::after {
	background: #333333;
}
@media only screen and (max-width : 480px) {
	.highslide-gallery .highslideContainer {
		width: 50%;
	}
}