
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus,
  [type='password']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='month']:focus,
  [type='week']:focus,
  [type='email']:focus,
  [type='number']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill:rgb%28138,138,138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

/*# sourceMappingURL=normalize.css.map */

@font-face{font-family:skinicon-thin;src:url(icon/skinicon-thin.ttf?v3.16.2) format('truetype'),url(icon/skinicon-thin.woff?v3.16.2) format('woff'),url(icon/skinicon-thin.svg?v3.16.2#skinicon-thin) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"]:before,[class^=icon-]:before{font-family:skinicon-thin!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-down:before{content:"\e900"}.icon-arrow-left:before{content:"\e901"}.icon-arrow-right:before{content:"\e902"}.icon-arrow-up:before{content:"\e903"}.icon-audio:before{content:"\e904"}.icon-bookmark:before{content:"\e905"}.icon-calendar:before{content:"\e906"}.icon-camera:before{content:"\e907"}.icon-caret-down:before{content:"\e908"}.icon-caret-large-down:before{content:"\e909"}.icon-caret-large-left:before{content:"\e90a"}.icon-caret-large-right:before{content:"\e90b"}.icon-caret-large-up:before{content:"\e90c"}.icon-caret-left:before{content:"\e90d"}.icon-caret-right:before{content:"\e90e"}.icon-caret-up:before{content:"\e90f"}.icon-cart-fotomoto:before{content:"\e910"}.icon-checkbox-checked:before{content:"\e911"}.icon-checkmark:before{content:"\e912"}.icon-close:before{content:"\e913"}.icon-comment:before{content:"\e914"}.icon-connect:before{content:"\e915"}.icon-contract:before{content:"\e916"}.icon-copy:before{content:"\e917"}.icon-cut:before{content:"\e918"}.icon-digg:before{content:"\e919"}.icon-disk:before{content:"\e91a"}.icon-document:before{content:"\e91b"}.icon-download:before{content:"\e91c"}.icon-edit:before{content:"\e91d"}.icon-email:before{content:"\e91e"}.icon-email-send:before{content:"\e91f"}.icon-end:before{content:"\e920"}.icon-error:before{content:"\e921"}.icon-exchange:before{content:"\e922"}.icon-expand:before{content:"\e923"}.icon-external:before{content:"\e924"}.icon-facebook:before{content:"\e925"}.icon-facetag:before{content:"\e926"}.icon-filter:before{content:"\e927"}.icon-flickr:before{content:"\e928"}.icon-folder:before{content:"\e929"}.icon-folders:before{content:"\e92a"}.icon-fotomoto:before{content:"\e92b"}.icon-foursquare:before{content:"\e92c"}.icon-fullscreen:before{content:"\e92d"}.icon-fullscreen-off:before{content:"\e92e"}.icon-google:before{content:"\e92f"}.icon-heart:before{content:"\e930"}.icon-help:before{content:"\e931"}.icon-hide-bottom-panel:before{content:"\e932"}.icon-hide-top-panel:before{content:"\e933"}.icon-home:before{content:"\e934"}.icon-image:before{content:"\e935"}.icon-info:before{content:"\e936"}.icon-instagram:before{content:"\e937"}.icon-jalbum:before{content:"\e938"}.icon-library:before{content:"\e939"}.icon-link:before{content:"\e93a"}.icon-linkedin:before{content:"\e93b"}.icon-location:before{content:"\e93c"}.icon-loop:before{content:"\e93d"}.icon-map:before{content:"\e93e"}.icon-menu:before{content:"\e93f"}.icon-minus:before{content:"\e940"}.icon-more:before{content:"\e941"}.icon-more-menu:before{content:"\e942"}.icon-mostphotos:before{content:"\e943"}.icon-new:before{content:"\e944"}.icon-new-fill:before{content:"\e945"}.icon-ok:before{content:"\e946"}.icon-one-level-up:before{content:"\e947"}.icon-ordering:before{content:"\e948"}.icon-page:before{content:"\e949"}.icon-paste:before{content:"\e94a"}.icon-pause:before{content:"\e94b"}.icon-paypal:before{content:"\e94c"}.icon-phone:before{content:"\e94d"}.icon-pinterest:before{content:"\e94e"}.icon-play:before{content:"\e94f"}.icon-plus:before{content:"\e950"}.icon-printer:before{content:"\e951"}.icon-reddit:before{content:"\e952"}.icon-refresh:before{content:"\e953"}.icon-search:before{content:"\e954"}.icon-search-small:before{content:"\e955"}.icon-share:before{content:"\e956"}.icon-shopping-cart:before{content:"\e957"}.icon-shopping-cart-add:before{content:"\e958"}.icon-show-bottom-panel:before{content:"\e959"}.icon-show-top-panel:before{content:"\e95a"}.icon-site:before{content:"\e95b"}.icon-skype:before{content:"\e95c"}.icon-star:before{content:"\e95d"}.icon-start:before{content:"\e95e"}.icon-stumbleupon:before{content:"\e95f"}.icon-tag:before{content:"\e960"}.icon-text-document:before{content:"\e961"}.icon-thumbnails:before{content:"\e962"}.icon-thumbnails-9:before{content:"\e963"}.icon-trash:before{content:"\e964"}.icon-tumblr:before{content:"\e965"}.icon-twitter:before{content:"\e966"}.icon-upload:before{content:"\e967"}.icon-user:before{content:"\e968"}.icon-video:before{content:"\e969"}.icon-video-play:before{content:"\e96a"}.icon-vimeo:before{content:"\e96b"}.icon-warning:before{content:"\e96c"}.icon-zoom-in:before{content:"\e96d"}.icon-zoom-level:before{content:"\e96e"}.icon-zoom-out:before{content:"\e96f"}.icon-volume-down:before{content:"\e970"}.icon-volume-up:before{content:"\e971"}

/*!
 * Photo Sphere Viewer 4.5.1
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2015-2022 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */
.psv-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: radial-gradient(#fff 0%, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  overflow: hidden;
}

.psv-container--fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
}

.psv-canvas {
  display: block;
}

.psv-loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}

.psv-loader {
  position: relative;
  text-align: center;
  color: rgba(61, 61, 61, 0.7);
  width: 150px;
  height: 150px;
  border: 10px solid transparent;
}
.psv-loader::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.psv-loader, .psv-loader-image, .psv-loader-text {
  display: inline-block;
  vertical-align: middle;
}
.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.psv-loader-text {
  font: 14px sans-serif;
}

.psv-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(61, 61, 61, 0.5);
  -webkit-transition: bottom ease-in-out 0.1s;
  transition: bottom ease-in-out 0.1s;
}
.psv-navbar--open {
  bottom: 0;
}
.psv-navbar, .psv-navbar * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.psv-caption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-align: center;
}
.psv-caption-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.psv-caption-icon * {
  fill: rgba(255, 255, 255, 0.7);
}
.psv-caption-content {
  display: inline-block;
  padding: 10px;
  font: 16px sans-serif;
  white-space: nowrap;
}

