/* Navigation Gallery */

.holder.bottom {
	display: none;
}
.holder span {
    margin: 0 5px;
    float: none !important;
}
.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-size: 14px;
	margin: 0 5px 5px 0;
	vertical-align: top;
}

.holder a {
	color: #000;
background: rgba(65, 40, 14, 0.25);
}

.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #fff !important;
	background: #c63999;
}

.holder a.jp-disabled, .holder a.jp-disabled:hover {
	color: #4c4c4c;
}

.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: #1c3254;
	border: none;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	font-size: 14px;
	padding: 0 10px;
	color: #ccc;
	border-radius: 4px;
}

.breadcrumb span {
	font-size: 0;
}

.breadcrumb span::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 5px;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}

.breadcrumb a:hover {
	color: #efbb20;
	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: #c63999;
}

.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;
  -webkit-perspective: 50em;
  perspective: 50em;
}

a.highslide::before {
  background-color: #ffffff;
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
  opacity: 0;
}

a.highslide:hover::before {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 0.8;
}

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: #666;
	font-family: 'FontAwesome';
	line-height: 57px;
	font-size:24px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
  -webkit-transform: translate(-70%, -70%);
  transform: translate(-70%, -70%);
  opacity: 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}

a.highslide:hover::after {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
  box-shadow: 5px 5px 10px rgba(0,0,0,.15);
}

/* Pop Up */

.highslide-container .highslide-caption{
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	background: #111;
}

.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:hover {
	background: #c63999;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover img {
}

.subgallery .folderBackground span {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.highslide-gallery .highslideContainer.subgallery a.highslide span {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.highslide-gallery .highslideContainer.subgallery a.highslide::before {
	bottom: 55px;
}

.highslide-gallery .highslideContainer.subgallery a.highslide::after {
	content: "\f07c";
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	padding-left: 5px;
	height: 60px;	
	background: #fff;
	box-sizing: border-box;
	color: #666;
	font-family: 'FontAwesome';
	line-height: 60px;
	font-size:24px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
  -webkit-transform: translate(-70%, -70%);
  transform: translate(-70%, -70%);
  opacity: 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover::after {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
  box-shadow: 5px 5px 10px rgba(0,0,0,.15);
}
        
/* 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: #c63999;
	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%;
	}
}