
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus,
  [type='password']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='month']:focus,
  [type='week']:focus,
  [type='email']:focus,
  [type='number']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill:rgb%28138,138,138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

/*# sourceMappingURL=normalize.css.map */

@font-face{font-family:lazaicon;src:url(fonts/lazaicon.ttf?mitg9v) format('truetype'),url(fonts/lazaicon.woff?mitg9v) format('woff'),url(fonts/lazaicon.svg?mitg9v#lazaicon) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"]:before,[class^=icon-]:before{font-family:lazaicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:subpixel-antialiased}.iconfont{font-family:lazaicon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:subpixel-antialiased}.icon-wizard:before{content:"\e601"}.icon-widget:before{content:"\e602"}.icon-watch-remove:before{content:"\e603"}.icon-watch:before{content:"\e604"}.icon-warning:before{content:"\e605"}.icon-volume-muted:before{content:"\e606"}.icon-volume:before{content:"\e607"}.icon-video:before{content:"\e608"}.icon-users:before{content:"\e609"}.icon-user-remove:before{content:"\e60a"}.icon-user-add:before{content:"\e60b"}.icon-user:before{content:"\e60c"}.icon-up-one-level:before{content:"\e60d"}.icon-upload:before{content:"\e60e"}.icon-unlock:before{content:"\e60f"}.icon-undo:before{content:"\e610"}.icon-twitter:before{content:"\e611"}.icon-tumblr:before{content:"\e612"}.icon-trash:before{content:"\e613"}.icon-transition:before{content:"\e614"}.icon-toggle-right:before{content:"\e615"}.icon-toggle-left:before{content:"\e616"}.icon-time:before{content:"\e617"}.icon-text:before{content:"\e618"}.icon-stumbleupon:before{content:"\e619"}.icon-straighten:before{content:"\e61a"}.icon-stop:before{content:"\e61b"}.icon-star-half:before{content:"\e61c"}.icon-star-empty:before{content:"\e61d"}.icon-star-5:before{content:"\e61e"}.icon-star-4:before{content:"\e61f"}.icon-star-3:before{content:"\e620"}.icon-star-2:before{content:"\e621"}.icon-star-1:before{content:"\e622"}.icon-star-0:before{content:"\e623"}.icon-star:before{content:"\e624"}.icon-smartphone:before{content:"\e625"}.icon-slideshow:before{content:"\e626"}.icon-slide-page:before{content:"\e627"}.icon-skin-settings:before{content:"\e628"}.icon-skin:before{content:"\e629"}.icon-site:before{content:"\e62a"}.icon-sign-out:before{content:"\e62b"}.icon-sign-in:before{content:"\e62c"}.icon-shuffle:before{content:"\e62d"}.icon-menu-light:before{content:"\e62e"}.icon-shopping-cart:before{content:"\e62f"}.icon-sharpen:before{content:"\e630"}.icon-share:before{content:"\e631"}.icon-settings:before{content:"\e632"}.icon-server:before{content:"\e633"}.icon-search:before{content:"\e634"}.icon-rss:before{content:"\e635"}.icon-rotate-right:before{content:"\e636"}.icon-rotate-left:before{content:"\e637"}.icon-resize-handle:before{content:"\e638"}.icon-remove:before{content:"\e639"}.icon-refresh:before{content:"\e63a"}.icon-redo:before{content:"\e63b"}.icon-reddit:before{content:"\e63c"}.icon-radio-unchecked:before{content:"\e63d"}.icon-radio-checked:before{content:"\e63e"}.icon-question:before{content:"\e63f"}.icon-profile:before{content:"\e640"}.icon-printer:before{content:"\e641"}.icon-previous:before{content:"\e642"}.icon-preview:before{content:"\e643"}.icon-plug:before{content:"\e644"}.icon-play-video:before{content:"\e645"}.icon-play:before{content:"\e646"}.icon-pixelate:before{content:"\e647"}.icon-pinterest:before{content:"\e648"}.icon-photos:before{content:"\e649"}.icon-photo-remove:before{content:"\e64a"}.icon-photo-add:before{content:"\e64b"}.icon-photo:before{content:"\e64c"}.icon-paypal:before{content:"\e64d"}.icon-pause:before{content:"\e64e"}.icon-page-remove:before{content:"\e64f"}.icon-page-add:before{content:"\e650"}.icon-ordering:before{content:"\e651"}.icon-ok:before{content:"\e652"}.icon-notifications:before{content:"\e653"}.icon-no-money:before{content:"\e654"}.icon-next:before{content:"\e655"}.icon-newsfeed:before{content:"\e656"}.icon-new:before{content:"\e657"}.icon-mostphotos:before{content:"\e658"}.icon-minimize:before{content:"\e659"}.icon-message:before{content:"\e65a"}.icon-shortcut:before{content:"\e65b"}.icon-menu:before{content:"\e65c"}.icon-megaphone:before{content:"\e65d"}.icon-maximize:before{content:"\e65e"}.icon-loop:before{content:"\e65f"}.icon-lock:before{content:"\e660"}.icon-location:before{content:"\e661"}.icon-linkedin:before{content:"\e662"}.icon-link:before{content:"\e663"}.icon-like:before{content:"\e664"}.icon-lightbulb:before{content:"\e665"}.icon-levels:before{content:"\e666"}.icon-lens:before{content:"\e667"}.icon-last:before{content:"\e668"}.icon-label:before{content:"\e669"}.icon-js:before{content:"\e66a"}.icon-javascript:before{content:"\e66b"}.icon-java:before{content:"\e66c"}.icon-jalbum:before{content:"\e66d"}.icon-invert:before{content:"\e66e"}.icon-instagram:before{content:"\e66f"}.icon-info:before{content:"\e670"}.icon-index-page:before{content:"\e671"}.icon-index:before{content:"\e672"}.icon-include:before{content:"\e673"}.icon-home:before{content:"\e674"}.icon-heart-add:before{content:"\e675"}.icon-heart-empty:before{content:"\e676"}.icon-heart-remove:before{content:"\e677"}.icon-heart:before{content:"\e678"}.icon-header:before{content:"\e679"}.icon-hammer:before{content:"\e67a"}.icon-group-remove:before{content:"\e67b"}.icon-group-add:before{content:"\e67c"}.icon-group:before{content:"\e67d"}.icon-google-plus:before{content:"\e67e"}.icon-gauge:before{content:"\e67f"}.icon-fullscreen:before{content:"\e680"}.icon-forward:before{content:"\e682"}.icon-fotomoto:before{content:"\e681"}.icon-form:before{content:"\e683"}.icon-footer:before{content:"\e684"}.icon-folder-refresh:before{content:"\e685"}.icon-folder-remove:before{content:"\e686"}.icon-folder-lock:before{content:"\e687"}.icon-folder-add:before{content:"\e688"}.icon-folder:before{content:"\e689"}.icon-flip-vertical:before{content:"\e68a"}.icon-flip-horizontal:before{content:"\e68b"}.icon-flash:before{content:"\e68c"}.icon-flag:before{content:"\e68d"}.icon-first:before{content:"\e68e"}.icon-filter-remove:before{content:"\e68f"}.icon-filter:before{content:"\e690"}.icon-fast-forward:before{content:"\e691"}.icon-fast-backward:before{content:"\e692"}.icon-facebook:before{content:"\e693"}.icon-external:before{content:"\e694"}.icon-expand:before{content:"\e695"}.icon-exclude:before{content:"\e696"}.icon-exchange:before{content:"\e697"}.icon-email:before{content:"\e698"}.icon-eject:before{content:"\e699"}.icon-effect:before{content:"\e69a"}.icon-edit:before{content:"\e69b"}.icon-earth:before{content:"\e69c"}.icon-drop-up:before{content:"\e69d"}.icon-drop-right:before{content:"\e69e"}.icon-drop-left:before{content:"\e69f"}.icon-drop-down:before{content:"\e6a0"}.icon-download:before{content:"\e6a1"}.icon-documents:before{content:"\e6a2"}.icon-document-remove:before{content:"\e6a3"}.icon-document-add:before{content:"\e6a4"}.icon-document:before{content:"\e6a5"}.icon-desktop:before{content:"\e6a6"}.icon-design:before{content:"\e6a7"}.icon-css:before{content:"\e6a8"}.icon-cursor:before{content:"\e6a9"}.icon-crop:before{content:"\e6aa"}.icon-contrast:before{content:"\e6ab"}.icon-contract:before{content:"\e6ac"}.icon-connect:before{content:"\e6ad"}.icon-comment:before{content:"\e6ae"}.icon-code:before{content:"\e6af"}.icon-close-light:before{content:"\e6b0"}.icon-checkbox-unchecked:before{content:"\e6b1"}.icon-checkbox-checked:before{content:"\e6b2"}.icon-chat:before{content:"\e6b3"}.icon-chart:before{content:"\e6b4"}.icon-cancel:before{content:"\e6b5"}.icon-camera:before{content:"\e6b6"}.icon-button:before{content:"\e6b7"}.icon-brightness:before{content:"\e6b8"}.icon-bookmark:before{content:"\e6b9"}.icon-book:before{content:"\e6ba"}.icon-blur:before{content:"\e6bb"}.icon-backward:before{content:"\e6bc"}.icon-audio:before{content:"\e6bd"}.icon-attach:before{content:"\e6be"}.icon-art-filters:before{content:"\e6bf"}.icon-arrow-up:before{content:"\e6c0"}.icon-arrow-right:before{content:"\e6c1"}.icon-arrow-left:before{content:"\e6c2"}.icon-arrow-down:before{content:"\e6c3"}.icon-album-remove:before{content:"\e6c4"}.icon-album-add:before{content:"\e6c5"}.icon-album:before{content:"\e6c6"}.icon-advanced:before{content:"\e6c7"}.icon-add-document:before{content:"\e6ca"}.icon-backward-light:before{content:"\e6c8"}.icon-forward-light:before{content:"\e6c9"}.icon-linux:before{content:"\e6cb"}.icon-osx:before{content:"\e6cc"}.icon-windows:before{content:"\e6cd"}.icon-more:before{content:"\e6ce"}.icon-document-edit:before{content:"\e6cf"}.icon-email-send:before{content:"\e6d0"}.icon-digg:before{content:"\e6d1"}.icon-cloud:before{content:"\e6d2"}.icon-storage:before{content:"\e6d3"}.icon-coin:before{content:"\e6d4"}.icon-no-coin:before{content:"\ed65"}.icon-hand:before{content:"\ed66"}.icon-page:before{content:"\ed67"}.icon-responsive:before{content:"\ed68"}.icon-flash2:before{content:"\ed69"}.icon-flickr:before{content:"\ed6a"}.icon-foursquare:before{content:"\ed6b"}.icon-vimeo:before{content:"\ed6c"}.icon-show-top-thumbs:before{content:"\ed6d"}.icon-hide-top-thumbs:before{content:"\ed6e"}.icon-show-bottom-panel:before{content:"\ed6f"}.icon-hide-bottom-panel:before{content:"\ed70"}.icon-down-light:before{content:"\e900"}.icon-up-light:before{content:"\e901"}.icon-skype:before{content:"\e902"}.icon-flash-free:before{content:"\e903"}.icon-theme-image-support:before{content:"\e904"}.icon-sidebar:before{content:"\e905"}.icon-lightbox:before{content:"\e906"}.icon-play-light:before{content:"\e907"}.icon-pause-light:before{content:"\e908"}.icon-stop-light:before{content:"\e909"}.icon-show-thumbs:before{content:"\e90a"}.icon-hide-thumbs:before{content:"\e90b"}.icon-top-bar:before{content:"\e90c"}.icon-hero:before{content:"\e90d"}.icon-sections:before{content:"\e90e"}.icon-sidebar-right:before{content:"\e90f"}.icon-footer-2:before{content:"\e910"}.icon-asterisk:before{content:"\e911"}.icon-plus:before{content:"\e912"}.icon-minus:before{content:"\e913"}.icon-power:before{content:"\e914"}.icon-lightning:before{content:"\e915"}.icon-panorama:before{content:"\e916"}.icon-panorama-play:before{content:"\e917"}.icon-panorama-pause:before{content:"\e918"}.icon-fullscreen-light:before{content:"\e919"}.icon-exitfullscreen-light:before{content:"\e91a"}.icon-index-light:before{content:"\e91b"}.icon-external-light:before{content:"\e91c"}.icon-up-one-level-light:before{content:"\e91d"}.icon-share-light:before{content:"\e91e"}.icon-lightbox-2:before{content:"\e91f"}.icon-folders:before{content:"\e920"}.icon-gift:before{content:"\e921"}.icon-list:before{content:"\e922"}.icon-story:before{content:"\e923"}.icon-rocket:before{content:"\e924"}.icon-download-1:before{content:"\e925"}.icon-upload-1:before{content:"\e926"}.icon-feedback:before{content:"\e927"}.icon-cart:before{content:"\e928"}.icon-cart-add:before{content:"\e929"}.icon-filter-1:before{content:"\e92a"}.icon-tag:before{content:"\e92b"}.icon-info-1:before{content:"\e92c"}.icon-camera-1:before{content:"\e92d"}.icon-location-1:before{content:"\e92e"}.icon-search-1:before{content:"\e92f"}.icon-trash-1:before{content:"\e930"}.icon-audio-1:before{content:"\e931"}.icon-cart-fotomoto:before{content:"\e932"}.icon-print-1:before{content:"\e933"}.icon-face:before{content:"\e934"}.icon-colors:before{content:"\e935"}.icon-prev-next-page:before{content:"\e936"}.icon-connect-light:before{content:"\e937"}.icon-calendar:before{content:"\e938"}.icon-calendar-add:before{content:"\e939"}.icon-calendar-remove:before{content:"\e93a"}

/* laza.modal.scss */
/* defaults.scss :: default values, functions and mixins */
/*
$fontL:			1.143em;
$fontXL:		1.333em;
$fontXXL:		1.455em;
*/
@keyframes fade-and-hide {
  0% {
    display: block;
    opacity: 100%; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
.modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300000; }
  .modal .window {
    position: absolute;
    top: 50%;
    left: 10%;
    top: 50%;
    width: 80%;
    max-height: 98%;
    padding: 0;
    color: #222;
    background-color: #eee;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: auto; }
    .modal .window.small {
      left: 15%;
      width: 70%; }
    .modal .window.large {
      left: 5%;
      width: 90%; }
    .modal .window.alert {
      border-left: 4px solid #900; }
    .modal .window.warning {
      border-left: 4px solid #f90; }
    .modal .window.success {
      border-left: 4px solid #090; }
    .modal .window.secondary {
      border-left: 4px solid #777; }
    .modal .window .content {
      padding: 20px 60px 20px 20px;
      -webkit-overflow-scrolling: touch; }
    .modal .window.has-header .content {
      padding: 20px; }
    .modal .window.no-padding .content {
      padding: 0; }
    .modal .window header {
      height: 60px;
      line-height: 60px;
      padding-left: 20px;
      padding-right: 60px;
      text-align: left;
      color: #fff;
      background-color: #333; }
    .modal .window .content {
      overflow: auto;
      scrollbar-color: dark; }
      .modal .window .content::-webkit-scrollbar {
        width: .8rem; }
      .modal .window .content::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.25); }
      .modal .window .content::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.15); }
      .modal .window .content .thumbnails .cont .card .caption {
        scrollbar-color: dark; }
        .modal .window .content .thumbnails .cont .card .caption::-webkit-scrollbar {
          width: .8rem; }
        .modal .window .content .thumbnails .cont .card .caption::-webkit-scrollbar-track {
          background-color: rgba(0, 0, 0, 0.25); }
        .modal .window .content .thumbnails .cont .card .caption::-webkit-scrollbar-thumb {
          border: 1px solid rgba(0, 0, 0, 0.5);
          background-color: rgba(255, 255, 255, 0.15); }
      .modal .window .content h1, .modal .window .content h2, .modal .window .content h3, .modal .window .content h4, .modal .window .content h5, .modal .window .content h6 {
        color: #222; }
      .modal .window .content .text-center {
        text-align: center; }
    .modal .window.map {
      padding: 0 60px 0 0;
      background-color: #000; }
      .modal .window.map img {
        max-width: none; }
    .modal .window .btn {
      position: absolute;
      text-align: left;
      text-indent: -9999px;
      background-color: rgba(0, 0, 0, 0.1);
      padding: 0;
      position: absolute;
      border: none;
      width: 60px; }
      .modal .window .btn:hover, .modal .window .btn:focus {
        background-color: rgba(0, 0, 0, 0.4);
        outline: none; }
      .modal .window .btn:hover:before, .modal .window .btn:hover:after {
        background-color: #fff; }
      .modal .window .btn:before, .modal .window .btn:after {
        position: absolute;
        margin-left: -0.5px;
        width: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        content: ''; }
      .modal .window .btn.close {
        height: 60px;
        z-index: 20;
        top: 0;
        right: 0; }
        .modal .window .btn.close:before, .modal .window .btn.close:after {
          bottom: 25%;
          left: 50%;
          top: 25%; }
        .modal .window .btn.close:before {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .modal .window .btn.close:after {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .modal .window .buttons {
      text-align: center; }
      .modal .window .buttons .button {
        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); }

@media only screen and (min-width: 64em) {
  .modal .window {
    left: 25%;
    width: 50%; }
    .modal .window.small {
      left: 33%;
      width: 34%; }
    .modal .window.large {
      left: 15%;
      width: 70%; } }
@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.lightbox.scss :: Lightbox styles */
/* defaults.scss :: default values, functions and mixins */
/*
$fontL:			1.143em;
$fontXL:		1.333em;
$fontXXL:		1.455em;
*/
@keyframes fade-and-hide {
  0% {
    display: block;
    opacity: 100%; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-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%; } }
@-moz-keyframes fadeBtn {
  0% {
    color: #ffffff;
    background-color: rgba(204,0,51,0.600); }
  100% {
    color: #eeeeee;
    background-color: rgba(0,0,0,.2); } }
@-webkit-keyframes fadeBtn {
  0% {
    color: #ffffff;
    background-color: rgba(204,0,51,0.600); }
  100% {
    color: #eeeeee;
    background-color: rgba(0,0,0,.2); } }
@keyframes fadeBtn {
  0% {
    color: #ffffff;
    background-color: rgba(204,0,51,0.600); }
  100% {
    color: #eeeeee;
    background-color: rgba(0,0,0,.2); } }
.lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200000;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .lightbox .lightbox-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #080808;
    z-index: 0; }
  .lightbox .lightbox-loading,
  .lightbox .lightbox-loading div {
    border-radius: 50%; }
  .lightbox .lightbox-loading {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 40px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 40px;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1; }
    .lightbox .lightbox-loading div {
      -moz-animation: lightbox-loading 1s ease infinite;
      -webkit-animation: lightbox-loading 1s ease infinite;
      animation: lightbox-loading 1s ease infinite;
      background-color: #fff;
      height: 20px;
      width: 20px; }
  .lightbox .lightbox-main .lightbox-loading div {
    background-color: rgba(204,0,51,0.600); }
  .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 img.poster {
      width: 100%; }
    .lightbox .lightbox-main.audio audio {
      position: absolute;
      bottom: 0px;
      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.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: #dddddd;
      font-size: 80%;
      background-color: rgba(51, 51, 51, 0.6); }
    .lightbox .lightbox-main.external {
      max-width: 100%;
      max-height: 100%;
      overflow: auto; }
      .lightbox .lightbox-main.external.iframe {
        overflow: hidden; }
    .lightbox .lightbox-main.vr {
      overflow: hidden; }
      .lightbox .lightbox-main.vr iframe {
        display: block; }
      .lightbox .lightbox-main.vr .error {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 60%;
        transform: translate(-50%, -50%);
        padding: 1rem;
        color: #eee;
        background-color: #000;
        border-radius: .5rem; }
    .lightbox .lightbox-main .regions {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .lightbox .lightbox-main .regions a {
        position: absolute;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        transition: all 500ms; }
        .lightbox .lightbox-main .regions a span {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 100%;
          padding: 0 4px 4px 6px;
          background-color: rgba(255, 255, 255, 0.5);
          font-size: 0.75em;
          color: #333333;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          transition: all 500ms; }
        .lightbox .lightbox-main .regions a .active, .lightbox .lightbox-main .regions a:hover {
          border: 1px solid #fff; }
          .lightbox .lightbox-main .regions a .active span, .lightbox .lightbox-main .regions a:hover span {
            color: #1a1a1a;
            max-width: none;
            background-color: #fff; }
  .lightbox.zoomed .zoom {
    display: block; }
  .lightbox.no-zoom .zoom {
    display: none !important; }
  .lightbox .controls .button:focus {
    outline: none !important; }
  .lightbox .contols .button,
  .lightbox > .button {
    color: #eeeeee;
    background-color: rgba(0,0,0,.2);
    will-change: background-color, opacity; }
    .lightbox .contols .button:hover,
    .lightbox > .button:hover {
      -moz-animation: fadeBtn 500ms 1s ease-out forwards;
      -webkit-animation: fadeBtn 500ms 1s ease-out forwards;
      animation: fadeBtn 500ms 1s ease-out forwards; }
    .lightbox .contols .button:focus,
    .lightbox > .button:focus {
      outline: none !important; }
    .lightbox .contols .button.arrow-left, .lightbox .contols .button.arrow-right,
    .lightbox > .button.arrow-left,
    .lightbox > .button.arrow-right {
      width: 60px;
      position: absolute;
      top: 50%;
      height: 90px;
      margin-top: -45px; }
      .lightbox .contols .button.arrow-left:before, .lightbox .contols .button.arrow-left:after, .lightbox .contols .button.arrow-right:before, .lightbox .contols .button.arrow-right:after,
      .lightbox > .button.arrow-left:before,
      .lightbox > .button.arrow-left:after,
      .lightbox > .button.arrow-right:before,
      .lightbox > .button.arrow-right:after {
        position: absolute;
        height: 30px;
        margin-left: -0.5px;
        width: 2px;
        background-color: #eeeeee;
        content: ''; }
      .lightbox .contols .button.arrow-left:before, .lightbox .contols .button.arrow-right:before,
      .lightbox > .button.arrow-left:before,
      .lightbox > .button.arrow-right:before {
        top: 19.393398px; }
      .lightbox .contols .button.arrow-left:after, .lightbox .contols .button.arrow-right:after,
      .lightbox > .button.arrow-left:after,
      .lightbox > .button.arrow-right:after {
        bottom: 19.393398px; }
      .lightbox .contols .button.arrow-left:hover:before, .lightbox .contols .button.arrow-left:hover:after, .lightbox .contols .button.arrow-right:hover:before, .lightbox .contols .button.arrow-right:hover:after,
      .lightbox > .button.arrow-left:hover:before,
      .lightbox > .button.arrow-left:hover:after,
      .lightbox > .button.arrow-right:hover:before,
      .lightbox > .button.arrow-right:hover:after {
        background-color: #ffffff !important; }
    .lightbox .contols .button.arrow-left,
    .lightbox > .button.arrow-left {
      left: 0;
      z-index: 21; }
      .lightbox .contols .button.arrow-left:before, .lightbox .contols .button.arrow-left:after,
      .lightbox > .button.arrow-left:before,
      .lightbox > .button.arrow-left:after {
        left: 45%; }
      .lightbox .contols .button.arrow-left:before,
      .lightbox > .button.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 .contols .button.arrow-left:after,
      .lightbox > .button.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 .contols .button.arrow-right,
    .lightbox > .button.arrow-right {
      right: 0;
      z-index: 22; }
      .lightbox .contols .button.arrow-right:before, .lightbox .contols .button.arrow-right:after,
      .lightbox > .button.arrow-right:before,
      .lightbox > .button.arrow-right:after {
        left: 55%; }
      .lightbox .contols .button.arrow-right:before,
      .lightbox > .button.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 .contols .button.arrow-right:after,
      .lightbox > .button.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); }
  .lightbox .controls {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    display: flex; }
    .lightbox .controls .button {
      width: 60px;
      position: relative; }
      .lightbox .controls .button.play, .lightbox .controls .button.pause {
        height: 60px;
        font-size: 120%; }
      .lightbox .controls .button.zoom {
        font-size: 120%; }
        .lightbox .controls .button.zoom.active:before {
          content: "\e6ac"; }
      .lightbox .controls .button:before {
        margin: 0; }
      .lightbox .controls .button.pause > .progress {
        position: absolute;
        height: 2px;
        overflow: hidden;
        background-color: #ffffff;
        width: 0;
        left: 0;
        bottom: 0;
        content: ' ';
        z-index: 24;
        -moz-animation: timer 3s linear;
        -webkit-animation: timer 3s linear;
        -ms-animation: timer 3s linear;
        animation: timer 3s linear; }
      .lightbox .controls .button.close {
        font-size: 1.5rem; }

[data-whatintent=touch] .lightbox .button.arrow-left,
[data-whatintent=touch] .lightbox .button.arrow-right {
  display: none; }

.immerse .lightbox .lightbox-caption {
  background-color: rgba(51, 51, 51, 0.5); }
  .immerse .lightbox .lightbox-caption .controls {
    display: none; }
.immerse .lightbox .controls .button:not(.pause),
.immerse .lightbox .arrow-left,
.immerse .lightbox .arrow-right {
  -moz-animation: fade-and-hide 500ms 1s ease-out forwards;
  -webkit-animation: fade-and-hide 500ms 1s ease-out forwards;
  animation: fade-and-hide 500ms 1s ease-out forwards; }

.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; }

.lightbox-caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: fit-content;
  max-width: 90vw;
  max-height: 25vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  color: #333333;
  font-size: 0.875em;
  background-color: #ffffff;
  transform: translateX(-50%);
  z-index: 11;
  transition: opacity 500ms, background-color 500ms;
  will-change: opacity, background-color; }
  .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 > * {
    margin: 0.625rem; }
  .lightbox-caption .caption h1, .lightbox-caption .caption h2, .lightbox-caption .caption h3, .lightbox-caption .caption h4, .lightbox-caption .caption h5, .lightbox-caption .caption h6 {
    margin: 0.15625rem 0; }
  .lightbox-caption .caption a {
    font-weight: bold; }
  .lightbox-caption .buttons .button span {
    display: none;
    margin-left: .3rem; }
  .lightbox-caption .buttons .button b {
    margin-left: .2em;
    padding: 0.1em .45em .2em;
    color: white;
    background-color: red;
    border-radius: 2px; }
  .lightbox-caption .buttons .ratingbox {
    margin-top: -0.3125rem;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6); }
    .lightbox-caption .buttons .ratingbox label {
      display: block;
      letter-spacing: 0.25rem;
      font-size: 0.6875em;
      opacity: 0.5; }
    .lightbox-caption .buttons .ratingbox:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .lightbox-caption.slideshow .buttons {
    display: none; }

[data-whatintent=mouse] .lightbox-caption {
  opacity: 0.75; }
  [data-whatintent=mouse] .lightbox-caption:hover {
    opacity: 1; }
  [data-whatintent=mouse] .lightbox-caption.slideshow {
    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; }
    .lightbox-caption .caption {
      align-seft: flex-start;
      max-width: 70vw; } }
@media only screen and (min-width: 64em) {
  .lightbox-modal > div {
    left: 25%;
    width: 50%; } }

/*# sourceMappingURL=laza.lightbox.css.map */

/* user.scss :: User defined styles */
/* defaults.scss :: default values, functions and mixins */
/*
$fontL:			1.143em;
$fontXL:		1.333em;
$fontXXL:		1.455em;
*/
@keyframes fade-and-hide {
  0% {
    display: block;
    opacity: 100%; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
/******************************************* Styling default tags */
* {
  box-sizing: border-box; }

html {
  background-color: #ece8e4; }

@media screen {
  html, body {
    scrollbar-color: dark; } }
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5625;
  background-color: #ece8e4;
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.scrollable {
  overflow: auto;
  scrollbar-color: dark; }
  .scrollable::-webkit-scrollbar {
    width: .8rem; }
  .scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25); }
  .scrollable::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.15); }
  .scrollable .thumbnails .cont .card .caption {
    scrollbar-color: dark; }
    .scrollable .thumbnails .cont .card .caption::-webkit-scrollbar {
      width: .8rem; }
    .scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.25); }
    .scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-thumb {
      border: 1px solid rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.15); }

.light-mode.scrollable {
  scrollbar-color: light; }
  .light-mode.scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2); }
  .light-mode.scrollable::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.6); }
  .light-mode.scrollable .thumbnails .cont .card .caption {
    scrollbar-color: light; }
    .light-mode.scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.2); }
    .light-mode.scrollable .thumbnails .cont .card .caption::-webkit-scrollbar-thumb {
      border: 1px solid rgba(0, 0, 0, 0.25);
      background-color: rgba(255, 255, 255, 0.6); }