.psv-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.psv-button--active {
  background: rgba(255, 255, 255, 0.2);
}
.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.psv-button .psv-button-svg {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.psv-button:not(.psv-button--disabled):focus-visible {
  outline: 2px dotted currentcolor;
  outline-offset: -2px;
}

.psv-container:not(.psv--is-touch) .psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.psv-move-button + .psv-move-button {
  margin-left: -10px;
}

.psv-custom-button {
  width: auto;
}

.psv-autorotate-button.psv-button {
  width: 25px;
  height: 25px;
  padding: 7.5px;
}

.psv-zoom-range.psv-button {
  width: 80px;
  height: 1px;
  margin: 10px 0;
  padding: 9.5px 0;
  max-width: 600px;
}
.psv-zoom-range-line {
  position: relative;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.psv-zoom-range-handle {
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-line {
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-handle {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  -webkit-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.psv-notification-content {
  max-width: 50em;
  background-color: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: white;
}
.psv-notification--visible {
  opacity: 100;
  bottom: 80px;
}

.psv-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(#fff 0%, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  color: black;
  opacity: 0.8;
}
.psv-overlay-image {
  margin-bottom: 4vh;
}
.psv-overlay-image svg {
  width: 50vw;
}
@media (orientation: landscape) {
  .psv-overlay-image svg {
    width: 25vw;
  }
}
.psv-overlay-text {
  font: 30px sans-serif;
  text-align: center;
}
.psv-overlay-subtext {
  font: 20px sans-serif;
  opacity: 0.8;
  text-align: center;
}

.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: calc(100% - 24px);
  background: rgba(10, 10, 10, 0.7);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  cursor: default;
  margin-left: 9px;
}
.psv--has-navbar .psv-panel {
  height: calc(100% - 40px);
}
.psv-panel-close-button {
  display: none;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.9);
}
.psv-panel-close-button::before, .psv-panel-close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: width, left, -webkit-transform;
  transition-property: width, left, -webkit-transform;
  transition-property: width, left, transform;
  transition-property: width, left, transform, -webkit-transform;
}
.psv-panel-close-button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.psv-panel-close-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.psv-panel-close-button:hover::before, .psv-panel-close-button:hover::after {
  left: 0;
  width: 23px;
}
.psv-panel-close-button:hover::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.psv-panel-close-button:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: col-resize;
}
.psv-panel-resizer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  -webkit-box-shadow: 1px 0 #fff, 3px 0px #fff, 5px 0px #fff, 1px 2px #fff, 3px 2px #fff, 5px 2px #fff, 1px 4px #fff, 3px 4px #fff, 5px 4px #fff, 1px 6px #fff, 3px 6px #fff, 5px 6px #fff, 1px 8px #fff, 3px 8px #fff, 5px 8px #fff, 1px 10px #fff, 3px 10px #fff, 5px 10px #fff, 1px 12px #fff, 3px 12px #fff, 5px 12px #fff, 1px 14px #fff, 3px 14px #fff, 5px 14px #fff, 1px 16px #fff, 3px 16px #fff, 5px 16px #fff, 1px 18px #fff, 3px 18px #fff, 5px 18px #fff, 1px 20px #fff, 3px 20px #fff, 5px 20px #fff, 1px 22px #fff, 3px 22px #fff, 5px 22px #fff, 1px 24px #fff, 3px 24px #fff, 5px 24px #fff, 1px 26px #fff, 3px 26px #fff, 5px 26px #fff, 1px 28px #fff, 3px 28px #fff, 5px 28px #fff;
          box-shadow: 1px 0 #fff, 3px 0px #fff, 5px 0px #fff, 1px 2px #fff, 3px 2px #fff, 5px 2px #fff, 1px 4px #fff, 3px 4px #fff, 5px 4px #fff, 1px 6px #fff, 3px 6px #fff, 5px 6px #fff, 1px 8px #fff, 3px 8px #fff, 5px 8px #fff, 1px 10px #fff, 3px 10px #fff, 5px 10px #fff, 1px 12px #fff, 3px 12px #fff, 5px 12px #fff, 1px 14px #fff, 3px 14px #fff, 5px 14px #fff, 1px 16px #fff, 3px 16px #fff, 5px 16px #fff, 1px 18px #fff, 3px 18px #fff, 5px 18px #fff, 1px 20px #fff, 3px 20px #fff, 5px 20px #fff, 1px 22px #fff, 3px 22px #fff, 5px 22px #fff, 1px 24px #fff, 3px 24px #fff, 5px 24px #fff, 1px 26px #fff, 3px 26px #fff, 5px 26px #fff, 1px 28px #fff, 3px 28px #fff, 5px 28px #fff;
  background: transparent;
}
.psv-panel-content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: gainsboro;
  font: 16px sans-serif;
  overflow: auto;
}
.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}
.psv-panel-content--no-interaction {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.psv-panel--open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.psv-panel--open .psv-panel-close-button,
.psv-panel--open .psv-panel-resizer {
  display: block;
}

.psv-panel-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 24px sans-serif;
  margin: 24px 12px;
}
.psv-panel-menu-title svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.psv-panel-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.psv-panel-menu-item {
  min-height: 20px;
  padding: 0.5em 1em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.psv-panel-menu-item--active {
  outline: 1px solid currentcolor;
  outline-offset: -1px;
}
.psv-panel-menu-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
}
.psv-panel-menu-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.psv-panel-menu-item-icon svg {
  width: 100%;
  height: 100%;
}
.psv-panel-menu-item:focus-visible {
  outline: 1px dotted currentcolor;
  outline-offset: -1px;
}
.psv-panel-menu--stripped .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd), .psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd)::before {
  background: rgba(255, 255, 255, 0.1);
}
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(even), .psv-panel-menu--stripped .psv-panel-menu-item:nth-child(even)::before {
  background: transparent;
}

