                        /* Navigation Gallery */

.holder.bottom {
	display: none;
}
.holder span  {
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-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: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #fff !important;
	background: #434343;
}

.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;
	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;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	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: #434343;
	text-decoration: none;
    transition: color .4s;
}

.breadcrumb a:hover {
	color: #434343;
	text-decoration: none;
}

/* Thumbs */

.highslide-gallery {
	position: relative;
	text-align: center;
	margin: 0 -10px;
	display: block;
}

.highslide-gallery .highslideContainer {
	float: left;
	position: relative;
	width: 25%;
	padding: 2px;
}

.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: #434343;
}

.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 {
	content: none;
}

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: #4a4a4a;
	font-family: 'FontAwesome';
	line-height: 57px;
	font-size:24px;
	transition: all .4s;
	transform: translateX(-100%);
	opacity: 0;
}

a.highslide:hover::after {
	transform: translateY(0);
	opacity: 1;
}

/* Pop Up */

.highslide-container .highslide-caption{
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	background: #434343;
}

.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: #434343;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover img {
	
}

.subgallery .folderBackground span {
}

.highslide-gallery .highslideContainer.subgallery a.highslide span {
	transform: translateY(-50%);
	bottom: 0;
	padding: 10px;
	font-family:'fjallaoneregular';
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: rgba(67, 67, 67, .7);
	transition: background .4s, color .4s;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover span {
	color: #434343;
	background: #fff;
}

.highslide-gallery .highslideContainer.subgallery a.highslide span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
 
.highslide-gallery .highslideContainer.subgallery a.highslide::before {
    bottom: 0;
}
 
.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: 50px;
    padding-left: 5px;
    height: 50px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'FontAwesome';
    line-height: 50px;
    font-size:24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
    opacity: 0;
    background: none;
}
 
.highslide-gallery .highslideContainer.subgallery a.highslide:hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  -webkit-transform: translate(20%, 26%);
  transform: translate(20%, 26%);
  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: #434343;
	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%;
	}
}
        
        