/*
 * Common style sheet
 */
 

@font-face{font-family:skinicon-thin;src:url(icon/skinicon-thin.ttf?v1.1) format('truetype'),url(icon/skinicon-thin.woff?v1.1) format('woff');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"]:before,[class^=icon-]:before{font-family:skinicon-thin!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-down:before{content:"\e900"}.icon-arrow-left:before{content:"\e901"}.icon-arrow-right:before{content:"\e902"}.icon-arrow-up:before{content:"\e903"}.icon-attachment:before{content:"\e904"}.icon-audio:before{content:"\e905"}.icon-bookmark:before{content:"\e906"}.icon-calendar:before{content:"\e907"}.icon-camera:before{content:"\e908"}.icon-caret-down:before{content:"\e909"}.icon-caret-large-down:before{content:"\e90a"}.icon-caret-large-left:before{content:"\e90b"}.icon-caret-large-right:before{content:"\e90c"}.icon-caret-large-up:before{content:"\e90d"}.icon-caret-left:before{content:"\e90e"}.icon-caret-right:before{content:"\e90f"}.icon-caret-up:before{content:"\e910"}.icon-cart-fotomoto:before{content:"\e911"}.icon-checkbox-checked:before{content:"\e912"}.icon-checkmark:before{content:"\e913"}.icon-close:before{content:"\e914"}.icon-comment:before{content:"\e915"}.icon-connect:before{content:"\e916"}.icon-contract:before{content:"\e917"}.icon-copy:before{content:"\e918"}.icon-cut:before{content:"\e919"}.icon-digg:before{content:"\e91a"}.icon-document:before{content:"\e91b"}.icon-download:before{content:"\e91c"}.icon-edit:before{content:"\e91d"}.icon-email:before{content:"\e91e"}.icon-email-send:before{content:"\e91f"}.icon-end:before{content:"\e920"}.icon-error:before{content:"\e921"}.icon-exchange:before{content:"\e922"}.icon-expand:before{content:"\e923"}.icon-external:before{content:"\e924"}.icon-facebook:before{content:"\e925"}.icon-facetag:before{content:"\e926"}.icon-filter:before{content:"\e927"}.icon-flickr:before{content:"\e928"}.icon-folder:before{content:"\e929"}.icon-folders:before{content:"\e92a"}.icon-fotomoto:before{content:"\e92b"}.icon-foursquare:before{content:"\e92c"}.icon-fullscreen:before{content:"\e92d"}.icon-fullscreen-off:before{content:"\e92e"}.icon-google:before{content:"\e92f"}.icon-heart:before{content:"\e930"}.icon-help:before{content:"\e931"}.icon-hide-bottom-panel:before{content:"\e932"}.icon-hide-top-panel:before{content:"\e933"}.icon-home:before{content:"\e934"}.icon-image:before{content:"\e935"}.icon-info:before{content:"\e936"}.icon-instagram:before{content:"\e937"}.icon-jalbum:before{content:"\e938"}.icon-library:before{content:"\e939"}.icon-link:before{content:"\e93a"}.icon-linkedin:before{content:"\e93b"}.icon-location:before{content:"\e93c"}.icon-loop:before{content:"\e93d"}.icon-map:before{content:"\e93e"}.icon-menu:before{content:"\e93f"}.icon-minus:before{content:"\e940"}.icon-more:before{content:"\e941"}.icon-more-menu:before{content:"\e942"}.icon-mostphotos:before{content:"\e943"}.icon-new:before{content:"\e944"}.icon-new-fill:before{content:"\e945"}.icon-ok:before{content:"\e946"}.icon-one-level-up:before{content:"\e947"}.icon-ordering:before{content:"\e948"}.icon-page:before{content:"\e949"}.icon-pause:before{content:"\e94a"}.icon-paypal:before{content:"\e94b"}.icon-phone:before{content:"\e976"}.icon-pinterest:before{content:"\e94c"}.icon-play:before{content:"\e94d"}.icon-plus:before{content:"\e94e"}.icon-printer:before{content:"\e94f"}.icon-reddit:before{content:"\e950"}.icon-refresh:before{content:"\e951"}.icon-search:before{content:"\e952"}.icon-search-small:before{content:"\e953"}.icon-settings:before{content:"\e954"}.icon-share:before{content:"\e955"}.icon-shopping-cart:before{content:"\e956"}.icon-shopping-cart-add:before{content:"\e957"}.icon-show-bottom-panel:before{content:"\e958"}.icon-show-top-panel:before{content:"\e959"}.icon-site:before{content:"\e95a"}.icon-skype:before{content:"\e95b"}.icon-star:before{content:"\e95c"}.icon-start:before{content:"\e95d"}.icon-stop:before{content:"\e95e"}.icon-stumbleupon:before{content:"\e95f"}.icon-tag:before{content:"\e960"}.icon-text-document:before{content:"\e961"}.icon-thumbnails:before{content:"\e962"}.icon-thumbnails-9:before{content:"\e963"}.icon-time:before{content:"\e964"}.icon-trash:before{content:"\e965"}.icon-tumblr:before{content:"\e966"}.icon-twitter:before{content:"\e967"}.icon-upload:before{content:"\e968"}.icon-user:before{content:"\e969"}.icon-video:before{content:"\e96a"}.icon-video-play:before{content:"\e96b"}.icon-vimeo:before{content:"\e96c"}.icon-volume-down:before{content:"\e96d"}.icon-volume-up:before{content:"\e96e"}.icon-warning:before{content:"\e96f"}.icon-x:before{content:"\e970"}.icon-zoom-in:before{content:"\e971"}.icon-zoom-level:before{content:"\e972"}.icon-zoom-out:before{content:"\e973"}.icon-bluesky:before{content:"\e974"}.icon-threads:before{content:"\e975"}

/* main.scss :: User defined styles */
/******************************************* Styling default tags */
/* Basic Reset & Body Layout */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  background-color: #1e1c1b;
  height: 100vh;
  height: 100dvh;
  overflow: hidden; }

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.5;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.375;
  color: #dddddd;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.stop-transitions * {
  -webkit-transition: none !important;
  transition: none !important; }

