/*
Compile SASS: fgallery.css
*/
.lg-sub-html {
  color: White;
}

.modal_bg {
  height: 99999px;
  width: 9999px;
  position: fixed;
  left: -500px;
  top: -999px;
  background-color: Black;
}

.lg-backdrop {
  z-index: 99999;
}

.lg-outer {
  z-index: 999999;
}
.lg-outer button, .lg-outer button:hover, .lg-outer button:focus {
  box-shadow: none !important;
}
.lg-outer .lg-sub-html {
  font-size: 1.3rem;
}
.lg-outer .price_button {
  width: auto;
  padding-top: 0.5rem;
  transition: all 0.7s ease;
}
.lg-outer .price_button .the_button {
  line-height: 1em;
  font-size: 1.7rem;
  padding: 0.3rem 0rem 0.3rem 2rem;
  border-radius: 2rem;
  font-family: Arial;
}
@media screen and (max-width: 960px) {
  .lg-outer .lg-autoplay-button {
    display: none;
  }
}

.level-up {
  margin-left: 1rem;
  font-size: 2rem;
  line-height: 1em;
}
.level-up i {
  color: Grey;
}

html.no-touch .lg-outer .lg-inner {
  top: 47px;
  bottom: 55px;
  height: auto;
}

html.touch .lg-actions {
  display: none !important;
}

.lg-outer .lg-item .lg-object {
  height: 100% !important;
  object-fit: contain;
}

.floating_menu_container {
  top: 0;
  z-index: 999999999999;
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
.floating_menu_container .floating_menu_button {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
}
.floating_menu_container .floating_menu {
  max-height: 100%;
  overflow: scroll;
}
.floating_menu_container.fixed {
  position: fixed;
  display: initial !important;
  max-height: 100vh;
}

.fgallery-share {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  color: Grey;
}
.fgallery-share .share-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  background-color: White;
  width: 150px;
  background-color: #F2F2F2;
  display: none;
}
.fgallery-share .share-menu a {
  padding: 0.5em;
  line-height: 2em;
  display: block;
  color: Black;
}
.fgallery-share .share-menu a:hover {
  background-color: #fefefe;
}

article {
  position: relative;
}

.fgallery-gallery {
  display: block;
  overflow: auto;
  clear: both;
}
.fgallery-gallery a {
  width: 24%;
  float: left;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  position: relative;
}
.fgallery-gallery a:nth-child(4n) {
  margin-right: 0;
}
.fgallery-gallery a .title {
  background-color: #121212;
  width: 100%;
  display: block;
  color: White;
  padding: 5px;
  text-align: center;
}
.fgallery-gallery a img {
  display: block;
  width: 120%;
}

