@keyframes splide-loading{
	0%{
		transform:rotate(0)
	}
	to{
		transform:rotate(1turn)
	}
}
.splide__container{
	position:relative;
	box-sizing:border-box
}
.splide__list{
	margin:0!important;
	padding:0!important;
	width:-webkit-max-content;
	width:max-content;
	will-change:transform
}
.splide.is-active .splide__list{
	display:flex
}
.splide__pagination{
	display:inline-flex;
	align-items:center;
	width:95%;
	flex-wrap:wrap;
	justify-content:center;
	margin:0
}
.splide__pagination li{
	list-style-type:none;
	display:inline-block;
	line-height:1;
	margin:0
}
.splide{
	visibility:hidden
}
.splide,.splide__slide{
	position:relative;
	outline:none
}
.splide__slide{
	box-sizing:border-box;
	list-style-type:none!important;
	margin:0;
	flex-shrink:0
}
.splide__slide img{
	vertical-align:bottom
}
.splide__slider{
	position:relative
}
.splide__spinner{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	border:2px solid #999;
	border-left-color:transparent;
	animation:splide-loading 1s linear infinite
}
.splide__track{
	position:relative;
	z-index:0;
	overflow:hidden
}
.splide--draggable>.splide__track>.splide__list>.splide__slide{
	-webkit-user-select:none;
	user-select:none
}
.splide--fade>.splide__track>.splide__list{
	display:block
}
.splide--fade>.splide__track>.splide__list>.splide__slide{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	opacity:0
}
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{
	position:relative;
	z-index:1;
	opacity:1
}
.splide--rtl{
	direction:rtl
}
.splide--ttb>.splide__track>.splide__list{
	display:block
}
.splide--ttb>.splide__pagination{
	width:auto
}
.splide__arrow{
	position:absolute;
	z-index:1;
	top:50%;
	transform:translateY(-50%);
	width:2em;
	height:2em;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	border:none;
	padding:0;
	opacity:.7;
	background:#ccc
}
.splide__arrow svg{
	width:1.2em;
	height:1.2em
}
.splide__arrow:hover{
	cursor:pointer;
	opacity:.9
}
.splide__arrow:focus{
	outline:none
}
.splide__arrow--prev{
	left:1em
}
.splide__arrow--prev svg{
	transform:scaleX(-1)
}
.splide__arrow--next{
	right:1em
}
.splide__pagination{
	position:absolute;
	z-index:1;
	bottom:.5em;
	left:50%;
	transform:translateX(-50%);
	padding:0
}
.splide__pagination__page{
	display:inline-block;
	width:8px;
	height:8px;
	background:#ccc;
	border-radius:50%;
	margin:3px;
	padding:0;
	transition:transform .2s linear;
	border:none;
	opacity:.7
}
.splide__pagination__page.is-active{
	transform:scale(1.4);
	background:#fff
}
.splide__pagination__page:hover{
	cursor:pointer;
	opacity:.9
}
.splide__pagination__page:focus{
	outline:none
}
.splide__progress__bar{
	width:0;
	height:3px;
	background:#ccc
}
.splide--nav>.splide__track>.splide__list>.splide__slide{
	border:3px solid transparent
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{
	border-color:#000
}
.splide--nav>.splide__track>.splide__list>.splide__slide:focus{
	outline:none
}
.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{
	right:1em;
	left:auto
}
.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{
	transform:scaleX(1)
}
.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{
	left:1em;
	right:auto
}
.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{
	transform:scaleX(-1)
}
.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{
	left:50%;
	transform:translate(-50%)
}
.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{
	top:1em
}
.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{
	transform:rotate(-90deg)
}
.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{
	top:auto;
	bottom:1em
}
.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{
	transform:rotate(90deg)
}
.splide--ttb>.splide__pagination{
	display:flex;
	flex-direction:column;
	bottom:50%;
	left:auto;
	right:.5em;
	transform:translateY(50%)
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}

	/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight-next,
	.featherlight-previous {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		left: 80%;
		cursor: pointer;
		/* preventing text selection */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		/* IE9 hack, otherwise navigation doesn't appear */
		background: rgba(0,0,0,0);
	}

	.featherlight-previous {
		left: 25px;
		right: 80%;
	}

	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: rgba(255,255,255,0.25);
	}


	.featherlight-next span,
	.featherlight-previous span {
		display: none;
		position: absolute;

		top: 50%;
		left: 5%;
		width: 82%;

		/* center horizontally */
		text-align: center;

		font-size: 80px;
		line-height: 80px;

		/* center vertically */
		margin-top: -40px;

		text-shadow: 0px 0px 5px #fff;
		color: #fff;
		font-style: normal;
		font-weight: normal;
	}
	.featherlight-next span {
		right: 5%;
		left: auto;
	}


	.featherlight-next:hover span,
	.featherlight-previous:hover span {
		display: inline-block;
	}

	.featherlight-swipe-aware .featherlight-next,
	.featherlight-swipe-aware .featherlight-previous {
		display: none;
	}

	/* Hide navigation while loading */
	.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
		display:none;
	}
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

