#content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 350px;
  max-width: calc(100% - 2 * 20px);
  height: auto;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1200;
}
@media (min-width: 760px) {
  #content {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

#content.show {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 0;
  cursor: pointer;
  z-index: 1300;
}
@media (min-width: 760px) {
  .close {
    display: none;
  }
}

#content [data-overlayscrollbars-padding], [data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  height: calc(100% + 2 * 20px);
}

.messages {
  display: flex;
  margin-bottom: calc(20px / 2);
}

.messages.empty {
  margin-bottom: 0;
}

.messages .icon {
  margin-top: 1px;
}

.container {
  position: relative;
  display: flex;
}

.container #media, .container #location {
  position: absolute;
  width: 100%;
  transition: left 0.3s;
}

.container #media.show {
  left: 0;
  overflow: auto;
}

.container #media {
  left: calc(-100% - 20px);
  overflow: hidden;
}

.container #location.show {
  left: 0;
  overflow: inherit;
}

.container #location {
  left: calc(100% + 2 * 20px);
  width: 0;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}

#image {
  position: relative;
  display: grid;
  margin: -20px -20px 20px -20px;
}

#image #image-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 6px;
}

.native {
  margin-bottom: calc(20px / 2);
}

.native.empty {
  margin-bottom: 0;
}

#poster {
  width: 80px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}

.native {
  display: flex;
}

.native .icon {
  margin-top: 1px;
}

#location-list ul {
  padding-left: 0;
  list-style: none;
}

#location-list ul li {
  display: flex;
}

#location-list ul li .icon {
  margin-top: 2px;
}

#metadata {
  margin-bottom: 20px;
}

#metadata #media-title, #metadata #season-episode, #metadata #source, #location-data {
  display: flex;
}

#metadata .icon {
  margin-top: -2px;
}

#links {
  max-height: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}

#links.empty {
  margin-bottom: 0;
}

#links a {
  display: inline-grid;
  margin-right: 5px;
}

#links a:last-of-type {
  margin-right: 0;
}

.content {
  margin-bottom: 20px;
}

#tv-shows .loader, #movies .loader {
  margin-left: -40px;
}

#address {
  display: flex;
  margin-bottom: calc(20px / 2);
  clear: right;
}

#address.empty {
  margin-bottom: 0;
}

#back {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#about {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 350px;
  max-width: calc(100% - 2 * 20px);
  border-radius: 0;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1300;
}

#about.show {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.leaflet-control-attribution {
  border-top-left-radius: 2px;
}

.icon.left {
  margin-right: 5px;
}

.icon.right {
  margin-left: 5px;
}

#links .icon {
  margin-right: 0;
}

#native-name .icon, #metadata .icon, #location-data .icon {
  opacity: 0.8;
}

.spoiler {
  transition: all 100ms linear;
}

.spoiler button {
  margin-left: 5px;
  margin-bottom: 0;
  padding: 1px 5px;
  display: inline-block;
}

#submit-location .error {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
}

#submit-location #email-container .error {
  margin-top: 0;
}

#submit-location #native-name {
  display: inherit;
  margin-top: inherit;
  margin-bottom: 10px;
  padding-right: inherit;
}

#submit-location #latlon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#submit-location #lat {
  width: 49%;
}

#submit-location #lon {
  width: 49%;
}

#submit-location #email {
  margin-bottom: 0;
}

#submit-location .button {
  margin-bottom: 0;
}

.scroll #submit-location .button {
  margin-bottom: 20px;
}

#submit-location .heart {
  padding-top: 1px;
}

#aside-pre > p {
  margin-top: 0;
}

#aside-content > p:first-of-type {
  margin-top: 0;
}

#aside-content #media-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

#aside-content #media-links li {
  margin-right: 10px;
}

#aside-content #media-links li:last-of-type {
  margin-right: 0;
}

#aside-content .expand {
  margin-right: 5px;
}

#aside-content .wikipedia {
  margin-right: 3px;
}

.javascript-licenses #page-content {
  display: block;
}

.javascript-licenses h1 {
  margin-top: 20px;
}

#jslicense-labels1 {
  margin: auto;
  text-align: left;
}

.javascript-licenses #back {
  display: inline-flex;
  margin-top: 20px;
}

#legal ul {
  align-items: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 760px) {
  #legal ul {
    display: flex;
  }
}

#legal ul li {
  display: flex;
  margin-right: 3px;
}
@media (min-width: 760px) {
  #legal ul li {
    display: inherit;
  }
}

#legal ul li:last-of-type {
  margin-right: 0;
}

@media (min-width: 760px) {
  #legal ul li::after {
    content: "|";
    margin-left: 3px;
  }
}

@media (min-width: 760px) {
  #legal ul li:last-of-type::after {
    content: "";
    margin-left: 0;
  }
}

