/*! 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 */

/* Google Fonts */
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face{font-family:skinicon-fat;src:url(icon/skinicon-fat.ttf?v5.3.4) format('truetype'),url(icon/skinicon-fat.woff?v5.3.4) format('woff'),url(icon/skinicon-fat.svg?v5.3.4#skinicon18-fat) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"]:before,[class^=icon-]:before{font-family:skinicon-fat!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"}

/* 	forms.scss
	Form resets from Zurb foundation 
	: needed to keep the previous styling after the framework got removed
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  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;
  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: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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'] {
  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: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 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;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 16px;
  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; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

/*# sourceMappingURL=forms.css.map */


/* laza.modal.scss */
.modal {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 300000; }
  .modal .close {
    padding: 0;
    position: absolute;
    border: none;
    width: 48px;
    height: 48px;
    z-index: 20;
    transition: background-color 500ms ease-out; }
    .modal .close::before, .modal .close::after {
      position: absolute;
      margin-left: -0.5px;
      width: 2px;
      background-color: #eeeeee;
      content: '';
      bottom: 30%;
      left: 50%;
      top: 30%;
      transition: background-color 500ms ease-out; }
    .modal .close::before {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal .close::after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .modal .close:hover, .modal .close:focus {
      background-color: #dfdfdf;
      outline: none; }
    .modal .close:hover:before, .modal .close:hover:after {
      background-color: #111111; }
  .modal > .close {
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    border-radius: px; }
  .modal .window {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: auto;
    max-width: 96%;
    width: fit-content;
    padding: 0;
    color: #eee;
    background-color: #222222;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: px;
    border: ; }
    .modal .window.small {
      max-width: 70%; }
    .modal .window.large {
      width: calc(100% - 4rem); }
    .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.has-header .content {
      padding: 1rem; }
    .modal .window.no-padding .content {
      padding: 0; }
    .modal .window header {
      height: 48px;
      line-height: 48px;
      padding-left: 1rem;
      padding-right: 4rem;
      text-align: left;
      color: #f4f4f4;
      background-color: #333; }
      .modal .window header h3, .modal .window header h4, .modal .window header h5 {
        display: inline-flex;
        margin-left: 0.3125rem; }
      .modal .window header::before {
        vertical-align: text-top; }
    .modal .window .close {
      top: 0;
      right: 0; }
      .modal .window .close::before, .modal .window .close::after {
        background-color: #f4f4f4; }
      .modal .window .close:hover::before, .modal .window .close:hover::after {
        background-color: #111111; }
    .modal .window .content {
      padding: 1rem;
      -webkit-overflow-scrolling: touch;
      max-height: calc(96vh - 4rem);
      overflow-x: hidden;
      overflow-y: auto;
      width: auto;
      scrollbar-color: dark;
      /*
      a:not(.button) {
      	color: _(linklColor);
      }
      a:hover {
      	color: _(modalButtonColor);
      	background-color: _(buttonHoverBgColor);
      }
      */ }
      .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);
        border-radius: 3px; }
      .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);
          border-radius: 3px; }
      .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: 1.5625rem; }
      .modal .window .content .text-center {
        text-align: center; }
      .modal .window .content > .buttons::first-child {
        margin-top: 0; }
      .modal .window .content .menu {
        display: flex;
        flex-direction: column;
        text-align: left; }
        .modal .window .content .menu .button {
          color: #eee;
          text-align: left;
          background-color: transparent; }
          .modal .window .content .menu .button::before {
            margin-right: 0.3125rem; }
          .modal .window .content .menu .button:hover {
            color: #111111;
            background-color: #dfdfdf; }
        .modal .window .content .menu .ratingbox,
        .modal .window .content .menu .button {
          padding: 0.625rem; }
    .modal .window.map {
      padding: 0 60px 0 0;
      background-color: #000; }
      .modal .window.map img {
        max-width: none; }
    .modal .window > .btn.close:first-child {
      border-bottom-left-radius: px; }
    .modal .window .buttons {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-flow: row wrap;
      margin-top: 0.625rem;
      font-size: 14px; }
      .modal .window .buttons .button {
        display: block;
        margin: 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); }

.icon-fat .modal .window .close:before, .icon-fat .modal .window .close:after {
  width: 4px; }

@media only screen and (min-width: 40em) {
  .modal .window {
    min-width: auto;
    max-width: 90%; }
    .modal .window.small {
      max-width: 50%; }
    .modal .window.large {
      width: 80%;
      max-width: calc(100% - 4rem); }
    .modal .window .content {
      min-width: 25rem; } }
@media only screen and (min-width: 64em) {
  .modal .window {
    max-width: 1880px; }
    .modal .window.small {
      max-width: 40%; }
    .modal .window.large {
      max-width: calc(1880px - 6rem); } }
@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.paypal.scss */
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pop {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.15); }
  100% {
    -moz-transform: scale(1); } }
@keyframes pop {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
.modal.shopping-cart .window {
  min-width: 86%; }
  .modal.shopping-cart .window .content {
    padding: 0; }
  .modal.shopping-cart .window .button.icon-close {
    flex: none;
    margin: 0 .25rem 0 0;
    padding: 0;
    border-radius: 0.25rem;
    color: #eee;
    background-color: #282828;
    width: 1.5rem;
    height: 1.5rem; }
    .modal.shopping-cart .window .button.icon-close:hover {
      color: #fff;
      background-color: #c00; }
    .modal.shopping-cart .window .button.icon-close:before {
      font-size: 18px;
      line-height: 1.5rem; }
  .modal.shopping-cart .window .items .item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.625rem 0.9375rem;
    width: 100%; }
    .modal.shopping-cart .window .items .item:nth-child(even) {
      background-color: rgba(255,255,255,0.05); }
    .modal.shopping-cart .window .items .item .thumb {
      flex: none;
      max-width: 90px;
      max-height: 60px;
      margin: 0.125rem 0.3125rem;
      transition: transform 400ms; }
      .modal.shopping-cart .window .items .item .thumb:hover {
        transform: scale(2); }
    .modal.shopping-cart .window .items .item .title {
      flex: 2;
      min-width: 20%;
      overflow: hidden;
      line-height: 1.5;
      padding: 0 0.625rem;
      text-overflow: ellipsis; }
    .modal.shopping-cart .window .items .item .data {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      flex: none;
      font-size: 14px; }
    .modal.shopping-cart .window .items .item input, .modal.shopping-cart .window .items .item select {
      width: auto;
      max-width: 98%;
      margin: 0.125rem 0.3125rem;
      font-size: 14px;
      display: inline-block; }
    .modal.shopping-cart .window .items .item option {
      font-size: 14px; }
    .modal.shopping-cart .window .items .item input[type="number"] {
      min-width: 3.6rem; }
    .modal.shopping-cart .window .items .item fieldset {
      display: inline-block;
      margin: 0;
      padding: 0;
      border: 0;
      flex-flow: row wrap;
      line-height: 2;
      text-align: center; }
      .modal.shopping-cart .window .items .item fieldset label {
        display: inline-flex;
        margin: 0 0.3125rem;
        padding: 0.625rem 0.625rem 0.625rem 0.3125rem;
        background-color: #111;
        border-radius: 0.3125rem;
        line-height: 1; }
        .modal.shopping-cart .window .items .item fieldset label input {
          vertical-align: bottom;
          padding: 0; }
        .modal.shopping-cart .window .items .item fieldset label.checked {
          color: #111111;
          background-color: #dfdfdf; }
    .modal.shopping-cart .window .items .item select {
      padding: 0.5rem 1rem 0.5rem 0.5rem;
      background-position: 98% center;
      background-origin: inherit; }
    .modal.shopping-cart .window .items .item span.options {
      display: inline-block;
      line-height: 1.6;
      padding: .5rem;
      margin: 0 0.4rem;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #ddd; }
    .modal.shopping-cart .window .items .item input.quantity {
      width: 3rem; }
    .modal.shopping-cart .window .items .item .discount {
      margin: -1.6rem .4rem 0 0; }
  .modal.shopping-cart .window .discount {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: -1rem .4rem 0 .4rem;
    padding: .2rem .25rem .25rem;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #d33; }
  .modal.shopping-cart .window .amount {
    display: inline-block;
    min-width: 5.2em;
    text-align: right;
    padding: 0 0.625rem;
    font-size: 20px; }
  .modal.shopping-cart .window .details,
  .modal.shopping-cart .window .new-items {
    border-bottom: 1px solid #282828; }
  .modal.shopping-cart .window .summary {
    padding: 0.625rem 0.9375rem;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    border-bottom: 1px solid #282828; }
    .modal.shopping-cart .window .summary .summary-txt {
      display: inline-block; }
      .modal.shopping-cart .window .summary .summary-txt img {
        margin: 0.1rem;
        max-height: 40px; }
    .modal.shopping-cart .window .summary .details-btn {
      display: inline-block;
      margin-left: 0.625rem;
      padding: 0 0.9375rem 0 0.625rem;
      background-color: #444;
      color: #ddd;
      transition: background-color .25s ease-out, color .25s ease-out; }
      .modal.shopping-cart .window .summary .details-btn:hover {
        color: #fff;
        background-color: #222; }
  .modal.shopping-cart .window .pricing {
    background-color: rgba(0,0,0,0.4); }
    .modal.shopping-cart .window .pricing > div {
      display: block;
      text-align: right;
      padding: 0.625rem 0.9375rem;
      line-height: 2rem; }
      .modal.shopping-cart .window .pricing > div .amount {
        display: inline;
        padding: 0 0.625rem;
        text-align: right;
        font-size: 20px; }
      .modal.shopping-cart .window .pricing > div .coupon {
        text-align: left; }
    .modal.shopping-cart .window .pricing input {
      width: auto;
      margin: 0;
      display: inline-block; }
    .modal.shopping-cart .window .pricing input + .button {
      margin-left: 0.3125rem;
      padding: 0.625rem; }
    .modal.shopping-cart .window .pricing .button {
      margin-bottom: 0;
      vertical-align: baseline; }
    .modal.shopping-cart .window .pricing .data > * {
      display: inline-block; }
    .modal.shopping-cart .window .pricing .total {
      line-height: 2rem;
      border-top: 1px solid #282828; }
      .modal.shopping-cart .window .pricing .total span {
        font-weight: 600; }
  .modal.shopping-cart .window .buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0.625rem 0;
    padding: 0.3125rem 0.9375rem;
    text-align: center; }
  .modal.shopping-cart .window .fineprint {
    margin: 0.625rem 0;
    padding: 0 0.9375rem;
    text-align: center;
    font-size: 12px; }
  .modal.shopping-cart .window .instructions {
    margin: 0.625rem 0 0 0;
    padding: 0.625rem 0.9375rem;
    border-top: 1px solid #aaa; }
    .modal.shopping-cart .window .instructions > div {
      font-size: 14px;
      overflow: hidden; }
    .modal.shopping-cart .window .instructions:before {
      float: left;
      line-height: 1.25;
      margin-right: 0.3125rem; }

.shopping-cart-shortcut {
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 10; }
  .shopping-cart-shortcut .button {
    margin-bottom: 0;
    box-shadow: none; }
    .shopping-cart-shortcut .button.add-cart .badge {
      color: white;
      background-color: red; }
    .shopping-cart-shortcut .button.pop {
      -webkit-animation: pop 500ms ease;
      -moz-animation: pop 500ms ease;
      animation: pop 500ms ease; }
  .shopping-cart-shortcut.show-add .add-cart {
    display: block; }
  .shopping-cart-shortcut.show-add .view-cart {
    display: none; }
  .shopping-cart-shortcut.show-view .add-cart {
    display: none; }
  .shopping-cart-shortcut.show-view .view-cart {
    display: block; }

/* medium displays >= 640px */
@media only screen and (min-width: 40em), only screen and (orientation: landscape) {
  .modal.shopping-cart .window {
    min-width: 36rem;
    max-width: none; }
    .modal.shopping-cart .window .items .item {
      line-height: 60px;
      padding: 1rem;
      text-align: left; }
      .modal.shopping-cart .window .items .item .data {
        width: fit-content;
        max-width: 100%;
        font-size: 16px; }
        .modal.shopping-cart .window .items .item .data fieldset {
          text-align: right; }
      .modal.shopping-cart .window .items .item input, .modal.shopping-cart .window .items .item select {
        font-size: 16px; }
      .modal.shopping-cart .window .items .item option {
        font-size: 16px; }
    .modal.shopping-cart .window .summary {
      text-align: left; }
      .modal.shopping-cart .window .summary .details-btn {
        float: right; }
    .modal.shopping-cart .window .pricing > * {
      text-align: right; }
    .modal.shopping-cart .window .pricing .reduction {
      text-align: left;
      display: flex; }
      .modal.shopping-cart .window .pricing .reduction .data {
        margin-left: auto; }

  .shopping-cart-shortcut {
    position: fixed;
    right: 0.9375rem;
    bottom: .9375rem; } }
/* large displays >= 1024px */
@media only screen and (min-width: 64em) {
  .modal.shopping-cart .window {
    min-width: 48rem; } }
@media print {
  .modal.shopping-cart .window {
    width: 100%;
    height: auto;
    left: none; }
    .modal.shopping-cart .window .items .item {
      line-height: 60px;
      padding: 0.2rem;
      text-align: left; }
      .modal.shopping-cart .window .items .item .data {
        display: inline-block;
        float: right; } }

/*# sourceMappingURL=laza.paypal.css.map */


/* laza.lightbox.scss :: Lightbox styles */
/* 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%; } }
.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: rgba(51,51,51,0.867);
    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: #dfdfdf; }
  .lightbox .lightbox-main {
    position: absolute;
    z-index: 10;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    transition: left 500ms, top 500ms, width 500ms, height 500ms, transform 500ms, opacity 500ms;
    will-change: left, top, width, height, transform, opacity; }
    .lightbox .lightbox-main > * {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    .lightbox .lightbox-main.image img {
      width: 100%; }
    .lightbox .lightbox-main audio:focus,
    .lightbox .lightbox-main video:focus {
      outline: none; }
    .lightbox .lightbox-main.audio img.poster {
      width: 100%; }
    .lightbox .lightbox-main.audio audio {
      position: absolute;
      bottom: 8px;
      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, .lightbox .lightbox-main.audio {
      z-index: 16; }
    .lightbox .lightbox-main.image, .lightbox .lightbox-main.video, .lightbox .lightbox-main.audio {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    .lightbox .lightbox-main.video video {
      width: 100%; }
      .lightbox .lightbox-main.video video:focus {
        outline: none; }
    .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: #eeeeee;
      font-size: 14px;
      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.iframe {
      display: flex;
      justify-content: center;
      align-items: center; }
    .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: 12px;
          color: #222222;
          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: #111111;
            max-width: none;
            background-color: #fff; }
  .lightbox .zoom-in {
    display: none; }
  .lightbox.show-zoom-in .zoom-in {
    display: block; }
  .lightbox .zoom-out {
    display: none; }
  .lightbox.show-zoom-out .zoom-out {
    display: block; }
  .lightbox .zoom-level {
    display: none; }
  .lightbox.show-zoom-level .zoom-level {
    display: block; }
  .lightbox.caption-visible .lightbox-caption {
    transform: translateY(0); }
  .lightbox.playing .pause {
    display: block; }
  .lightbox.playing .play {
    display: none !important; }
  .lightbox .controls .exitfullscreen {
    display: none; }
  .lightbox.fullscreen .controls .fullscreen {
    display: none; }
  .lightbox.fullscreen .controls .exitfullscreen {
    display: block; }

.lightbox-btn {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 60px;
  border: none;
  border-radius: 0;
  will-change: opacity, backgroud-color, color;
  transition: all 500ms ease-out; }
  .lightbox-btn:hover, .lightbox-btn:focus {
    background-color: rgba(0, 0, 0, 0.6);
    outline: none; }

.lightbox > .lightbox-btn {
  text-align: left;
  text-indent: -9999px; }
  .lightbox > .lightbox-btn:hover:before, .lightbox > .lightbox-btn:hover:after {
    background-color: #eee; }
  .lightbox > .lightbox-btn:before, .lightbox > .lightbox-btn:after {
    position: absolute;
    margin-left: -0.5px;
    width: 2px;
    background-color: #ccc;
    content: ''; }
  .lightbox > .lightbox-btn.close {
    position: absolute;
    height: 60px;
    z-index: 20;
    top: 0;
    left: 0; }
    .lightbox > .lightbox-btn.close:before, .lightbox > .lightbox-btn.close:after {
      bottom: 25%;
      left: 50%;
      top: 25%; }
    .lightbox > .lightbox-btn.close:before {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .lightbox > .lightbox-btn.close:after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .lightbox > .lightbox-btn.arrow-left, .lightbox > .lightbox-btn.arrow-right {
    position: absolute;
    top: 50%;
    height: 90px;
    margin-top: -45px; }
    .lightbox > .lightbox-btn.arrow-left:before, .lightbox > .lightbox-btn.arrow-left:after, .lightbox > .lightbox-btn.arrow-right:before, .lightbox > .lightbox-btn.arrow-right:after {
      height: 30px; }
    .lightbox > .lightbox-btn.arrow-left:before, .lightbox > .lightbox-btn.arrow-right:before {
      top: 19.393398px; }
    .lightbox > .lightbox-btn.arrow-left:after, .lightbox > .lightbox-btn.arrow-right:after {
      bottom: 19.393398px; }
  .lightbox > .lightbox-btn.arrow-left {
    left: 0;
    z-index: 23; }
    .lightbox > .lightbox-btn.arrow-left:before, .lightbox > .lightbox-btn.arrow-left:after {
      left: 45%; }
    .lightbox > .lightbox-btn.arrow-left:before {
      -moz-transform: rotate(45deg) translateY(0.7071px);
      -ms-transform: rotate(45deg) translateY(0.7071px);
      -webkit-transform: rotate(45deg) translateY(0.7071px);
      transform: rotate(45deg) translateY(0.7071px); }
    .lightbox > .lightbox-btn.arrow-left:after {
      -moz-transform: rotate(-45deg) translateY(-0.7071px);
      -ms-transform: rotate(-45deg) translateY(-0.7071px);
      -webkit-transform: rotate(-45deg) translateY(-0.7071px);
      transform: rotate(-45deg) translateY(-0.7071px); }
  .lightbox > .lightbox-btn.arrow-right {
    right: 0;
    z-index: 22; }
    .lightbox > .lightbox-btn.arrow-right:before, .lightbox > .lightbox-btn.arrow-right:after {
      left: 55%; }
    .lightbox > .lightbox-btn.arrow-right:before {
      -moz-transform: rotate(-45deg) translateY(0.7071px);
      -ms-transform: rotate(-45deg) translateY(0.7071px);
      -webkit-transform: rotate(-45deg) translateY(0.7071px);
      transform: rotate(-45deg) translateY(0.7071px); }
    .lightbox > .lightbox-btn.arrow-right:after {
      -moz-transform: rotate(45deg) translateY(-0.7071px);
      -ms-transform: rotate(45deg) translateY(-0.7071px);
      -webkit-transform: rotate(45deg) translateY(-0.7071px);
      transform: rotate(45deg) translateY(-0.7071px); }

.icon-fat .lightbox > .lightbox-btn:before, .icon-fat .lightbox > .lightbox-btn:after {
  width: 4px; }
.icon-fat .lightbox > .lightbox-btn.arrow-left:before, .icon-fat .lightbox > .lightbox-btn.arrow-left:after {
  left: 45%; }
.icon-fat .lightbox > .lightbox-btn.arrow-left:before {
  -moz-transform: rotate(45deg) translateY(1.4142px);
  -ms-transform: rotate(45deg) translateY(1.4142px);
  -webkit-transform: rotate(45deg) translateY(1.4142px);
  transform: rotate(45deg) translateY(1.4142px); }
.icon-fat .lightbox > .lightbox-btn.arrow-left:after {
  -moz-transform: rotate(-45deg) translateY(-1.4142px);
  -ms-transform: rotate(-45deg) translateY(-1.4142px);
  -webkit-transform: rotate(-45deg) translateY(-1.4142px);
  transform: rotate(-45deg) translateY(-1.4142px); }
.icon-fat .lightbox > .lightbox-btn.arrow-right:before, .icon-fat .lightbox > .lightbox-btn.arrow-right:after {
  left: 55%; }
.icon-fat .lightbox > .lightbox-btn.arrow-right:before {
  -moz-transform: rotate(-45deg) translateY(1.4142px);
  -ms-transform: rotate(-45deg) translateY(1.4142px);
  -webkit-transform: rotate(-45deg) translateY(1.4142px);
  transform: rotate(-45deg) translateY(1.4142px); }
.icon-fat .lightbox > .lightbox-btn.arrow-right:after {
  -moz-transform: rotate(45deg) translateY(-1.4142px);
  -ms-transform: rotate(45deg) translateY(-1.4142px);
  -webkit-transform: rotate(45deg) translateY(-1.4142px);
  transform: rotate(45deg) translateY(-1.4142px); }

.controls {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  height: 60px;
  z-index: 21; }
  .controls .lightbox-btn {
    position: relative;
    text-align: center;
    color: #ccc; }
    .controls .lightbox-btn:hover {
      color: #eee; }
    .controls .lightbox-btn:before {
      margin: 0;
      font-size: 27px !important; }
    .controls .lightbox-btn.play, .controls .lightbox-btn.pause {
      z-index: 23;
      height: 60px; }
    .controls .lightbox-btn.zoom-level {
      z-index: 24;
      height: 60px; }
    .controls .lightbox-btn.pause > .progress {
      position: absolute;
      height: 2px;
      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; }

@-moz-keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-ms-keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes timer {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.lightbox-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-flow: column;
  align-items: stretch;
  max-height: 25%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  color: #eeeeee;
  font-size: 14px;
  z-index: 11;
  will-change: opacity; }
  .lightbox-caption h1, .lightbox-caption h2, .lightbox-caption h3, .lightbox-caption h4, .lightbox-caption h5, .lightbox-caption h6 {
    color: inherit;
    font-weight: bold; }
  .lightbox-caption.fixed-width {
    width: 100%; }
    .lightbox-caption.fixed-width .caption {
      width: 100%; }
  .lightbox-caption .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.3125rem 0.625rem;
    background-color: rgba(17, 17, 17, 0.7); }
    .lightbox-caption .caption > * {
      text-align: center; }
    .lightbox-caption .caption .title {
      font-weight: bold;
      font-size: 18px; }
  .lightbox-caption .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3125rem;
    background-color: rgba(17, 17, 17, 0.7);
    /* Download links */ }
    .lightbox-caption .buttons > * {
      display: inline-flex;
      margin: 0.3125rem;
      align-items: center; }
    .lightbox-caption .buttons .button {
      color: #eeeeee;
      border: 1px solid rgba(255, 255, 255, 0.25);
      background-color: transparent;
      line-height: 28px;
      padding: 0.3125rem 0.625rem; }
      .lightbox-caption .buttons .button:before {
        font-size: 18px;
        line-height: 28px; }
      .lightbox-caption .buttons .button span {
        display: none;
        font-size: 14px;
        margin-left: .3rem; }
      .lightbox-caption .buttons .button.icon-shopping-cart-add span, .lightbox-caption .buttons .button.icon-fotomoto span {
        display: inline-block; }
      .lightbox-caption .buttons .button b {
        margin-left: .2em;
        padding: 0.1em .45em .2em;
        color: white;
        background-color: #c00;
        border-radius: 2px; }
      .lightbox-caption .buttons .button:hover {
        color: #111111;
        border-color: transparent;
        background-color: #dfdfdf; }
    .lightbox-caption .buttons .audio-clip {
      display: flex;
      align-items: center;
      position: relative; }
      .lightbox-caption .buttons .audio-clip .button {
        display: flex; }
      .lightbox-caption .buttons .audio-clip .volume {
        max-width: 4rem; }
      .lightbox-caption .buttons .audio-clip .progress {
        position: absolute;
        display: block;
        margin: 0;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: #111111;
        content: '';
        z-index: 9; }
      .lightbox-caption .buttons .audio-clip.playing .button span {
        display: none; }
      .lightbox-caption .buttons .audio-clip.playing .volume {
        display: block; }
      .lightbox-caption .buttons .audio-clip.paused .button span {
        display: block; }
      .lightbox-caption .buttons .audio-clip.paused .volume {
        display: none; }
    .lightbox-caption .buttons .numbers {
      align-self: center; }
      .lightbox-caption .buttons .numbers small {
        margin-left: 0.3125rem;
        opacity: .5; }
    .lightbox-caption .buttons .shares a {
      display: inline-block;
      margin: 0 0.125rem;
      padding: 0.46875rem;
      color: #eeeeee;
      border-radius: 3px; }
      .lightbox-caption .buttons .shares a:before {
        vertical-align: -3px; }
      .lightbox-caption .buttons .shares a:hover {
        color: #111111;
        background-color: #dfdfdf; }
    .lightbox-caption .buttons .download {
      font-size: 12px;
      padding: 0.625rem; }
      .lightbox-caption .buttons .download a {
        color: #eeeeee;
        margin: 0 0.3125rem; }
        .lightbox-caption .buttons .download a:hover {
          text-decoration: underline; }
    .lightbox-caption .buttons .ratingbox {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 3px; }
      .lightbox-caption .buttons .ratingbox label {
        color: #eeeeee;
        display: block;
        letter-spacing: 0.25rem;
        font-size: 11px;
        opacity: 0.5; }
      .lightbox-caption .buttons .ratingbox:hover {
        background-color: rgba(0, 0, 0, 0.6); }

.caption-visible .lightbox-caption {
  display: flex; }

.immerse .lightbox-caption {
  background-color: transparent; }
  .immerse .lightbox-caption .caption {
    display: inline-flex;
    padding: 0.5em 1em;
    background-color: rgba(51, 51, 51, 0.5); }
  .immerse .lightbox-caption .buttons {
    display: none; }

.controls-hide .controls *:not(.pause),
.controls-hide .lightbox-btn.close,
.controls-hide .arrow-left,
.controls-hide .arrow-right {
  display: none; }

.lightbox-modal {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .lightbox-modal > div {
    position: absolute;
    top: 50%;
    left: 10%;
    top: 50%;
    width: 80%;
    max-height: 80%;
    padding: 20px 60px 20px 20px;
    color: #444;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #eee; }
    .lightbox-modal > div.map {
      padding: 0 60px 0 0;
      background-color: #000; }
      .lightbox-modal > div.map img {
        max-width: none; }
  .lightbox-modal .lightbox-btn.close {
    right: 0;
    left: auto; }

[data-whatintent=mouse] .immerse .lightbox-caption {
  background-color: transparent; }

.lightbox-loading,
.lightbox-overlay,
.lightbox-caption {
  -moz-animation: fade-in .25s linear;
  -o-animation: fade-in .25s linear;
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (min-width: 40em) {
  .lightbox-caption {
    flex-flow: row;
    justify-content: center; }
    .lightbox-caption .caption > * {
      text-align: center; }
    .lightbox-caption .caption + .buttons {
      padding-left: 1rem;
      flex-wrap: wrap; }
    .lightbox-caption.hasbuttons .caption > * {
      text-align: left; }
    .lightbox-caption .buttons .download {
      display: block; }

  .immerse .lightbox-caption.hasbuttons .caption {
    max-width: none; }
    .immerse .lightbox-caption.hasbuttons .caption > * {
      text-align: center; } }
@media only screen and (min-width: 64em) {
  .lightbox-caption .buttons .button span {
    display: inline-block; }
  .lightbox-caption .caption + .buttons {
    flex-wrap: nowrap; }

  .lightbox-modal > div {
    left: 25%;
    width: 50%; } }

/*# sourceMappingURL=laza.lightbox.css.map */

/******************************************* Cookie policy */
#cookiepolicy {
  position: absolute;
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.625rem;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  z-index: 999999; }
  #cookiepolicy .close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
    cursor: pointer; }
    #cookiepolicy .close:hover {
      color: #fff; }
  #cookiepolicy p {
    margin: 0;
    color: #eeeeee;
    text-align: center;
    font-size: 14px; }
    #cookiepolicy p a.btn {
      margin: 0 0.125rem;
      padding: 0.3125rem 0.625rem;
      color: #111111;
      background-color: #dfdfdf;
      cursor: pointer;
      border-radius: 3px; }
      #cookiepolicy p a.btn:before {
        font-size: 13.5px;
        vertical-align: -2px; }
    #cookiepolicy p span {
      margin: 0 1em;
      cursor: pointer;
      position: relative;
      padding-left: 1.25rem; }
      #cookiepolicy p span.checkbox:before, #cookiepolicy p span.checkbox:after {
        position: absolute;
        width: 16px;
        height: 100%; }
      #cookiepolicy p span.checkbox:before {
        left: 1px;
        top: 1px;
        z-index: 1;
        color: #ffffff;
        font-size: 13.5px; }
      #cookiepolicy p span.checkbox:after {
        left: 0;
        top: 0;
        width: 16px;
        content: '';
        border: 1px dotted #111111; }

/*# sourceMappingURL=cookiepolicy.css.map */

/******************************************* Tooltip */
.tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3125rem 0.625rem;
  max-width: 360px;
  max-height: 90vh;
  z-index: 999999;
  font-size: 14px;
  background-color: #ffffff;
  color: #222222;
  box-shadow: none;
  transition: opacity 500ms linear;
  border-radius: 3px; }
  .tooltip h1, .tooltip h2, .tooltip h3, .tooltip h4, .tooltip h5, .tooltip h6, .tooltip a {
    color: #222222; }
  .tooltip a {
    text-decoration: underline; }
  .tooltip form {
    padding: 0.3125rem; }
  .tooltip label {
    font-size: 16px;
    color: #222222;
    text-transform: none; }
  .tooltip input {
    margin-bottom: 0.3125rem; }
    .tooltip input.copied {
      color: red; }
  .tooltip > .photodata {
    margin: -0.3125rem -0.625rem; }
  .tooltip .button {
    margin-bottom: 0; }
  .tooltip .button.small {
    color: #222222; }
    .tooltip .button.small:hover {
      color: #111111; }
  .tooltip > .nub {
    position: absolute;
    display: block;
    padding: 0;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #ffffff transparent; }
  .tooltip.valign-top > .nub {
    border-color: #ffffff transparent transparent transparent; }
  .tooltip.valign-middle.align-left > .nub {
    border-color: transparent transparent transparent #ffffff; }
  .tooltip.valign-middle.align-right > .nub {
    border-color: transparent #ffffff transparent transparent; }
  .tooltip.wide {
    max-width: 560px; }
  .tooltip.player {
    padding: 0.3125rem;
    width: 280px; }
    .tooltip.player audio {
      max-width: 100%; }
    .tooltip.player .play-list {
      padding: 0;
      list-style-type: none;
      line-height: 2;
      text-align: center;
      max-height: 8em;
      overflow-x: hidden;
      overflow-y: auto; }
      .tooltip.player .play-list li {
        padding: 0;
        border-radius: px; }
        .tooltip.player .play-list li:hover {
          background-color: ; }
        .tooltip.player .play-list li a {
          cursor: pointer;
          text-decoration: none; }
        .tooltip.player .play-list li:hover, .tooltip.player .play-list li.active {
          color: #111111;
          background-color: #dfdfdf; }
  .tooltip.copy-url input[name=url] {
    display: block;
    margin: 0.3125rem 0; }
  .tooltip.copy-url button {
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: 0.125rem; }
  .tooltip.zoom-panel {
    padding: 0; }
    .tooltip.zoom-panel .zoom-control {
      display: flex;
      flex-direction: row;
      padding: 0;
      border-radius: px;
      overflow: hidden; }
      .tooltip.zoom-panel .zoom-control input[name=zoom-level] {
        width: 120px;
        margin: 0.3125rem; }
      .tooltip.zoom-panel .zoom-control a {
        user-select: none;
        text-decoration: none;
        display: inline-flex;
        position: relative;
        width: 3rem;
        height: 3rem;
        content: ' ';
        background-color: #dfdfdf;
        border-radius: 0; }
      .tooltip.zoom-panel .zoom-control a::before,
      .tooltip.zoom-panel .zoom-control a::after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #111111; }
      .tooltip.zoom-panel .zoom-control a::before {
        width: 1rem;
        height: .125rem; }
      .tooltip.zoom-panel .zoom-control a.zoom-in::after {
        width: .125rem;
        height: 1rem; }

/*# sourceMappingURL=laza.tooltip.css.map */

/* laza.rangeSlider.scss */
input[type=range] {
  width: 100%;
  line-height: 32; }

.rangeslider {
  display: block;
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 32px 32px 16px 32px; }
  .rangeslider .min-val,
  .rangeslider .max-val {
    position: absolute;
    top: -2px;
    height: 12px;
    font-family: Consolas, "Lucida Console", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size: 12px;
    opacity: 0.3;
    z-index: 1; }
  .rangeslider .min-val {
    left: 32px;
    transform: translateX(-50%); }
  .rangeslider .max-val {
    right: 32px;
    transform: translateX(50%); }
  .rangeslider.focus .rail {
    outline: 1px solid #8a8a8a;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca; }
  .rangeslider .rail {
    position: relative;
    height: 4px;
    background-color: rgba(31, 31, 31, 0.2); }
    .rangeslider .rail .range-bar {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 4px;
      overflow: visible;
      background-color: #dfdfdf;
      z-index: 2; }
    .rangeslider .rail button {
      display: inline-block;
      position: absolute;
      border-radius: 10%;
      width: 32px;
      height: 32px;
      transform: translate(-16px, -14px);
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid #222;
      cursor: e-resize; }
      .rangeslider .rail button.low {
        left: 0;
        z-index: 4; }
      .rangeslider .rail button.high {
        left: 100%;
        z-index: 3; }
      .rangeslider .rail button .number {
        position: absolute;
        left: 50%;
        top: -4px;
        padding: .2rem;
        font-family: Consolas, "Lucida Console", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
        font-size: 12px;
        transform: translate(-50%, -100%);
        background-color: #fff;
        color: #111; }
      .rangeslider .rail button.moving .number {
        color: #fff;
        background-color: #dfdfdf; }
      .rangeslider .rail button.last-touch {
        z-index: 5; }
      .rangeslider .rail button:after {
        width: 4px;
        height: 8px;
        content: '';
        position: absolute;
        left: 13px;
        top: 11px;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=laza.rangeSlider.css.map */
/* laza.rangeSlider.dark.scss */
.rangeslider .rail {
  background-color: rgba(241, 241, 241, 0.2); }
  .rangeslider .rail button .number {
    background-color: #000;
    color: #eee; }

/*# sourceMappingURL=laza.rangeSlider.dark.css.map */


/******************************************* Styling default tags */
* {
  box-sizing: border-box; }

@media screen {
  html, body {
    min-height: 100vh;
    min-height: 100dvh; } }
html {
  background-color: #111111; }

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #222222;
  background-color: #333333;
  background-image: none;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.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);
    border-radius: 3px; }
  .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);
      border-radius: 3px; }

.light-mode.scrollable,
.light-mode .scrollable {
  scrollbar-color: light; }
  .light-mode.scrollable::-webkit-scrollbar-track,
  .light-mode .scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2); }
  .light-mode.scrollable::-webkit-scrollbar-thumb,
  .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,
  .light-mode .scrollable .thumbnails .cont .card .caption {
    scrollbar-color: light; }
    .light-mode.scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-track,
    .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,
    .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); }

.no-scroll {
  overflow: hidden; }

.jalbumWidgetbar body {
  margin-bottom: 20px; }

p {
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility; }
  p .lead {
    font-size: 18px; }
  p aside {
    font-size: 14px;
    font-style: italic; }

h1, h2, h3, h4 {
  font-family: Oswald, 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: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem; }

.hero h1 {
  font-size: 34px; }
.hero h2 {
  font-size: 29px; }
.hero h3 {
  font-size: 25px; }
.hero h4 {
  font-size: 20px; }

.caption h1,
.pages h1 {
  font-size: 29px; }
.caption h2,
.pages h2 {
  font-size: 25px; }
.caption h3,
.pages h3 {
  font-size: 21px; }
.caption h4,
.pages h4 {
  font-size: 20px; }

@media screen and (min-width: 60rem) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  .hero h1 {
    font-size: 51px; }
  .hero h2 {
    font-size: 38px; }
  .hero h3 {
    font-size: 34px; }
  .hero h4 {
    font-size: 29px; }

  .caption h1,
  .pages h1 {
    font-size: 34px; }
  .caption h2,
  .pages h2 {
    font-size: 29px; }
  .caption h3,
  .pages h3 {
    font-size: 25px; }
  .caption h4,
  .pages h4 {
    font-size: 20px; } }
h5, h6 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem; }

a {
  color: #dfdfdf;
  text-decoration: none;
  line-height: inherit;
  text-underline-offset: .25em; }
  a:hover {
    color: #dfdfdf; }
  a img {
    border: none; }
  a[data-ask-permission] {
    cursor: pointer; }

/*
ul, ol, dl {
	font-size: _(fontM);
}
*/
ul {
  padding-left: 1rem; }

ol {
  padding-left: 1em; }
  ol li {
    margin: 0.3125rem 0; }

.hidden {
  display: none; }

label {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #222222; }

input[type=text] {
  margin: 0; }

code,
kbd {
  font-size: 14px;
  padding: 0.125rem 0.3125rem;
  border: 1px solid rgba(34,34,34,0.200); }

blockquote {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3125rem 1.25rem;
  margin: 2rem 0;
  border-left: 0.625rem solid rgba(34,34,34,0.200); }

b, strong {
  font-weight: 600; }

img {
  border-style: none; }

.custom hr,
.caption hr {
  border-color: rgba(34,34,34,0.200); }

.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: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #111111;
  background-color: #dfdfdf;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .button:focus {
    outline: 1px dotted #dfdfdf; }
  .button.primary {
    color: #eeeeee;
    background-color: #2ba6cb; }
    .button.primary:not(.disabled):hover {
      background-color: #2285a2 !important; }
  .button.secondary {
    color: #222222;
    background-color: #e9e9e9; }
    .button.secondary:not(.disabled):hover {
      background-color: #dfdfdf; }
  .button.alert {
    color: #eeeeee;
    background-color: #c60f13; }
    .button.alert:not(.disabled):hover {
      background-color: #9e0c0f !important;
      color: #fefefe; }
  .button.success {
    color: #eeeeee;
    background-color: #5da423; }
    .button.success:not(.disabled):hover {
      background-color: #4a831c !important; }
  .button.warning {
    color: #eeeeee;
    background-color: #ffae00; }
    .button.warning:not(.disabled):hover {
      background-color: #cc8b00 !important; }
  .button.disabled {
    opacity: 0.4;
    color: #222222 !important;
    background-color: transparent !important;
    padding: .5625rem;
    border: 1px solid rgba(34,34,34,0.200);
    cursor: not-allowed; }
    .button.disabled:hover {
      background-color: transparent; }
  .button:not(.disabled):hover {
    color: #111111;
    background-color: #dfdfdf; }
  .button.small {
    display: inline-block;
    margin: 0.125rem;
    color: #eeeeee;
    padding: 0.3125rem 0.625rem;
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.25); }
    .button.small:hover {
      color: #111111;
      border-color: #dfdfdf;
      background-color: #dfdfdf; }
    .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: 12px;
    font-weight: 600;
    color: #dfdfdf;
    background-color: #111111;
    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(255,255,255,0.25);
  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(255,255,255,0.25);
    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: #eeeeee;
  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: #111111;
    border-color: #dfdfdf;
    background-color: #dfdfdf; }

.hide-image {
  opacity: 0; }

.show-image {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms ease; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-small {
  font-size: 14px; }

.text-x-small {
  font-size: 12px; }

.text-large {
  font-size: 18px; }

.text-x-large {
  font-size: 20px; }

.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; }

/******************************************* Scroll to top button */
.scrollup {
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1.2rem 1.4rem;
  color: #eeeeee;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: color 500ms ease, background-color 500ms ease; }
  .scrollup:hover {
    color: ;
    background-color: rgba(0, 0, 0, 0.9); }
  .scrollup.show {
    opacity: 1; }

/******************************************* Counts */
.counts {
  margin: 0 0.3125rem;
  padding: 0; }
  .counts span {
    font-size: 12px;
    display: inline-block;
    padding: 0.125rem 0.3125rem;
    line-height: 1.2;
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    border-left: 1px solid rgba(255,255,255,0.25); }
    .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(255,255,255,0.25); }

.folders .card .counts span {
  border-color: rgba(238,238,238,0.250); }

.footer .counts span {
  border-color: rgba(145,145,145,0.250); }

/******************************************* Photo data */
.photodata dl {
  display: grid;
  margin: 0;
  max-width: 60rem;
  grid-template-columns: 2fr 3fr;
  grid-gap: 0; }
  .photodata dl dt {
    font-weight: 600;
    min-width: 8rem; }
  .photodata dl dd {
    margin: 0;
    min-width: 12rem; }
  .photodata dl dd, .photodata dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0.3125rem 0.625rem; }
  .photodata dl > *:nth-child(4n + 3),
  .photodata dl > *:nth-child(4n + 4) {
    background-color: rgba(255,255,255,0.05); }

.modal .photodata {
  margin: -.5rem; }

.caption .photodata b {
  font-weight: 600;
  margin-right: 0.3125rem; }
.caption .photodata i {
  font-style: normal; }

/******************************************* Date */
.date {
  display: inline-block;
  padding: 0.3125rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase; }
  .date em {
    font-style: normal;
    opacity: 0.5; }

h1 .date, h2 .date {
  padding: .1em 0 .18em 0;
  vertical-align: .25em;
  font-size: 16px; }

h3 .date, h4 .date, h5 .date {
  font-size: 14px; }

/******************************************* Generic box */
.box {
  display: block;
  border: 2px solid #dfdfdf;
  padding: 10px;
  color: #eeeeee;
  background-color: transparent;
  box-shadow: none;
  text-align: center; }
  .box .title,
  .box h4 {
    margin-top: 0;
    margin-bottom: 0.3125rem;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #eeeeee; }
    .box .title:before,
    .box h4:before {
      vertical-align: baseline;
      font-size: 18px; }
  .box .small.button,
  .box label {
    color: #eeeeee; }
  .box .small.button {
    border-color: rgba(255,255,255,0.25); }
    .box .small.button:hover {
      color: #111111; }
  .box .button.disabled {
    border-color: rgba(255,255,255,0.25);
    color: #eeeeee; }
  .box .buttons .button {
    margin: 2px; }

/******************************************* Rating */
.rating {
  padding: 0 .25rem;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  cursor: pointer; }
  .rating:hover {
    background-color: rgba(0, 0, 0, 0.9); }
    .rating:hover:before {
      color: rgba(255, 255, 255, 0.8) !important; }
  .rating:before {
    font-size: 12px;
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.2) !important;
    vertical-align: 0; }
  .rating.r0 path {
    fill: rgba(255, 255, 255, 0.2); }
    .rating.r0 path:hover {
      fill: #ffffff; }
  .rating.r1, .rating.r2, .rating.r3, .rating.r4, .rating.r5 {
    background-color: rgba(0, 0, 0, 0.9); }
  .rating path {
    fill: rgba(255, 255, 255, 0.2); }
  .rating.r1 path:nth-child(1) {
    fill: #d00; }
  .rating.r2 path:nth-child(-n+2) {
    fill: #f60; }
  .rating.r3 path:nth-child(-n+3) {
    fill: #da0; }
  .rating.r4 path:nth-child(-n+4) {
    fill: #ad0; }
  .rating.r5 path {
    fill: #0d3; }

/*# sourceMappingURL=base.css.map */

/******************************************* Main structure */
/* First level */
body > header,
body > section,
body > footer {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* Second level: container */
.head-cont,
.cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none; }
  .head-cont.column, .head-cont.small-column,
  .cont.column,
  .cont.small-column {
    flex-direction: column; }

.main {
  flex: 1; }
  .main > .cont {
    display: flex;
    flex-direction: column;
    padding: 0.9375rem;
    gap: 0.9375rem;
    max-width: none; }
  .main > .cont > .sidebar {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
    gap: 0.9375rem; }
    .main > .cont > .sidebar.left {
      order: 0; }
    .main > .cont > .sidebar.right {
      order: 2; }
  .main .content {
    order: 1; }
    .main .content > .cont:not(.page-wrap) {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 0.9375rem; }
    .main .content section {
      width: 100%; }
      .main .content section.thumbnails, .main .content section.folders, .main .content section.pages {
        padding: 0; }
        .main .content section.thumbnails .cont:not(.title), .main .content section.folders .cont:not(.title), .main .content section.pages .cont:not(.title) {
          padding-left: 0px;
          padding-right: 0px; }

.page-wide .topbar .cont {
  background-color: #111111;
  border-bottom: none; }
.page-wide .main > .cont,
.page-wide .hero + .topnavigation > .cont {
  background-color: #333333; }
.page-wide .footer .cont {
  background-color: #111111;
  border-top: none; }

.full-width .topbar {
  background-color: #111111;
  border-bottom: none; }
.full-width .main,
.full-width .hero + .topnavigation {
  background-color: #333333; }
.full-width .footer {
  margin-top: auto;
  justify-self: flex-end;
  background-color: #111111;
  border-top: none; }

.page-wrap a:not(.button):not(.btn) {
  text-decoration: underline;
  text-underline-offset: 3px; }

.single-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start; }
  .single-row > * {
    display: inline-flex;
    align-items: center;
    max-width: 20%;
    height: 100px;
    overflow: hidden; }
    .single-row > * img {
      width: auto !important;
      height: auto !important;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }

.new-images {
  position: relative; }
  .new-images .more {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 0.625rem 0.9375rem;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    transition: color 500ms ease, background-color 500ms ease; }
    .new-images .more:hover {
      color: #111111;
      background-color: #dfdfdf; }

/******************************************* Overlay header */
.overlay header {
  display: flex; }
.overlay > .title {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: baseline;
  padding: 0.3125rem 0; }
  .overlay > .title:before {
    margin: 0.3125rem 0.625rem 0.3125rem 0;
    line-height: 27px;
    font-size: 27px; }
  .overlay > .title .close {
    display: flex;
    padding: 0.46875rem;
    margin: 0.625rem 0 0.625rem 0.625rem;
    align-self: flex-start;
    visibility: hidden;
    font-size: 14px;
    color: #111111;
    background-color: transparent;
    transition: color 500ms ease, background-color 500ms ease;
    border-radius: 3px; }
    .overlay > .title .close:hover {
      color: #111111;
      background-color: #dfdfdf;
      visibility: visible; }
      .overlay > .title .close:hover:after {
        color: #111111; }
    .overlay > .title .close:after {
      display: inline-block;
      vertical-align: -3px;
      color: #222222;
      font-size: 200%;
      line-height: 1rem;
      content: "\00d7";
      visibility: visible;
      margin-left: .25rem; }
  .overlay > .title h3 small, .overlay > .title h4 small {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    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: #dfdfdf;
    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 .folder-cont,
.has-overlay .pages-cont,
.has-overlay .thumb-cont:not(.overlay),
.has-overlay .prev-next-links,
.has-overlay .hide-on-overlay {
  display: none; }

/*# sourceMappingURL=main.css.map */
/******************************************* Main content */
/******************************************* Folders section */
.folders {
  margin: 0;
  padding: 0;
  min-width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 15px; }
  .folders .card {
    padding: 0px;
    display: flex;
    flex-direction: column;
    width: calc(50% - 7.5px);
    border: 2px solid #dfdfdf;
    background-color: #111111;
    box-shadow: none;
    transition: color 500ms ease, background-color 500ms ease; }
    .folders .card img {
      transition: transform 500ms ease; }
    .folders .card .thumb {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      height: auto; }
      .folders .card .thumb:hover img {
        transform: scale(1.02); }
      .folders .card .thumb.icon {
        text-align: center; }
        .folders .card .thumb.icon img {
          margin: 0 auto;
          width: 70%; }
      .folders .card .thumb .new-image {
        position: absolute;
        font-size: 14px;
        right: 4px;
        top: 4px;
        width: 28px;
        height: 28px;
        padding: 4px;
        line-height: 18px;
        padding: 4px;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        color: #f40;
        border-radius: px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(0, 0, 0, 0.1);
        transition: background-color 1s; }
    .folders .card .mosaic {
      display: flex;
      flex-direction: row;
      height: 20%;
      overflow: hidden; }
      .folders .card .mosaic a {
        display: inline-block;
        overflow: hidden;
        width: 33.333333%;
        height: auto; }
        .folders .card .mosaic a:hover img {
          transform: scale(1.04); }
        .folders .card .mosaic a:last-child {
          position: relative; }
          .folders .card .mosaic a:last-child img {
            opacity: 0.5; }
          .folders .card .mosaic a:last-child:hover img {
            opacity: 0.2; }
          .folders .card .mosaic a:last-child span {
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #eeeeee;
            font-size: 32px; }
      .folders .card .mosaic a:not(.icon) img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        max-height: 120px; }
      .folders .card .mosaic a.icon img {
        width: 60%;
        margin: auto; }
    .folders .card .caption {
      color: #eeeeee;
      font-size: 14px;
      text-align: center;
      padding: 0.625rem;
      background-color: #111111; }
      .folders .card .caption a {
        transition: color 500ms;
        color: #f3f3f3; }
      .folders .card .caption h1, .folders .card .caption h2, .folders .card .caption h3, .folders .card .caption h4, .folders .card .caption h5 {
        margin: 0;
        color: #eeeeee;
        overflow: hidden;
        text-overflow: ellipsis; }
        .folders .card .caption h1:hover a, .folders .card .caption h2:hover a, .folders .card .caption h3:hover a, .folders .card .caption h4:hover a, .folders .card .caption h5:hover a {
          color: #f3f3f3; }
      .folders .card .caption .comment a {
        text-decoration: underline; }
      .folders .card .caption header {
        margin-bottom: 0;
        padding: 0.125rem;
        text-align: center; }
        .folders .card .caption header > * {
          display: inline-block;
          vertical-align: baseline;
          margin-right: 0.3125rem; }
        .folders .card .caption header .date {
          padding: 0.125rem 0;
          border-top: 1px solid #eeeeee;
          border-bottom: 1px solid #eeeeee; }
        .folders .card .caption header h1 .date, .folders .card .caption header h2 .date, .folders .card .caption header h3 .date {
          font-size: 16px; }
    .folders .card.over {
      position: relative; }
      .folders .card.over .caption {
        padding: 0.625rem !important;
        position: absolute;
        max-width: 90%;
        max-height: 70%;
        overflow: auto; }
      .folders .card.over.left .caption {
        left: 0;
        text-align: left; }
      .folders .card.over.center .caption {
        left: 50%;
        transform: translateX(-50%); }
      .folders .card.over.right .caption {
        right: 0;
        text-align: right; }
      .folders .card.over.top .caption {
        top: 0; }
      .folders .card.over.middle .caption {
        top: 50%;
        transform: translateY(-50%); }
      .folders .card.over.center.middle .caption {
        transform: translate(-50%, -50%); }
      .folders .card.over.bottom .caption {
        bottom: 0; }
    .folders .card.enhance {
      width: 100%;
      flex-flow: row wrap; }
      .folders .card.enhance .thumb {
        width: 80%;
        height: auto; }
      .folders .card.enhance .thumb:not(.icon) img {
        min-width: 100%;
        min-height: 100%;
        max-height: none; }
      .folders .card.enhance .mosaic {
        width: 20%;
        flex-direction: column;
        height: auto; }
        .folders .card.enhance .mosaic a {
          display: flex;
          flex-direction: column;
          width: auto;
          height: 33.33333333%; }
          .folders .card.enhance .mosaic a img {
            max-height: none; }
      .folders .card.enhance .caption {
        flex: auto;
        margin-top: 0;
        font-size: 14px;
        padding: 0.625rem;
        text-align: left;
        background-color: transparent; }
        .folders .card.enhance .caption header {
          text-align: left; }
      .folders .card.enhance.center .caption {
        left: 40%; }

/******************************************* Pages section */
.pages {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
  gap: 12px; }
  .pages .card {
    display: block;
    flex-direction: column;
    padding: 0.46875rem 0.625rem;
    background-color: #111111;
    box-shadow: none;
    overflow: hidden;
    font-size: 12px;
    border: 2px solid #dfdfdf;
    transition: background-color 500ms ease; }
    .pages .card h4 a,
    .pages .card h4:before,
    .pages .card .caption {
      color: #eeeeee;
      transition: color 500ms ease; }
    .pages .card h3 {
      margin: 0; }
    .pages .card .caption {
      padding-left: 1.625rem;
      max-width: 30rem;
      font-size: 14px; }
      .pages .card .caption p:first-child {
        margin-top: 0; }
      .pages .card .caption p:last-child {
        margin-bottom: 0; }
    .pages .card:hover {
      background-color: #dfdfdf !important; }
      .pages .card:hover h4 a,
      .pages .card:hover h4:before,
      .pages .card:hover .caption {
        color: #111111 !important; }

/******************************************* Thumbnails section */
.thumb-cont {
  display: block; }

.thumbnails {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 100%;
  gap: 12px; }
  .thumbnails .card {
    display: flex;
    position: relative;
    padding: 0px;
    border: 2px solid #dfdfdf;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    box-shadow: none; }
    .thumbnails .card .thumb {
      display: flex;
      justify-content: center;
      overflow: hidden;
      position: relative; }
      .thumbnails .card .thumb img {
        transition: transform 500ms ease, opacity 500ms ease-out;
        transform: scale(1); }
      .thumbnails .card .thumb.tiny {
        justify-content: center; }
        .thumbnails .card .thumb.tiny img {
          margin: auto;
          object-fit: none; }
    .thumbnails .card.icon .thumb img {
      min-width: auto;
      min-height: auto;
      object-fit: contain; }
    .thumbnails .card.folder:not(.icon) .thumb::after {
      position: absolute;
      max-width: 50%;
      max-height: 50%;
      width: 64px;
      height: 64px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-image: url(folder-s-hollow.svg);
      background-repeat: no-repeat;
      content: ''; }
    .thumbnails .card .checkbox,
    .thumbnails .card .add-cart,
    .thumbnails .card .folder-link,
    .thumbnails .card .new-image,
    .thumbnails .card .audioclip {
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
      font-size: 12px;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      .thumbnails .card .checkbox:before,
      .thumbnails .card .add-cart:before,
      .thumbnails .card .folder-link:before,
      .thumbnails .card .new-image:before,
      .thumbnails .card .audioclip:before {
        vertical-align: -2px; }
    .thumbnails .card .checkbox {
      font-family: 'lazaicon';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      left: .25rem;
      top: .25rem;
      text-align: center;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      z-index: 1; }
      .thumbnails .card .checkbox.icon-checkmark {
        background-color: #dfdfdf; }
    .thumbnails .card .add-cart {
      overflow: hidden;
      left: .25rem;
      top: .25rem;
      line-height: 1.4rem;
      white-space: nowrap;
      font-size: 12px;
      z-index: 2;
      padding-right: 4px; }
      .thumbnails .card .add-cart:before {
        margin: 0 2px; }
      .thumbnails .card .add-cart:hover {
        width: auto; }
      .thumbnails .card .add-cart.feedback-btn {
        left: .25rem; }
    .thumbnails .card .folder-link {
      left: .25rem;
      top: .25rem;
      z-index: 3; }
    .thumbnails .card .folder-link:nth-child(2) {
      top: .25rem; }
    .thumbnails .card .audioclip {
      right: .25rem;
      bottom: .25rem;
      z-index: 4; }
      .thumbnails .card .audioclip.playing {
        color: #111111;
        background-color: #dfdfdf; }
    .thumbnails .card.selectable .add-cart {
      left: 2rem; }
    .thumbnails .card.selectable .folder-link {
      top: 2rem; }
    .thumbnails .card .new-image {
      font-weight: 600;
      right: 4px;
      top: 4px;
      padding: 0 4px;
      width: 28px;
      color: #f40;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .thumbnails .card .rating {
      position: absolute;
      bottom: 0.25rem;
      align-self: center;
      border: 1px solid rgba(255, 255, 255, 0.4);
      background-color: rgba(0, 0, 0, 0.2);
      transition: background-color 1s;
      z-index: 5; }
    .thumbnails .card.hide-card {
      opacity: 0; }
    .thumbnails .card:hover .thumb img {
      transform: scale(1.05); }
    .thumbnails .card .caption {
      padding: 5px;
      color: #cccccc;
      background-color: rgba(51,51,51,0.900);
      font-size: 12px;
      line-height: 1.25;
      text-align: center;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 15rem; }
      .thumbnails .card .caption > * {
        display: inline;
        margin: 0 .25em;
        text-overflow: ellipsis; }
      .thumbnails .card .caption h4, .thumbnails .card .caption h5, .thumbnails .card .caption h6 {
        font-size: inherit;
        color: #cccccc;
        text-transform: uppercase; }
      .thumbnails .card .caption .nr {
        display: inline;
        background-color: #cccccc;
        color: rgba(51,51,51,0.900);
        padding: 0 .25rem .125rem .25rem;
        font-size: 14px;
        border-radius: .25rem;
        vertical-align: .1rem; }
      .thumbnails .card .caption::-webkit-scrollbar {
        width: .5rem; }
      .thumbnails .card .caption::-webkit-scrollbar-track {
        background-color: rgba(51,51,51,0.900); }
      .thumbnails .card .caption::-webkit-scrollbar-thumb {
        border-radius: .25rem;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: rgba(0, 0, 0, 0.2); }
      .thumbnails .card .caption .title {
        font-weight: 600; }
  .thumbnails.mark-active .card.active {
    border: 1px solid #dfdfdf;
    outline: 1px solid #dfdfdf; }
  .thumbnails.grid .card, .thumbnails.fixgrid .card {
    flex-direction: column;
    width: calc(100.0000% - 0px);
    align-items: center;
    justify-content: flex-start; }
    .thumbnails.grid .card .thumb, .thumbnails.fixgrid .card .thumb {
      display: block; }
      .thumbnails.grid .card .thumb img, .thumbnails.fixgrid .card .thumb img {
        width: 100%; }
  .thumbnails.grid .card .thumb {
    flex: 3 1 auto; }
    .thumbnails.grid .card .thumb img {
      max-height: 323px;
      object-fit: contain; }
  .thumbnails.justified {
    display: flex;
    align-items: flex-start; }
    .thumbnails.justified .card {
      display: inline-flex;
      flex-direction: column;
      align-items: center; }
      .thumbnails.justified .card .thumb {
        display: flex;
        width: 100%; }
        .thumbnails.justified .card .thumb img {
          min-width: 100%;
          min-height: 100%;
          object-fit: cover; }
      .thumbnails.justified .card .caption {
        flex: none; }
      .thumbnails.justified .card.icon .thumb img {
        height: 242px; }
    .thumbnails.justified.caption-below .card {
      justify-content: flex-start;
      align-self: stretch; }
  .thumbnails.horizontal {
    display: flex;
    flex-direction: row; }
    .thumbnails.horizontal.wrap {
      flex-wrap: wrap; }
    .thumbnails.horizontal:after {
      flex: 50;
      content: ''; }
    .thumbnails.horizontal .card {
      flex: 1.333333 .8 auto;
      background-color: transparent;
      height: 242px; }
      .thumbnails.horizontal .card .thumb {
        flex-direction: column;
        justify-content: center;
        position: relative;
        flex: 1;
        height: 100%; }
        .thumbnails.horizontal .card .thumb img {
          min-width: 100%;
          min-height: 100%;
          object-fit: cover;
          transform: scale(1); }
      .thumbnails.horizontal .card.pano .thumb img {
        transform: scale(1); }
      .thumbnails.horizontal .card.pano:hover .thumb img {
        transform: scale(1.025); }
      .thumbnails.horizontal .card:hover .thumb img {
        transform: scale(1.05); }
      .thumbnails.horizontal .card .caption {
        max-height: 40%; }
  .thumbnails.vertical {
    position: relative;
    align-items: flex-start; }
    .thumbnails.vertical .card {
      flex-direction: column;
      align-items: center;
      width: calc(100.0000% - 0px); }
      .thumbnails.vertical .card .thumb img {
        min-width: 100%;
        object-fit: cover;
        max-height: 323px; }
    .thumbnails.vertical::before {
      display: block;
      width: 100%;
      background-color: red;
      height: 10px; }
  .thumbnails .lazyload {
    opacity: 0.1; }
  .thumbnails.caption-over .card .thumb:not(.icon) {
    height: 100%; }
    .thumbnails.caption-over .card .thumb:not(.icon) img {
      min-height: 100%; }
  .thumbnails.caption-over .card .caption {
    position: absolute;
    max-height: 45%;
    transition: color 500ms ease, background-color 500ms ease; }
  .thumbnails.top .card .caption {
    top: 0px; }
  .thumbnails.middle .card .caption {
    top: 50%;
    transform: translateY(-50%); }
  .thumbnails.bottom .card .caption {
    bottom: 0px; }
  .thumbnails.bottom .card .rating {
    left: .25rem;
    top: 2rem;
    bottom: auto;
    transform: none; }
  .thumbnails.bottom .card span.rating:nth-child(2),
  .thumbnails.bottom .card span.new-image:nth-child(2) + span.rating {
    top: .25rem; }
  .thumbnails.hover .card .caption {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease; }
  .thumbnails.hover .card:hover .caption {
    visibility: visible;
    opacity: 1; }
  .thumbnails.caption-below.horizontal .card {
    display: flex;
    flex-flow: column wrap; }
    .thumbnails.caption-below.horizontal .card .thumb {
      height: auto; }

.no-touch .thumbnails .card:hover .checkbox,
.no-touch .thumbnails .card:hover .add-cart,
.no-touch .thumbnails .card:hover .folder-link,
.no-touch .thumbnails .card:hover .rating {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.9); }
.no-touch .thumbnails .card:hover .rating {
  fill: #ffffff; }
.no-touch .thumbnails .card .add-cart {
  color: rgba(255, 255, 255, 0.2); }
  .no-touch .thumbnails .card .add-cart:hover {
    width: auto; }
.no-touch .thumbnails .card .folder-link {
  color: rgba(255, 255, 255, 0.2); }

/******************************************* Prev/Next */
.prev-next-links .cont {
  flex-direction: row;
  justify-content: space-between; }
.prev-next-links .previous-link,
.prev-next-links .next-link {
  display: inline-flex;
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
  transition: background-color 500ms; }
  .prev-next-links .previous-link a,
  .prev-next-links .next-link a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    border: 2px solid #dfdfdf;
    color: #eeeeee;
    transition: color 500ms; }
    .prev-next-links .previous-link a .arrow,
    .prev-next-links .next-link a .arrow {
      display: inline-block;
      padding: 0.9375rem 0.3125rem; }
      .prev-next-links .previous-link a .arrow:before,
      .prev-next-links .next-link a .arrow:before {
        font-size: 18px; }
    .prev-next-links .previous-link a .thumb,
    .prev-next-links .next-link a .thumb {
      display: inline-block;
      margin: 0.3125rem;
      min-width: 2.5rem;
      line-height: 2.5rem;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .prev-next-links .previous-link a .caption,
    .prev-next-links .next-link a .caption {
      padding: 0.3125rem 0.625rem; }
  .prev-next-links .previous-link:hover,
  .prev-next-links .next-link:hover {
    background-color: #dfdfdf; }
    .prev-next-links .previous-link:hover a,
    .prev-next-links .next-link:hover a {
      color: #111111; }
.prev-next-links .previous-link a .arrow {
  padding: 0.9375rem 0.3125rem 0.9375rem 0.625rem; }
.prev-next-links .previous-link a .caption {
  padding-left: 0; }
.prev-next-links .next-link {
  align-self: flex-end;
  margin-left: auto; }
  .prev-next-links .next-link a .arrow {
    padding: 0.9375rem 0.625rem 0.9375rem 0.3125rem; }
  .prev-next-links .next-link a .caption {
    padding-right: 0; }

/*# sourceMappingURL=content.css.map */

@media screen and (min-width: 640px) {
.main > .cont.has-sidebar {
  flex-direction: row; }
  .main > .cont.has-sidebar > .content {
    width: calc(66.666% - 15px);
    flex: 1; }
.main > .cont > .sidebar {
  width: calc(33.333% - 10px);
  /*
  &.left {
  	padding-right: $gap2;
  }
  &.right {
  	padding-left: $gap2;
  }
  */ }
.main > .cont.sticky-sidebar > .sidebar {
  position: sticky;
  overflow: visible;
  /*
  overflow-y: auto;
  max-height: 100vh;
  padding-right: _B('boxDropShadow? "5px":"0"');
  */
  top: 0; }

.sticky-topbar .main > .cont.sticky-sidebar > .sidebar {
  top: 3.25rem; }

/*# sourceMappingURL=main-m.css.map */
.folders .card.over .caption {
  max-width: 66.667%; }

.thumbnails.grid .card, .thumbnails.fixgrid .card, .thumbnails.vertical .card {
  width: calc(50.0000% - 6px); }
.thumbnails.horizontal:after {
  flex: 50;
  content: ''; }
.thumbnails.horizontal .card:not(.icon):not(.tiny) img {
  height: ; }
.thumbnails.horizontal .card.icon .thumb, .thumbnails.horizontal .card.tiny .thumb {
  max-height: ; }

.has-sidebar .thumbnails.grid .card, .has-sidebar .thumbnails.fixgrid .card, .has-sidebar .thumbnails.vertical .card {
  width: calc(100.0000% - 0px); }

.prev-next-links .previous-link a .caption > span,
.prev-next-links .next-link a .caption > span {
  padding: 1.25rem 0.625rem; }

/*# sourceMappingURL=content-m.css.map */
}
@media screen and (min-width: 960px) {
.main > .cont.has-sidebar .sidebar {
  width: 25%; }

/*# sourceMappingURL=main-l.css.map */
.folders .card {
  width: calc(33.333333333333336% - 10px); }
  .folders .card.enhance.separate .thumb {
    width: 50%; }
  .folders .card.enhance.separate .mosaic {
    width: 12.5%; }
  .folders .card.enhance.separate .caption {
    width: 37.5%; }

.pages .card {
  max-width: 48.4%; }

.thumbnails.grid .card, .thumbnails.fixgrid .card, .thumbnails.vertical .card {
  width: calc(25.0000% - 9px); }

.has-sidebar .thumbnails.grid .card, .has-sidebar .thumbnails.fixgrid .card, .has-sidebar .thumbnails.vertical .card {
  width: calc(50.0000% - 6px); }

.single-row {
  flex-flow: row; }
  .single-row > * {
    max-width: 15%;
    height: 100px; }

/*# sourceMappingURL=content-l.css.map */
}
@media screen and (min-width: 1280px) {
}



/******************************************* Top bar */
@-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); } }
.menu-on .topnavigation .navigation {
  display: flex; }
.menu-on .navigation > .menu {
  display: flex; }
.menu-on .topbar.has-menu .left-column {
  flex: 2; }
.menu-on .topbar.has-menu .right-column {
  flex: 1;
  align-self: flex-start; }

.topbar {
  background-color: #111111; }
  .topbar.sticky {
    position: sticky !important;
    top: 0;
    z-index: 9999; }
  .topbar .cont {
    flex-flow: row wrap;
    color: #c3c3c3; }
  .topbar .logo {
    display: flex;
    align-items: center; }
    .topbar .logo:last-child {
      flex: 1; }
    .topbar .logo.align-center {
      justify-content: center; }
    .topbar .logo a {
      display: flex;
      align-items: center; }
  .topbar .logo:not(.left-column) {
    width: 100%; }
  .topbar .home-link {
    padding: 0; }
  .topbar .left-column,
  .topbar .right-column {
    display: flex;
    align-items: flex-start; }
    .topbar .left-column .btn,
    .topbar .right-column .btn {
      line-height: 3.125rem;
      padding: 0 0.9375rem;
      white-space: nowrap;
      color: #c3c3c3;
      transition: background-color 500ms ease-out; }
      .topbar .left-column .btn:hover,
      .topbar .right-column .btn:hover {
        color: #111111 !important;
        background-color: #dfdfdf !important; }
  .topbar .right-column {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
    justify-self: flex-end; }
    .topbar .right-column > * {
      display: inline-flex;
      white-space: nowrap;
      justify-content: flex-end; }
    .topbar .right-column a {
      color: #c3c3c3;
      transition: color 500ms ease, background-color 500ms ease; }
      .topbar .right-column a:hover {
        color: #111111;
        background-color: #dfdfdf; }
    .topbar .right-column .topnav-toggle,
    .topbar .right-column .player-btn {
      padding: 0 0.9375rem;
      align-items: center; }
    .topbar .right-column .topnav-toggle {
      order: 0; }
      .topbar .right-column .topnav-toggle a {
        display: inline-block;
        padding: 0.625rem; }
    .topbar .right-column .social-links {
      order: 1; }
      .topbar .right-column .social-links .shares {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end; }
        .topbar .right-column .social-links .shares a {
          display: inline-block;
          line-height: 3.125rem;
          padding: 0 0.9375rem; }
    .topbar .right-column .search {
      order: 2;
      padding: 0;
      margin: 0;
      display: flex;
      flex-flow: row wrap;
      align-self: stretch;
      align-content: stretch; }
      .topbar .right-column .search .search-btn {
        padding: 0 0.9375rem; }
        .topbar .right-column .search .search-btn:before {
          line-height: 3rem; }
      .topbar .right-column .search .search-input {
        height: 100%;
        padding: 0; }
        .topbar .right-column .search .search-input input[type=text] {
          width: 7.25rem;
          padding: 2px;
          margin: 4px 6px 6px 6px; }
      .topbar .right-column .search.fixed {
        transition: background-color 500ms ease-out; }
        .topbar .right-column .search.fixed .search-input input[type=text]:focus {
          outline: 2px solid #dfdfdf; }
      .topbar .right-column .search.hover {
        position: relative; }
        .topbar .right-column .search.hover .search-input {
          position: absolute;
          right: 3rem;
          padding: 0;
          max-width: 0;
          overflow: hidden;
          opacity: 0;
          transition: background-color 500ms ease-out, max-width 500ms, opacity 500ms; }
        .topbar .right-column .search.hover.active .search-btn {
          background-color: #dfdfdf; }
        .topbar .right-column .search.hover.active .search-input {
          opacity: 1;
          max-width: 8rem;
          background-color: #dfdfdf; }
      .topbar .right-column .search .button {
        line-height: 20px; }
      .topbar .right-column .search:hover {
        background-color: #dfdfdf; }
        .topbar .right-column .search:hover .button {
          color: #111111; }
    .topbar .right-column .player-btn {
      order: 3;
      min-height: 3.125rem; }
      .topbar .right-column .player-btn svg {
        vertical-align: text-bottom; }
      .topbar .right-column .player-btn .pause-btn {
        display: none; }
        .topbar .right-column .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; }
      .topbar .right-column .player-btn .play-btn {
        display: inline-block; }
      .topbar .right-column .player-btn.active .pause-btn {
        display: inline-block; }
      .topbar .right-column .player-btn.active .play-btn {
        display: none; }

.hero .topnavigation a {
  color: #c3c3c3; }

.hero + .topnavigation {
  width: 100%; }

@media screen and (hover: hover) and (min-width: 40rem) {
  .topnavigation .navigation > .menu li.has-submenu:hover > ul {
    display: flex;
    opacity: 1;
    max-height: 100vh;
    z-index: 10; } }
.hero .topnavigation > a,
.hero .topnavigation > .navigation > .menu,
.cont.topnavigation > a,
.cont.topnavigation > .navigation > .menu {
  background-color: #111111; }

.topnavigation {
  display: flex; }
  .topnavigation .cont {
    flex-direction: row; }
  .topnavigation a {
    display: block;
    position: relative;
    line-height: 3.125rem;
    font-size: 14px;
    padding: 0 0.625rem;
    white-space: nowrap;
    color: #c3c3c3;
    transition: background-color 500ms ease-out; }
    .topnavigation a:hover {
      color: #111111 !important;
      background-color: #dfdfdf !important; }
  .topnavigation.align-left {
    justify-content: flex-start; }
    .topnavigation.align-left > .cont,
    .topnavigation.align-left .navigation > .menu {
      justify-content: flex-start; }
  .topnavigation.align-right {
    justify-content: flex-end; }
    .topnavigation.align-right > .cont,
    .topnavigation.align-right .navigation > .menu {
      justify-content: flex-end; }
    .topnavigation.align-right .topnav-toggle {
      order: 2; }
  .topnavigation.align-center {
    justify-content: center; }
    .topnavigation.align-center > .cont,
    .topnavigation.align-center .navigation > .menu {
      justify-content: center; }
  .topnavigation .topnav-toggle {
    align-self: flex-start;
    padding: 0 0.9375rem; }
  .topnavigation .navigation {
    display: none;
    flex-direction: column;
    order: 1;
    min-width: 240px; }
    .topnavigation .navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .topnavigation .navigation li {
      margin: 0; }
      .topnavigation .navigation li.actual, .topnavigation .navigation li.actual-branch {
        background-color: rgba(255,255,255,0.1); }
    .topnavigation .navigation > a {
      padding: 0 0.9375rem;
      line-height: 3.125rem; }
      .topnavigation .navigation > a > span {
        display: none; }
    .topnavigation .navigation > .menu {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-items: stretch; }
      .topnavigation .navigation > .menu > a,
      .topnavigation .navigation > .menu li > a {
        font-size: 16px;
        padding: 0 0.9375rem;
        line-height: 3.125rem; }
      .topnavigation .navigation > .menu li.has-submenu > ul {
        z-index: 0; }
      .topnavigation .navigation > .menu li.has-submenu.opened > ul {
        z-index: 10; }
      .topnavigation .navigation > .menu li.has-submenu > a {
        position: relative;
        padding-right: 1.25rem; }
        .topnavigation .navigation > .menu li.has-submenu > a:after {
          position: absolute;
          padding: 0;
          width: 0;
          height: 0;
          right: .5rem;
          top: calc(50% - .25rem);
          border: solid .25rem;
          border-color: #c3c3c3 transparent transparent transparent;
          content: ''; }
      .topnavigation .navigation > .menu li.has-submenu.opened > a:after {
        border-color: transparent transparent #c3c3c3 transparent; }
      .topnavigation .navigation > .menu li ul li a {
        font-size: 14px;
        line-height: 2.25rem;
        padding-left: 1.875rem; }
      .topnavigation .navigation > .menu li ul li ul li a {
        padding-left: 2.8125rem; }
      .topnavigation .navigation > .menu li ul li.has-submenu > a:after {
        right: .5rem;
        top: calc(50% - .25rem); }
      .topnavigation .navigation > .menu > li {
        display: flex;
        flex-direction: column;
        position: relative; }
        .topnavigation .navigation > .menu > li > ul {
          min-width: 100%;
          z-index: 10; }
          .topnavigation .navigation > .menu > li > ul > ul {
            z-index: 11; }
            .topnavigation .navigation > .menu > li > ul > ul > ul {
              z-index: 12; }
        .topnavigation .navigation > .menu > li ul {
          display: none;
          flex-direction: column;
          line-height: normal;
          height: fit-content;
          transition: max-height 500ms ease-out, opacity 500ms linear;
          will-change: max-height, opacity; }
          .topnavigation .navigation > .menu > li ul a {
            display: block;
            text-align: left; }
          .topnavigation .navigation > .menu > li ul li ul {
            left: 100%;
            top: 0; }

@media screen and (min-width: 40rem) {
  .topbar .cont {
    flex-flow: row wrap; }
  .topbar .left-column {
    margin-right: 0.625rem; }
  .topbar .right-column {
    align-self: flex-start; }
  .topbar .topnavigation {
    margin-right: 1.875rem;
    align-items: flex-start;
    flex: 1; }
    .topbar .topnavigation .navigation {
      flex: 1; }

  .topnavigation {
    flex: none; }
    .topnavigation .topnav-toggle {
      display: none; }
    .topnavigation > a {
      line-height: 60px; }
    .topnavigation .navigation {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start;
      max-width: 100%;
      min-width: auto;
      flex: none; }
      .topnavigation .navigation > .menu {
        display: flex;
        flex-flow: row wrap; }
        .topnavigation .navigation > .menu li.actual-branch > ul {
          display: none; }
        .topnavigation .navigation > .menu li.actual-branch:hover > ul {
          display: flex; }
        .topnavigation .navigation > .menu li a,
        .topnavigation .navigation > .menu li ul li a,
        .topnavigation .navigation > .menu li ul li ul li a {
          padding-left: 0.9375rem; }
        .topnavigation .navigation > .menu > li {
          flex-flow: row wrap; }
          .topnavigation .navigation > .menu > li > ul {
            border: none;
            border-top: none; }
            .topnavigation .navigation > .menu > li > ul li.has-submenu > a:after {
              right: .5rem;
              border-color: transparent #c3c3c3 transparent transparent; }
            .topnavigation .navigation > .menu > li > ul ul {
              border: none;
              border-left: none; }
          .topnavigation .navigation > .menu > li ul {
            position: absolute;
            top: 100%;
            margin-left: 0;
            background-color: #111111;
            box-shadow: none; }
            .topnavigation .navigation > .menu > li ul li {
              position: relative; }
              .topnavigation .navigation > .menu > li ul li.opened > a:after, .topnavigation .navigation > .menu > li ul li.has-submenu > a:after {
                right: .25rem;
                border-color: transparent transparent transparent #c3c3c3; } }
@media screen and (min-width: 64rem) {
  .topbar .home-link {
    display: flex;
    align-items: center;
    padding-right: 0.625rem; }
    .topbar .home-link.haslogo {
      align-self: stretch;
      width: auto;
      max-width: 20%;
      padding: 0.125rem 0.3125rem 0.125rem 0; }
      .topbar .home-link.haslogo img {
        max-height: 6rem; }
  .topbar .left-column {
    flex-flow: row wrap;
    align-items: flex-end;
    justify-items: flex-start; }
    .topbar .left-column .topnav-toggle {
      display: none; }
    .topbar .left-column.logo {
      align-items: stretch; }
  .topbar .right-column {
    border-top: none;
    justify-content: flex-end;
    order: 0; }
    .topbar .right-column > * {
      max-height: 3.625rem; }
    .topbar .right-column .search, .topbar .right-column .player-btn {
      border-left: none; } }

/*# sourceMappingURL=topbar.css.map */

/******************************************* Hero */
.icon-fat .hero .head-cont.left .head .start-btn {
  box-shadow: 0 0 2px 2px #bbbbbb inset; }

.hero.hasbgimage .head-cont .back-btn {
  background-color: rgba(0, 0, 0, 0.5); }
.hero.hasbgimage .head-cont .head .page-title {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); }

.hero {
  background-color: #222222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .hero .cont {
    flex-direction: column;
    padding: 0;
    background-color: transparent; }
  .hero.slider-small .cont {
    display: block; }
  .hero.slider-fullWidth .slider-wrapper {
    margin: 0; }
  .hero.slider-fullWidth .head-cont {
    min-height: auto; }
  .hero .slider-row {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 0.9375rem; }
    .hero .slider-row .slider-cont {
      padding: 0.9375rem; }
  .hero a {
    color: #bbbbbb; }
    .hero a:hover {
      color: #dfdfdf; }
  .hero .head-cont {
    display: flex;
    flex: auto;
    flex-direction: column;
    padding: 0.625rem;
    min-height: 12rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .hero .head-cont .breadcrumb-path.indent {
      margin-left: 2.4rem; }
    .hero .head-cont .breadcrumb-path a {
      padding: .15em .2em;
      margin: .2em;
      border-radius: 3px;
      transition: color 500ms ease, background-color 500ms ease; }
      .hero .head-cont .breadcrumb-path a:before {
        margin-right: .2em;
        opacity: 0.3; }
      .hero .head-cont .breadcrumb-path a:hover:before {
        opacity: 1; }
      .hero .head-cont .breadcrumb-path a:hover {
        color: #111111;
        background-color: #dfdfdf; }
    .hero .head-cont .head {
      color: #bbbbbb; }
      .hero .head-cont .head .btn {
        display: inline-block;
        flex: none;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.75rem;
        text-align: center;
        border-radius: 1.25rem;
        transition: color 500ms ease, background-color 500ms ease; }
        .hero .head-cont .head .btn:hover {
          color: #111111 !important;
          background-color: #dfdfdf !important; }
        .hero .head-cont .head .btn.start-btn:before {
          margin-left: 2px; }
      .hero .head-cont .head .page-title {
        display: inline-block; }
        .hero .head-cont .head .page-title h1 {
          margin: 0;
          line-height: 1.25;
          color: #bbbbbb;
          display: inline;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis; }
        .hero .head-cont .head .page-title h1 + .date {
          margin-left: 0.625rem; }
        .hero .head-cont .head .page-title .date {
          display: inline;
          margin: 0.3125rem;
          padding: 3px 0 3px 0;
          vertical-align: .3rem;
          font-size: 12px;
          border-top: 1px solid #bbbbbb;
          border-bottom: 1px solid #bbbbbb;
          color: #bbbbbb; }
        .hero .head-cont .head .page-title h1 .date, .hero .head-cont .head .page-title h2 .date {
          font-size: 16px;
          border-top: 1px solid #bbbbbb !important;
          border-bottom: 1px solid #bbbbbb !important; }
      .hero .head-cont .head .page-description a {
        color: #dfdfdf; }
        .hero .head-cont .head .page-description a:hover {
          color: #dfdfdf; }
    .hero .head-cont.left .head {
      display: flex;
      align-items: baseline;
      max-width: calc(100% - 96px); }
      .hero .head-cont.left .head .back-btn {
        margin-left: 0.3125rem; }
      .hero .head-cont.left .head .btn {
        transform: translateY(-8px); }
      .hero .head-cont.left .head .start-btn {
        box-shadow: 0 0 2px 0.5px #bbbbbb inset;
        margin-left: .5rem; }
        .hero .head-cont.left .head .start-btn:hover {
          box-shadow: none; }
      .hero .head-cont.left .head .page-title {
        padding-left: 0.625rem;
        overflow-wrap: break-word; }
        .hero .head-cont.left .head .page-title h1 .date, .hero .head-cont.left .head .page-title h2 .date {
          vertical-align: middle; }
    .hero .head-cont.top {
      justify-content: flex-start;
      align-self: flex-start; }
    .hero .head-cont.middle {
      justify-content: center; }
    .hero .head-cont.bottom {
      justify-content: flex-end;
      align-self: flex-end; }
    .hero .head-cont.hasbgimage.centered .head {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      transition: background-color 500ms ease; }
      .hero .head-cont.hasbgimage.centered .head:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .hero .head-cont.hasbgimage.centered .head .page-title h1, .hero .head-cont.hasbgimage.centered .head .page-title h2, .hero .head-cont.hasbgimage.centered .head .page-title h3, .hero .head-cont.hasbgimage.centered .head .page-title h4, .hero .head-cont.hasbgimage.centered .head .page-title h5, .hero .head-cont.hasbgimage.centered .head .page-title h5 {
        color: #fff;
        margin: 0; }
    .hero .head-cont.centered {
      justify-content: center; }
      .hero .head-cont.centered .head {
        position: relative;
        align-self: center;
        max-width: 90%;
        text-align: center;
        padding: 1.875rem 1.25rem;
        margin: 3.25rem;
        border: none; }
        .hero .head-cont.centered .head .breadcrumb-path {
          margin: 0.125rem 0 0.3125rem 0; }
        .hero .head-cont.centered .head .btn {
          position: absolute;
          left: 50%;
          margin: 0;
          color: #222222;
          background-color: #bbbbbb; }
          .hero .head-cont.centered .head .btn.back-btn {
            top: 0;
            transform: translate(-50%, -50%); }
          .hero .head-cont.centered .head .btn.start-btn {
            bottom: 0;
            transform: translate(-50%, 50%); }
        .hero .head-cont.centered .head .page-title {
          display: flex;
          flex-flow: column wrap; }
          .hero .head-cont.centered .head .page-title .date {
            border: none;
            letter-spacing: .1em; }

@media screen and (min-width: 30rem) {
  .hero.slider-small .head-cont.centered .head {
    max-width: 85%; }
  .hero .head-cont.centered .head {
    max-width: 75%; } }
@media screen and (min-width: 40rem) {
  .hero {
    background-size: cover; }
    .hero .slider-row {
      flex-direction: row; }
      .hero .slider-row .head-cont {
        flex: 1; }
      .hero .slider-row .slider-cont {
        padding: 0;
        width: 50%; }
      .hero .slider-row .right .slider-wrapper,
      .hero .slider-row .left .slider-wrapper {
        height: 100%; } }
@media screen and (min-width: 64rem) {
  .hero .slider-row {
    flex-direction: row; }
    .hero .slider-row .head-cont {
      flex: 1; }
    .hero .slider-row .slider-cont {
      padding: 0;
      width: 40%; }
  .hero .head-cont.left .head .page-title .date {
    font-size: inherit; }
  .hero .head-cont.left .head .page-title h1 .date, .hero .head-cont.left .head .page-title h2 .date {
    font-size: 40%; } }

/*# sourceMappingURL=hero.css.map */

/******************************************* Sidebar elements */
/******************************************* Shop box */
#shop-box,
#feedback {
  text-align: center; }
  #shop-box .select-box,
  #shop-box p,
  #feedback .select-box,
  #feedback p {
    display: inline-block;
    margin: 0.125rem 0.3125rem; }
    #shop-box .select-box a,
    #shop-box p a,
    #feedback .select-box a,
    #feedback p a {
      margin: 0 0.125rem;
      vertical-align: middle; }
  #shop-box .instructions,
  #feedback .instructions {
    margin-top: 0.625rem;
    font-size: 14px;
    line-height: 1.23;
    overflow: hidden; }

.main > .cont:not(.sticky-sidebar) #shop-root {
  margin: 0;
  width: 0;
  height: 0; }

/******************************************* Tag cloud box */
#tag-cloud .tag-cloud {
  text-align: center;
  transition: max-height 500ms ease-out; }
  #tag-cloud .tag-cloud a.tag {
    display: inline-block;
    margin: .1em;
    color: #eeeeee;
    padding: .1em .5em;
    font-size: 11px;
    cursor: pointer; }
    #tag-cloud .tag-cloud a.tag:hover span {
      text-decoration: underline; }
    #tag-cloud .tag-cloud a.tag em {
      padding: 0 .4em;
      font-size: 12px;
      border-radius: .4em;
      background-color: #eeeeee;
      font-style: normal; }
    #tag-cloud .tag-cloud a.tag sup {
      opacity: 0.5;
      font-size: 11px; }
    #tag-cloud .tag-cloud a.tag.size-1 {
      font-size: 12px; }
    #tag-cloud .tag-cloud a.tag.size-2 {
      font-size: 14px; }
    #tag-cloud .tag-cloud a.tag.size-3 {
      font-size: 16px; }
    #tag-cloud .tag-cloud a.tag.size-4 {
      font-size: 18px; }
    #tag-cloud .tag-cloud a.tag.size-5 {
      font-size: 20px; }
    #tag-cloud .tag-cloud a.tag.size-6 {
      font-size: 22px; }
#tag-cloud .tag-search {
  margin: .2em;
  overflow: hidden;
  position: relative; }
  #tag-cloud .tag-search > * {
    display: inline-block;
    vertical-align: middle; }
  #tag-cloud .tag-search .search-input {
    width: 100%; }
    #tag-cloud .tag-search .search-input input {
      margin-bottom: 0; }
  #tag-cloud .tag-search .search-btn {
    position: absolute;
    padding: .5rem;
    right: 0;
    top: 0;
    color: #222222; }
#tag-cloud .toggle-height {
  font-size: 14px;
  text-align: center;
  cursor: default;
  border-top: 1px solid rgba(153, 153, 153, 0.1); }
  #tag-cloud .toggle-height .icon-caret-up {
    display: none; }
  #tag-cloud .toggle-height .icon-caret-down {
    display: inline-block; }
  #tag-cloud .toggle-height.active .icon-caret-up {
    display: inline-block; }
  #tag-cloud .toggle-height.active .icon-caret-down {
    display: none; }

/******************************************* Search new box */
#search-new .search-new {
  text-align: center; }
  #search-new .search-new span {
    margin-right: .5em; }
  #search-new .search-new a.btn {
    display: inline-block;
    margin: .1em;
    color: #eeeeee;
    padding: .1em .5em;
    margin: 0.1em;
    font-size: 14px;
    border: 1px solid #eeeeee;
    white-space: nowrap; }
    #search-new .search-new a.btn:hover {
      color: #fff;
      background-color: #dfdfdf;
      border-color: #dfdfdf; }

/******************************************* Filters / Sort */
.filter-cont {
  text-align: center; }
  .filter-cont form {
    align-items: center;
    margin-bottom: 0.625rem; }
    .filter-cont form:last-child {
      margin-bottom: 0; }
    .filter-cont form select {
      font-size: 14px; }
    .filter-cont form button,
    .filter-cont form select {
      margin-bottom: 0; }
    .filter-cont form.filter label {
      display: block;
      text-align: center; }
    .filter-cont form.filter .group {
      margin-top: 0.3125rem; }
      .filter-cont form.filter .group.range {
        margin-bottom: -0.3125rem; }
        .filter-cont form.filter .group.range label {
          margin-bottom: -0.3125rem; }
      .filter-cont form.filter .group.select {
        padding: 0 0.625rem; }
        .filter-cont form.filter .group.select label {
          margin-bottom: 0.3125rem; }
    .filter-cont form.filter .buttons {
      margin: .5rem 0 0 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      .filter-cont form.filter .buttons .button {
        margin: 1px; }
      .filter-cont form.filter .buttons select {
        width: auto; }
      .filter-cont form.filter .buttons label {
        display: inline;
        margin: 0 .5rem; }
    .filter-cont form.sort {
      padding: 0 0.625rem; }
      .filter-cont form.sort select {
        width: calc(100% - 1.375rem); }

/******************************************* Folder tree */
#folder-tree .folder-tree {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  font-size: 14px;
  text-align: left; }
  #folder-tree .folder-tree a {
    display: block;
    padding: 0.3125rem;
    max-width: 100%;
    overflow: hidden;
    color: #eeeeee;
    text-overflow: ellipsis;
    transition: color 500ms ease, background-color 500ms ease; }
    #folder-tree .folder-tree a:hover {
      color: #111111;
      background-color: #dfdfdf; }
    #folder-tree .folder-tree a.toggle {
      position: absolute;
      right: 0;
      top: 0.3125rem;
      padding: 0.3125rem; }
  #folder-tree .folder-tree .actual > a {
    outline: 1px solid rgba(255,255,255,0.25); }
  #folder-tree .folder-tree .home > a {
    font-weight: bold; }
  #folder-tree .folder-tree ul {
    display: block;
    position: relative;
    padding: 0 0 0 .75rem;
    margin: 0;
    list-style-type: none; }
    #folder-tree .folder-tree ul li {
      position: relative;
      padding: 0 0 0 .5rem;
      vertical-align: middle;
      white-space: nowrap;
      max-width: 20rem;
      text-overflow: ellipsis; }
  #folder-tree .folder-tree.collapsible .collbtn {
    position: absolute;
    left: 0;
    top: 1rem;
    transform: translate(-50%, -50%) rotate(0);
    transition: transform 500ms;
    content: '';
    font-size: 9px;
    color: #eeeeee; }
  #folder-tree .folder-tree.collapsible .collapsed > .collbtn {
    transform: translate(-50%, -50%) rotate(-90deg); }
  #folder-tree .folder-tree.collapsible .collapsed > ul {
    display: none; }
  #folder-tree .folder-tree.plain ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .8rem;
    width: .5rem;
    height: 1px;
    background-color: rgba(255,255,255,0.25); }
  #folder-tree .folder-tree.plain ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.25); }
  #folder-tree .folder-tree.plain ul li:last-child::after {
    height: .8rem; }

/******************************************* Map */
section.map-cont .map-root {
  height: 20rem; }

.sidebar .map .map-root {
  height: 15rem; }

/******************************************* Download */
#download-box .download-links {
  text-align: center; }

/******************************************* Extra links */
#link-box .external-links {
  overflow: hidden; }
  #link-box .external-links a {
    display: inline-block;
    text-align: center; }

/******************************************* Social boxes */
#instafeed a {
  display: inline-block;
  max-width: 49%;
  margin: 0.5%; }

#twitter-feed iframe {
  width: 100% !important;
  margin-bottom: -0.3125rem; }

#facebook-box iframe {
  border: none;
  width: 100% !important;
  height: 220px; }

@media screen and (min-width: 64rem) {
  #facebook-box iframe {
    overflow: hidden; } }
#fb-comments iframe {
  background-color: transparent;
  box-shadow: none; }
#fb-comments .fb_iframe_widget, #fb-comments .fb_iframe_widget span, #fb-comments .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

#disqus-comments > div {
  padding: 0.625rem;
  background-color: transparent;
  box-shadow: none; }

/******************************************* Newsfeed */
#newsfeed ul {
  margin: 0 0 0 1.5em; }
  #newsfeed ul li {
    margin: 0.625rem 0 0 0;
    line-height: 1.2; }
    #newsfeed ul li span {
      margin: 0.3125rem 0 0 0;
      font-size: 14px;
      display: block; }
      #newsfeed ul li span.pdate {
        opacity: 0.5; }

.search-form {
  position: relative; }
  .search-form .search {
    position: relative; }
  .search-form .search-btn {
    position: absolute;
    right: 8px;
    top: 8px; }

/*# sourceMappingURL=sidebar.css.map */

/******************************************* Footer */
.footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
  background-color: #111111; }
  .footer .cont {
    background-color: transparent;
    color: #919191;
    flex-flow: row wrap;
    justify-content: center; }
    .footer .cont .custom {
      text-align: center; }
    .footer .cont .custom-cont {
      width: 100%; }
  .footer .bottom-navigation,
  .footer .credits,
  .footer .folder-info {
    padding: 0.625rem;
    font-size: 14px;
    text-align: center; }
    .footer .bottom-navigation a,
    .footer .credits a,
    .footer .folder-info a {
      color: #919191; }
      .footer .bottom-navigation a:hover,
      .footer .credits a:hover,
      .footer .folder-info a:hover {
        color: #d0d0d0; }
  .footer .bottom-navigation a {
    display: inline-block;
    margin: 0 0.3125rem; }
  .footer .folder-info > * {
    display: inline-block; }
  .footer .folder-info span {
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .footer .folder-info .modifieddate em {
    font-style: normal;
    opacity: 0.5; }

/*# sourceMappingURL=footer.css.map */

/* styles.css :: custom styles for the skin's Page templates */
.pages-cont {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  align-items: center; }
  .pages-cont a {
    color: #dfdfdf; }
  .pages-cont .custom {
    width: 100%;
    margin: 1.5625rem 0;
    padding: 0 0px; }
    .pages-cont .custom.boxed {
      max-width: none;
      margin: 12rem;
      padding: 0px;
      overflow: hidden;
      background-color: transparent;
      box-shadow: none;
      border-radius: px;
      color: #eeeeee; }
  .pages-cont .content {
    width: inherit; }

.page:not(.newimages-page) .page-wrap {
  max-width: none;
  flex: 1;
  padding: 0.9375rem; }

.page .page-wrap {
  color: #b3b3b3; }
  .page .page-wrap a:not(.button) {
    color: #dfdfdf; }
  .page .page-wrap > h2:first-child,
  .page .page-wrap > .caption {
    display: none; }
  .page .page-wrap.boxed {
    margin: 1.5625rem 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: px;
    color: #eeeeee; }
    .page .page-wrap.boxed a {
      color: ; }
  .page .page-wrap > header.cont {
    align-self: center; }

@media only screen and (min-width: 40em) {
  .page:not(.newimages-page) .page-wrap {
    padding: 1.5625rem; } }
.page-wrap .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.25rem;
  margin: 0.625rem 0;
  width: 100%; }
.page-wrap .medium-1,
.page-wrap .medium-2,
.page-wrap .medium-3,
.page-wrap .medium-4,
.page-wrap .medium-5,
.page-wrap .medium-6,
.page-wrap .medium-7,
.page-wrap .medium-8,
.page-wrap .medium-9,
.page-wrap .medium-10,
.page-wrap .medium-11,
.page-wrap .medium-12,
.page-wrap .large-1,
.page-wrap .large-2,
.page-wrap .large-3,
.page-wrap .large-4,
.page-wrap .large-5,
.page-wrap .large-6,
.page-wrap .large-7,
.page-wrap .large-8,
.page-wrap .large-9,
.page-wrap .large-10,
.page-wrap .large-11,
.page-wrap .large-12 {
  flex: 12;
  display: block;
  width: 100%; }
.page-wrap .small-1 {
  flex: 1; }
.page-wrap .small-2 {
  flex: 2; }
.page-wrap .small-3 {
  flex: 3; }
.page-wrap .small-4 {
  flex: 4; }
.page-wrap .small-5 {
  flex: 5; }
.page-wrap .small-6 {
  flex: 6; }
.page-wrap .small-7 {
  flex: 7; }
.page-wrap .small-8 {
  flex: 8; }
.page-wrap .small-9 {
  flex: 9; }
.page-wrap .small-10 {
  flex: 10; }
.page-wrap .small-11 {
  flex: 11; }
.page-wrap .small-12 {
  flex: none; }

@media only screen and (min-width: 40em) {
  .page .page-wrap {
    padding: 1.5625rem; }

  .page-wrap .row {
    flex-direction: row; }
  .page-wrap .medium-1 {
    flex: 1; }
  .page-wrap .medium-2 {
    flex: 2; }
  .page-wrap .medium-3 {
    flex: 3; }
  .page-wrap .medium-4 {
    flex: 4; }
  .page-wrap .medium-5 {
    flex: 5; }
  .page-wrap .medium-6 {
    flex: 6; }
  .page-wrap .medium-7 {
    flex: 7; }
  .page-wrap .medium-8 {
    flex: 8; }
  .page-wrap .medium-9 {
    flex: 9; }
  .page-wrap .medium-10 {
    flex: 10; }
  .page-wrap .medium-11 {
    flex: 11; }
  .page-wrap .medium-12 {
    flex: none; } }
@media only screen and (min-width: 64em) {
  .page-wrap .row {
    flex-wrap: nowrap; }
  .page-wrap .large-1 {
    flex: 1; }
  .page-wrap .large-2 {
    flex: 2; }
  .page-wrap .large-3 {
    flex: 3; }
  .page-wrap .large-4 {
    flex: 4; }
  .page-wrap .large-5 {
    flex: 5; }
  .page-wrap .large-6 {
    flex: 6; }
  .page-wrap .large-7 {
    flex: 7; }
  .page-wrap .large-8 {
    flex: 8; }
  .page-wrap .large-9 {
    flex: 9; }
  .page-wrap .large-10 {
    flex: 10; }
  .page-wrap .large-11 {
    flex: 11; }
  .page-wrap .large-12 {
    flex: none; } }
/************************************************ About page */
.about-page .page-wrap {
  display: flex;
  flex-flow: column;
  align-items: center; }
  .about-page .page-wrap .author-image {
    width: 12rem;
    margin: 0 1.875rem 0 0;
    overflow: hidden;
    flex: none; }
    .about-page .page-wrap .author-image img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      object-fit: cover; }
  .about-page .page-wrap .content {
    padding: 1.875rem 0 0 0;
    text-align: center;
    flex: 1; }
    .about-page .page-wrap .content > *:first-child {
      margin-top: 0; }
    .about-page .page-wrap .content h1, .about-page .page-wrap .content h2, .about-page .page-wrap .content h3 {
      margin-bottom: 1rem; }
    .about-page .page-wrap .content p {
      line-height: 1.5; }
    .about-page .page-wrap .content .text {
      margin-top: 1rem; }

/* medium displays >= 640px */
@media only screen and (min-width: 40em) {
  .about-page .page-wrap {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center; }
    .about-page .page-wrap .author-image {
      max-width: 35%; }
    .about-page .page-wrap .content {
      padding: 0;
      text-align: left; } }
/************************************************ Contact page */
.contact-page .page-wrap > div {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem; }
  .contact-page .page-wrap > div.custom {
    margin: 0; }
.contact-page .page-wrap .caption {
  max-width: 40rem; }
.contact-page .page-wrap blockquote,
.contact-page .page-wrap a {
  display: inline-block;
  font-size: 14px;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }
.contact-page .page-wrap blockquote {
  margin: 0 0 0 0.3125rem;
  line-height: 2;
  text-align: left;
  padding: 0 1rem;
  border-left: 0.3125rem solid rgba(34,34,34,0.200); }
  .contact-page .page-wrap blockquote:before, .contact-page .page-wrap blockquote:after {
    content: ''; }
.contact-page .page-wrap .button {
  display: block;
  margin: 0 0.3125rem;
  padding: 0.3125rem 0.625rem;
  border: 1px solid rgba(34,34,34,0.200);
  border-radius: .2rem;
  transition: all 500ms;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  color: #222222; }
  .contact-page .page-wrap .button:hover, .contact-page .page-wrap .button:focus {
    background-color: #dfdfdf;
    color: #111111;
    border: 1px solid #dfdfdf; }
  .contact-page .page-wrap .button:before {
    vertical-align: -2px; }
.contact-page .page-wrap strong {
  display: block;
  padding: 0.3125rem;
  font-size: 14px; }

/* medium displays >= 640px */
@media only screen and (min-width: 40em) {
  .contact-page .page-wrap {
    min-width: 34rem; }
    .contact-page .page-wrap > div {
      flex-flow: row;
      align-items: baseline; }
    .contact-page .page-wrap strong {
      margin-right: 1rem;
      width: 35%;
      max-width: 16rem;
      text-align: right; } }
/************************************************ Newimages page */
.pages-cont .newimages-page h1, .pages-cont .newimages-page h2, .pages-cont .newimages-page h3, .pages-cont .newimages-page h4 {
  padding-top: 0.9375rem;
  align-self: center;
  width: none;
  max-width: calc(100% - 1.25rem); }

.newimages-page .page-wrap.map-below {
  display: flex;
  flex-direction: column; }
  .newimages-page .page-wrap.map-below .map {
    order: 9999; }

/************************************************ Sitemap page */
.sitemap-page .page-wrap {
  display: flex;
  flex-flow: column; }
.sitemap-page .sitemap {
  flex: 1;
  max-width: 100%;
  text-align: left; }
  .sitemap-page .sitemap .title {
    max-width: 36rem;
    padding: 1rem 2rem; }
    .sitemap-page .sitemap .title a:before {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-right: 1rem;
      width: 3rem;
      height: 3rem;
      line-height: 3rem;
      color: #111111;
      background-color: #dfdfdf;
      border-radius: 50%; }
    .sitemap-page .sitemap .title small {
      margin-left: 4rem; }
  .sitemap-page .sitemap ul {
    padding: 0 0 0 2rem;
    line-height: 2; }
    .sitemap-page .sitemap ul ul {
      padding: 0 0 0 2rem; }
    .sitemap-page .sitemap ul li {
      display: flex;
      padding: 0;
      margin: 0.25rem 0;
      overflow: hidden; }
      .sitemap-page .sitemap ul li a.thumb {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        margin-right: -1.5rem;
        border-radius: 1.5rem;
        overflow: hidden;
        vertical-align: top;
        flex: none;
        background-color: #dfdfdf; }
        .sitemap-page .sitemap ul li a.thumb img {
          object-fit: cover;
          height: 3rem;
          width: 3rem; }
        .sitemap-page .sitemap ul li a.thumb.icon {
          background-color: transparent;
          border-radius: 0; }
          .sitemap-page .sitemap ul li a.thumb.icon img {
            object-fit: contain; }
      .sitemap-page .sitemap ul li div {
        margin-top: .5rem; }
        .sitemap-page .sitemap ul li div > a,
        .sitemap-page .sitemap ul li div > small {
          display: block;
          margin-left: 2rem; }
  .sitemap-page .sitemap.showthumbs ul {
    padding-left: 0;
    margin: 1rem 0;
    list-style-type: none; }
    .sitemap-page .sitemap.showthumbs ul li {
      margin: .5rem 0; }
  .sitemap-page .sitemap.showthumbs > ul {
    padding-left: 4rem; }
.sitemap-page .caption {
  margin: 0 0 1rem 0; }
.sitemap-page small {
  display: block;
  line-height: 1.43;
  white-space: normal; }

/* medium displays >= 640px */
@media only screen and (min-width: 40em) {
  .sitemap-page .sitemap .title {
    max-width: 50rem;
    font-size: 18px; }
  .sitemap-page .sitemap ul {
    padding: 0 0 0 5.5rem; }
    .sitemap-page .sitemap ul li a.thumb {
      margin-right: 0; }
    .sitemap-page .sitemap ul li div > a {
      font-size: 18px; }
    .sitemap-page .sitemap ul li div > a,
    .sitemap-page .sitemap ul li div > small {
      margin-left: 0.5rem; }
  .sitemap-page .sitemap.showthumbs ul {
    margin: 1rem 0; }
    .sitemap-page .sitemap.showthumbs ul li {
      margin: 1rem 0; }
  .sitemap-page .sitemap.showthumbs > ul {
    padding-left: 6rem; } }
/************************************************ Contents page */
.contents-page .page-wrap .title {
  text-align: center;
  margin-bottom: 20px; }
.contents-page .content {
  flex: 1;
  flex-direction: row;
  text-align: center; }
  .contents-page .content .one-letter {
    display: inline-block;
    vertical-align: top;
    min-width: 10rem;
    max-width: calc(50% - 1rem);
    padding: 1rem;
    margin: .5rem;
    text-align: center; }
    .contents-page .content .one-letter h2 {
      text-align: center;
      border-bottom: 1px solid #222222; }
    .contents-page .content .one-letter small {
      margin-top: 0.5em;
      display: block; }
    .contents-page .content .one-letter ul {
      padding: 0;
      list-style-type: none; }
      .contents-page .content .one-letter ul li a.thumb {
        display: block;
        margin: 1rem auto .5rem;
        width: 5rem;
        height: 5rem;
        border-radius: 2.5rem;
        overflow: hidden;
        vertical-align: top;
        background-color: #dfdfdf; }
        .contents-page .content .one-letter ul li a.thumb img {
          object-fit: cover;
          height: 5rem;
          width: 5rem; }
        .contents-page .content .one-letter ul li a.thumb.icon {
          padding: 1rem; }
          .contents-page .content .one-letter ul li a.thumb.icon img {
            width: 3rem;
            height: 3rem; }
      .contents-page .content .one-letter ul li div a {
        font-weight: 600;
        color: #222222; }
  .contents-page .content.showthumbs .one-letter ul {
    padding-left: 0; }
    .contents-page .content.showthumbs .one-letter ul li div {
      margin-top: 0.5rem; }

@media screen and (min-width: 30em) {
  .contents-page .content .one-letter {
    max-width: calc(33.333% - 1rem); } }
@media screen and (min-width: 40em) {
  .contents-page .content .one-letter {
    max-width: calc(25% - 1rem); } }
/************************************************ Contents page */
.calendar-page .years {
  display: flex;
  flex-direction: column; }
  .calendar-page .years.thumbs-1 .year .months .month .days .day .thumbs a {
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 3.3rem; }
  .calendar-page .years.thumbs-2:not(col-2) .year .months .month .days .day .thumbs {
    flex-direction: column;
    flex-wrap: nowrap; }
    .calendar-page .years.thumbs-2:not(col-2) .year .months .month .days .day .thumbs a {
      min-width: 100%;
      max-width: 100%; }
  .calendar-page .years.thumbs-3 .year .months .month .days .day .thumbs {
    flex-wrap: nowrap; }
  .calendar-page .years.thumbs-4 .year .months .month .days .day .thumbs a {
    min-width: 35%;
    max-width: 65%; }
  .calendar-page .years .year {
    flex-direction: column; }
    .calendar-page .years .year h2, .calendar-page .years .year h3 {
      margin: 1em 0 .25em 0; }
    .calendar-page .years .year h4, .calendar-page .years .year h5, .calendar-page .years .year h6 {
      text-transform: capitalize; }
    .calendar-page .years .year h2, .calendar-page .years .year h3, .calendar-page .years .year h4, .calendar-page .years .year h5, .calendar-page .years .year h6 {
      text-align: center; }
    .calendar-page .years .year .months .month {
      display: flex;
      flex-direction: column; }
      .calendar-page .years .year .months .month .weekdays {
        display: flex;
        text-transform: uppercase;
        justify-content: space-around;
        padding: .2rem; }
        .calendar-page .years .year .months .month .weekdays > * {
          font-size: 12px;
          letter-spacing: .2rem; }
      .calendar-page .years .year .months .month .days {
        display: flex;
        flex-flow: row wrap; }
        .calendar-page .years .year .months .month .days .day {
          display: flex;
          justify-content: stretch;
          align-content: flex-end;
          margin: 2px;
          width: calc(14.285714% - 4px);
          border: 1px solid rgba(128, 128, 128, 0.2);
          padding-top: 1.5rem;
          min-height: 4rem;
          position: relative; }
          .calendar-page .years .year .months .month .days .day.spacer {
            border: none; }
          .calendar-page .years .year .months .month .days .day.empty span {
            opacity: 0.5; }
          .calendar-page .years .year .months .month .days .day span {
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 .2rem;
            font-size: 12px; }
          .calendar-page .years .year .months .month .days .day .thumbs {
            display: flex;
            width: 100%;
            overflow: hidden;
            flex-flow: row wrap;
            padding: 2px;
            align-content: flex-start; }
            .calendar-page .years .year .months .month .days .day .thumbs a {
              display: flex;
              overflow: hidden;
              flex: 1 0 auto;
              margin: 1px;
              height: 2rem;
              min-width: 25%;
              max-width: 50%; }
              .calendar-page .years .year .months .month .days .day .thumbs a img {
                display: block;
                object-fit: cover; }
              .calendar-page .years .year .months .month .days .day .thumbs a.icon img {
                object-fit: contain; }
          .calendar-page .years .year .months .month .days .day .more {
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 0.3125rem 0.625rem;
            font-size: 12px;
            color: #111111;
            transition: background-color 500ms ease-out; }
            .calendar-page .years .year .months .month .days .day .more:hover {
              background-color: #dfdfdf; }

@media screen and (min-width: 30em) {
  .calendar-page .years.col-2 .year .months {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .calendar-page .years.col-2 .year .months .month {
      margin: .5rem;
      width: calc(50% - 1rem); }
  .calendar-page .years.thumbs-1 .year .months .month .days .day .thumbs a {
    height: 6.6rem; }
  .calendar-page .years.thumbs-2 .year .months .month .days .day .thumbs, .calendar-page .years.thumbs-4 .year .months .month .days .day .thumbs {
    flex-direction: row; }
    .calendar-page .years.thumbs-2 .year .months .month .days .day .thumbs a, .calendar-page .years.thumbs-4 .year .months .month .days .day .thumbs a {
      min-width: 33.3333%;
      max-width: 66.6667%;
      height: 3.3rem; } }
/************************************************ Tumblr Feed */
.tumblr-page .tumblr_post {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2em 2em 1em 2em;
  width: 90%;
  margin: 0.5em auto;
  list-style-type: none;
  padding: 0; }
.tumblr-page .tumblr_title {
  font-size: 32px; }
.tumblr-page .tumblr_body img {
  height: 300px; }
.tumblr-page .tumblr_photo {
  height: 300px; }

/*# sourceMappingURL=styles.css.map */

/* BlackAndWhite */