h1, h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5, h6 {
  font-size: 1em; }

.jalbumWidgetbar .main {
  padding-bottom: 25px; }

a {
  outline: 0;
  color: #686d09;
  text-underline-offset: .3333em;
  transition: color 500ms;
  text-underline-offset: .25em; }
  a:hover {
    color: #686d09;
    text-decoration: underline;
    text-decoration-color: #686d09; }

b, strong {
  font-weight: 600; }

img {
  border: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.hidden {
  display: none; }

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f4f4f4; }

/* --- Orientation Specific Styles --- */
/* Portrait Mode (Thumbnails on Top) */
@media (orientation: portrait) {
  .main {
    flex-direction: column;
    overflow: hidden; } }
/* Landscape Mode (Thumbnails on Left) */
@media (orientation: landscape) {
  .main {
    flex-direction: row;
    overflow: hidden; } }
@media screen and (min-width: 40rem) and (min-height: 30rem) {
  h1 {
    font-size: 3em; }

  h2 {
    font-size: 2.25em; }

  h3 {
    font-size: 1.75em; }

  h4 {
    font-size: 1.5em; }

  h5, h6 {
    font-size: 1.25em; } }

/*# sourceMappingURL=main.css.map */

/******************************************* Sidebar customization */
.menu-on #sidebar .navigation {
  display: flex; }
.menu-on #sidebar .nav-toggle {
  border: 1px solid rgba(221,221,221,0.250); }

.share-on #sidebar .sharing {
  display: flex; }
.share-on #sidebar .share-toggle {
  border: 1px solid rgba(221,221,221,0.250); }