.falbum {
  display: block;
  clear: both;
  font-family: Muli;
}
.falbum .category_toc {
  font-family: FuturaBTLight;
}
.falbum a {
  width: 24%;
  float: left;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.falbum a:nth-child(4n) {
  margin-right: 0;
}
.falbum a .title {
  background-color: #121212;
  width: 100%;
  display: block;
  color: White;
  padding: 5px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.falbum a img {
  display: block;
  width: 100%;
}
.falbum .normal_galleries {
  margin: 3rem 0;
}
.falbum .category_box {
  background-color: #f8f8f8;
  position: relative;
}
.falbum .category_box .title {
  background-color: White;
  opacity: 0;
}
.falbum .category_box img {
  opacity: 0;
}
.falbum .category_box .category_table {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.falbum .category_box .category_title {
  font-weight: Bold;
  color: White;
  padding: 0 1rem;
  text-align: center;
  /* between width of 1030px and 650px --> let font size be a percentage of screen width */
}
.falbum .category_box .category_title .row1, .falbum .category_box .category_title .row2, .falbum .category_box .category_title .row3 {
  display: block;
  line-height: 1em;
  white-space: nowrap;
}
.falbum .category_box .category_title .space {
  width: 100%;
  height: 1.3rem;
  display: block;
}
@media screen and (max-width: 1030px) {
  .falbum .category_box .category_title {
    font-size: 30.9px;
  }
}
@media screen and (max-width: 1020px) {
  .falbum .category_box .category_title {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 1010px) {
  .falbum .category_box .category_title {
    font-size: 30.3px;
  }
}
@media screen and (max-width: 1000px) {
  .falbum .category_box .category_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 990px) {
  .falbum .category_box .category_title {
    font-size: 29.7px;
  }
}
@media screen and (max-width: 980px) {
  .falbum .category_box .category_title {
    font-size: 29.4px;
  }
}
@media screen and (max-width: 970px) {
  .falbum .category_box .category_title {
    font-size: 29.1px;
  }
}
@media screen and (max-width: 960px) {
  .falbum .category_box .category_title {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 950px) {
  .falbum .category_box .category_title {
    font-size: 28.5px;
  }
}
@media screen and (max-width: 940px) {
  .falbum .category_box .category_title {
    font-size: 28.2px;
  }
}
@media screen and (max-width: 930px) {
  .falbum .category_box .category_title {
    font-size: 27.9px;
  }
}
@media screen and (max-width: 920px) {
  .falbum .category_box .category_title {
    font-size: 27.6px;
  }
}
@media screen and (max-width: 910px) {
  .falbum .category_box .category_title {
    font-size: 27.3px;
  }
}
@media screen and (max-width: 900px) {
  .falbum .category_box .category_title {
    font-size: 27px;
  }
}
@media screen and (max-width: 890px) {
  .falbum .category_box .category_title {
    font-size: 26.7px;
  }
}
@media screen and (max-width: 880px) {
  .falbum .category_box .category_title {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 870px) {
  .falbum .category_box .category_title {
    font-size: 26.1px;
  }
}
@media screen and (max-width: 860px) {
  .falbum .category_box .category_title {
    font-size: 25.8px;
  }
}
@media screen and (max-width: 850px) {
  .falbum .category_box .category_title {
    font-size: 25.5px;
  }
}
@media screen and (max-width: 840px) {
  .falbum .category_box .category_title {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 830px) {
  .falbum .category_box .category_title {
    font-size: 24.9px;
  }
}
@media screen and (max-width: 820px) {
  .falbum .category_box .category_title {
    font-size: 24.6px;
  }
}
@media screen and (max-width: 810px) {
  .falbum .category_box .category_title {
    font-size: 24.3px;
  }
}
@media screen and (max-width: 800px) {
  .falbum .category_box .category_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 790px) {
  .falbum .category_box .category_title {
    font-size: 23.7px;
  }
}
@media screen and (max-width: 780px) {
  .falbum .category_box .category_title {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 770px) {
  .falbum .category_box .category_title {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 760px) {
  .falbum .category_box .category_title {
    font-size: 22.8px;
  }
}
@media screen and (max-width: 750px) {
  .falbum .category_box .category_title {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 740px) {
  .falbum .category_box .category_title {
    font-size: 22.2px;
  }
}
@media screen and (max-width: 730px) {
  .falbum .category_box .category_title {
    font-size: 21.9px;
  }
}
@media screen and (max-width: 720px) {
  .falbum .category_box .category_title {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 710px) {
  .falbum .category_box .category_title {
    font-size: 21.3px;
  }
}
@media screen and (max-width: 700px) {
  .falbum .category_box .category_title {
    font-size: 21px;
  }
}
@media screen and (max-width: 690px) {
  .falbum .category_box .category_title {
    font-size: 20.7px;
  }
}
@media screen and (max-width: 680px) {
  .falbum .category_box .category_title {
    font-size: 20.4px;
  }
}
@media screen and (max-width: 670px) {
  .falbum .category_box .category_title {
    font-size: 20.1px;
  }
}
@media screen and (max-width: 660px) {
  .falbum .category_box .category_title {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 650px) {
  .falbum .category_box .category_title {
    font-size: 19.5px;
  }
}
@media screen and (max-width: 650px) {
  .falbum .category_box .category_title {
    font-size: 33.8px;
  }
}
@media screen and (max-width: 640px) {
  .falbum .category_box .category_title {
    font-size: 33.28px;
  }
}
@media screen and (max-width: 630px) {
  .falbum .category_box .category_title {
    font-size: 32.76px;
  }
}
@media screen and (max-width: 620px) {
  .falbum .category_box .category_title {
    font-size: 32.24px;
  }
}
@media screen and (max-width: 610px) {
  .falbum .category_box .category_title {
    font-size: 31.72px;
  }
}
@media screen and (max-width: 600px) {
  .falbum .category_box .category_title {
    font-size: 31.2px;
  }
}
@media screen and (max-width: 590px) {
  .falbum .category_box .category_title {
    font-size: 30.68px;
  }
}
@media screen and (max-width: 580px) {
  .falbum .category_box .category_title {
    font-size: 30.16px;
  }
}
@media screen and (max-width: 570px) {
  .falbum .category_box .category_title {
    font-size: 29.64px;
  }
}
@media screen and (max-width: 560px) {
  .falbum .category_box .category_title {
    font-size: 29.12px;
  }
}
@media screen and (max-width: 550px) {
  .falbum .category_box .category_title {
    font-size: 28.6px;
  }
}
@media screen and (max-width: 540px) {
  .falbum .category_box .category_title {
    font-size: 28.08px;
  }
}
@media screen and (max-width: 530px) {
  .falbum .category_box .category_title {
    font-size: 27.56px;
  }
}
@media screen and (max-width: 520px) {
  .falbum .category_box .category_title {
    font-size: 27.04px;
  }
}
@media screen and (max-width: 510px) {
  .falbum .category_box .category_title {
    font-size: 26.52px;
  }
}
@media screen and (max-width: 500px) {
  .falbum .category_box .category_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 490px) {
  .falbum .category_box .category_title {
    font-size: 25.48px;
  }
}
@media screen and (max-width: 480px) {
  .falbum .category_box .category_title {
    font-size: 24.96px;
  }
}
@media screen and (max-width: 470px) {
  .falbum .category_box .category_title {
    font-size: 24.44px;
  }
}
@media screen and (max-width: 460px) {
  .falbum .category_box .category_title {
    font-size: 23.92px;
  }
}
@media screen and (max-width: 450px) {
  .falbum .category_box .category_title {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 440px) {
  .falbum .category_box .category_title {
    font-size: 22.88px;
  }
}
@media screen and (max-width: 430px) {
  .falbum .category_box .category_title {
    font-size: 22.36px;
  }
}
@media screen and (max-width: 420px) {
  .falbum .category_box .category_title {
    font-size: 21.84px;
  }
}
@media screen and (max-width: 410px) {
  .falbum .category_box .category_title {
    font-size: 21.32px;
  }
}
@media screen and (max-width: 400px) {
  .falbum .category_box .category_title {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 390px) {
  .falbum .category_box .category_title {
    font-size: 20.28px;
  }
}
@media screen and (max-width: 380px) {
  .falbum .category_box .category_title {
    font-size: 19.76px;
  }
}
@media screen and (max-width: 370px) {
  .falbum .category_box .category_title {
    font-size: 19.24px;
  }
}
@media screen and (max-width: 360px) {
  .falbum .category_box .category_title {
    font-size: 18.72px;
  }
}
@media screen and (max-width: 350px) {
  .falbum .category_box .category_title {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 340px) {
  .falbum .category_box .category_title {
    font-size: 17.68px;
  }
}
@media screen and (max-width: 330px) {
  .falbum .category_box .category_title {
    font-size: 17.16px;
  }
}
@media screen and (max-width: 320px) {
  .falbum .category_box .category_title {
    font-size: 16.64px;
  }
}
@media screen and (max-width: 310px) {
  .falbum .category_box .category_title {
    font-size: 16.12px;
  }
}
@media screen and (max-width: 300px) {
  .falbum .category_box .category_title {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 290px) {
  .falbum .category_box .category_title {
    font-size: 15.08px;
  }
}
@media screen and (max-width: 280px) {
  .falbum .category_box .category_title {
    font-size: 14.56px;
  }
}
@media screen and (max-width: 270px) {
  .falbum .category_box .category_title {
    font-size: 14.04px;
  }
}
@media screen and (max-width: 260px) {
  .falbum .category_box .category_title {
    font-size: 13.52px;
  }
}
@media screen and (max-width: 250px) {
  .falbum .category_box .category_title {
    font-size: 13px;
  }
}
@media screen and (max-width: 240px) {
  .falbum .category_box .category_title {
    font-size: 12.48px;
  }
}
@media screen and (max-width: 230px) {
  .falbum .category_box .category_title {
    font-size: 11.96px;
  }
}
@media screen and (max-width: 220px) {
  .falbum .category_box .category_title {
    font-size: 11.44px;
  }
}
@media screen and (max-width: 210px) {
  .falbum .category_box .category_title {
    font-size: 10.92px;
  }
}
@media screen and (max-width: 200px) {
  .falbum .category_box .category_title {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 190px) {
  .falbum .category_box .category_title {
    font-size: 9.88px;
  }
}
@media screen and (max-width: 180px) {
  .falbum .category_box .category_title {
    font-size: 9.36px;
  }
}
@media screen and (max-width: 170px) {
  .falbum .category_box .category_title {
    font-size: 8.84px;
  }
}
@media screen and (max-width: 160px) {
  .falbum .category_box .category_title {
    font-size: 8.32px;
  }
}
@media screen and (max-width: 150px) {
  .falbum .category_box .category_title {
    font-size: 7.8px;
  }
}
@media screen and (max-width: 140px) {
  .falbum .category_box .category_title {
    font-size: 7.28px;
  }
}
@media screen and (max-width: 130px) {
  .falbum .category_box .category_title {
    font-size: 6.76px;
  }
}
@media screen and (max-width: 120px) {
  .falbum .category_box .category_title {
    font-size: 6.24px;
  }
}
@media screen and (max-width: 110px) {
  .falbum .category_box .category_title {
    font-size: 5.72px;
  }
}
@media screen and (max-width: 100px) {
  .falbum .category_box .category_title {
    font-size: 5.2px;
  }
}
.falbum .category_with_subgalleries {
  border-radius: 0.5rem;
  overflow: auto;
  padding: 2rem 0;
  margin-bottom: 3rem;
  clear: both;
}
.falbum .category_with_subgalleries:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.falbum .category_with_subgalleries .extra_box {
  background-color: #f9f9f9;
}
.falbum .category_with_subgalleries .extra_box img {
  opacity: 0;
}
.falbum .category_with_subgalleries .extra_box .title {
  opacity: 0;
}
.falbum .category_with_subgalleries .extra_box_2_columns {
  display: none;
}
.falbum .category_with_subgalleries > .category_title {
  font-weight: bold;
  color: White;
  padding: 0rem 0rem 2rem;
  margin-top: -0.7rem;
  text-align: left;
  font-size: 3rem;
}
.falbum .category_with_subgalleries > .category_title .row1, .falbum .category_with_subgalleries > .category_title .row2, .falbum .category_with_subgalleries > .category_title .row3 {
  display: block;
  line-height: 1em;
  white-space: nowrap;
}
.falbum .category_with_subgalleries > .category_title .space {
  width: 100%;
  height: 1.3rem;
  display: block;
}

.category_toc {
  border-spacing: 0.3rem;
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin: 0;
}
.category_toc a, .category_toc a:visited {
  color: Black;
  float: initial;
}
.category_toc tr {
  margin-bottom: 2rem;
  border-bottom: 0.3rem solid White;
}
.category_toc td {
  background-color: #f9f9f9;
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
}

/* This is how we can override the sizes by setting a percentage of main size.
 * Will be used in the settings page.
 */
/*
.falbum .category_box .category_title .maintitle {
	font-size: 80%;
}

.falbum .category_box .category_title .subtitle_font_size .subtitle {
	font-size: 100%;
}
*/
@media screen and (max-width: 650px) {
  .falbum a, .fgallery-gallery a {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .falbum a:nth-child(2n), .fgallery-gallery a:nth-child(2n) {
    margin-right: 0;
  }
  .falbum .extra_box_4_columns, .fgallery-gallery .extra_box_4_columns {
    display: none;
  }
  .falbum .extra_box_2_columns, .fgallery-gallery .extra_box_2_columns {
    display: block !important;
  }
}