#legal ul li a {
  display: inherit;
  align-items: center;
}

#logo {
  display: inline-block;
  max-width: 85%;
}

#logo a {
  display: flex;
  align-items: center;
  color: #000 !important;
}

#logo svg {
  width: 25px;
  height: auto;
  margin-top: 4px;
  margin-right: 10px;
}
@media (min-width: 760px) {
  #logo svg {
    margin-top: 0;
  }
}

#logo a:hover svg {
  opacity: 0.8;
}

#logo span {
  display: none;
}
@media (min-width: 760px) {
  #logo span {
    display: block;
  }
}

#search {
  display: flex;
  padding: 2px 15px 2px 10px;
  border: solid 1px #efefef;
  border-radius: 2px;
  background-color: #efefef;
}

#search .md-search {
  color: #828282;
  font-size: 30px;
  margin-top: 5px;
}

#search-box {
  height: 40px;
  margin-bottom: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (min-width: 960px) {
  #search-box {
    min-width: 370px;
  }
}
@media (min-width: 1900px) {
  #search-box {
    min-width: 600px;
  }
}

#search-suggestions {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
  padding: 3px 10px 10px 10px;
  display: none;
}

#newest {
  display: none;
  margin: 7px 0 -7px 0;
}

#newest-entries {
  list-style: none;
  padding-left: 0;
}

#newest .more {
  text-align: center;
}

@media (min-width: 760px) {
  #newest .more .button {
    margin-bottom: 0;
  }
}

#newest .more .button:last-of-type {
  margin-bottom: 0;
}

#suggestions {
  margin: 7px 0 0 0;
  padding-left: 0;
  list-style: none;
}

#newest-entries .icon, #suggestions .icon {
  top: 2px;
}

#suggestions .messages {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

#suggestions .messages .icon {
  top: 3px;
}

#suggestions .messages a {
  position: relative;
}

#suggestions li {
  margin-left: -10px;
  margin-right: -10px;
}

#suggestions li a {
  position: relative;
  display: block;
  padding: 3px 10px;
  font-size: 1.1em;
}

#suggestions li:last-of-type a {
  margin-bottom: -10px;
}

#suggestions li:last-of-type a {
  padding-bottom: 10px;
}

#navigation {
  position: absolute;
  top: calc(20px / 2);
  right: 20px;
  cursor: pointer;
}
@media (min-width: 960px) {
  #navigation {
    position: relative;
    top: auto;
    right: auto;
  }
}

#navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

#navigation ul li {
  margin-right: 5px;
}
@media (min-width: 760px) {
  #navigation ul li {
    margin-right: 20px;
  }
}

#navigation ul li:last-of-type {
  margin-right: 0;
  height: 36px;
}

#navigation ul li a {
  display: flex;
  align-items: center;
  border: solid 1px #01a611;
  border-radius: 2px;
  padding: 5px 8px;
  text-align: center;
  color: #01a611;
}

#navigation ul li a:hover {
  border-color: #000;
  color: #000;
}

#navigation ul li a .icon {
  margin-right: 2px;
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
}

main, #map {
  width: 100%;
  height: 100%;
}

main {
  display: flex;
}

.javascript-licenses main {
  padding: 0 20px;
}

.responsible-table {
  overflow-x: auto;
}

table thead td {
  border-bottom: solid 1px rgba(130, 130, 130, 0.2);
  font-weight: bold;
}

input, textarea, button, .button {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: solid 1px;
  border-radius: 2px;
}

input, textarea {
  border-color: #efefef;
  background-color: #efefef;
}

input:hover, input:active, textarea:hover, textarea:active, button:hover, button:active, .button:hover, .button:active {
  background-color: rgba(130, 130, 130, 0.2);
  border-color: rgba(130, 130, 130, 0.2);
}

button, .button {
  display: inline-flex;
  cursor: pointer;
}

.primary {
  border-color: #4189dd;
  background-color: #4189dd;
}

.primary:hover {
  border-color: #efefef;
  background-color: #efefef;
}

.secondary {
  border-color: #efefef;
  background-color: #efefef;
}

.secondary:hover {
  border-color: #4189dd;
  background-color: #4189dd;
}

input, textarea {
  width: 100%;
}

form .trap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#page-header {
  position: fixed;
  width: 100%;
  padding: calc(20px / 2) 20px;
  background-color: #fff;
  z-index: 1400;
}

#page-header {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 960px) {
  #page-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1140px) {
  #page-header {
    flex-wrap: nowrap;
  }
}

#search-container {
  margin-top: 20px;
  position: relative;
  width: 100%;
  order: 2;
}
@media (min-width: 1140px) {
  #search-container {
    width: auto;
    margin-top: 0;
    order: 0;
  }
}

.clear {
  clear: both;
}

#pagination {
  display: flex;
  align-items: center;
}

