/*
 * @author:	Peter Slagter
 * @about: JavaScript slideshow with photo's, text and links
 */

/*
	Resets & defaults
*/

/* Gallery wide settings */
.has-js .pb-gt2il-hidden {
	display: none;
}

.pb-gallery-loading .pb-gt2-counter,
.pb-gallery-loading .pb-gt2-images,
.pb-gallery-loading .pb-gt2-nav {
	visibility: hidden;
}

.pb-gt2-nav img {
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}

/* Gallery navigation buttons */
.pb-gt2-arrow {
	display: block;
	position: absolute;
	top: 0;
	width: 25px;
	height: 100%;
	text-indent: -999em;
	cursor: pointer;
	background: rgba(0,0,0,0.3) url(../img/photocollection-type2-arrows.png) no-repeat 0 50%;
	background: #3f3f3f url(../img/photocollection-type2-arrows.png) no-repeat 0 50% \9;
	z-index: 1000;
}

.pb-gt2-arrow:hover {
	background-color: rgba(0,0,0,0.85);
	background-color: #000 \9;
}

.pb-gt2-arrow {
	height: 20%;
	top: 40%;
	border-radius: 0 3px 3px 0;
}

.has-thumbs:hover .pb-gt2i-al {
	left: 0;
}

.pb-gt2i-ar,
.has-thumbs:hover .pb-gt2i-ar,
.pb-gt2n-ar {
	right: 0;
	left: auto;
	background-position: -15px 50%;
	border-radius: 3px 0 0 3px;
}

.pb-gt2-ardisabled,
.pb-gt2-aldisabled {
	cursor: default;
	/*background-position: -30px 50%;*/
}

.pb-gt2-ardisabled {
	background-position: -45px 50%;
}

.pb-gt2-images .pb-gt2-ardisabled,
.pb-gt2-images .pb-gt2-aldisabled {
	display: none;
}

/**
 *     Case: thumbnails is visible
*/

.has-thumbs .pb-gt2i-al  {
	left: -999em;
}

.has-thumbs .pb-gt2i-ar {
	left: -999em;
	right: auto;
}


/* List-reset (margin, padding & list-style) */
.pb-gt2n-list,
.pb-gt2i-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

/* Set display: block; */
.pb-gallery-type2 a,
.pb-gt2-nav img {
	display: block;
}

/*
	.pb-gallery-type2
	Container of gallery
*/
.pb-gallery-type2 {
	width: 100%;
	overflow: hidden;
}

.article_collapsible .pb-gallery-type2 {
	width: 100% !important;
}

.pb-gallery-type2 .largeImage {
	max-width: none;
}

.pb-gt2-counter {
	display: block;
	margin-bottom: .5em;
	text-align: center;
}

#pb-gt2-loading {
	position: absolute;
	top: 45%;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
}

/*
	.pb-gt2-images
	Container of active gallery image
*/
.pb-gt2-images {
	margin-bottom: 1em;
	border: 1px solid #d1d1d1;
}

.has-js .pb-gt2-images {
	position: relative;
}

/*
	.pb-gt1i-list
	List containing active gallery image
*/
.pb-gt2i-list {
	position: relative;
	height: 100%;
}

.pb-gt2i-list li {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.pb-gt2i-list p {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
}

/*
	This section sets CSS for animation types
*/

/* Fade */
.pb-gallery-fade .pb-gt2i-list li {
	position: absolute;
	top: 0;
	left: 0;
}

/*
	.pb-gt2-nav & .pb-gt2n-list
	Thumbnail navigation
*/
.pb-gt2-nav {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pb-gt2-nav span {
	top: 25%;
	height: 50%;
	width: 15px;
}

.pb-gt2-nav .pb-gt2n-ar {
	background-position: -25px 50%;
}

.pb-gt2n-list {
	width: 105%;
	height: 100%;
	overflow: hidden;
}

.pb-gt2n-scroll .pb-gt2n-list {
	padding-left: 15px;
}

.pb-gt2n-list li {
	float: left;
	margin: 0 1px 1px 0;
}

.pb-gallery-type2 a,
.pb-gallery-type2 span {
	outline: 0;
	cursor: pointer;
}

.has-js .pb-gt2n-list .active img {
	border-color: #bbb;
	border-color: rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}