#sidebar {
  display: flex;
  align-items: flex-start;
  flex: none;
  background-color: #242220;
  z-index: 3; }
  #sidebar span,
  #sidebar a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.3125rem 0.625rem;
    transition: color 500ms, background-color 500ms;
    color: #dddddd;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    border-radius: 4px; }
  #sidebar a {
    text-decoration: none; }
    #sidebar a:hover {
      color: #f4f4f4;
      background-color: #686d09; }
  #sidebar [class^="icon-"]:before, #sidebar [class*=" icon-"]:before {
    font-size: 18px;
    line-height: 1;
    vertical-align: -2px; }
  #sidebar .buttons {
    display: flex;
    padding: 0.9375rem;
    gap: 0.625rem; }
    #sidebar .buttons > a.btn {
      align-self: flex-start;
      line-height: 18px;
      padding: 0.625rem;
      border-radius: 4px; }
  #sidebar .panels {
    max-height: 100%;
    overflow-y: auto; }
    #sidebar .panels::-webkit-scrollbar {
      width: 15px; }
    #sidebar .panels::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.25); }
    #sidebar .panels::-webkit-scrollbar-thumb {
      border: 1px solid rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.15);
      border-radius: 3px; }
    #sidebar .panels > div,
    #sidebar .panels > nav {
      flex-direction: column;
      flex: 1;
      max-width: 100%;
      padding: 0.9375rem 0.9375rem 0 0;
      position: relative; }
  #sidebar .sharing {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem; }
    #sidebar .sharing .btn {
      padding: 0.3125rem 0.625rem; }
      #sidebar .sharing .btn::before {
        margin-right: .5rem; }
  #sidebar .navigation {
    display: none; }
    #sidebar .navigation .actual > a {
      border: 1px solid rgba(221,221,221,0.250); }
    #sidebar .navigation .home > a {
      font-weight: bold;
      padding: 0.3125rem 0.625rem; }
    #sidebar .navigation .topnav {
      flex-direction: column; }
    #sidebar .navigation ul {
      position: relative;
      margin: 0;
      list-style-type: none; }
      #sidebar .navigation ul li {
        position: relative; }
    #sidebar .navigation.tree ul {
      padding: 0 0 0 1rem; }
      #sidebar .navigation.tree ul li {
        padding: 0 0 0 .5rem; }
        #sidebar .navigation.tree ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 1rem;
          width: .5rem;
          height: 1px;
          background-color: rgba(221,221,221,0.250); }
        #sidebar .navigation.tree ul li::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: rgba(221,221,221,0.250); }
        #sidebar .navigation.tree ul li:last-child::after {
          height: 1rem; }
    #sidebar .navigation.collapsible {
      flex-direction: column;
      interpolate-size: allow-keywords; }
      #sidebar .navigation.collapsible ul {
        padding: 0 0 0 2rem;
        overflow: clip;
        transition: height 500ms ease; }
      #sidebar .navigation.collapsible .has-submenu .collbtn {
        position: absolute;
        left: -1rem;
        top: 1rem;
        padding: 0;
        width: 2rem;
        height: 2rem;
        text-align: center;
        transform: translate(-50%, -50%) rotate(0);
        transition: transform 500ms ease;
        cursor: pointer;
        font-weight: 300;
        font-size: 1.25em;
        color: #dddddd; }
      #sidebar .navigation.collapsible .has-submenu ul {
        height: 0; }
      #sidebar .navigation.collapsible .has-submenu.opened > .collbtn {
        transform: translate(-50%, -50%) rotate(90deg); }
      #sidebar .navigation.collapsible .has-submenu.opened > ul {
        height: auto; }
    #sidebar .navigation [class^="icon-"]:before, #sidebar .navigation [class*=" icon-"]:before {
      margin-right: 0.5rem; }

/* Portrait Mode */
@media (orientation: portrait) {
  .main {
    flex-direction: column;
    overflow: hidden; }

  #sidebar {
    max-height: 50vh; }
    #sidebar .panels {
      flex: 1; } }
/* Landscape Mode */
@media (orientation: landscape) {
  #sidebar .buttons {
    flex-direction: column; }
  #sidebar .navigation a {
    max-width: 10rem; } }