#pagination span {
  margin-right: 10px;
}

#pagination a {
  margin: 0 2px;
  padding: 0 6px 3px 6px;
}

#pagination a:first-of-type {
  margin-left: 0;
}

#pagination a:last-of-type {
  margin-right: 0;
}

#page-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1px 5px 2px 5px;
  border-top-right-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 800;
}
@media (min-width: 760px) {
  #page-footer {
    left: 350px;
  }
}

.leaflet-top.leaflet-left .leaflet-control-zoom {
  left: calc(20px - 12px);
}

.leaflet-bottom.leaflet-right .leaflet-control-zoom {
  right: calc(20px - 12px);
  bottom: calc(20px - 12px);
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
  text-align: center;
}

.loader.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #fff;
}

.browserupgrade {
  margin: auto;
  background-color: #eee;
  padding: 20px;
  text-align: center;
}

.show {
  display: block !important;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1200;
}

#overlay.show {
  width: 100%;
  height: 100%;
  position: fixed;
}

.tooltip {
  display: none;
  max-width: 330px;
  border-radius: 2px;
  background-color: #01a611;
  padding: 10px 16px;
}

.tooltip.right {
  left: 100%;
}

.tooltip.right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #01a611 transparent transparent;
}

.tooltip.left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #01a611 transparent transparent;
}

.tooltip .md-close {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}

#media .tooltip {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: calc(20px / 2);
}
@media (min-width: 760px) {
  #media .tooltip {
    position: fixed;
    top: 163px;
    left: 360px;
    margin-bottom: 0;
  }
}

#media .tooltip::after {
  display: none;
}
@media (min-width: 760px) {
  #media .tooltip::after {
    display: block;
  }
}

#show-random-location {
  position: absolute;
  right: 20px;
}

@font-face {
  font-family: "LibreBodoni";
  src: local("Libre Bodoni"), local("LibreBodoni-Regular"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-Regular.otf") format("opentype"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibreBodoni";
  src: local("Libre Bodoni Italic"), local("LibreBodoni-Italic"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-Italic.otf") format("opentype"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "LibreBodoni";
  src: local("Libre Bodoni Bold"), local("LibreBodoni-Bold"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-Bold.otf") format("opentype"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibreBodoni";
  src: local("Libre Bodoni Bold Italic"), local("LibreBodoni-BoldItalic"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-BoldItalic.otf") format("opentype"), url("/vendor/impallari/Libre-Bodoni/fonts/LibreBodoni-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000;
}

h1, h2 {
  font-family: "LibreBodoni", serif;
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  margin-bottom: calc(20px / 2);
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1em;
}

p {
  line-height: 1.2;
}

input, textarea, button {
  font-family: "Lato";
  font-size: 16px;
}

.primary {
  color: #fff;
}

.primary:hover {
  color: #000;
}

.secondary {
  color: #000;
}

.secondary:hover {
  color: #fff;
}

#page-header a {
  cursor: pointer;
  color: #01a611;
  text-decoration: none;
}

#page-header a:hover {
  color: #000;
}

#suggestions li a:hover {
  background-color: #efefef;
}

#navigation ul li .active {
  color: #000;
  border-color: #000;
}

main a {
  cursor: pointer;
  color: #01a611;
  text-decoration: none;
}

main a:hover {
  color: #000;
}

#content #metadata, #content #location-data {
  font-size: 0.8em;
}

#page-content > p:last-child {
  margin-bottom: 0;
}

.scroll #page-content > p:last-child {
  margin-bottom: 20px;
}

#site-info {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000;
}

#footer-menu {
  font-size: 11px;
}

#footer-menu li a {
  color: #01a611;
}

#footer-menu li a:hover {
  color: #000;
}

form > p:last-child {
  margin-bottom: 0;
}

.scroll form > p:last-child {
  margin-bottom: 20px;
}

.error {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #ff0000;
}

#image #image-credit, #image #image-credit a {
  font-size: 0.8em;
  color: #fff;
}

#image #image-credit a {
  font-size: 1em;
}

#image #image-credit .md-copyright {
  transform: scale(-1, 1);
  font-size: 15px;
}

#address .icon, #metadata .icon {
  font-size: 16px;
}

.spoiler {
  color: transparent;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.spoiler.show-spoiler {
  color: #000;
  text-shadow: none;
}

#address, #pagination {
  font-size: 0.8em;
}

#footer-menu {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#footer-menu li .active {
  color: #000;
}

#footer-menu li .active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.leaflet-control-attribution a {
  color: #01a611 !important;
}

.leaflet-control-attribution a:hover {
  text-decoration: none;
  color: #000 !important;
}

#native-name, #metadata, #location-data, #location-data {
  line-height: 1;
}

#about-title {
  margin-top: 0;
}

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