.psv-container:not(.psv--is-touch) .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.psv-tooltip {
  position: absolute;
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 200px;
  background-color: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  outline: 5px solid transparent;
}
.psv-tooltip-content {
  color: white;
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
}
.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
.psv-tooltip--bottom-center {
  -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
          box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-center .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--center-left {
  -webkit-box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
          box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--center-left .psv-tooltip-arrow {
  border-left-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--top-center {
  -webkit-box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
          box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-center .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--center-right {
  -webkit-box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
          box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--center-right .psv-tooltip-arrow {
  border-right-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--bottom-left {
  -webkit-box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
          box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-left .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--bottom-right {
  -webkit-box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
          box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--top-left {
  -webkit-box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
          box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-left .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--top-right {
  -webkit-box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
          box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
/*# sourceMappingURL=photo-sphere-viewer.css.map */

@keyframes fade-and-hide {
  0% {
    display: block;
    opacity: 100%; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

/*# sourceMappingURL=keyframes.css.map */

/* laza.modal.scss */
@keyframes fade-and-hide {
  0% {
    opacity: 100%;
    visibility: visible;
    display: block; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
.modal {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300000; }
  .modal .window {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: auto;
    max-width: 96%;
    width: fit-content;
    padding: 0;
    color: #eee;
    background-color: #222;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.50); }
    .modal .window.small {
      max-width: 70%; }
    .modal .window.large {
      min-width: 80%; }
    .modal .window.alert {
      border-left: 4px solid #900; }
    .modal .window.warning {
      border-left: 4px solid #f90; }
    .modal .window.success {
      border-left: 4px solid #090; }
    .modal .window.secondary {
      border-left: 4px solid #777; }
    .modal .window .content {
      padding: 20px 60px 20px 20px;
      -webkit-overflow-scrolling: touch; }
    .modal .window.has-header .content {
      padding: 1rem; }
    .modal .window.no-padding .content {
      padding: 0; }
    .modal .window header {
      height: 60px;
      line-height: 60px;
      padding-left: 20px;
      padding-right: 75px;
      text-align: left;
      color: #fff;
      background-color: #333; }
    .modal .window .content {
      max-height: calc(96vh - 4rem);
      overflow-x: hidden;
      overflow-y: auto;
      width: auto;
      min-width: 20rem;
      scrollbar-color: dark; }
      .modal .window .content::-webkit-scrollbar {
        width: .8rem; }
      .modal .window .content::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.25); }
      .modal .window .content::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.15); }
      .modal .window .content .thumbnails .cont .card .caption {
        scrollbar-color: dark; }
        .modal .window .content .thumbnails .cont .card .caption::-webkit-scrollbar {
          width: .8rem; }
        .modal .window .content .thumbnails .cont .card .caption::-webkit-scrollbar-track {
          background-color: rgba(0, 0, 0, 0.25); }
        .modal .window .content .thumbnails .cont .card .caption::-webkit-scrollbar-thumb {
          border: 1px solid rgba(0, 0, 0, 0.5);
          background-color: rgba(255, 255, 255, 0.15); }
      .modal .window .content h1, .modal .window .content h2, .modal .window .content h3, .modal .window .content h4, .modal .window .content h5, .modal .window .content h6 {
        color: #eee;
        padding-right: 0.9375rem;
        margin-top: 0;
        margin-bottom: 1rem; }
      .modal .window .content .text-center {
        text-align: center; }
      .modal .window .content > .buttons:first-child {
        margin-top: 0; }
    .modal .window.map {
      padding: 0 60px 0 0;
      background-color: #000; }
      .modal .window.map img {
        max-width: none; }
    .modal .window .close {
      background-color: rgba(0, 0, 0, 0.2);
      padding: 0;
      position: absolute;
      border: none;
      width: 60px;
      height: 60px;
      z-index: 20;
      top: 0;
      right: 0; }
      .modal .window .close:before, .modal .window .close:after {
        position: absolute;
        margin-left: -0.5px;
        width: 2px;
        background-color: #ccc;
        content: '';
        bottom: 30%;
        left: 50%;
        top: 30%; }
      .modal .window .close:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .modal .window .close:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .modal .window .close:hover, .modal .window .close:focus {
        background-color: rgba(0, 0, 0, 0.7);
        outline: none; }
      .modal .window .close:hover:before, .modal .window .close:hover:after {
        background-color: #fff; }
    .modal .window > .btn.close:first-child {
      background-color: rgba(0, 0, 0, 0.5);
      border-bottom-left-radius: 6px; }
    .modal .window .buttons {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-flow: row wrap;
      margin-top: 0.625rem; }
      .modal .window .buttons .button {
        display: block;
        padding: 0.625rem 0.9375rem;
        margin-right: 1px; }

.light {
  scrollbar-color: light; }
  .light::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2); }
  .light::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.6); }
  .light .modal .window .content.scrollable {
    scrollbar-color: light; }
    .light .modal .window .content.scrollable::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.2); }
    .light .modal .window .content.scrollable::-webkit-scrollbar-thumb {
      border: 1px solid rgba(0, 0, 0, 0.25);
      background-color: rgba(255, 255, 255, 0.6); }

@media only screen and (min-width: 40em) {
  .modal .window {
    min-width: auto;
    max-width: 90%; }
    .modal .window.small {
      max-width: 50%; }
    .modal .window.large {
      min-width: 80%;
      max-width: 96%; } }
@media only screen and (min-width: 60em) {
  .modal .window {
    max-width: 1080px; }
    .modal .window.small {
      max-width: 40%; }
    .modal .window.large {
      min-width: 864px;
      max-width: 1080px; } }
@media print {
  body.has-modal > * {
    display: none; }
  body.has-modal .modal {
    position: static !important;
    display: block;
    color: #000;
    background-color: transparent !important;
    box-shadow: none;
    border: 1px solid #ddd; }
    body.has-modal .modal.hidden {
      display: none; }
    body.has-modal .modal .window {
      position: static !important;
      transform: none; }
    body.has-modal .modal header {
      color: #000;
      background-color: #ddd; }
    body.has-modal .modal .content {
      position: static !important; }
    body.has-modal .modal .button {
      display: none !important; } }

/*# sourceMappingURL=laza.modal.css.map */

/* laza.sticky.scss */
.sticky {
  position: fixed !important;
  width: 100% !important;
  z-index: 99999 !important;
  background-color: #141414 !important;
  transition: background-color 1s; }
  .sticky .cont.box {
    background-color: #303030 !important; }
  .sticky.st-top {
    top: 0;
    bottom: auto !important; }
    .sticky.st-top > *:first-child {
      margin-top: 0 !important; }
    .sticky.st-top.st-first > *:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .sticky.st-bottom {
    bottom: 0;
    top: auto !important; }
    .sticky.st-bottom > *:first-child {
      margin-bottom: 0 !important; }
    .sticky.st-bottom.st-first > *:first-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

.st-placeholder {
  position: static !important; }

/*# sourceMappingURL=laza.sticky.css.map */



/* laza.lightbox.scss */
@keyframes fade-and-hide {
  0% {
    opacity: 100%;
    visibility: visible;
    display: block; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
/* Loading animation */
@-webkit-keyframes lightbox-loading {
  0% {
    opacity: .5;
    -webkit-transform: scale(0.75); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: .5;
    -webkit-transform: scale(0.75); } }
@-moz-keyframes lightbox-loading {
  0% {
    opacity: .5;
    -moz-transform: scale(0.75); }
  50% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    opacity: .5;
    -moz-transform: scale(0.75); } }
@keyframes lightbox-loading {
  0% {
    opacity: .5;
    transform: scale(0.75); }
  50% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: .5;
    transform: scale(0.75); } }
@-moz-keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.use-mainbg .lightbox .lightbox-overlay {
  background-image: url(bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed; }

.lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200000; }
  .lightbox .lightbox-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    z-index: 0; }
  .lightbox .lightbox-loading,
  .lightbox .lightbox-loading div {
    border-radius: 50%; }
  .lightbox .lightbox-loading {
    position: absolute;
    margin: -20px 0 0 -20px;
    padding: 10px;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 40px;
    z-index: 1; }
    .lightbox .lightbox-loading div {
      height: 20px;
      width: 20px;
      background-color: #fff;
      -moz-animation: lightbox-loading 1s ease infinite;
      -webkit-animation: lightbox-loading 1s ease infinite;
      animation: lightbox-loading 1s ease infinite; }
  .lightbox .lightbox-main .lightbox-loading div {
    background-color: #0099cc; }
  .lightbox .thumb-strip {
    position: absolute;
    max-width: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: -80px;
    height: 80px;
    padding: 0 5px;
    background-color: rgba(0,0,0,0.68);
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.45);
    z-index: 10;
    text-align: left;
    transition: top 300ms ease-out, background-color 300ms, opacity 300ms; }
    .lightbox .thumb-strip .thumb-cont {
      position: relative;
      height: 100%;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
      .lightbox .thumb-strip .thumb-cont .thumbs {
        margin-top: 5px;
        height: 74px;
        white-space: nowrap;
        transform: translateX(0); }
        .lightbox .thumb-strip .thumb-cont .thumbs a {
          display: inline-block;
          height: 100%;
          vertical-align: top;
          margin: 0 1px 0 0;
          padding: 0 0 4px 0;
          cursor: default;
          line-height: 80px; }
          .lightbox .thumb-strip .thumb-cont .thumbs a:hover {
            background-color: #e6e6e6; }
          .lightbox .thumb-strip .thumb-cont .thumbs a.active {
            background-color: #cccccc; }
          .lightbox .thumb-strip .thumb-cont .thumbs a img {
            vertical-align: top; }
    .lightbox .thumb-strip button {
      position: absolute;
      display: none;
      color: #cccccc;
      transition: color 500ms; }
      .lightbox .thumb-strip button.left, .lightbox .thumb-strip button.right {
        width: 3rem;
        font-size: 1.5rem;
        text-align: center;
        top: 0;
        height: 100%; }
      .lightbox .thumb-strip button.left {
        left: 0; }
      .lightbox .thumb-strip button.right {
        right: 0; }
    .lightbox .thumb-strip:hover {
      background-color: rgba(0,0,0,0.93); }
      .lightbox .thumb-strip:hover button {
        color: #e6e6e6; }
    .lightbox .thumb-strip.scroll {
      width: 100%;
      padding: 0 3rem; }
      .lightbox .thumb-strip.scroll .thumb-cont {
        overflow: hidden; }
        .lightbox .thumb-strip.scroll .thumb-cont .thumbs {
          position: absolute;
          left: 0;
          overflow: hidden; }
      .lightbox .thumb-strip.scroll button {
        display: inline-block; }
  .lightbox .controls {
    position: absolute;
    display: flex;
    overflow: hidden;
    left: 50%;
    top: 0;
    max-width: 100vw;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.68);
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.45);
    z-index: 11;
    opacity: 1;
    transition: top 300ms ease-out, background-color 300ms, opacity 1s; }
    .lightbox .controls button {
      display: block;
      padding: 0 10px;
      color: #cccccc;
      transition: color 500ms ease-out, background-color 500ms ease-out; }
      .lightbox .controls button:before {
        font-size: 18px;
        line-height: 48px; }
      .lightbox .controls button.previous, .lightbox .controls button.next {
        position: relative;
        width: 32px;
        content: ''; }
        .lightbox .controls button.previous:before, .lightbox .controls button.previous:after, .lightbox .controls button.next:before, .lightbox .controls button.next:after {
          position: absolute;
          left: 50%;
          background-color: #cccccc;
          content: ''; }
      .lightbox .controls button.previous:before, .lightbox .controls button.next:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .lightbox .controls button.previous:after, .lightbox .controls button.next:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .lightbox .controls button:hover {
        color: #e6e6e6;
        background-color: rgba(0,0,0,0.93); }
      .lightbox .controls button:focus {
        outline: 1px dotted rgba(224, 224, 224, 0.1); }
      .lightbox .controls button .progress {
        position: absolute;
        height: 1px;
        overflow: hidden;
        background-color: #999;
        width: 0;
        left: 0;
        bottom: 0;
        content: ' ';
        z-index: 24;
        -moz-animation: timer 4s linear;
        -webkit-animation: timer 4s linear;
        -ms-animation: timer 4s linear;
        animation: timer 4s linear; }
    .lightbox .controls:hover {
      background-color: rgba(0,0,0,0.93); }
    .lightbox .controls.use-text button {
      font-size: 9px;
      padding: 0 2px 2px 2px;
      min-width: 48px;
      text-align: center; }
      .lightbox .controls.use-text button:before {
        display: block;
        line-height: 30px; }
      .lightbox .controls.use-text button.previous, .lightbox .controls.use-text button.next {
        padding-top: 30px; }
  .lightbox .lightbox-main {
    position: absolute;
    z-index: 1;
    padding: 0px;
    background-color: transparent;
    box-shadow: 2px 6px 16px rgba(0,0,0,0.45);
    border-radius: 0px;
    transition: left 500ms ease-out, top 500ms ease-out, width 500ms ease-out, height 500ms ease-out, transform 500ms, opacity 500ms; }
    .lightbox .lightbox-main > * {
      border-radius: 0px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    .lightbox .lightbox-main.image img {
      width: 100%; }
    .lightbox .lightbox-main.audio img.poster {
      width: 100%; }
    .lightbox .lightbox-main.audio audio {
      position: absolute;
      bottom: 16px;
      left: 50%;
      max-width: 100%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      min-width: 320px;
      width: 80%; }
    .lightbox .lightbox-main.video video {
      width: 100%; }
    .lightbox .lightbox-main.other {
      min-width: 240px;
      text-align: center; }
    .lightbox .lightbox-main.pdf object, .lightbox .lightbox-main.pdf iframe {
      width: 100%;
      height: 100%; }
    .lightbox .lightbox-main .click-hint {
      text-align: center;
      padding: 0.5em;
      color: #cccccc;
      font-size: 80%;
      background-color: rgba(51, 51, 51, 0.6); }
    .lightbox .lightbox-main.external {
      max-width: 100%;
      max-height: 100%;
      overflow: auto; }
      .lightbox .lightbox-main.external.iframe {
        overflow: hidden; }
    .lightbox .lightbox-main.vr {
      overflow: hidden; }
      .lightbox .lightbox-main.vr iframe {
        display: block; }
      .lightbox .lightbox-main.vr .error {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 60%;
        transform: translate(-50%, -50%);
        padding: 1rem;
        color: #eee;
        background-color: #000;
        border-radius: .5rem; }
    .lightbox .lightbox-main .regions {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .lightbox .lightbox-main .regions > * {
        position: absolute;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        transition: all 500ms; }
        .lightbox .lightbox-main .regions > * span {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 100%;
          padding: 0 4px 4px 6px;
          background-color: rgba(255, 255, 255, 0.5);
          font-size: 0.75em;
          color: #333333;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          transition: all 500ms; }
        .lightbox .lightbox-main .regions > * .active, .lightbox .lightbox-main .regions > *:hover {
          border: 1px solid #fff; }
          .lightbox .lightbox-main .regions > * .active span, .lightbox .lightbox-main .regions > *:hover span {
            color: #000000;
            max-width: none;
            background-color: #fff; }
  .lightbox .lightbox-caption {
    display: flex;
    position: absolute;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.3125rem;
    background-color: rgba(0,0,0,0.68);
    border-radius: 4px 4px 0 0;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.45);
    z-index: 12;
    transform: translateY(100%);
    transition: transform 300ms ease-out, opacity 1s; }
    .lightbox .lightbox-caption.hasbuttons {
      justify-content: space-between; }
      .lightbox .lightbox-caption.hasbuttons .caption {
        text-align: left; }
    .lightbox .lightbox-caption .download {
      padding: 0.5rem; }
      .lightbox .lightbox-caption .download:before {
        color: #cccccc; }
      .lightbox .lightbox-caption .download a {
        padding: 0.2rem;
        font-size: 0.875em; }
    .lightbox .lightbox-caption .ratingbox {
      margin: 0 0.3125rem;
      display: inline-block;
      text-align: center; }
      .lightbox .lightbox-caption .ratingbox label {
        display: block;
        letter-spacing: 0.25rem;
        font-size: 10px;
        line-height: 14px;
        opacity: 0.6; }
    .lightbox .lightbox-caption .buttons {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .lightbox .lightbox-caption .buttons > * {
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
        margin-right: 1px;
        text-align: left; }
      .lightbox .lightbox-caption .buttons .button {
        display: flex;
        padding: 0.625rem;
        font-size: 0.75em;
        color: #cccccc;
        background-color: rgba(0,0,0,0.93);
        transition: color 500ms, background-color 500ms; }
        .lightbox .lightbox-caption .buttons .button span {
          display: none; }
        .lightbox .lightbox-caption .buttons .button:before {
          font-size: 18px; }
        .lightbox .lightbox-caption .buttons .button b {
          margin-left: .2em;
          padding: .1em .45em .2em;
          color: white;
          background-color: red;
          border-radius: 2px; }
        .lightbox .lightbox-caption .buttons .button:hover {
          color: #ffffff;
          background-color: #007aa3; }
      .lightbox .lightbox-caption .buttons .button.icon-shopping-cart-add span,
      .lightbox .lightbox-caption .buttons .button.icon-fotomoto span,
      .lightbox .lightbox-caption .buttons .audio-clip .button span {
        margin-left: 0.46875rem;
        display: block; }
      .lightbox .lightbox-caption .buttons .audio-clip {
        align-items: center;
        position: relative; }
        .lightbox .lightbox-caption .buttons .audio-clip .volume {
          max-width: 4rem; }
        .lightbox .lightbox-caption .buttons .audio-clip .progress {
          position: absolute;
          display: block;
          margin: 0;
          bottom: 0;
          left: 0;
          height: 2px;
          background-color: #ffffff;
          content: '';
          z-index: 9; }
        .lightbox .lightbox-caption .buttons .audio-clip.playing .button span {
          display: none; }
        .lightbox .lightbox-caption .buttons .audio-clip.playing .volume {
          display: block; }
        .lightbox .lightbox-caption .buttons .audio-clip.paused .button span {
          display: block; }
        .lightbox .lightbox-caption .buttons .audio-clip.paused .volume {
          display: none; }
      .lightbox .lightbox-caption .buttons .numbers {
        margin: 0 0.5em;
        color: #cccccc; }
        .lightbox .lightbox-caption .buttons .numbers span {
          font-weight: bold; }
    .lightbox .lightbox-caption .caption {
      flex: 2;
      padding: 0.3125rem;
      max-width: fit-content;
      max-height: 30vh;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: center;
      color: #cccccc;
      scrollbar-color: dark; }
      .lightbox .lightbox-caption .caption::-webkit-scrollbar {
        width: .8rem; }
      .lightbox .lightbox-caption .caption::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.25); }
      .lightbox .lightbox-caption .caption::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.15); }
      .lightbox .lightbox-caption .caption h1, .lightbox .lightbox-caption .caption h2, .lightbox .lightbox-caption .caption h3, .lightbox .lightbox-caption .caption h4, .lightbox .lightbox-caption .caption h5, .lightbox .lightbox-caption .caption h6 {
        color: #cccccc; }
      .lightbox .lightbox-caption .caption h1 {
        font-size: 1.6em; }
      .lightbox .lightbox-caption .caption h2 {
        font-size: 1.4em; }
      .lightbox .lightbox-caption .caption h3 {
        font-size: 1.2em; }
      .lightbox .lightbox-caption .caption h4 {
        font-size: 1.1em; }
      .lightbox .lightbox-caption .caption .title {
        font-weight: bold; }
      .lightbox .lightbox-caption .caption .comment a {
        text-decoration: underline;
        text-underline-offset: 3px; }
    .lightbox .lightbox-caption:hover {
      background-color: rgba(0,0,0,0.93); }
  .lightbox .controls .zoom-in,
  .lightbox .controls .zoom-out,
  .lightbox .controls .zoom-level,
  .lightbox .controls .hide-thumbs,
  .lightbox .controls .hide-caption,
  .lightbox .controls .pause {
    display: none; }
  .lightbox.thumbs-visible .thumb-strip {
    top: 0; }
  .lightbox.thumbs-visible .controls {
    top: 80px; }
    .lightbox.thumbs-visible .controls > .hide-thumbs {
      display: inline-block; }
    .lightbox.thumbs-visible .controls > .show-thumbs {
      display: none; }
  .lightbox.show-zoom-in .controls .zoom-in {
    display: block; }
  .lightbox.show-zoom-out .controls .zoom-out {
    display: block; }
  .lightbox.show-zoom-level .controls .zoom-level {
    display: block; }
  .lightbox .controls .exitfullscreen {
    display: none; }
  .lightbox.fullscreen .controls .fullscreen {
    display: none; }
  .lightbox.fullscreen .controls .exitfullscreen {
    display: block; }
  .lightbox.no-caption .controls .show-caption,
  .lightbox.no-caption .controls .hide-caption {
    display: none !important; }
  .lightbox.caption-visible .lightbox-caption {
    transform: translateY(0); }
  .lightbox.caption-visible .controls .hide-caption {
    display: block; }
  .lightbox.caption-visible .controls .show-caption {
    display: none !important; }
  .lightbox.playing .controls .pause {
    display: block; }
  .lightbox.playing .controls .play {
    display: none !important; }
  .lightbox.controls-hide .controls {
    opacity: 0; }

.icon-thin .lightbox .controls .previous:before, .icon-thin .lightbox .controls .previous:after,
.icon-thin .lightbox .controls .next:before,
.icon-thin .lightbox .controls .next:after {
  width: 16px;
  height: 1px; }
.icon-thin .lightbox .controls .previous:before,
.icon-thin .lightbox .controls .next:before {
  top: calc(50% - 5.3px); }
.icon-thin .lightbox .controls .previous:after,
.icon-thin .lightbox .controls .next:after {
  top: calc(50% + 5.3px); }
.icon-thin .lightbox .controls.use-text .previous:before,
.icon-thin .lightbox .controls.use-text .next:before {
  top: calc(36% - 5.3px); }
.icon-thin .lightbox .controls.use-text .previous:after,
.icon-thin .lightbox .controls.use-text .next:after {
  top: calc(36% + 5.3px); }

.icon-fat .lightbox .controls .previous:before, .icon-fat .lightbox .controls .previous:after,
.icon-fat .lightbox .controls .next:before,
.icon-fat .lightbox .controls .next:after {
  width: 16px;
  height: 2px; }
.icon-fat .lightbox .controls .previous:before,
.icon-fat .lightbox .controls .next:before {
  top: calc(50% - 4.95px); }
.icon-fat .lightbox .controls .previous:after,
.icon-fat .lightbox .controls .next:after {
  top: calc(50% + 4.95px); }
.icon-fat .lightbox .controls.use-text .previous:before,
.icon-fat .lightbox .controls.use-text .next:before {
  top: calc(36% - 4.95px); }
.icon-fat .lightbox .controls.use-text .previous:after,
.icon-fat .lightbox .controls.use-text .next:after {
  top: calc(36% + 4.95px); }

.jalbumWidgetbar .lightbox-caption {
  bottom: 20px; }

.lightbox-caption .photodata p {
  display: inline-block; }
  .lightbox-caption .photodata p b {
    margin: 0 .25rem 0 0; }
  .lightbox-caption .photodata p i {
    margin: 0 1rem 0 0; }

/********* medium displays >= 640px */
@media screen and (min-width: 30em) {
  .lightbox .thumb-strip {
    max-width: 90%; }
    .lightbox .thumb-strip.scroll {
      width: 90%; }
  .lightbox .lightbox-caption {
    width: 90%;
    left: 5%; } }
@media screen and (min-width: 40em) {
  .icon-thin .lightbox .controls .previous:before,
  .icon-thin .lightbox .controls .previous:after,
  .icon-thin .lightbox .controls .next:before,
  .icon-thin .lightbox .controls .next:after {
    width: 20px;
    height: 1.5px; }
  .icon-thin .lightbox .controls .previous:before,
  .icon-thin .lightbox .controls .next:before {
    top: calc(50% - 6.54px); }
  .icon-thin .lightbox .controls .previous:after,
  .icon-thin .lightbox .controls .next:after {
    top: calc(50% + 6.54px); }
  .icon-thin .lightbox .controls.use-text .previous:before,
  .icon-thin .lightbox .controls.use-text .next:before {
    top: calc(36% - 6.54px); }
  .icon-thin .lightbox .controls.use-text .previous:after,
  .icon-thin .lightbox .controls.use-text .next:after {
    top: calc(36% + 6.54px); }

  .icon-fat .lightbox .controls .previous:before,
  .icon-fat .lightbox .controls .previous:after,
  .icon-fat .lightbox .controls .next:before,
  .icon-fat .lightbox .controls .next:after {
    width: 20px;
    height: 3px; }
  .icon-fat .lightbox .controls .previous:before,
  .icon-fat .lightbox .controls .next:before {
    top: calc(50% - 6px); }
  .icon-fat .lightbox .controls .previous:after,
  .icon-fat .lightbox .controls .next:after {
    top: calc(50% + 6px); }
  .icon-fat .lightbox .controls.use-text .previous:before,
  .icon-fat .lightbox .controls.use-text .next:before {
    top: calc(36% - 6px); }
  .icon-fat .lightbox .controls.use-text .previous:after,
  .icon-fat .lightbox .controls.use-text .next:after {
    top: calc(36% + 6px); }

  .lightbox .controls.use-text {
    text-align: center; }
    .lightbox .controls.use-text button {
      padding: 0 4px 4px 4px;
      min-width: 60px;
      font-size: 11px; }
      .lightbox .controls.use-text button.previous, .lightbox .controls.use-text button.next {
        padding-top: 34px; }
      .lightbox .controls.use-text button:before {
        line-height: 39px; }
  .lightbox .controls button {
    padding: 0 14px; }
    .lightbox .controls button:before {
      line-height: 55px;
      font-size: 22.5px; }
    .lightbox .controls button.previous, .lightbox .controls button.next {
      width: 48px;
      padding: 0 4px; }
  .lightbox .thumb-strip {
    max-width: 80%; }
    .lightbox .thumb-strip.scroll {
      width: 80%; }
  .lightbox .lightbox-caption {
    flex-direction: row;
    align-items: flex-start;
    width: 80%;
    left: 10%; }
    .lightbox .lightbox-caption .caption {
      padding: 0.3125rem 0.625rem;
      text-align: left;
      width: max-content; }
    .lightbox .lightbox-caption .caption + .buttons {
      margin-left: auto; }
    .lightbox .lightbox-caption .buttons {
      justify-content: flex-end; }
      .lightbox .lightbox-caption .buttons .button {
        margin-bottom: 1px; }
        .lightbox .lightbox-caption .buttons .button span {
          margin-left: 0.46875rem;
          display: block; } }

/*# sourceMappingURL=laza.lightbox.css.map */

/* user.scss :: User defined styles */
@keyframes fade-and-hide {
  0% {
    opacity: 100%;
    visibility: visible;
    display: block; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
/******************************************* Styling default tags */
@media screen {
  html, body {
    min-height: 100%; } }
* {
  box-sizing: border-box; }

html {
  background-color: transparent; }

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #cccccc;
  background-color: #222222;
  background-image: url(bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.card,
.cont.box {
  background-image: none;
  background-position: center center; }

.stop-transitions * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.scrollable {
  overflow: auto;
  scrollbar-color: dark; }
  .scrollable::-webkit-scrollbar {
    width: .8rem; }
  .scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25); }
  .scrollable::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.15); }
  .scrollable .thumbnails .cont .card .caption {
    scrollbar-color: dark; }
    .scrollable .thumbnails .cont .card .caption::-webkit-scrollbar {
      width: .8rem; }
    .scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.25); }
    .scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-thumb {
      border: 1px solid rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.15); }

.light-mode.scrollable {
  scrollbar-color: light; }
  .light-mode.scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2); }
  .light-mode.scrollable::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.6); }
  .light-mode.scrollable .thumbnails .cont .card .caption {
    scrollbar-color: light; }
    .light-mode.scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.2); }
    .light-mode.scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-thumb {
      border: 1px solid rgba(0, 0, 0, 0.25);
      background-color: rgba(255, 255, 255, 0.6); }

.jalbumWidgetbar body {
  margin-bottom: 20px; }

.no-scroll {
  overflow: hidden; }

/*
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0; 
}
*/
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility; }
  p .lead {
    font-size: 1.125em; }
  p aside {
    font-size: 0.875em;
    font-style: italic; }

h1, h2, h3, h4 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5, h6 {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem; }

a {
  color: #eeeeee;
  text-decoration: none;
  line-height: inherit; }
  a:hover {
    color: #ffffff; }
  a img {
    border: none; }
  a[data-ask-permission] {
    cursor: pointer; }

ul, ol, dl {
  font-size: 1em; }

ul {
  padding-left: 1rem; }

ol {
  padding-left: 1em; }
  ol li {
    margin: 0.3125rem 0; }

.hidden {
  display: none; }

label {
  display: inline-block;
  font-size: 0.75em;
  font-weight: normal;
  color: #cccccc; }

input[type=text] {
  border-radius: 2px;
  margin-bottom: 0; }

code,
kbd {
  font-size: 0.875em;
  padding: 0.15625rem 0.3125rem;
  border: 1px solid rgba(204,204,204,0.250); }

/*
.page-wrap blockquote {
	text-align: center;
	font-size: $fontXXL;
	text-transform: uppercase;
    letter-spacing: 0.1em;
	&:before {
		content: "\201c";
	}
	&:after {
		content: "\201d";
	}
}
*/
b, strong {
  font-weight: bold; }

img {
  border-style: none; }

.custom hr,
.caption hr {
  border-color: rgba(204,204,204,0.250); }

.caption hr {
  margin: 1rem; }

.custom hr {
  margin: 2rem 25%; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  line-height: 1rem;
  font-size: 1.125rem; }

.button {
  position: relative;
  padding: 0.625rem;
  display: inline-block;
  line-height: 1.125rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background-color: #0099cc;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .button:focus {
    outline: 1px dotted #0099cc; }
  .button.primary {
    background-color: #2ba6cb; }
    .button.primary:hover {
      background-color: #2285a2 !important; }
  .button.secondary {
    background-color: #e9e9e9;
    color: #181818; }
    .button.secondary:hover {
      background-color: #007aa3; }
  .button.alert {
    background-color: #c60f13;
    color: #fefefe; }
    .button.alert:hover {
      background-color: #9e0c0f !important;
      color: #fefefe; }
  .button.success {
    background-color: #5da423; }
    .button.success:hover {
      background-color: #4a831c !important; }
  .button.warning {
    background-color: #ffae00; }
    .button.warning:hover {
      background-color: #cc8b00 !important; }
  .button.disabled {
    opacity: 0.4;
    color: #cccccc !important;
    background-color: transparent !important;
    padding: .5rem;
    border: 1px solid #bababa;
    cursor: not-allowed; }
  .button:not(.disabled):hover {
    color: #ffffff;
    background-color: #007aa3; }
  .button.small {
    display: inline-block;
    margin: 0.15625rem;
    color: #cccccc;
    padding: 0.3125rem 0.625rem;
    font-size: 0.75em;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid rgba(204,204,204,0.250); }
    .button.small:hover {
      color: #ffffff;
      border-color: #007aa3;
      background-color: #007aa3; }
    .button.small:before {
      line-height: 12px; }
  .button.large {
    padding: 0.9375rem 1.25rem; }
  .button .badge {
    padding: .125rem .25rem;
    min-width: 1.25rem;
    line-height: 1;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    color: #0099cc;
    background-color: #ffffff;
    border-radius: .2em; }
    .button .badge.red {
      color: white;
      background-color: red; }
    .button .badge.top-right {
      position: absolute;
      right: 0.3125rem;
      top: 0.3125rem; }
    .button .badge:not(.top-right) {
      vertical-align: 4px;
      margin-left: .5em; }

.button[class^="icon-"]:before, .button[class*=" icon-"]:before {
  vertical-align: -2px; }

:not(.has-selected) .button.small.select-none,
:not(.has-selected) .button.small.keep-selected,
.all-selected .button.small.select-all {
  color: rgba(204,204,204,0.250);
  cursor: not-allowed; }
  :not(.has-selected) .button.small.select-none:hover,
  :not(.has-selected) .button.small.keep-selected:hover,
  .all-selected .button.small.select-all:hover {
    border-color: rgba(204,204,204,0.250);
    background-color: transparent; }

:not(.all-selected) .button.small.select-all,
.has-selected .button.small.select-none,
.has-selected:not(.all-selected) .button.small.keep-selected {
  color: #cccccc;
  cursor: pointer; }
  :not(.all-selected) .button.small.select-all:hover,
  .has-selected .button.small.select-none:hover,
  .has-selected:not(.all-selected) .button.small.keep-selected:hover {
    color: #ffffff;
    border-color: #007aa3;
    background-color: #007aa3; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-small {
  font-size: 0.875em; }

.text-x-small {
  font-size: 0.75em; }

.text-large {
  font-size: 1.125em; }

.text-x-large {
  font-size: 1.25em; }

.flex {
  display: flex; }

.column {
  display: flex;
  flex-direction: column; }

.small-column,
.medium-column {
  display: flex;
  flex-direction: column; }

.embed-container {
  position: relative;
  height: 75vh;
  overflow: hidden; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.date {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: .125rem 0;
  font-size: 75%;
  line-height: 1;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.hide-image {
  opacity: 0; }

.show-image {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms ease; }

/******************************************* Main structure */
section {
  display: flex;
  align-items: center;
  justify-content: center; }

.cont {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 67.5rem; }
  .cont.column, .cont.small-column {
    flex-direction: column; }

article {
  width: 100%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.page-wrap {
  padding: 0.625rem 0.9375rem; }

.content section {
  flex-direction: column;
  padding: 0 0.625rem; }
  .content section .cont.box {
    margin: 0.625rem;
    padding: 0.625rem;
    background-color: rgba(68,68,68,0.400);
    border-radius: 6px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.50); }
    .content section .cont.box .title, .content section .cont.box h4 {
      margin: 0.46875rem 0.625rem 0.3125rem 0.3125rem; }
  .content section.thumbnails, .content section.folders, .content section.pages {
    padding: 0; }
    .content section.thumbnails .cont:not(.title), .content section.folders .cont:not(.title), .content section.pages .cont:not(.title) {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.counts {
  white-space: nowrap; }
  .counts span {
    font-size: 0.75em;
    display: inline-block;
    padding: 0.3125rem 0.46875rem;
    line-height: 1.2;
    border-top: 1px solid rgba(204,204,204,0.250);
    border-bottom: 1px solid rgba(204,204,204,0.250);
    border-left: 1px solid rgba(204,204,204,0.250); }
    .counts span:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .counts span:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-right: 1px solid rgba(204,204,204,0.250); }

.scrollup {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 0.9375rem;
  color: ;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 4px 0 0;
  transition: opcaity 500ms ease-out, background-color 500ms ease-out, color 500ms ease-out; }
  .scrollup.show {
    opacity: 1; }
  .scrollup:hover {
    color: ;
    background-color: rgba(0, 0, 0, 0.9); }

/******************************************* Overlay header */
@-moz-keyframes progressbar {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
@-webkit-keyframes progressbar {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
@-ms-keyframes progressbar {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
@keyframes progressbar {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
.overlay {
  background-color: rgba(0,0,0,0.27); }
  .overlay header.cont {
    width: calc(100% - 1.25rem);
    max-width: 67.5rem; }
  .overlay > .title {
    display: flex;
    align-items: flex-start;
    padding: 0.3125rem 0.625rem;
    color: #cccccc; }
    .overlay > .title > * {
      color: #cccccc; }
    .overlay > .title:before {
      margin: 0.3125rem 0.625rem 0.3125rem 0;
      line-height: 27px;
      font-size: 27px; }
    .overlay > .title .close {
      margin-left: auto;
      padding: 0.625rem;
      visibility: hidden;
      font-size: 0.875em;
      transition: color 500ms ease, background-color 500ms ease;
      background-color: transparent;
      border-radius: 2px; }
      .overlay > .title .close:hover {
        color: #ffffff;
        background-color: #007aa3;
        visibility: visible; }
        .overlay > .title .close:hover:after {
          color: #ffffff; }
      .overlay > .title .close:after {
        color: #cccccc;
        vertical-align: -4px;
        font-size: 200%;
        line-height: 1rem;
        content: "\00d7";
        visibility: visible;
        margin-left: .25rem; }
    .overlay > .title h3, .overlay > .title h4 {
      flex: 1 auto; }
      .overlay > .title h3 small, .overlay > .title h4 small {
        margin: 0 0.9375rem; }
        .overlay > .title h3 small:before, .overlay > .title h4 small:before {
          margin-right: 0.625rem; }
  .overlay .progressbar {
    position: relative;
    display: block;
    width: 20%;
    height: 2px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1); }
    .overlay .progressbar:after {
      position: absolute;
      background-color: #0099cc;
      width: 100%;
      height: 100%;
      left: -100%;
      content: ' ';
      -moz-animation: progressbar 1s linear infinite alternate;
      -webkit-animation: progressbar 1s linear infinite alternate;
      -ms-animation: progressbar 1s linear infinite alternate;
      animation: progressbar 1s linear infinite alternate; }

.has-overlay .thumbnails:not(.overlay),
.has-overlay .hide-on-overlay {
  display: none !important; }

/******************************************* Top bar */
.top-bar .cont {
  justify-content: flex-start; }
.top-bar.has-logo .home-link {
  width: 100%;
  display: flex;
  justify-content: center; }
.top-bar .left-column,
.top-bar .right-column {
  display: flex;
  align-items: flex-end; }
.top-bar .left-column + .right-column {
  align-self: flex-end;
  margin-left: auto; }
.top-bar .right-column {
  line-height: 2.5rem; }
  .top-bar .right-column:first-child {
    margin-left: auto; }
.top-bar .button {
  width: 2.5rem;
  height: 2.5rem;
  color: #cccccc;
  background-color: transparent;
  border-radius: 0; }
.top-bar .player-btn:hover {
  color: #ffffff;
  background-color: #0099cc !important; }
  .top-bar .player-btn:hover svg g {
    fill: #ffffff; }
.top-bar .player-btn svg g {
  fill: #cccccc; }
.top-bar .search {
  display: flex;
  flex-direction: row; }
  .top-bar .search .search-input {
    padding: 0;
    max-width: 0;
    margin: auto 0;
    overflow: hidden;
    transition: max-width 500ms ease-out; }
    .top-bar .search .search-input input[type=text] {
      width: 7.75rem;
      height: 2rem;
      padding: 2px;
      border-radius: 0; }
  .top-bar .search .button {
    line-height: 20px; }
  .top-bar .search:hover {
    background-color: #0099cc; }
    .top-bar .search:hover .button {
      color: #ffffff; }
  .top-bar .search.active .search-input {
    max-width: 8rem;
    padding: 2px 0 2px 4px; }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.player-btn {
  display: flex;
  justify-content: center;
  align-items: center; }
  .player-btn .pause-btn {
    display: none; }
    .player-btn .pause-btn .disc {
      -webkit-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -moz-transform-origin: 10px 10px;
      -webkit-animation: rotating 2s linear infinite;
      -moz-animation: rotating 2s linear infinite;
      -o-animation: rotating 2s linear infinite;
      animation: rotating 2s linear infinite; }
  .player-btn .play-btn {
    display: block; }
  .player-btn.active .pause-btn {
    display: block; }
  .player-btn.active .play-btn {
    display: none; }

.full-width .top-bar.opaque {
  background-color: rgba(20,20,20,0.800);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.50); }

.page-wide .top-bar.opaque .cont {
  background-color: rgba(20,20,20,0.800);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.50); }

#topnav {
  display: flex;
  font-size: 0.875em; }
  #topnav a {
    display: block;
    position: relative;
    line-height: 2.5rem;
    padding: 0 0.625rem;
    white-space: nowrap;
    color: #cccccc;
    transition: background-color 500ms ease-out; }
    #topnav a:hover {
      color: #ffffff !important;
      background-color: #007aa3 !important; }
  #topnav [class^="icon-"]:before, #topnav [class*=" icon-"]:before {
    line-height: 2.25rem !important; }
  #topnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #topnav > .menu {
    display: none;
    flex-flow: row wrap;
    justify-items: stretch; }
    #topnav > .menu li.has-submenu > a {
      position: relative;
      padding-right: 1rem; }
      #topnav > .menu li.has-submenu > a:after {
        position: absolute;
        padding: 0;
        width: 0;
        height: 0;
        right: .125rem;
        top: calc(50% - .25rem);
        border: solid .25rem;
        content: ''; }
    #topnav > .menu li.actual-branch > ul {
      display: block; }
    #topnav > .menu > li {
      position: relative; }
      #topnav > .menu > li:hover > ul {
        display: block; }
      #topnav > .menu > li li.actual,
      #topnav > .menu > li li.actual-branch {
        background-color: rgba(255,255,255,0.1); }
      #topnav > .menu > li.has-submenu > a:after {
        right: .25rem;
        top: calc(50% - .25rem);
        border-color: #cccccc transparent transparent transparent; }
      #topnav > .menu > li > ul {
        z-index: 10;
        min-width: 100%; }
        #topnav > .menu > li > ul > ul {
          z-index: 11; }
          #topnav > .menu > li > ul > ul > ul {
            z-index: 12; }
      #topnav > .menu > li ul {
        display: none;
        line-height: normal;
        background-color: rgba(20,20,20,0.800);
        box-shadow: 1px 2px 6px rgba(0,0,0,0.50);
        border-left: 3px solid rgba(204,204,204,0.250);
        margin-left: 5px; }
        #topnav > .menu > li ul a {
          display: block;
          text-align: left; }
        #topnav > .menu > li ul li {
          position: relative; }
          #topnav > .menu > li ul li.has-submenu > a:after {
            border-color: transparent transparent transparent #cccccc; }
          #topnav > .menu > li ul li ul {
            left: 100%;
            top: 0; }
          #topnav > .menu > li ul li:hover > ul {
            display: block; }

.has-logo #topnav .icon-home {
  display: none; }

.menu-on #topnav > .menu {
  display: block; }

/******************************************* Hero */
body.top-level .hero {
  min-height: 160px;
  max-height: 80vh; }

body.sub-album .hero {
  min-height: 160px;
  min-height: 240px; }

body.page .hero {
  min-height: 80px;
  max-height: 40vh; }

.hero {
  flex-direction: column;
  height: fit-content; }
  .hero .cont {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
    overflow: hidden;
    padding-left: 0;
    background-size: cover; }
  .hero header {
    display: flex;
    flex: 1;
    color: #e6e6e6; }
    .hero header .title {
      display: flex;
      padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
      margin-right: 0.9375rem;
      background: rgba(17, 17, 17, 0.7);
      background: -webkit-linear-gradient(legacy-direction(90deg), rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.45) 60%, rgba(17, 17, 17, 0.2) 100%);
      background: linear-gradient(90deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.45) 60%, rgba(17, 17, 17, 0.2) 100%); }
    .hero header .back-btn {
      align-self: flex-start;
      margin-right: 0.625rem;
      margin-top: 0.3125rem;
      color: #eee;
      background-color: rgba(0, 0, 0, 0.5); }
    .hero header .back-btn:hover {
      color: #ffffff;
      background-color: #007aa3; }
    .hero header h1 {
      color: #e6e6e6; }
    .hero header h1, .hero header h2, .hero header h3 {
      line-height: 1.2; }
    .hero header h1 .date {
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      font-size: 40%;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .hero header .search {
      display: flex;
      margin: 0.625rem auto; }
      .hero header .search input[type=text] {
        border-radius: 2px 0 0 2px; }
      .hero header .search .button {
        border-radius: 0 2px 2px 0; }
    .hero header .description a {
      text-decoration: underline;
      text-underline-offset: 3px; }
  .hero.title-top header {
    align-items: flex-start; }
    .hero.title-top header .title {
      border-bottom-right-radius: 6px; }
  .hero.title-middle header {
    align-items: center; }
    .hero.title-middle header .title {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
  .hero.title-center header {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .hero.title-center header .title {
      margin: 0.625rem;
      border-radius: 6px;
      text-align: center;
      background-image: none;
      background-color: rgba(0, 0, 0, 0.6); }
  .hero.title-bottom header {
    align-items: flex-end; }
    .hero.title-bottom header .title {
      border-top-right-radius: 6px; }
  .hero .breadcrumb {
    margin: 0.3125rem 0;
    font-size: 0.75em;
    text-transform: uppercase; }
    .hero .breadcrumb > a {
      display: inline-block;
      color: #e6e6e6;
      padding: 0.3125rem 0.46875rem;
      border-radius: 2px;
      transition: background-color 500ms, color 500ms; }
      .hero .breadcrumb > a:before {
        vertical-align: -2px;
        margin-right: 0.3125rem; }
      .hero .breadcrumb > a:hover {
        color: #ffffff;
        background-color: #007aa3; }
  .hero .controls {
    flex: none;
    margin: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .hero .controls .buttons {
      display: flex;
      flex-direction: column;
      align-self: flex-end; }
      .hero .controls .buttons .button {
        border-radius: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.3); }
        .hero .controls .buttons .button:first-child {
          border-radius: 2px 2px 0 0;
          border-top: none; }
        .hero .controls .buttons .button:last-child {
          border-radius: 0 0 2px 2px; }
  .hero .start-show {
    position: relative;
    margin-top: auto;
    align-self: flex-end; }
    .hero .start-show .button {
      width: 57px;
      height: 57px;
      padding: 15px;
      border-radius: 4px; }
      .hero .start-show .button:before {
        line-height: 1;
        font-size: 27px; }
    .hero .start-show .text {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 0.9375rem;
      opacity: 0;
      line-height: 57px;
      font-size: 1.125em;
      color: #e6e6e6;
      white-space: nowrap;
      transform: translateX(-64px);
      transition: opacity 500ms ease-out, transform 500ms ease-out;
      border-radius: 4px 0 0 4px;
      background-color: rgba(0, 0, 0, 0.5); }
    .hero .start-show:hover .text {
      display: block;
      transform: translateX(-57px);
      opacity: 1; }
    .hero .start-show:hover .button {
      border-radius: 0 4px 4px 0;
      background-color: #007aa3; }

.full-width .hero {
  box-shadow: 1px 2px 6px rgba(0,0,0,0.50); }
  .full-width .hero.bg-image {
    background-color: rgba(20,20,20,0.800);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .full-width .hero.flat {
    background-color: #666666; }
  .full-width .hero.pattern {
    background-image: url(); }

.page-wide .hero .cont {
  box-shadow: 1px 2px 6px rgba(0,0,0,0.50); }
.page-wide .hero.bg-image .cont {
  background-color: rgba(20,20,20,0.800); }
.page-wide .hero.flat .cont {
  background-color: #666666; }
.page-wide .hero.pattern .cont {
  background-image: url(); }

/******************************************* Folders section */
.folders .cont {
  justify-content: stretch; }
  .folders .cont .card {
    position: relative;
    margin: 0.375rem;
    padding: 0rem;
    width: calc(100.000% - 0.75rem);
    overflow: hidden;
    background-color: rgba(68,68,68,0.400);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.50);
    border-radius: 6px; }
    .folders .cont .card .thumb {
      display: flex;
      overflow: hidden; }
      .folders .cont .card .thumb img {
        transition: transform 500ms ease-out, opacity 500ms ease-out; }
      .folders .cont .card .thumb .new-image {
        position: absolute;
        font-size: 0.875em;
        right: 4px;
        top: 4px;
        width: 28px;
        height: 28px;
        padding: 4px;
        line-height: 18px;
        padding: 4px;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        color: #f40;
        border-radius: 2px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(0, 0, 0, 0.1);
        transition: background-color 1s; }
    .folders .cont .card .caption {
      scrollbar-color: dark; }
      .folders .cont .card .caption::-webkit-scrollbar {
        width: .8rem; }
      .folders .cont .card .caption::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.25); }
      .folders .cont .card .caption::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.15); }
      .folders .cont .card .caption h3, .folders .cont .card .caption .title {
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem; }
      .folders .cont .card .caption .title {
        font-family: "Fjalla One", sans-serif;
        font-weight: 400;
        font-size: 1em; }
      .folders .cont .card .caption p,
      .folders .cont .card .caption .description {
        font-size: 0.875em;
        margin: 0; }
      .folders .cont .card .caption .counts {
        font-size: 0.875em; }
        .folders .cont .card .caption .counts span {
          padding: 0.15625rem 0.3125rem; }
  .folders .cont.caption-over .card .thumb {
    width: 100%;
    height: 100%;
    border-radius: 6px; }
    .folders .cont.caption-over .card .thumb.icon {
      min-height: 170px; }
  .folders .cont.caption-over .card .caption {
    padding: 0.3125rem 0.625rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    text-align: left;
    max-width: 90%;
    border-radius: 0 6px 0 6px;
    transition: background-color 500ms ease-out;
    background: rgba(