/*# sourceMappingURL=sidebar.css.map */

/* thumbnails.scss :: thumbnails area */
#thumbnails {
  position: relative;
  overflow: hidden;
  background-color: #1e1c1b;
  z-index: 2; }
  #thumbnails .nav-btn {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    border: none;
    font-size: 27px;
    cursor: pointer;
    opacity: 0.8;
    width: 56px;
    height: 40px;
    transition: opacity 0.3s; }
    #thumbnails .nav-btn::before {
      vertical-align: middle; }
    #thumbnails .nav-btn:hover {
      opacity: 1; }
    #thumbnails .nav-btn:disabled {
      display: none; }
  #thumbnails .prev-page {
    border-radius: 0 0 4px 4px; }
  #thumbnails .next-page {
    border-radius: 4px 4px 0 0; }
  #thumbnails .scroller {
    display: flex;
    transform: translate(0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    visibility: hidden; }
  #thumbnails .page {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-content: center;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%; }
  #thumbnails .card {
    width: 75px;
    height: 75px;
    margin: 2px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden; }
    #thumbnails .card .thumb {
      width: fit-content; }
      #thumbnails .card .thumb img {
        display: block;
        max-width: 100%;
        height: auto; }
    #thumbnails .card .caption {
      font-size: 0.8em;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 2px; }
  #thumbnails.active-zoomin .card {
    transform: scale(1);
    transition: transform 500ms ease-out, box-shadow 500ms linear; }
  #thumbnails.active-zoomin .card.active {
    transform: scale(1.125);
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); }
  #thumbnails.active-zoomout .card img {
    transform: scale(1);
    transition: transform 500ms ease-out; }
  #thumbnails.active-zoomout .card.active img {
    transform: scale(0.8333); }
  #thumbnails.active-border .card img {
    border: 0 solid #686d09;
    transition: border-width 500ms ease-out; }
  #thumbnails.active-border .card.active img {
    border: 8px solid #686d09; }
  #thumbnails.visited-grayscale .card.visited:not(.active) img {
    opacity: 0.75;
    filter: grayscale(100%); }
  #thumbnails.visited-fade .card.visited:not(.active) img {
    opacity: 0.5; }

@media (hover: hover) {
  #thumbnails.active-zoom .card:hover img {
    transform: scale(1); }
  #thumbnails.active-border .card:hover img {
    border: 8px solid #686d09; } }
@media (orientation: portrait) {
  #thumbnails {
    width: 100vw;
    height: 25vw; }
    #thumbnails .scroller {
      flex-direction: row;
      height: 100%;
      touch-action: pan-y; }
    #thumbnails #prev-btn {
      top: 50%;
      left: -8px;
      transform: translateY(-50%) rotate(-90deg); }
    #thumbnails #next-btn {
      top: 50%;
      right: -8px;
      transform: translateY(-50%) rotate(-90deg); } }
@media (orientation: landscape) {
  #thumbnails {
    width: 25vw;
    height: 100vh; }
    #thumbnails .scroller {
      flex-direction: column;
      width: 100%;
      touch-action: pan-x; }
    #thumbnails #prev-btn {
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
    #thumbnails #next-btn {
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); } }

/*# sourceMappingURL=thumbnails.css.map */