.jalbumWidgetbar body {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

h1, h2, h3, h4 {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  line-height: 1.23;
  -webkit-font-smoothing: subpixel-antialiased; }

h5, h6 {
  font-weight: bold; }

p {
  font-family: inherit;
  text-rendering: optimizeLegibility; }
  p a:not(.button) {
    font-weight: bold; }

li {
  margin: 1rem 0; }

a {
  color: #cc0033;
  text-decoration: none;
  line-height: inherit; }
  a img {
    border: none; }

.hidden {
  display: none !important; }

label {
  display: inline;
  font-size: 0.75em;
  color: #333333;
  text-transform: uppercase; }

code,
kbd {
  font-size: 0.875em;
  padding: 0.15625rem 0.3125rem;
  border: 1px solid rgba(51,51,51,0.200); }

blockquote {
  text-align: center;
  font-size: 1.375em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  blockquote:before {
    content: "\201c"; }
  blockquote:after {
    content: "\201d"; }

b, strong {
  font-weight: bold; }

.custom hr,
.caption hr {
  margin: 3rem 25%;
  border-color: rgba(51,51,51,0.200); }

.button {
  position: relative;
  padding: 0.625rem 0.9375rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
  background-color: rgba(204,0,51,0.600);
  border: none;
  cursor: pointer;
  text-align: center;
  transition: color 500ms, background-color 500ms, opacity 500ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .button:focus {
    outline: 1px dotted rgba(204,0,51,0.600); }
  .button:hover {
    color: #ffffff;
    background-color: #a30029; }
  .button.disabled {
    opacity: 0.4;
    color: #333333;
    background-color: transparent;
    cursor: not-allowed; }
  .button.primary {
    background-color: #2ba6cb; }
    .button.primary:hover {
      background-color: #2285a2 !important; }
  .button.secondary {
    background-color: #e9e9e9;
    color: #181818; }
    .button.secondary:hover {
      background-color: #bababa !important; }
  .button.alert {
    background-color: #c60f13;
    color: #fefefe; }
    .button.alert:hover {
      background-color: #9e0c0f !important;
      color: #fefefe; }
  .button.success {
    background-color: #5da423; }
    .button.success:hover {
      background-color: #4a831c !important; }
  .button.warning {
    background-color: #ffae00; }
    .button.warning:hover {
      background-color: #cc8b00 !important; }
  .button.small {
    margin: 0.15625rem;
    color: #ffffff;
    padding: 0.3125rem 0.46875rem;
    font-size: 0.875em;
    border: 1px solid rgba(204,0,51,0.600);
    background-color: transparent;
    border-radius: 3px;
    display: inline-block; }
    .button.small:hover {
      border-color: rgba(204,0,51,0.600);
      background-color: rgba(204,0,51,0.600); }
    .button.small:before {
      vertical-align: -.1em; }
  .button.large {
    padding: 0.9375rem 1.25rem;
    font-size: 1.125em; }
  .button .badge {
    display: inline-block;
    padding: .1em .2em .15em .2em;
    min-width: 1.2em;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    color: rgba(204,0,51,0.600);
    background-color: #ffffff;
    border-radius: .2em; }
    .button .badge.red {
      color: white;
      background-color: red; }
    .button .badge.top-right {
      position: absolute;
      right: .3em;
      top: .3em; }
    .button .badge:not(.top-right) {
      vertical-align: top;
      margin-left: .5em; }

.follow-icon:after {
  font-family: 'lazaicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 0.2em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  content: "\e6c1"; }

.global.button {
  display: inline-block; }

.local.button {
  display: none; }

.lightbox-on .global.button {
  display: none; }
.lightbox-on .local.button {
  display: inline-block; }
.lightbox-on .lightbox-hide {
  display: none; }
.lightbox-on .index-hide {
  display: inline-block; }

.index-hide {
  display: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-small {
  font-size: 0.875em; }

.text-x-small {
  font-size: 0.75em; }

.text-large {
  font-size: 1.125em; }

.text-x-large {
  font-size: 1.25em; }

.embed-container {
  position: relative;
  height: 75vh;
  overflow: hidden; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************************* Hero */
.page .hero {
  height: 20vh; }

.index .hero {
  height: 100vh; }

.hero {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero > .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(38,141,173,0.294); }
    .hero > .cont .title {
      position: relative;
      text-align: center;
      padding: 1.25rem 1.875rem;
      max-width: 45rem;
      color: #333333;
      border: none;
      background-color: #ffffff; }
      .hero > .cont .title h1, .hero > .cont .title h2 {
        color: #333333;
        margin: 0; }
        .hero > .cont .title h1 > .date, .hero > .cont .title h2 > .date {
          display: block;
          font-size: 1.25rem;
          line-height: 2.5rem; }
      .hero > .cont .title h3 > .date, .hero > .cont .title h4 > .date, .hero > .cont .title h5 > .date, .hero > .cont .title h6 > .date {
        display: block;
        font-size: 1.125rem; }
      .hero > .cont .title a {
        color: #cc0033; }
    .hero > .cont .button {
      flex: none;
      color: #333333;
      background-color: #ffffff;
      padding: 0;
      font-size: 2rem;
      line-height: 3rem;
      width: 3rem;
      overflow: hidden;
      text-align: center;
      border-radius: 50%;
      margin: 1rem; }
      .hero > .cont .button:hover, .hero > .cont .button:focus {
        color: #ffffff !important;
        background-color: rgba(204,0,51,0.600) !important;
        outline: none; }
      .hero > .cont .button.continue-btn {
        -moz-animation: move-down-bounce 2s 2s 2;
        -webkit-animation: move-down-bounce 2s 2s 2;
        animation: move-down-bounce 2s 2s 2; }
      .hero > .cont .button:before {
        vertical-align: top;
        line-height: 1.5; }

/******************************************* Sections */
.main.hover-zoom > .content .thumbnails .card .image:hover img {
  transform: scale(1.03); }
.main.hover-zoom > .content .single .card .image:hover img {
  transform: scale(1.015); }
.main.hover-zoom > .content .wide .card .image:hover img {
  transform: scale(1.008); }
.main.hover-color > .content .card .image:hover, .main.hover-color > .content .card .image:focus {
  background-color: rgba(204,0,51,0.600); }
  .main.hover-color > .content .card .image:hover img, .main.hover-color > .content .card .image:focus img {
    opacity: .75; }
.main > .content {
  position: relative;
  padding-bottom: 2.5rem; }
  .main > .content > *:first-child {
    padding-top: 60px; }
  .main > .content.different-evenodd > *:nth-child(2n+1) {
    background-color: #e3dcd5; }
    .main > .content.different-evenodd > *:nth-child(2n+1).wide > .card > .caption .title {
      background-color: #e3dcd5; }
  .main > .content.different-evenodd > *:nth-child(2n).wide:before {
    background-color: #e3dcd5; }
  .main > .content.different-folders > .folder {
    background-color: #e3dcd5; }
    .main > .content.different-folders > .folder + .folder > .cont {
      padding-top: 0; }
  .main > .content.different-thumbnails > .thumbnails {
    background-color: #e3dcd5; }
  .main > .content.different-custompages > .custom {
    background-color: #e3dcd5; }
  .main > .content.different-content > * > .cont {
    background-color: #e3dcd5; }
  .main > .content.different-content > .wide > .card .title {
    background-color: #e3dcd5; }
  .main > .content header .cont {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 0.9375rem 1.25rem;
    margin-bottom: 0.625rem; }
    .main > .content header .cont .close {
      padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
      visibility: hidden;
      color: #ffffff;
      transition: all 500ms ease;
      background-color: transparent;
      border-radius: 3px; }
      .main > .content header .cont .close:hover {
        color: #ffffff;
        background-color: rgba(204,0,51,0.600);
        visibility: visible; }
        .main > .content header .cont .close:hover:after {
          color: #ffffff; }
      .main > .content header .cont .close:after {
        color: #333333;
        vertical-align: middle;
        font-family: lazaicon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        font-size: 140%;
        content: "\e6b5";
        visibility: visible;
        text-transform: none;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .main > .content header .cont:before {
      font-size: 1.5rem;
      margin-right: 0.625rem; }
  .main > .content header h2, .main > .content header h3, .main > .content header h4, .main > .content header h5, .main > .content header h6 {
    flex: 1 auto; }
    .main > .content header h2 small, .main > .content header h3 small, .main > .content header h4 small, .main > .content header h5 small, .main > .content header h6 small {
      font-family: Roboto, sans-serif;
      font-weight: 300;
      margin: 0 .5em; }
      .main > .content header h2 small:before, .main > .content header h3 small:before, .main > .content header h4 small:before, .main > .content header h5 small:before, .main > .content header h6 small:before {
        margin-right: .5em; }
  .main > .content header:before {
    margin-right: .5em; }
  .main > .content .progressbar {
    position: relative;
    height: 0.2em;
    overflow: hidden; }
    .main > .content .progressbar:after {
      position: absolute;
      background-color: #333333;
      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; }
  .main > .content div.progressbar {
    display: block;
    width: 20%;
    margin: 1em auto; }
  .main > .content span.progressbar {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    width: 2em; }
  .main > .content .card .image {
    overflow: hidden;
    position: relative;
    transition: all 500ms;
    cursor: url("expand.png"), ne-resize; }
    .main > .content .card .image img {
      transition: all 500ms; }
    .main > .content .card .image.checked .checkbox:before {
      content: "\e652"; }
    .main > .content .card .image .checkbox,
    .main > .content .card .image .add-cart,
    .main > .content .card .image .folder-link,
    .main > .content .card .image .rating {
      cursor: pointer;
      text-align: center; }
    .main > .content .card .image .checkbox {
      position: absolute;
      font-family: 'lazaicon';
      font-size: 0.75em;
      speak: none;
      -webkit-font-smoothing: antialiased;
      left: .5rem;
      top: .5rem;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 1; }
    .main > .content .card .image .add-cart {
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      overflow: hidden;
      left: 2.5rem;
      top: .5rem;
      padding: 0 .25rem;
      line-height: 1.45rem;
      font-size: 0.75em;
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 2; }
    .main > .content .card .image .folder-link {
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      left: .5rem;
      top: .5rem;
      line-height: 1.5rem;
      font-size: 0.875em;
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 3; }
    .main > .content .card .image.selectable .folder-link {
      top: 2.5rem; }
    .main > .content .card .image .new-image {
      position: absolute;
      font-size: 0.875em;
      right: .5rem;
      top: .5rem;
      color: #f22;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 4; }
    .main > .content .card .image .rating {
      position: absolute;
      left: 50%;
      bottom: 0.5rem;
      transform: translateX(-50%);
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 5; }
  .main > .content .card.active .image {
    border-bottom: 3px solid rgba(204,0,51,0.600); }
  .main > .content .card.appear .image {
    -moz-animation: appear-up 500ms ease-out;
    -webkit-animation: appear-up 500ms ease-out;
    animation: appear-up 500ms ease-out; }
  .main > .content .card.disappear .image {
    opacity: 0; }
  .main > .content > * > .cont,
  .main > .content > .wide .card .cont {
    padding: 0.625rem 1.25rem;
    margin: 0 auto;
    max-width: 57.5em; }
    .main > .content > * > .cont img,
    .main > .content > .wide .card .cont img {
      max-width: 100%; }
  .main > .content > .folder > .cont {
    padding: 1.25rem; }
  .main > .content > * > .caption {
    padding: 0 1.25rem 1.25rem 1.25rem; }
    .main > .content > * > .caption > *:first-child {
      margin-top: 0; }
    .main > .content > * > .caption > *:last-child {
      margin-bottom: 0; }
  .main > .content > .thumbnails > .cont {
    padding-left: 18px;
    padding-right: 18px; }
  .main > .content > .wide:before {
    display: block;
    height: 1.875rem;
    content: ''; }
  .main > .content > .wide .image {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 50vh; }
    .main > .content > .wide .image img {
      max-height: 80vh;
      object-fit: cover;
      min-width: 100%; }
    .main > .content > .wide .image .rating {
      bottom: 4.5rem; }
  .main > .content > .wide video,
  .main > .content > .wide audio {
    width: 100%; }
  .main > .content > .wide > .card {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: none; }
    .main > .content > .wide > .card .caption {
      margin-top: -3.75rem;
      position: relative;
      flex-direction: column; }
      .main > .content > .wide > .card .caption > h1:first-child,
      .main > .content > .wide > .card .caption > h2:first-child {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 -1.25rem -1.25rem -1.25rem;
        padding: 1rem 1.25rem;
        text-align: left;
        width: fit-content;
        max-width: 57.5em;
        background-color: #ece8e4; }
    .main > .content > .wide > .card.media .caption .title {
      margin: -1.5rem -1.25rem .5rem -1.25rem; }
  .main > .content > .wide + .single > .cont {
    padding-top: 1.25rem; }
  .main > .content > .single .image {
    display: block; }
    .main > .content > .single .image img {
      display: block;
      width: 100%; }
    .main > .content > .single .image.pano {
      display: flex;
      align-items: center; }
      .main > .content > .single .image.pano img {
        width: auto;
        height: 100%;
        max-height: 440px;
        object-fit: cover; }
  .main > .content > .single video {
    max-width: 100%; }
  .main > .content > .single audio {
    width: 100%; }
  .main > .content > .single .caption {
    padding: 1rem 0; }

.no-touchevents .main > .content .card .image:hover .checkbox,
.no-touchevents .main > .content .card .image:hover .add-cart,
.no-touchevents .main > .content .card .image:hover .folder-link,
.no-touchevents .main > .content .card .image:hover .rating {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.4); }
.no-touchevents .main > .content .card .image:hover .rating {
  fill: #ffffff; }
.no-touchevents .main > .content .card .image .add-cart {
  color: rgba(255, 255, 255, 0.2); }
  .no-touchevents .main > .content .card .image .add-cart:hover {
    width: auto; }
.no-touchevents .main > .content .card .image .folder-link {
  color: rgba(255, 255, 255, 0.2); }

/******************************************* Footer */
footer {
  color: #dddddd;
  background-color: rgba(38,141,173,0.294); }
  footer a {
    color: #cc0033; }
  footer > .cont {
    padding: 1.25rem;
    margin: 0 auto;
    max-width: 57.5em;
    text-align: center; }
    footer > .cont .folder-info {
      text-align: center; }
      footer > .cont .folder-info > * {
        display: inline-block; }
      footer > .cont .folder-info .credits, footer > .cont .folder-info .bottom-navigation {
        text-align: center; }
      footer > .cont .folder-info .credits {
        padding: 0.3125rem;
        font-size: 0.875em; }
      footer > .cont .folder-info .bottom-navigation {
        text-align: center; }
        footer > .cont .folder-info .bottom-navigation a {
          display: inline-block;
          margin: 0 0.3125rem; }
      footer > .cont .folder-info .modifieddate em {
        font-style: normal;
        opacity: 0.5; }

/******************************************* Pages */
.pages .cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .pages .cont .card {
    margin: 2px; }
    .pages .cont .card:first-child {
      margin-left: 0; }

/******************************************* Web locations */
.weblocs .cont {
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  .weblocs .cont .card {
    display: flex;
    flex-flow: column;
    max-width: 50%;
    min-width: 35%;
    margin: 2px; }
    .weblocs .cont .card .thumb {
      display: block;
      text-align: center; }
      .weblocs .cont .card .thumb img {
        object-fit: cover;
        height: 100%;
        max-height: 221px; }
    .weblocs .cont .card .caption a {
      color: #333333;
      transition: color 500ms; }
      .weblocs .cont .card .caption a:hover {
        color: #cc0033; }
    .weblocs .cont .card .caption > *:first-child {
      margin-top: 0; }
    .weblocs .cont .card .caption .comment {
      font-size: 0.875em; }
    .weblocs .cont .card.caption-beside {
      flex: 1;
      border: 1px solid rgba(51,51,51,0.200); }
      .weblocs .cont .card.caption-beside .caption {
        padding: 0.9375rem;
        text-align: center; }
    .weblocs .cont .card.caption-over {
      position: relative; }
      .weblocs .cont .card.caption-over .caption {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%; }
        .weblocs .cont .card.caption-over .caption > * {
          display: inline-block;
          vertical-align: bottom;
          margin: 0;
          background-color: rgba(0, 0, 0, 0.8);
          padding: 0.3125rem 0.625rem; }

/******************************************* Thumbnails */
.no-touch .thumbnails .cont .card .caption {
  overflow-y: hidden;
  font-size: 0.875em; }
  .no-touch .thumbnails .cont .card .caption:hover {
    overflow-y: auto; }

.thumbnails .cont {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start; }
  .thumbnails .cont.multi {
    flex-wrap: wrap; }
  .thumbnails .cont .card {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 2px;
    overflow: hidden;
    align-items: center; }
    .thumbnails .cont .card .image {
      width: 100%; }
      .thumbnails .cont .card .image img {
        display: block;
        width: 100%;
        object-fit: cover;
        transition: all 500ms ease-out; }
        .thumbnails .cont .card .image img .hide-image {
          opacity: 0; }
        .thumbnails .cont .card .image img .show-image {
          opacity: 1; }
    .thumbnails .cont .card .caption {
      padding: 0.625rem;
      font-size: 0.75em;
      text-align: center;
      line-height: 1.375;
      overflow-x: hidden;
      overflow-y: auto; }
      .thumbnails .cont .card .caption h3 {
        font-size: 1.25em; }
      .thumbnails .cont .card .caption h4 {
        font-size: 1.125em; }
      .thumbnails .cont .card .caption h5, .thumbnails .cont .card .caption h6 {
        font-size: 1em; }
    .thumbnails .cont .card .new-image {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: .2rem;
      font-size: 0.75em;
      z-index: 4;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      background-color: rgba(0, 0, 0, 0.3); }
  .thumbnails .cont.caption-over .card .caption {
    position: absolute;
    opacity: 0;
    max-height: 60%;
    max-width: 100%;
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: all 500ms;
    z-index: 10; }
    .thumbnails .cont.caption-over .card .caption .comment {
      font-size: 0.75em; }
  .thumbnails .cont.caption-over .card:hover .caption {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .thumbnails .cont.caption-over.bottom .card .caption {
    bottom: 0; }
  .thumbnails .cont.caption-over.top .card .caption {
    top: 0; }
  .thumbnails .cont.caption-below .card .caption {
    width: 100%;
    flex: 1; }
  .thumbnails .cont.caption-white .card .caption {
    background-color: #fff;
    color: #333; }
    .thumbnails .cont.caption-white .card .caption > * {
      color: #333; }
  .thumbnails .cont.caption-light .card .caption {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000; }
    .thumbnails .cont.caption-light .card .caption > * {
      color: #000; }
  .thumbnails .cont.caption-transparent .card .caption {
    /*
    color: #fff;
    > * {
    	color: #fff;
    }
    */ }
  .thumbnails .cont.caption-dark .card .caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .thumbnails .cont.caption-dark .card .caption > * {
      color: #fff; }
  .thumbnails .cont.caption-black .card .caption {
    background-color: #111;
    color: #ddd; }
    .thumbnails .cont.caption-black .card .caption > * {
      color: #ddd; }
  .thumbnails .cont.grid .card {
    position: relative;
    max-width: calc(33.333% - 4px);
    justify-content: center; }
    .thumbnails .cont.grid .card .image img {
      vertical-align: top; }
  .thumbnails .cont.masonry .card {
    display: flex;
    overflow: hidden;
    justify-content: center;
    max-width: 50%; }
    .thumbnails .cont.masonry .card .image {
      display: flex;
      width: 100%; }
      .thumbnails .cont.masonry .card .image.iconthumb {
        justify-content: center;
        align-items: center;
        object-fit: none; }
        .thumbnails .cont.masonry .card .image.iconthumb img {
          max-width: 128px;
          max-height: 128px; }
  .thumbnails .cont.masonry.multi {
    flex-flow: row wrap; }
    .thumbnails .cont.masonry.multi .card {
      flex: 1 auto; }
      .thumbnails .cont.masonry.multi .card.portrait {
        max-width: calc(25% - 4px); }
      .thumbnails .cont.masonry.multi .card.square {
        max-width: calc(33.333333333333336% - 4px); }
      .thumbnails .cont.masonry.multi .card.landscape {
        max-width: calc(50% - 4px); }
        .thumbnails .cont.masonry.multi .card.landscape:last-child {
          max-width: calc(50% - 4px); }
    .thumbnails .cont.masonry.multi .image {
      height: 111px; }
    .thumbnails .cont.masonry.multi.caption-below .card .caption {
      max-height: 20rem; }
    .thumbnails .cont.masonry.multi.over .card {
      max-height: 177px; }
    .thumbnails .cont.masonry.multi.over:after {
      flex: 5;
      content: ''; }
  .thumbnails .cont.masonry.single {
    flex-direction: row; }
    .thumbnails .cont.masonry.single.cnt-2 .card {
      flex-grow: 0; }
    .thumbnails .cont.masonry.single.cnt-3 .card {
      flex-grow: 0; }
    .thumbnails .cont.masonry.single.cnt-4 .card {
      flex-grow: 1; }
    .thumbnails .cont.masonry.single.cnt-5 .card {
      flex-grow: 1; }
    .thumbnails .cont.masonry.single.cnt-6 .card {
      flex-grow: 1; }

/******************************************* Folders section */
.folder {
  padding: 0; }
  .folder .cont {
    padding: 0.9375rem 1.25rem;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch; }
    .folder .cont img {
      object-fit: cover;
      min-width: 100%;
      transition: all 500ms ease; }
    .folder .cont .thumb {
      display: flex;
      overflow: hidden;
      width: 75%;
      height: 307px; }
      .folder .cont .thumb:hover img {
        transform: scale(1.02); }
      .folder .cont .thumb.icon {
        padding: 2em;
        text-align: center; }
        .folder .cont .thumb.icon img {
          width: 60%; }
    .folder .cont .mosaic {
      display: flex;
      flex-direction: column;
      width: 25%;
      overflow: hidden; }
      .folder .cont .mosaic a {
        display: block;
        height: 102px;
        overflow: hidden; }
        .folder .cont .mosaic a img {
          min-height: 100%;
          max-height: 120px; }
        .folder .cont .mosaic a:hover img {
          transform: scale(1.04); }
        .folder .cont .mosaic a:last-child {
          position: relative; }
          .folder .cont .mosaic a:last-child img {
            opacity: 0.5; }
          .folder .cont .mosaic a:last-child:hover img {
            opacity: 0.2; }
          .folder .cont .mosaic a:last-child span {
            display: inline-block;
            position: absolute;
            white-space: nowrap;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #333333;
            font-size: 2em; }
    .folder .cont .caption {
      font-size: 0.875em;
      width: 100%; }
      .folder .cont .caption a {
        transition: color 500ms;
        color: #333333; }
        .folder .cont .caption a:hover {
          color: #cc0033; }
      .folder .cont .caption .comment a {
        text-decoration: underline; }
    .folder .cont.over {
      position: relative; }
      .folder .cont.over .caption {
        padding: 0.625rem !important;
        position: absolute;
        max-width: 50%;
        max-height: 80%;
        overflow: auto; }
      .folder .cont.over.left .caption {
        left: 0;
        text-align: left; }
      .folder .cont.over.center .caption {
        left: 50%;
        transform: translateX(-50%); }
      .folder .cont.over.right .caption {
        right: 0;
        text-align: right; }
      .folder .cont.over.top .caption {
        top: 0; }
      .folder .cont.over.middle .caption {
        top: 50%;
        transform: translateY(-50%); }
      .folder .cont.over.center.middle .caption {
        transform: translate(-50%, -50%); }
      .folder .cont.over.bottom .caption {
        bottom: 0; }

/******************************************* Panels */
.scrollup {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0; }
  .scrollup.show {
    opacity: 1; }

.controls .button,
.scrollup {
  background-color: rgba(0,0,0,0.3);
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  will-change: opacity; }
  .controls .button.on,
  .scrollup.on {
    color: #ffffff !important;
    background-color: rgba(204,0,51,0.600) !important;
    outline: none; }
  .controls .button:before,
  .scrollup:before {
    font-size: 1.5rem;
    display: block;
    line-height: 60px; }

[data-whatintent=mouse] .controls .button:hover,
[data-whatintent=mouse] .scrollup:hover {
  color: #ffffff !important;
  background-color: rgba(204,0,51,0.600) !important; }

.below-fold .panels {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto; }

.lightbox-on .panels {
  position: fixed;
  top: 0;
  bottom: auto;
  max-width: calc(100% - 12rem); }
  .lightbox-on .panels .controls .player-btn svg g {
    fill: #eeeeee; }
  .lightbox-on .panels .controls .button {
    color: #eeeeee;
    background-color: rgba(0,0,0,0.3); }
  .lightbox-on .panels .select-box {
    display: none; }

.music-playing .controls .player-btn .play-btn {
  display: none; }
.music-playing .controls .player-btn .pause-btn {
  display: block; }

.lightbox-on.immerse .panels {
  -moz-animation: fade-and-hide 500ms 1s ease-out forwards;
  -webkit-animation: fade-and-hide 500ms 1s ease-out forwards;
  animation: fade-and-hide 500ms 1s ease-out forwards; }
.lightbox-on.immerse .toolip {
  -moz-animation: fade-and-hide 500ms 1s ease-out forwards;
  -webkit-animation: fade-and-hide 500ms 1s ease-out forwards;
  animation: fade-and-hide 500ms 1s ease-out forwards; }

body.fullscreen .panels .controls .fullscrtoggle .fullscreen {
  display: none; }
body.fullscreen .panels .controls .fullscrtoggle .windowed {
  display: block; }

.panels {
  position: absolute;
  background-color: transparent !important;
  z-index: 300000;
  /* Social box */
  /* Folder tree */
  /* Audio player panel */
  /* Album info panel */
  /* Search panel */
  /* Shop / feedback panel */
  /* Tag cloud box panel */
  /* Search new panel */
  /* Filtering/sort panel */ }
  .panels .controls {
    display: flex;
    flex-flow: row wrap; }
    .panels .controls .player-btn {
      display: flex;
      align-items: center;
      justify-content: center; }
      .panels .controls .player-btn svg {
        width: 1.5rem;
        height: 1.5rem; }
        .panels .controls .player-btn svg g {
          transition: fill 500ms linear;
          fill: #ffffff; }
      .panels .controls .player-btn .pause-btn {
        display: none; }
        .panels .controls .player-btn .pause-btn .disc {
          -moz-transform-origin: 50% 50%;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
      .panels .controls .player-btn .play-btn {
        display: block; }
      .panels .controls .player-btn:hover svg g {
        fill: #ffffff !important; }
      .panels .controls .player-btn.active .pause-btn {
        display: block; }
        .panels .controls .player-btn.active .pause-btn .disc {
          -moz-animation: rotating 4s linear infinite;
          -webkit-animation: rotating 4s linear infinite;
          animation: rotating 4s linear infinite; }
      .panels .controls .player-btn.active .play-btn {
        display: none; }
    .panels .controls .fullscrtoggle .fullscreen {
      display: block; }
    .panels .controls .fullscrtoggle .windowed {
      display: none; }
  .panels > div {
    position: absolute;
    left: 0;
    top: 60px;
    padding: 0;
    width: fit-content;
    opacity: 0;
    display: none;
    flex-flow: column;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 2px 3px 8px rgba(0,0,0,0.1);
    will-change: opacity, transform;
    /*
    .on {
    	display: flex;
    }
    */ }
    .panels > div section {
      padding: 0;
      min-width: 10vw;
      max-width: 50vw;
      max-height: 100%;
      overflow: auto; }
    .panels > div h6 {
      margin: 0.3125rem 0.9375rem;
      text-align: center;
      color: #333333;
      font-size: .75rem;
      font-weight: inherit;
      letter-spacing: .25rem;
      text-transform: uppercase; }
    .panels > div.topnav-cont {
      text-align: left; }
    .panels > div.map-cont {
      width: 60vw;
      height: 60vw;
      max-height: 70%; }
  .panels .social {
    padding: 0.625rem;
    flex-direction: column;
    overflow: hidden; }
    .panels .social .thumb {
      position: relative; }
      .panels .social .thumb img {
        max-width: calc(100vw - 6rem);
        max-height: 50vh;
        vertical-align: top; }
      .panels .social .thumb .caption {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 75%;
        padding: 0.3125rem 0.46875rem;
        color: #333333;
        background-color: #ffffff; }
        .panels .social .thumb .caption h3 {
          color: #333333;
          margin: 0.15625rem 0;
          font-size: 1.25rem; }
        .panels .social .thumb .caption p {
          margin: 0.15625rem 0 0 0;
          font-size: .875rem; }
      .panels .social .thumb .social-links {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%; }
        .panels .social .thumb .social-links .shares {
          display: flex;
          flex-flow: column wrap-reverse;
          padding: 0.125rem;
          max-height: 100%; }
          .panels .social .thumb .social-links .shares .btn {
            display: inline-block;
            background-color: #fff;
            margin: .25rem;
            padding: 0;
            width: 2.5rem;
            line-height: 2.5rem;
            text-align: center;
            white-space: nowrap;
            border-radius: 50%; }
            .panels .social .thumb .social-links .shares .btn:before {
              vertical-align: -2px; }
            .panels .social .thumb .social-links .shares .btn:hover {
              color: #ffffff;
              background-color: rgba(204,0,51,0.600); }
  .panels .topnav-cont {
    padding: 0 !important; }
    .panels .topnav-cont .topnav {
      position: relative;
      overflow: hidden;
      overflow-y: auto;
      font-size: 1em;
      text-align: left; }
      .panels .topnav-cont .topnav .smallbtn {
        border: none;
        font-size: 0.875em; }
        .panels .topnav-cont .topnav .smallbtn span {
          margin-left: .5rem; }
      .panels .topnav-cont .topnav a {
        display: block;
        padding: 0.3125rem 0.625rem;
        transition: all 500ms;
        color: #333333;
        transition: background-color 500ms linear;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .panels .topnav-cont .topnav a:hover {
          color: #ffffff;
          background-color: rgba(204,0,51,0.600); }
        .panels .topnav-cont .topnav a.toggle {
          position: absolute;
          right: 0;
          top: 0.3125rem;
          padding: 0.3125rem; }
      .panels .topnav-cont .topnav .actual > a:after {
        margin-left: .5rem;
        content: '\2022';
        color: rgba(204,0,51,0.600); }
      .panels .topnav-cont .topnav .home > a {
        padding: 0.625rem; }
      .panels .topnav-cont .topnav ul {
        position: relative;
        padding: 0 0 0 1rem;
        margin: 0;
        list-style-type: none; }
        .panels .topnav-cont .topnav ul li {
          margin: 0;
          padding: 0 0 0 .75rem;
          position: relative;
          vertical-align: middle;
          white-space: nowrap;
          max-width: 20rem;
          text-overflow: ellipsis; }
          .panels .topnav-cont .topnav ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 1rem;
            width: .75rem;
            height: 1px;
            background-color: rgba(51,51,51,0.250); }
          .panels .topnav-cont .topnav ul li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: rgba(51,51,51,0.250); }
          .panels .topnav-cont .topnav ul li:last-child::after {
            height: 1rem; }
  .panels .audio-player {
    width: 20rem;
    max-width: 80%;
    color: #333333;
    padding: 0.625rem; }
    .panels .audio-player .player {
      width: 100%; }
      .panels .audio-player .player audio {
        width: 100%; }
      .panels .audio-player .player a {
        text-decoration: none;
        color: #333333; }
      .panels .audio-player .player .play-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 2;
        text-align: center;
        max-height: 8em;
        overflow-x: hidden;
        overflow-y: auto; }
        .panels .audio-player .player .play-list li {
          margin: 0.15625rem 0;
          transition: background-color 500ms linear; }
          .panels .audio-player .player .play-list li a {
            color: #333333;
            cursor: pointer; }
          .panels .audio-player .player .play-list li.active:after {
            margin-left: .5rem;
            content: '\2022';
            color: rgba(204,0,51,0.600); }
          .panels .audio-player .player .play-list li:hover {
            background-color: rgba(204,0,51,0.600); }
            .panels .audio-player .player .play-list li:hover a {
              color: #ffffff; }
  .panels .albuminfo-cont .albuminfo {
    padding: 0.625rem;
    max-width: 100%;
    max-height: 50vh;
    width: fit-content; }
  .panels .search {
    padding: 0.3125rem; }
    .panels .search .search-input {
      position: relative;
      overflow: hidden;
      min-width: 30vw;
      max-width: 70vw; }
      .panels .search .search-input input {
        margin: 0;
        height: auto;
        font-size: 1.5rem;
        padding: .5rem 3.5rem .5rem .75rem;
        width: 100%; }
      .panels .search .search-input .search-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 1rem;
        transition: all 500ms linear; }
        .panels .search .search-input .search-btn:before {
          font-size: 1.5rem; }
        .panels .search .search-input .search-btn:hover {
          color: #ffffff;
          background-color: rgba(204,0,51,0.600); }
  .panels .zip-cont {
    padding: 0.625rem; }
    .panels .zip-cont a .size {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.625rem;
      padding: 0.15625rem 0.3125rem;
      font-weight: bold;
      font-size: 0.75em;
      color: rgba(204,0,51,0.600);
      background-color: #ffffff;
      border-radius: .5rem; }
  .panels .select-box {
    display: inline-block;
    margin: 0.3125rem 0.625rem; }
  .panels .shopping-cart-shortcut,
  .panels .feedback-shortcut {
    white-space: nowrap;
    display: flex; }
    .panels .shopping-cart-shortcut > a,
    .panels .feedback-shortcut > a {
      flex: 1 auto; }
  .panels .instructions {
    margin-top: 0.625rem;
    font-size: 0.875em;
    line-height: 1.23;
    overflow: hidden; }
  .panels .shop-cont,
  .panels .feedback-cont {
    text-align: center; }
    .panels .shop-cont #shop-root,
    .panels .shop-cont #feedback-root,
    .panels .feedback-cont #shop-root,
    .panels .feedback-cont #feedback-root {
      display: block; }
  .panels .tag-cloud-cont {
    padding: 0.625rem; }
    .panels .tag-cloud-cont .tag-cloud {
      text-align: center; }
      .panels .tag-cloud-cont .tag-cloud a.tag {
        display: inline-block;
        margin: .1em;
        color: #333333;
        padding: .1em .5em;
        font-size: 0.75em;
        cursor: pointer; }
        .panels .tag-cloud-cont .tag-cloud a.tag:hover span {
          text-decoration: underline; }
        .panels .tag-cloud-cont .tag-cloud a.tag em {
          padding: 0 .4em;
          font-size: .8em;
          border-radius: .4em;
          background-color: #333333;
          font-style: normal; }
        .panels .tag-cloud-cont .tag-cloud a.tag sup {
          opacity: 0.5;
          font-size: 0.6rem; }
        .panels .tag-cloud-cont .tag-cloud a.tag.size-1 {
          font-size: 0.75em; }
        .panels .tag-cloud-cont .tag-cloud a.tag.size-2 {
          font-size: 0.875em; }
        .panels .tag-cloud-cont .tag-cloud a.tag.size-3 {
          font-size: 1em; }
        .panels .tag-cloud-cont .tag-cloud a.tag.size-4 {
          font-size: 1.125em; }
        .panels .tag-cloud-cont .tag-cloud a.tag.size-5 {
          font-size: 1.25em; }
        .panels .tag-cloud-cont .tag-cloud a.tag.size-6 {
          font-size: 1.375em; }
    .panels .tag-cloud-cont .tag-search {
      margin: .2em;
      overflow: hidden;
      position: relative; }
      .panels .tag-cloud-cont .tag-search > * {
        display: inline-block;
        vertical-align: middle; }
      .panels .tag-cloud-cont .tag-search .search-input {
        width: 100%; }
        .panels .tag-cloud-cont .tag-search .search-input input {
          margin-bottom: 0; }
      .panels .tag-cloud-cont .tag-search .search-btn {
        position: absolute;
        padding: .5rem;
        right: 0;
        top: 0;
        color: #333333; }
  .panels #search-new .search-new {
    text-align: center; }
    .panels #search-new .search-new span {
      margin-right: .5em; }
    .panels #search-new .search-new a.button {
      display: inline-block;
      margin: .1em;
      color: #333333;
      padding: .1em .5em;
      margin: 0.1em;
      font-size: 0.875em;
      border: 1px solid #333333;
      white-space: nowrap; }
      .panels #search-new .search-new a.button:hover {
        color: #ffffff;
        background-color: rgba(204,0,51,0.600);
        border-color: rgba(204,0,51,0.600); }
  .panels .filter-cont {
    padding: 0.625rem;
    text-align: center; }
    .panels .filter-cont form {
      align-items: center;
      margin-bottom: 0.625rem; }
      .panels .filter-cont form:last-child {
        margin-bottom: 0; }
      .panels .filter-cont form select {
        font-size: 0.875em; }
      .panels .filter-cont form button,
      .panels .filter-cont form select {
        margin-bottom: 0; }
      .panels .filter-cont form.filter label {
        display: block;
        text-align: center; }
      .panels .filter-cont form.filter .group {
        margin-top: 0.3125rem; }
        .panels .filter-cont form.filter .group.range {
          margin-bottom: -0.3125rem; }
          .panels .filter-cont form.filter .group.range label {
            margin-bottom: -0.3125rem; }
        .panels .filter-cont form.filter .group.select {
          padding: 0 0.625rem; }
          .panels .filter-cont form.filter .group.select label {
            margin-bottom: 0.3125rem; }
      .panels .filter-cont form.filter .buttons {
        margin: .5rem 0 0 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center; }
        .panels .filter-cont form.filter .buttons select {
          width: auto; }
        .panels .filter-cont form.filter .buttons label {
          display: inline;
          margin: 0 .5rem; }
      .panels .filter-cont form.sort {
        padding: 0 0.625rem; }
        .panels .filter-cont form.sort select {
          width: calc(100% - 1.25rem); }

/******************************************* Rating */
.rating {
  padding: .25rem;
  line-height: 1;
  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;
    color: rgba(255, 255, 255, 0.2) !important;
    vertical-align: 2px; }
  .rating.r0 path {
    fill: rgba(255, 255, 255, 0.2); }
    .rating.r0 path:hover {
      fill: #ffffff; }
  .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; }

/******************************************* Sharing */
.share-card {
  text-align: center; }
  .share-card .preview {
    background-color: #f4f4f4;
    margin-bottom: 0.625rem;
    box-shadow: ; }
    .share-card .preview .caption {
      padding: 0.3125rem;
      color: #333333; }
      .share-card .preview .caption h3 {
        color: #333333; }
      .share-card .preview .caption p:last-child {
        margin-bottom: 0; }

.social-links .icon-facebook {
  color: #3578E5; }
.social-links .icon-twitter {
  color: #55acee; }
.social-links .icon-linkedin {
  color: #0077B5; }
.social-links .icon-google-plus {
  color: #dd4b39; }
.social-links .icon-tumblr {
  color: #34465d; }
.social-links .icon-pinterest {
  color: #bd081c; }
.social-links .icon-instagram {
  color: #34465d; }
.social-links .icon-digg {
  color: #111111; }
.social-links .icon-stumbleupon {
  color: #eb4924; }
.social-links .icon-reddit {
  color: #ff5700; }
.social-links .icon-email {
  color: #666666; }

.likebtn {
  display: inline-block;
  vertical-align: middle;
  margin: .1em;
  padding: .5em 0.75em;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  border-radius: 4px; }
  .likebtn:hover {
    color: #fff; }
  .likebtn a {
    color: #fff; }
    .likebtn a:hover {
      color: #fff; }

/******************************************* Photo data */
.photodata {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
  font-size: 0.875em; }
  .photodata p {
    display: flex;
    font-size: 0.875em;
    padding: 0.3125rem 0.625rem;
    line-height: 1.375;
    margin: 0; }
    .photodata p b {
      display: block;
      flex: none;
      font-weight: inherit;
      width: 6rem;
      margin-right: 1rem;
      text-align: right;
      overflow: hidden; }
    .photodata p i {
      flex: 1;
      min-width: 6rem;
      max-width: 50vw;
      width: max-content;
      display: block;
      font-style: normal;
      overflow: hidden; }
    .photodata p:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.1); }

/******************************************* Prev/Next */
.prev-next-links .cont {
  overflow: hidden;
  display: flex; }
  .prev-next-links .cont .previous-link,
  .prev-next-links .cont .next-link {
    display: inline-block;
    background-color: rgba(204,0,51,0.600);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .prev-next-links .cont .previous-link a,
    .prev-next-links .cont .next-link a {
      display: inline-block;
      vertical-align: top;
      padding: 1rem;
      overflow: hidden;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.1);
      transition: all 500ms ease; }
      .prev-next-links .cont .previous-link a .caption,
      .prev-next-links .cont .next-link a .caption {
        padding: 0.3125rem 0.625rem 0.625rem 0.625rem;
        color: #fff; }
    .prev-next-links .cont .previous-link:hover a,
    .prev-next-links .cont .next-link:hover a {
      color: #ffffff;
      background-color: rgba(204,0,51,0.600); }
  .prev-next-links .cont .next-link {
    align-self: flex-end;
    margin-left: auto; }

/******************************************* 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: 0.875em;
  background-color: #111;
  color: #dddddd;
  transition: opacity 500ms linear; }
  .tooltip h1, .tooltip h2, .tooltip h3, .tooltip h4, .tooltip h5, .tooltip h6, .tooltip a {
    color: #dddddd; }
  .tooltip a {
    text-decoration: underline; }
  .tooltip > .nub {
    position: absolute;
    display: block;
    padding: 0;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #111 transparent; }
  .tooltip.valign-top > .nub {
    border-color: #111 transparent transparent transparent; }
  .tooltip.valign-middle.align-left > .nub {
    border-color: transparent transparent transparent #111; }
  .tooltip.valign-middle.align-right > .nub {
    border-color: transparent #111 transparent transparent; }
  .tooltip.wide {
    max-width: 560px; }
  .tooltip.player {
    width: 320px; }
    .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; }
        .tooltip.player .play-list li:hover {
          background-color: rgba(0,0,0,0.3); }
        .tooltip.player .play-list li a {
          cursor: pointer;
          text-decoration: none; }
        .tooltip.player .play-list li.active {
          color: #ffffff;
          background-color: rgba(204,0,51,0.600); }

/******************************************* 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: 0.75em;
  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: 1rem;
    cursor: pointer; }
    #cookiepolicy .close:hover {
      color: #fff; }
  #cookiepolicy p {
    margin: 0;
    color: #dddddd;
    text-align: center; }
    #cookiepolicy p a.btn {
      margin: 0 0.25em;
      padding: 0.2em 0.5em;
      color: #ffffff;
      background-color: rgba(204,0,51,0.600);
      cursor: pointer; }
    #cookiepolicy p span {
      margin: 0 1em;
      cursor: pointer; }

/******************************************* Media queries */
/********* landscape mode */
/********* small displays >= 480 */
@media screen and (min-width: 30em) {
  #lbcontrols .numbers {
    display: inline-flex; } }
/********* non-mobile displays, height >= 480px */
/********* medium displays >= 640px */
@media screen and (min-width: 40em) {
  blockquote {
    font-size: 1.5em; }

  .custom hr,
  .caption hr {
    margin: 4rem 25%; }

  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 3rem; }

  h3 {
    font-size: 2.25rem; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1.125rem; }

  .main > .content > * > .cont .comment,
  .main > .content > * > .cont p {
    font-size: 1.125em; }
  .main > .content > .wide:before {
    height: 1.25rem; }
  .main > .content > .wide p {
    font-size: 1.125em; }
  .main > .content > .wide > .card .caption {
    margin-top: -4.5rem; }

  .no-touch .thumbnails .cont .card .caption {
    font-size: 1em; }

  .thumbnails .cont .card .caption {
    padding: 0.3125rem 1.25rem 0.625rem 1.25rem;
    font-size: 0.875em; }
  .thumbnails .cont.grid .card {
    max-width: calc(25.000% - 4px); }
  .thumbnails .cont.dots .card {
    border: .25rem solid transparent; }
    .thumbnails .cont.dots .card.active {
      border: 0.25rem solid rgba(204,0,51,0.600); }
  .thumbnails .cont.masonry.multi .image {
    height: 147px; }
  .thumbnails .cont.masonry.multi .card.portrait {
    max-width: calc(20% - 4px); }
  .thumbnails .cont.masonry.multi .card.square {
    max-width: calc(25% - 4px); }
  .thumbnails .cont.masonry.multi .card.landscape {
    max-width: calc(50% - 4px); }
    .thumbnails .cont.masonry.multi .card.landscape:last-child {
      max-width: calc(33.333333333333336% - 4px); }

  .folder .cont {
    flex-wrap: nowrap; }
    .folder .cont .thumb {
      width: 50%;
      flex: none;
      height: 230px;
      margin-bottom: 115px; }
    .folder .cont .mosaic {
      position: absolute;
      width: calc(50% - 1.25rem);
      flex: none;
      margin-top: 230px;
      flex-direction: row; }
      .folder .cont .mosaic a {
        width: 33.33333%;
        height: 115px; }
    .folder .cont .caption {
      padding: 0 0 0 1.25rem;
      text-align: left;
      font-size: 1em; }
      .folder .cont .caption > *:first-child {
        margin-top: 0; }

  .panels > div.social .thumb img {
    max-width: 30vw; }
  .panels > div.map-cont {
    width: 30vw;
    height: 30vw;
    max-height: 60%; }
  .panels > div .photodata i {
    max-width: 35vw; }
  .panels .social .thumb .caption {
    padding: 0.46875rem 0.625rem; }
    .panels .social .thumb .caption h3 {
      font-size: 1.5rem; }
    .panels .social .thumb .caption p {
      font-size: 1rem; }
  .panels .social .thumb .social-links .shares {
    padding: 0.25rem; }
    .panels .social .thumb .social-links .shares .butt {
      margin: .25em;
      padding: .5rem;
      width: 2.5rem; }

  .weblocs .cont .card {
    max-width: 40%;
    min-width: 25%; } }
/********* large displays >= 1024px */
@media only screen and (min-width: 64em) {
  .thumbnails .cont.masonry.multi .image {
    height: 199px; }

  .folder .cont {
    flex-wrap: nowrap; }
    .folder .cont .thumb {
      width: 50%;
      height: 345px;
      margin-bottom: 0; }
    .folder .cont .mosaic {
      position: static;
      width: 115px;
      flex-direction: column;
      margin-top: 0; }
      .folder .cont .mosaic a {
        width: 100%;
        height: 115px; }
    .folder .cont .caption {
      text-align: left;
      font-size: 1em; }
      .folder .cont .caption > *:first-child {
        margin-top: 0; }

  .weblocs .cont .card {
    max-width: 50%;
    min-width: 33.3333%; }
    .weblocs .cont .card.caption-beside {
      flex-direction: row; }
      .weblocs .cont .card.caption-beside .thumb {
        min-width: 40%; }
        .weblocs .cont .card.caption-beside .thumb img {
          max-height: 165.75px; }
      .weblocs .cont .card.caption-beside .caption {
        text-align: left; } }
/********* larger displays >= 1280px */
/********* Fixing iOS background: cover; bug */
@supports (-webkit-overflow-scrolling: touch) {
  .hero {
    background-attachment: scroll; } }
/********* Print */
@media print {
  a[href]:after {
    content: ''; }

  #main-menu, .controls, .scrollup, .panels, .no-print, #jalbumwidgetcontainer, body > footer {
    display: none !important; }

  .index .hero {
    height: auto; }

  .hero {
    height: auto; }
    .hero > .cont {
      min-height: auto;
      height: auto;
      position: static; }
      .hero > .cont .title {
        position: static; }
    .hero .button {
      display: none; }

  .card .add-cart,
  .card .folder-link,
  .card .checkbox {
    display: none !important; }

  .caption {
    position: static !important;
    display: block !important;
    left: auto !important;
    max-width: none !important;
    opacity: 1 !important; } }

/*# sourceMappingURL=user.css.map */

/* laza.rangeSlider.scss */
/* defaults.scss :: default values, functions and mixins */
/*
$fontL:			1.143em;
$fontXL:		1.333em;
$fontXXL:		1.455em;
*/
@keyframes fade-and-hide {
  0% {
    display: block;
    opacity: 100%; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
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: 75%;
    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: rgba(204,0,51,0.600);
      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: 75%;
        transform: translate(-50%, -100%);
        background-color: #fff;
        color: #111; }
      .rangeslider .rail button.moving .number {
        color: #fff;
        background-color: rgba(204,0,51,0.600); }
      .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 */

/* styles.css :: custom styles for the skin's Page templates */
/* defaults.scss :: default values, functions and mixins */
/*
$fontL:			1.143em;
$fontXL:		1.333em;
$fontXXL:		1.455em;
*/
@keyframes fade-and-hide {
  0% {
    display: block;
    opacity: 100%; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes appear-up {
  0% {
    -webkit-transform: translateY(32px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-up {
  0% {
    -moz-transform: translateY(32px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes appear-up {
  0% {
    -o-transform: translateY(32px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-up {
  0% {
    transform: translateY(32px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-webkit-keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes move-down-bounce {
  0%,
		100%,
		20%,
		50%,
		80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
/************************************************ About page */
.about-page .cont {
  display: flex;
  flex-flow: column;
  align-items: center; }
  .about-page .cont .author-image {
    width: 12rem;
    height: 12rem;
    margin: 0 2rem;
    overflow: hidden;
    border-radius: 50%;
    flex: none; }
    .about-page .cont .author-image img {
      min-width: 100%;
      width: auto;
      object-fit: cover; }
  .about-page .cont .content {
    padding: 2rem 0 0 0;
    text-align: center;
    flex: 1; }
    .about-page .cont .content > *:first-child {
      margin-top: 0; }
    .about-page .cont .content p {
      line-height: 1.5; }

@media screen and (min-width: 40em) {
  .about-page .cont {
    flex-flow: row wrap;
    justify-content: center; }
    .about-page .cont .content {
      padding: 0;
      text-align: left; } }
/************************************************ Contact page */
.contact-page .cont {
  display: flex;
  flex-flow: column;
  align-items: center; }
  .contact-page .cont .links {
    display: block;
    font-size: 1.125em;
    text-align: center; }
    .contact-page .cont .links > * {
      padding: 0.3125rem; }
    .contact-page .cont .links strong {
      display: block;
      padding: 0.3125rem 0;
      text-align: center;
      font-size: .875rem;
      font-weight: normal; }
    .contact-page .cont .links blockquote,
    .contact-page .cont .links a {
      display: inline-block;
      font-size: 0.875em;
      font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }
    .contact-page .cont .links blockquote {
      vertical-align: middle;
      padding-left: 1rem;
      line-height: 2;
      border-left: 0.3rem solid #333333; }
    .contact-page .cont .links a {
      padding: 0.625rem;
      line-height: 1;
      border: 1px solid;
      border-radius: .2rem;
      transition: all 500ms; }
      .contact-page .cont .links a.button {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0; }
      .contact-page .cont .links a:hover, .contact-page .cont .links a:focus {
        background-color: rgba(204,0,51,0.600);
        color: #ffffff;
        border: 1px solid rgba(204,0,51,0.600); }

@media screen and (min-width: 40em) {
  .contact-page .cont .links {
    text-align: left; }
    .contact-page .cont .links .custom {
      margin-left: 13rem; }
    .contact-page .cont .links strong {
      display: inline-block;
      width: 12rem;
      text-align: right;
      margin-right: 1rem; } }
/************************************************ Sitemap page */
.sitemap-page .cont {
  display: flex;
  flex-flow: column; }
.sitemap-page .sitemap .title {
  max-width: 50rem;
  padding: 1rem 2rem; }
  .sitemap-page .sitemap .title > a {
    font-size: 1.25rem; }
    .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: #ffffff;
      background-color: rgba(204,0,51,0.600);
      border-radius: 50%; }
  .sitemap-page .sitemap .title small {
    margin-left: 4rem; }
.sitemap-page .sitemap ul {
  padding: 1rem 2rem;
  line-height: 2; }
  .sitemap-page .sitemap ul li {
    display: flex;
    padding: 0;
    margin: 0.5rem 0; }
    .sitemap-page .sitemap ul li a.thumb {
      display: inline-block;
      width: 3rem;
      height: 3rem;
      border-radius: 1.5rem;
      margin-right: 1rem;
      overflow: hidden;
      vertical-align: top;
      flex: none;
      background-color: rgba(204,0,51,0.600); }
      .sitemap-page .sitemap ul li a.thumb img {
        object-fit: cover;
        height: 3rem;
        width: 3rem; }
        .sitemap-page .sitemap ul li a.thumb img[src$="/htt.png"] {
          transform: scale(0.75); }
    .sitemap-page .sitemap ul li div {
      margin-top: .5rem;
      flex: 1;
      overflow: hidden;
      display: inline-block; }
      .sitemap-page .sitemap ul li div a {
        font-size: 1.125rem; }
.sitemap-page .sitemap.showthumbs ul {
  padding-left: 0;
  margin: 1rem 0 0 0;
  list-style-type: none; }
.sitemap-page .sitemap.showthumbs > ul {
  padding-left: 6rem; }
.sitemap-page .caption {
  margin: 0 0 1rem 0; }
.sitemap-page small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.43; }

/************************************************ Contents page */
.contents-page .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;
    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 #333333; }
    .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: 3rem;
        height: 3rem;
        border-radius: 1.5rem;
        overflow: hidden;
        vertical-align: top;
        background-color: rgba(204,0,51,0.600); }
        .contents-page .content .one-letter ul li a.thumb img {
          object-fit: cover;
          height: 3rem;
          width: 3rem; }
          .contents-page .content .one-letter ul li a.thumb img[src$="/htt.png"] {
            transform: scale(0.75); }
      .contents-page .content .one-letter ul li div a {
        font-weight: bold; }
  .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: 40em) {
  .contents-page .content .one-letter {
    max-width: calc(33.333% - 1rem); } }
@media screen and (min-width: 64em) {
  .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: 0.75em;
          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;
          /*
          &:nth-child(7n),
          &:nth-child(7n-1) {
          	font-weight: bold;
          }
          */ }
          .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: 0.75em; }
          .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: 0.75em;
            color: #ffffff;
            background-color: rgba(0,0,0,0.3);
            transition: background-color 500ms ease-out; }
            .calendar-page .years .year .months .month .days .day .more:hover {
              background-color: rgba(204,0,51,0.600); }

@media screen and (min-width: 40em) {
  .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_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_title {
  font-size: 200%; }

.tumblr_body img {
  height: 300px; }

.tumblr_photo {
  height: 300px; }

/*# sourceMappingURL=styles.css.map */