.photonic-featherlight .featherlight-image { width: auto !important; height: auto !important; max-width: 100%; max-height: 85vh; }
.photonic-featherlight .featherlight-content { overflow: hidden; max-height: 85%; }
.photonic-featherlight .legend { bottom: 0; position: absolute; width: 100%; background: #222; background: rgba(0,0,0,0.6); color: #ccc; }

/* Social Media, Buy Button*/
#photonic-social { padding: 0.2em; border: none; border-radius: 4px;background: #111;background: rgba(0, 0, 0, 0.5); display: inline-block; }
#photonic-social a { width: 28px; height: 28px; display: block; float: left; color: inherit; text-decoration: none;  margin: 0 0.2em; cursor: pointer; }
a.photonic-buy-link { width: 28px; height: 28px; display: inline-block; color: inherit; text-decoration: none; margin: 0 0.4em; cursor: pointer; vertical-align: middle; }
#photonic-social div, .photonic-buy-link .icon-buy { font-size: 28px; float: left; position: relative; width: 100%; height: 100%; background-image: url('../../../images/Icons.svg?v=2.19'); background-color: #bbb; background-size: 100%; background-repeat: no-repeat; border-radius: 3px; }
#photonic-social a:hover div { background-color: #6af; }
#photonic-social a:first-child {margin-left: 0; }
#photonic-social a:last-child {margin-right: 0; }
#photonic-social .icon-facebook { background-position: 0 0; }
#photonic-social .icon-twitter { background-position: 0 -112px; }
#photonic-social .icon-pinterest { background-position: 0 -56px; }
.photonic-buy-link .icon-buy { background-position: 0 -252px; background-color: transparent; }
#photonic-social .icon-twitter:before, #photonic-social .icon-facebook:before, #photonic-social .icon-twitter:after, #photonic-social .icon-facebook:after { content: '' !important; }

/* Lightboxes */
#baguetteBox-overlay #photonic-social { margin-top: 1rem; margin-left: 1rem; }

.ginner-container #photonic-social { top: 1rem; left: 1rem; display: block; position: absolute; }

#bp_container #photonic-social { top: 10px; right: 60px; }

#cboxContent #photonic-social { position: absolute; top: 14px; left: 14px; }
#cboxContent button { padding: 0; }

.fancybox-title #photonic-social {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.fancybox-title-inside-wrap { margin-top: 10px !important; padding-top: 0 !important; }
.fancybox-title-over-wrap { display: block; width: 100%; box-sizing: border-box; }
.fancybox-caption #photonic-social { float: right; }
.fancybox-slide--html .fancybox-content { overflow: hidden; padding: 0; }

#pp_full_res #photonic-social { position: absolute; top: 14px; left: 28px;}

#imagelightbox-overlay #photonic-social { position: absolute; top: 2.5em; left: 2.5em; }

.photonic-featherlight #photonic-social { position: absolute; top: 5%; left: 5%; }

#lightcase-content { background: transparent; }
@media screen and (min-width: 641px) {
	#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap { padding: 0; overflow: hidden; }
}

.lg-toolbar #photonic-social { float: right; margin-top: 8px; background: transparent; }

#swipebox-arrows {text-align: center; }
#swipebox-arrows #photonic-social { background: none; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); }

video.photonic { margin: 0; padding: 0; }

.photonic-slideshow-adapt-height-width img { width: 100%; vertical-align: middle; }
.photonic-slideshow-side-white li img { /*height: 100%;*/ width: auto;  vertical-align: middle; }

.modal-gallery a { display: inline-block; }

.photonic-standard-layout {
	width: 100%;
	margin: 0;
	padding: 0;

	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.photonic-standard-layout .photonic-level-1 { float: left; position: relative; }
.photonic-standard-layout .photonic-level-1:after { content: ''; visibility: hidden; display: block; height: 0; clear: both; }

.photonic-gallery-1c { width: 98%; }
.photonic-gallery-2c { width: 49%; }
.photonic-gallery-3c { width: 32%; }
.photonic-gallery-4c { width: 24%; }
.photonic-gallery-5c { width: 19%; }
.photonic-gallery-6c { width: 16%; }
.photonic-gallery-7c { width: 14%; }
.photonic-gallery-8c { width: 12%; }
.photonic-gallery-9c { width: 10.5%; }
.photonic-gallery-10c { width: 9.5%; }

.photonic-tree { margin: 0; padding: 0 }
.photonic-tree .photonic-tree .photonic-tree { margin-left: 1.5rem; }

.photonic-panel ul { padding: 0; margin: 10px auto; }
.photonic-panel { display: none; text-align: center; width: 800px; z-index: 5; padding: 10px; border-radius:10px; }

.photonic-thumb {
	display: none;
	list-style: none;
	vertical-align: top;
	text-align: center;
	background: transparent !important;
	line-height: 1.1em;
	zoom: 1;
	box-sizing: border-box;
	padding: 5px;
	margin: 0;
}

.modal-gallery .photonic-level-1 { display: inline-block; }
.modal-gallery .photonic-pad-photos { padding: 10px; box-sizing: border-box; }

.photonic-stream ul.photonic-level-1-container, .photonic-stream ul.photonic-level-2-container { padding: 0 !important; margin: 0 auto !important;}

.photonic-masonry-layout { width: 100% !important; position: relative; clear: both; margin: 0 auto; }
.photonic-masonry-layout .photonic-thumb { width: 100%; display: block; }
.photonic-ie .photonic-masonry-layout .photonic-thumb { display: inline-block; }
.photonic-masonry-layout .photonic-thumb a { padding: 0; width: 100%; }
.photonic-masonry-layout.title-display-below .photonic-title { padding: 2px; overflow: hidden; 	font-family: "Noto Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em;}
.photonic-masonry-layout .photonic-thumb a img { width: 100%; height: 100%; padding: 0; display: none; }
.photonic-stream .photonic-masonry-layout .photonic-thumb { margin: 0; position: relative; }
.photonic-masonry-layout { -moz-column-gap: 0; 	-webkit-column-gap: 0; 	column-gap: 0; }

.photonic-mosaic-layout { width: 100% !important; position: relative; clear: both; margin: 0 auto; overflow: hidden; }
.photonic-mosaic-layout .photonic-thumb { display: inline-block; margin: 0; position: absolute; padding: 0; }
.photonic-mosaic-layout .photonic-thumb a { padding: 0; width: 100%; height: 100%; }
.photonic-mosaic-layout .photonic-thumb a img { width: 100%; height: 100%; padding: 0; display: none; }
.photonic-stream .photonic-mosaic-layout .photonic-thumb { margin: 0; }

.photonic-random-layout { width: 100% !important; position: relative; clear: both; margin: 0 auto; overflow: hidden; }
.photonic-random-layout .photonic-thumb { margin: 0; position: relative; padding: 2px; float: left; }
.photonic-random-layout .photonic-thumb a { box-sizing: border-box; padding: 0; width: 100%; height: 100%; color: transparent; }
.photonic-random-layout .photonic-thumb a img { width: 100% !important; height: 100% !important; padding: 0; display: none; }
.photonic-stream .photonic-random-layout .photonic-thumb { margin: 0; }

/* The Justified Grid CSS is based on the solution provided here: https://stackoverflow.com/a/49107319 */
.photonic-random-layout.sizes-present {	display: flex !important; flex-wrap: wrap }
.photonic-random-layout.sizes-present .photonic-thumb, .photonic-random-layout.sizes-present::after { --ratio: calc(var(--dw) / var(--dh)); flex-basis: calc(var(--ratio) * var(--tile-min-height)) }
.photonic-stream .photonic-random-layout.sizes-present .photonic-thumb { flex-grow:calc(var(--ratio) * 100) }
.photonic-random-layout.sizes-present .photonic-thumb a img { max-width:100%; }
.photonic-random-layout.sizes-present::after { --dw: 2; --dh: 1; content: ''; flex-grow: 1000000 }

.photonic-standard-layout:after, .photonic-random-layout:after, .photonic-mosaic-layout:after, .photonic-masonry-layout:after {
	clear: both;
	display: table;
	content: "";
}

a.photonic-level-3-expand {
	float: right;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow: none;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff url('../../../images/Icons.svg?v=2.19') no-repeat;
	background-size: 100%;
}
a.photonic-level-3-expand-plus {
	background-position: 0 -7.5em;
}
a.photonic-level-3-expand-down {
	background-position: 0 -9em;
}
a.photonic-level-3-expand-up {
	background-position: 0 -10.5em;
}
a.photonic-level-3-expand:hover {
	text-decoration: none;
	background-color: #6af;
}

.photonic-stream { clear: both; display: inline-block; width: 100%; margin: 1.6em 0;}

.photonic-stream img.circle {
	border-radius: 50%;
}

.photonic-title-info { position: relative; }
.photonic-standard-layout .photonic-title-info { margin: 0 auto; }
.title-display-hover-slidedown-show .photonic-title-info { margin-top: -100%; }
.title-display-hover-slideup-show .photonic-thumb a img, .title-display-slideup-stick .photonic-thumb a img { padding: 0; }
.title-display-hover-slideup-show a .photonic-title, .photonic-slideshow.title-display-hover-slideup-show li .photonic-title,
.title-display-slideup-stick a .photonic-title, .photonic-slideshow.title-display-slideup-stick li .photonic-title {
	background: #111;
	background: rgba(33, 33, 33, 0.8);
	height: 0;
	transition: height 0.4s, padding-top 0.4s, padding-bottom 0.4s;
	overflow: hidden;
	width: 100%;
	font-size: 0.7em;
	color: #ddd;
	font-family: "Noto Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

.title-display-hover-slideup-show a .photonic-title, .photonic-slideshow.title-display-hover-slideup-show li .photonic-title, .title-display-slideup-stick a .photonic-title, .photonic-slideshow.title-display-slideup-stick li .photonic-title { bottom: 0; }
.photonic-slideshow.title-display-hover-slideup-show li .photonic-title, .photonic-slideshow.title-display-slideup-stick li .photonic-title { font-size: 1rem; }
.photonic-standard-layout.title-display-slideup-stick a .photonic-title, .modal-gallery.title-display-slideup-stick a .photonic-title, .photonic-slideshow.title-display-slideup-stick li .photonic-title { display: block; }
.photonic-slideshow.title-display-below li .photonic-title {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: white;
	width: 100%;
}

.title-display-hover-slideup-show a .photonic-title.slideup-show, .title-display-hover-slideup-show li .photonic-title.slideup-show, .title-display-slideup-stick a .photonic-title, .photonic-slideshow.title-display-slideup-stick li .photonic-title { height: auto; padding: 3px; }

.photonic-thumbnail-effect-opacity .photonic-thumb img { filter: alpha(opacity=75); opacity: 0.75; }
.photonic-thumbnail-effect-opacity .photonic-thumb a:hover img { filter: alpha(opacity=100); opacity: 1; }

.photonic-thumb a img { padding: 5px; display: block; margin: 0 auto; }
.photonic-thumb a { display: inline-block; text-align: center; text-decoration: none; font-size: 0.9em; vertical-align: middle; border: none; /*padding: 5px;*/ box-shadow: none; width: 100%; position: relative; }
.photonic-thumb a span { display: block; padding: 3px; width: 100%; }

.photonic-thumbnail-effect-zoom a img { -webkit-transition: transform 2s ease; -moz-transition: transform 2s ease; -ms-transition: transform 2s ease; -o-transition: transform 2s ease; transition: transform 2s ease; }
.photonic-thumbnail-effect-zoom a:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.photonic-thumbnail-effect-zoom a, .photonic-thumbnail-effect-zoom a:hover { overflow: hidden; }
.photonic-standard-layout.photonic-thumbnail-effect-zoom a, .photonic-standard-layout.photonic-thumbnail-effect-zoom a:hover { width: auto; }

.photonic-object-header { list-style: none; display: inline-block; width: 100%; text-align: left; border-width: 1px 0 1px 0; border-style: dotted; border-color: #888; padding: 0.5em 0; margin: 0.5em 0; }
.photonic-header-thumb { float: left; margin: 0 1em 0 0; }
.photonic-header-details { overflow: hidden; }
.photonic-header-title { font-size: 120%; font-weight: bold; display: block; text-decoration: none; }
.photonic-header-info { font-size: 90%; font-style: italic; }

.photonic-title-photo-count { font-size: 85%; font-style: italic; display: block; }

.photonic-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	overflow: hidden;
	z-index: 1100;
	display: none;
	background: #fff url(../../../images/loading.gif) no-repeat center;
}

.photonic-more-button, .photonic-more-button:visited,
.photonic-show-gallery-button, .photonic-show-gallery-button:visited {
	padding: 10px 15px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 120px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 0;
	background: #6af;
	background: linear-gradient(#336699 20%, #224477 100%);
	color: #fff;
	float: none;
	border-radius: 3px;
}

.photonic-more-button:hover, .photonic-more-button:active, .photonic-more-button:focus,
.photonic-show-gallery-button:hover, .photonic-show-gallery-button:active, .photonic-show-gallery-button:focus {
	text-decoration: none;
	color: #fff;
	background: #48d;
	background: linear-gradient(#224477 20%, #336699 100%);
}

.photonic-more-button {
	margin: 0 auto;
	text-align: center;
}

.photonic-js-load-button {
	display: none !important;
	visibility: hidden !important;
}

.photonic-panel-header { top: 0; left: 0; padding: 10px 0; text-align: left; font-weight: bold; border-bottom: 5px solid #787878; color: #787878; position: relative; display: table; width: 100%; border-top: none; margin: 0; }
.photonic-panel-header div { vertical-align: middle; margin: 0 5px; }
.photonic-panel-header a { text-decoration: none; font-size: 100%; }

.photonic-password-prompter {
	display: none;
}
.photonic-password-prompter {
	background: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000 !important ;
}
.photonic-password-prompter-content {
	width: 400px;
	position: relative;
	margin: -150px auto 0;
	top: 50%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.photonic-password-prompter h3 {
	background: #6af;
	background: linear-gradient(to bottom right, #336699 20%, #224477 100%);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0.5em;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.photonic-password-prompter h3 .title {
	float: left;
}
.photonic-password-prompter h3 .close {
	float: right;
	padding: 0;
	margin: 0;
	line-height: inherit;
	font-size: inherit;
	background: none;
}
.photonic-prompt-body {
	padding: 1em;
	text-align: left;
}
.photonic-prompt-body input[type="password"] {
	width: 100%;
	padding: 0 0.5em;
}
.photonic-password-submit {
	background: #6af;
	background: linear-gradient(to bottom right, #336699 20%, #224477 100%);
	display: inline-block;
	box-sizing: border-box;
	margin-top: 0.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 0.2em 1em;
	line-height: 24px;
	text-transform: none;
	font-weight: normal;
}

#TB_overlay { z-index: 1050 !important; }
#TB_window { z-index: 1060 !important; }

#fancybox-right, #fancybox-left { width: 15%; }
#fancybox-wrap, #fancybox-content { box-sizing: content-box; }

.fancybox-inner { overflow: auto !important; }
.photonic-fancybox .fancybox-inner { overflow: hidden !important; }

.photonicModalOverlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: #333;
	background: rgba(33, 33, 33, 0.8);
	text-align: center;
}

.photonicModalOverlayScrollable {
	display: inline-block;
	width: 100%;
	text-align: center;
	transition: height 1s ease-out;
}

.photonicModal { margin: 0 auto; }

.photonicModal.photonic-panel { border-radius: 0 0 10px 10px; }

a.photonicModalClose {
	position: absolute;
	float: right;
	border: none;
	font-family: "Noto Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #bbb;
	top: 0;
	z-index: 10000;
}

.photonic-icon {
	background-image: url("../../../images/Icons.svg?v=2.19");
	background-size: 100%;
	width: 96px;
	height: 96px;
	display: block;
	position: relative;
}
.photonic-error-icon { background-position: 0 -768px; }
.photonic-error .photonic-icon { float: left; }
.photonic-error .photonic-message { margin-left: 100px; display: block; }
.photonic-error { display: block; width: 100%; box-sizing: border-box; position: relative; padding: 1em 0; }

.photonic-html5-external { display: none; }

.pswp__item .photonic-video { text-align: center; position: relative; top: 50%; transform: translateY(-50%); }

.mfp-inline-holder .mfp-content { text-align: center; }
.mfp-close-btn-in .mfp-inline-holder .mfp-close { color: #eee; }
.mfp-content #photonic-social { position: absolute; top: 45px; left: 5px; }

.photonic-stream.alignwide { }
.photonic-stream.alignfull { }

.photonic-helper {
	width: 100%;
	box-sizing: border-box;
}

[data-photonic-platform='flickr'] [data-photonic-media-type='video']:hover:before,
[data-photonic-platform='smug'] [data-photonic-media-type='video']:hover:before,
[data-photonic-platform='zenfolio'] [data-photonic-media-type='video']:hover:before,
[data-photonic-platform='instagram'] [data-photonic-media-type='video']:hover:before {
	content: '';
	background-image: url("../../../images/Icons.svg?v=2.19");
	background-size: 100%;
	-ms-background-position-y: -480px;
	background-position-y: -480px;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	z-index: 1;
}

.photonic-tooltip-container {
	transform: translateZ(0);
	position: absolute;
	max-width: 300px;
	padding: 8px 10px 10px;
	font-family: "Noto Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background: #2d2d2d;
	color: #eee;
	border-radius: 4px;
	opacity: 1;
	z-index: 9999;
}
.photonic-tooltip-container[class*=" tooltip-"] {
	-webkit-animation: tooltip-anim 0.8s;
	-moz-animation: tooltip-anim 0.8s;
	-o-animation: tooltip-anim 0.8s;
	animation: tooltip-anim 0.8s;
}
.photonic-tooltip-container::after {
	position: absolute;
	display: block;
	content: "";
}
.photonic-tooltip-container.tooltip-left::after {
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #2d2d2d;
}
.photonic-tooltip-container.tooltip-right::after {
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent #2d2d2d transparent transparent;
}
.photonic-tooltip-container.tooltip-center::after {
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #2d2d2d transparent;
}
.photonic-tooltip-container.no-display {
	display: none;
}

.photonic-show-gallery-button { display: block; margin: 1rem 0; border-width: 0; }

.photonic-slideshow, .photonic-slideshow-thumbs { position: relative; width: 100%; }
.photonic-slideshow-content { margin: 1em 0; }
.photonic-slideshow-adapt-height .splide__track { transition: height 1000ms ease-in-out; }
.photonic-slideshow-adapt-height .splide__slide { vertical-align: top; }
.photonic-slideshow .splide__slide__container { text-align: center; }
.photonic-slideshow-thumbs.js-thumbnails { text-align: center; }
.photonic-slideshow-thumbs .thumbnails__list { list-style: none; margin: 0.5em 0; padding: 0; }
.photonic-slideshow-thumbs .thumbnails__item { display: inline-block; }
.photonic-slideshow-thumbs .thumbnails__item img { opacity: 70%; }
.photonic-slideshow-thumbs .thumbnails__item.is-active img, .photonic-slideshow-thumbs .thumbnails__item:hover img { opacity: 100%; }

.photonic-slideshow-thumbs.js-thumbnails { padding: 0 75px; }
.photonic-slideshow-thumbs .splide__track { margin: 0.5em 0; }
.photonic-slideshow-thumbs .splide__slide { opacity: 50%; transition: opacity .2s cubic-bezier(.54,.01,.1,1); display: inline-block; }
.photonic-slideshow-thumbs .splide__slide.is-active, .photonic-slideshow-thumbs .splide__slide:hover { opacity: 100%; }
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active { border: none; }
.splide--draggable>.splide__track>.splide__list>.splide__slide { display: inline-block; }

.photonic-slideshow-img img { display: none; }

.is-visible {
	display: block;
	height: auto;
	opacity: 1;
}

.fade-in {
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

.photonic-can-slide {
	overflow: hidden;
	transition: height .5s, padding-top .5s, padding-bottom .5s, margin-top 0.5s, margin-bottom 0.5s;
	height: auto;
}
.photonic-can-slide-hide {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