/******************************************* Lightbox customization */
#lightbox {
  display: block;
  position: relative;
  background-color: #242220;
  flex: 1; }
  #lightbox::-webkit-scrollbar {
    width: 15px; }
  #lightbox::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25); }
  #lightbox::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px; }
  #lightbox.slideshow .nav-btn {
    opacity: 0.05; }
  #lightbox .nav-btn {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    border: none;
    font-size: 27px;
    cursor: pointer;
    opacity: 0.8;
    width: 40px;
    height: 56px;
    transition: opacity 0.3s; }
    #lightbox .nav-btn::before {
      vertical-align: -3px; }
    #lightbox .nav-btn:hover {
      opacity: 1; }
    #lightbox .nav-btn:disabled {
      display: none; }
  #lightbox .prev-img {
    left: 0;
    top: calc(50% - 28px);
    border-radius: 0 4px 4px 0; }
  #lightbox .next-img {
    right: 0;
    top: calc(50% - 28px);
    border-radius: 4px 0 0 4px; }
  #lightbox .page-title {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    z-index: 9; }
    #lightbox .page-title .wrap {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 50px 15%;
      text-align: left;
      color: #dddddd;
      background-color: rgba(36,34,32,0.750);
      width: 100%;
      height: 100%;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); }
      #lightbox .page-title .wrap .title {
        flex: 1; }
      #lightbox .page-title .wrap .counts {
        white-space: nowrap; }
        #lightbox .page-title .wrap .counts span {
          font-size: 14px;
          display: inline-block; }
        #lightbox .page-title .wrap .counts span + span {
          margin-left: 0.5rem;
          padding-left: 0.5rem;
          border-left: 1px solid rgba(255, 255, 255, 0.4); }
      #lightbox .page-title .wrap .button {
        display: inline-flex;
        font-size: 27px;
        padding: 12px 11px 12px 13px;
        line-height: 1;
        color: #dddddd;
        background-color: rgba(0, 0, 0, 0.3);
        border: 3px solid rgba(255, 255, 255, 0.2);
        transition: color 500ms, background-color 500ms;
        border-radius: 50%; }
        #lightbox .page-title .wrap .button:hover {
          text-decoration: none;
          background-color: #4e5207;
          color: #ffffff; }
    #lightbox .page-title.hidden {
      display: none; }
  #lightbox .cont {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: .5rem; }
    #lightbox .cont .wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1;
      overflow: hidden;
      position: relative; }
      #lightbox .cont .wrap img {
        max-width: 100%;
        max-height: 100%; }
    #lightbox .cont .caption {
      flex: none;
      padding: 0.5rem;
      text-align: center;
      color: #dddddd;
      font-size: 14px; }
      #lightbox .cont .caption .title {
        font-weight: 600; }
      #lightbox .cont .caption a {
        color: #b4bd00; }
        #lightbox .cont .caption a:hover {
          color: #ccd607; }
      #lightbox .cont .caption .photodata,
      #lightbox .cont .caption .keywords {
        font-size: 12px; }
    #lightbox .cont.video .wrap video {
      max-width: 100%; }

/* --- Orientation Specific Styles --- */
/* Portrait Mode (Thumbnails on Top) */
@media (orientation: portrait) {
  #lightbox {
    width: 100%; }
    #lightbox .wrap img {
      max-width: -webkit-fill-available;
      max-height: 45vh; } }
/* Landscape Mode (Thumbnails on Left) */
@media (orientation: landscape) {
  #lightbox {
    height: 100vh; }
    #lightbox .wrap img {
      max-width: none;
      max-height: 80vh; } }
@media screen and (min-width: 40rem) and (min-height: 30rem) {
  #lightbox .nav-btn {
    display: block; }
  #lightbox .cont {
    padding: 1rem; }
    #lightbox .cont .caption {
      font-size: 16px; }
      #lightbox .cont .caption .photodata,
      #lightbox .cont .caption .keywords {
        font-size: 14px; } }

/*# sourceMappingURL=lightbox.css.map */

/* styles.css :: custom styles for the skin's Page templates */
.page #lightbox.page-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-y: auto; }
  .page #lightbox.page-wrap .cont {
    position: relative;
    justify-content: flex-start;
    padding: 3rem;
    max-width: 640px;
    height: auto;
    overflow: initial;
    text-align: left;
    color: #dddddd; }
    .page #lightbox.page-wrap .cont p {
      margin: 0.5em 0;
      line-height: 1.5; }
    .page #lightbox.page-wrap .cont h1, .page #lightbox.page-wrap .cont h2 {
      margin: 0.5em 0; }

/* medium displays >= 640px */
/************************************************ About page */
.about-page .page-wrap .author-image {
  overflow: hidden;
  flex: none;
  margin: 0 0 1.875rem 0; }
.about-page .page-wrap .content {
  flex: 1; }
  .about-page .page-wrap .content > *:first-child {
    margin-top: 0; }
.about-page .page-wrap .cont a:not(.button):not(.icon) {
  color: #b4bd00; }

/* medium displays >= 640px */
@media only screen and (min-width: 40em) {
  .about-page #lightbox.page-wrap .cont {
    flex-flow: row wrap; }
  .about-page #lightbox.page-wrap .author-image {
    max-width: 33%;
    margin: 0 1.875rem 0 0; } }
/************************************************ Contact page */
.contact-page #lightbox.page-wrap .cont {
  gap: 0.625rem; }
  .contact-page #lightbox.page-wrap .cont .caption {
    max-width: 40rem; }
  .contact-page #lightbox.page-wrap .cont blockquote,
  .contact-page #lightbox.page-wrap .cont a {
    display: inline-block;
    font-size: 0.875rem;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }
  .contact-page #lightbox.page-wrap .cont blockquote {
    margin: 0 0 0 0.3125rem;
    line-height: 2;
    text-align: left;
    padding: 0 1rem;
    border-left: 0.3125rem solid #686d09; }
    .contact-page #lightbox.page-wrap .cont blockquote:before, .contact-page #lightbox.page-wrap .cont blockquote:after {
      content: ''; }
  .contact-page #lightbox.page-wrap .cont .map-cont {
    height: 280px;
    max-height: 30vh; }
  .contact-page #lightbox.page-wrap .cont .button {
    display: block;
    padding: 0.3125rem 0.625rem;
    border: 1px solid rgba(221,221,221,0.200);
    border-radius: .2rem;
    transition: all 500ms;
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #b4bd00;
    text-decoration: none; }
    .contact-page #lightbox.page-wrap .cont .button.button {
      margin-bottom: 0; }
    .contact-page #lightbox.page-wrap .cont .button:hover, .contact-page #lightbox.page-wrap .cont .button:focus {
      background-color: #4e5207;
      color: #ffffff;
      border: 1px solid #4e5207; }
    .contact-page #lightbox.page-wrap .cont .button:before {
      vertical-align: -2px; }
  .contact-page #lightbox.page-wrap .cont strong {
    display: block;
    padding: 0.3125rem;
    font-size: 0.875rem; }

@media (orientation: landscape) {
  .contact-page #lightbox.page-wrap .cont .map-cont {
    max-height: 50vh; } }
/* medium displays >= 640px */
@media only screen and (min-width: 40em) {
  .contact-page #lightbox.page-wrap .cont > div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline; }
  .contact-page #lightbox.page-wrap .cont strong {
    width: 33.333%;
    max-width: 16rem;
    flex: none;
    text-align: right; }
  .contact-page #lightbox.page-wrap .cont .button {
    max-width: calc(66.667% - 22px); } }
/************************************************ Sitemap page */
.sitemap-page #lightbox.page-wrap {
  display: flex;
  flex-flow: column; }
.sitemap-page .sitemap {
  flex: 1;
  max-width: 100%;
  text-align: left; }
  .sitemap-page .sitemap .title {
    max-width: 36rem;
    padding: 1rem 2rem; }
    .sitemap-page .sitemap .title a {
      color: #b4bd00; }
      .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: #4e5207;
        border-radius: 50%; }
    .sitemap-page .sitemap .title small {
      margin-left: 4rem; }
  .sitemap-page .sitemap ul {
    padding: 0 0 0 2rem;
    line-height: 2; }
    .sitemap-page .sitemap ul ul {
      padding: 0 0 0 2rem; }
    .sitemap-page .sitemap ul li {
      display: flex;
      padding: 0;
      margin: 0.25rem 0;
      overflow: hidden; }
      .sitemap-page .sitemap ul li a {
        color: #b4bd00; }
      .sitemap-page .sitemap ul li a.thumb {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        text-align: center;
        margin-right: -1.5rem;
        border-radius: 1.5rem;
        overflow: hidden;
        vertical-align: top;
        flex: none;
        background-color: #4e5207;
        text-decoration: none; }
        .sitemap-page .sitemap ul li a.thumb img {
          object-fit: cover;
          height: 3rem;
          width: 3rem; }
        .sitemap-page .sitemap ul li a.thumb.icon {
          font-size: 18px;
          line-height: 2.75;
          color: #ffffff; }
          .sitemap-page .sitemap ul li a.thumb.icon img {
            object-fit: contain; }
      .sitemap-page .sitemap ul li div {
        margin-top: .5rem; }
        .sitemap-page .sitemap ul li div > a,
        .sitemap-page .sitemap ul li div > small {
          display: block;
          margin-left: 2rem; }
  .sitemap-page .sitemap.showthumbs ul {
    padding-left: 0;
    margin: 1rem 0;
    list-style-type: none; }
    .sitemap-page .sitemap.showthumbs ul li {
      margin: .5rem 0; }
  .sitemap-page .sitemap.showthumbs > ul {
    padding-left: 4rem; }
.sitemap-page .caption {
  margin: 0 0 1rem 0; }
.sitemap-page small {
  display: block;
  line-height: 1.43;
  white-space: normal; }

/* medium displays >= 640px */
@media only screen and (min-width: 40em) {
  .sitemap-page .sitemap .title {
    max-width: 50rem;
    font-size: 1.125rem; }
  .sitemap-page .sitemap ul {
    padding: 0 0 0 5.5rem; }
    .sitemap-page .sitemap ul li a.thumb {
      margin-right: 0; }
    .sitemap-page .sitemap ul li div > a {
      font-size: 1.125rem; }
    .sitemap-page .sitemap ul li div > a,
    .sitemap-page .sitemap ul li div > small {
      margin-left: 0.5rem; }
  .sitemap-page .sitemap.showthumbs ul {
    margin: 1rem 0; }
    .sitemap-page .sitemap.showthumbs ul li {
      margin: 1rem 0; }
  .sitemap-page .sitemap.showthumbs > ul {
    padding-left: 6rem; } }
/************************************************ Contents page */
.contents-page #lightbox.page-wrap .title {
  text-align: center;
  margin-bottom: 20px; }
.contents-page .content {
  flex: 1;
  flex-direction: row;
  text-align: center; }
  .contents-page .content .one-letter {
    display: inline-block;
    vertical-align: top;
    min-width: 10rem;
    max-width: calc(50% - 1rem);
    padding: 1rem;
    margin: .5rem;
    text-align: center; }
    .contents-page .content .one-letter h2 {
      margin: 0;
      text-align: center;
      border: 1px solid #dddddd;
      border-radius: 2rem; }
    .contents-page .content .one-letter small {
      margin-top: 0.5em;
      display: block; }
    .contents-page .content .one-letter ul {
      padding: 0;
      list-style-type: none; }
      .contents-page .content .one-letter ul li a.thumb {
        display: block;
        margin: 1rem auto .5rem;
        width: 5rem;
        height: 5rem;
        border-radius: 1rem;
        line-height: 5rem;
        overflow: hidden;
        vertical-align: top;
        color: #f4f4f4;
        background-color: #686d09;
        text-decoration: none; }
        .contents-page .content .one-letter ul li a.thumb img {
          object-fit: cover;
          height: 5rem;
          width: 5rem; }
        .contents-page .content .one-letter ul li a.thumb.icon::before {
          vertical-align: middle;
          font-size: 27px; }
      .contents-page .content .one-letter ul li div a {
        font-weight: 600;
        color: #dddddd; }
  .contents-page .content.showthumbs .one-letter ul {
    padding-left: 0; }
    .contents-page .content.showthumbs .one-letter ul li div {
      margin-top: 0.5rem; }

@media screen and (min-width: 30em) {
  .contents-page .content .one-letter {
    max-width: calc(33.333% - 1rem); } }
@media screen and (min-width: 40em) {
  .contents-page .content .one-letter {
    max-width: calc(25% - 1rem); } }
/************************************************ Contents page */
.calendar-page .years {
  display: flex;
  flex-direction: column; }
  .calendar-page .years.thumbs-1 .year .months .month .days .day .thumbs a {
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 3.3rem; }
  .calendar-page .years.thumbs-2:not(col-2) .year .months .month .days .day .thumbs {
    flex-direction: column;
    flex-wrap: nowrap; }
    .calendar-page .years.thumbs-2:not(col-2) .year .months .month .days .day .thumbs a {
      min-width: 100%;
      max-width: 100%; }
  .calendar-page .years.thumbs-3 .year .months .month .days .day .thumbs {
    flex-wrap: nowrap; }
  .calendar-page .years.thumbs-4 .year .months .month .days .day .thumbs a {
    min-width: 35%;
    max-width: 65%; }
  .calendar-page .years .year {
    flex-direction: column; }
    .calendar-page .years .year h2, .calendar-page .years .year h3 {
      margin: 1em 0 .25em 0; }
    .calendar-page .years .year h4, .calendar-page .years .year h5, .calendar-page .years .year h6 {
      text-transform: capitalize; }
    .calendar-page .years .year h2, .calendar-page .years .year h3, .calendar-page .years .year h4, .calendar-page .years .year h5, .calendar-page .years .year h6 {
      text-align: center; }
    .calendar-page .years .year .months .month {
      display: flex;
      flex-direction: column; }
      .calendar-page .years .year .months .month .weekdays {
        display: none;
        text-transform: uppercase;
        justify-content: space-around;
        padding: .2rem; }
        .calendar-page .years .year .months .month .weekdays > * {
          font-size: 0.75rem;
          letter-spacing: .2rem; }
      .calendar-page .years .year .months .month .days {
        display: flex;
        flex-flow: row wrap;
        justify-content: center; }
        .calendar-page .years .year .months .month .days .day {
          display: flex;
          justify-content: stretch;
          align-content: flex-end;
          margin: 2px;
          border: 1px solid rgba(128, 128, 128, 0.2);
          padding-top: 1.5rem;
          min-height: 4rem;
          position: relative; }
          .calendar-page .years .year .months .month .days .day.spacer {
            display: none;
            border: none; }
          .calendar-page .years .year .months .month .days .day.empty {
            display: 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: 2px 3px;
            font-size: 0.75rem; }
          .calendar-page .years .year .months .month .days .day .thumbs {
            display: flex;
            gap: 2px;
            width: 100%;
            overflow: hidden;
            flex-flow: row wrap;
            align-content: flex-start; }
            .calendar-page .years .year .months .month .days .day .thumbs a {
              display: flex;
              overflow: hidden;
              flex: 1 0 auto;
              max-width: 55vw;
              max-height: 8rem; }
              .calendar-page .years .year .months .month .days .day .thumbs a img {
                display: block;
                object-fit: cover;
                min-width: 100%;
                min-height: 100%; }
              .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.75rem;
            color: #f4f4f4;
            transition: background-color 500ms ease-out; }
            .calendar-page .years .year .months .month .days .day .more:hover {
              background-color: #686d09; }

@media screen and (min-width: 40em) {
  .calendar-page .years .year .months .month .weekdays {
    display: flex; }
  .calendar-page .years .year .months .month .days {
    justify-content: flex-start; }
    .calendar-page .years .year .months .month .days .day {
      width: calc(14.285714% - 4px); }
      .calendar-page .years .year .months .month .days .day.spacer, .calendar-page .years .year .months .month .days .day.empty {
        display: flex; }
      .calendar-page .years .year .months .month .days .day .thumbs a {
        min-height: 2rem;
        max-height: 3rem;
        min-width: 25%;
        max-width: 50%; }
  .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; } }

/*# sourceMappingURL=styles.css.map */

/* Dark.css */



