* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

sup {
  vertical-align: super;
}

body {
  color: #d7d7d7;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1em;
  background-color: #2d2d2d;
}

h1, h2, h3, h4, h5 {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
h1 b, h2 b, h3 b, h4 b, h5 b {
  font-weight: 900;
}

h1 {
  padding: 0.6em;
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
  padding: 0.5em;
}
h2 .material-icons {
  vertical-align: top;
}

h3 {
  font-size: 1.3em;
}

p, q {
  margin: 0.7em 1em;
  font-size: 1.15em;
  line-height: 1.25em;
}

b {
  font-weight: 500;
}

a {
  color: #a1d04d;
  text-decoration: none;
}
a:hover {
  color: #ff6f6f;
}

q {
  display: block;
  padding-left: 1em;
  border-left: 2px solid #a1d04d;
}

ol {
  margin: 0.7em 1em;
  font-size: 1.15em;
  line-height: 1.25em;
}
ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

ul {
  margin: 0.7em 1em;
  font-size: 1.15em;
  line-height: 1.25em;
}
ul li {
  margin-left: 1.2em;
}

hr {
  margin: 2em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

pre {
  display: inline-block;
  padding: 0 0.4em;
  border-radius: 2px;
  border: 1px solid rgba(155, 214, 61, 0.8);
  background-color: rgba(155, 214, 61, 0.1);
  color: #72a423;
}

table {
  text-align: center;
  margin: 1.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: calc(100% - 2em);
}
table td, table th {
  padding: 0.2em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
table td:last-child, table th:last-child {
  border-right: none;
}
table th {
  padding: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.material-icons {
  vertical-align: middle;
}

.anchor-wrapper {
  position: relative;
}

.anchor {
  position: absolute;
  top: -4em;
}

.green-text {
  color: #7cc010;
}

.red-text {
  color: #f96854;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.hidden {
  display: none !important;
}

.debug-num {
  display: inline-block;
  display: none;
  padding: 0.5em;
}

.center {
  text-align: center;
}

.button, .button-inverse, .button-inverse-small, .button-red, .button-inline, .button-dark, .download-buttons .main-download-buttons .dl-btn, .button-light {
  display: inline-block;
  padding: 0.75em 1em;
  font-size: 1.15em;
  background-color: #a1d04d;
  color: white;
  border: 1px solid #a1d04d;
  transition: all 0.2s ease;
}
.button:hover, .button-inverse:hover, .button-inverse-small:hover, .button-red:hover, .button-inline:hover, .button-dark:hover, .download-buttons .main-download-buttons .dl-btn:hover, .button-light:hover {
  background-color: #ff6f6f;
  border-color: rgba(215, 215, 215, 0.3);
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease;
  transition: all 0.1s ease;
}

.button-light {
  background-color: #b2d96d;
  border-color: rgba(215, 215, 215, 0.2);
}
.button-light:hover {
  background-color: #c3e18e;
  color: white;
}

.button-dark, .download-buttons .main-download-buttons .dl-btn {
  background-color: #2d2d2d;
  border-color: rgba(215, 215, 215, 0.2);
}
.button-dark:hover, .download-buttons .main-download-buttons .dl-btn:hover {
  background-color: #a1d04d;
  color: white;
}

.button-inline {
  margin: 0 0.25em;
}

.button-disabled {
  color: gainsboro !important;
  background-color: #b4b4b4 !important;
  border-color: #b4b4b4 !important;
}

.button-red {
  background-color: #f96854;
  border-color: #f96854;
}
.button-red:hover {
  background-color: #fa7e6d;
  border-color: #f96854;
  color: white;
}

.button-inverse, .button-inverse-small {
  background-color: #2d2d2d;
  border-color: rgba(161, 208, 77, 0.5);
  color: #a1d04d;
}
.button-inverse:hover, .button-inverse-small:hover {
  background-color: #a1d04d;
  border-color: #a1d04d;
  color: white;
}

.button-inverse-small {
  margin: 0.3em;
  padding: 0.3em 0.5em;
}

.col-4 #toggle-16k-info {
  right: auto;
  top: 0.8em;
  font-size: 0.95em;
}
.col-4 #popup-16k {
  top: 0;
  margin: 0 0.5em;
}

.announcement-green {
  background-color: #9bd63d;
  color: #d7d7d7;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.announcement-green h1, .announcement-green h2, .announcement-green h3 {
  color: #d7d7d7;
  font-weight: 500;
}
.announcement-green b {
  font-weight: 900;
}
.announcement-green .button, .announcement-green .button-light, .announcement-green .button-dark, .announcement-green .download-buttons .main-download-buttons .dl-btn, .download-buttons .main-download-buttons .announcement-green .dl-btn, .announcement-green .button-inline, .announcement-green .button-red, .announcement-green .button-inverse, .announcement-green .button-inverse-small {
  background-color: #acdd5f;
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
  transition: all 0.25s ease;
}
.announcement-green .button:hover, .announcement-green .button-light:hover, .announcement-green .button-dark:hover, .announcement-green .download-buttons .main-download-buttons .dl-btn:hover, .download-buttons .main-download-buttons .announcement-green .dl-btn:hover, .announcement-green .button-inline:hover, .announcement-green .button-red:hover, .announcement-green .button-inverse:hover, .announcement-green .button-inverse-small:hover {
  background-color: #bce37c;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: all 0.15s ease;
}

.warning-block, .download-buttons .main-download-buttons #sw-tab-warning, .info-block {
  background-color: rgba(255, 76, 76, 0.15);
  border: 1px solid rgba(255, 128, 128, 0.8);
  text-align: center;
  font-size: 0.7em;
}
.warning-block p, .download-buttons .main-download-buttons #sw-tab-warning p, .info-block p, .warning-block q, .download-buttons .main-download-buttons #sw-tab-warning q, .info-block q {
  margin: 0;
  padding: 0.8em;
}
.warning-block b, .download-buttons .main-download-buttons #sw-tab-warning b, .info-block b {
  color: white;
  font-weight: 900;
}

.info-block {
  background-color: rgba(150, 150, 150, 0.05);
  border: 1px solid rgba(150, 150, 150, 0.3);
  margin: 0.8em;
  font-size: 0.75em;
}
.info-block p, .info-block q {
  padding: 0.5em;
}

.tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  font-weight: 300;
  text-transform: initial;
  font-size: 14px;
  line-height: 14px;
  padding: 0.4em 0.5em;
  white-space: nowrap;
  background-color: #414141;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  transition: all 0.15s ease;
}

.tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #414141 transparent transparent transparent;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.col-2, .col-4, .col-3 {
  width: calc(50% - 2px);
  display: inline-block;
  vertical-align: middle;
}

.col-3 {
  width: calc(33.33% - 3px);
}

.col-4 {
  width: calc(25% - 3px);
}

@media all and (max-width: 900px) {
  .col-4 {
    width: calc(50% - 2px);
    padding-bottom: 2em;
  }
  .col-4:last-child {
    padding-bottom: 0;
  }
}
.heart, .heart-inline {
  position: relative;
  top: 0.15em;
  width: 1em;
  padding-left: 0.3em;
}

.heart-inline {
  top: 0.05em;
  width: 0.8em;
  transform: scale(1.5);
  padding-left: 0.4em;
}

.small {
  font-size: 0.9em;
  margin: 1.2em;
}

#page-wrapper, #stats-page {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding: 2em 0;
}
#page-wrapper h1, #stats-page h1 {
  padding: 1em 0.5em 0.3em;
}
#page-wrapper h2, #stats-page h2 {
  padding: 0.75em 0.75em 0;
}

#stats-page {
  max-width: revert;
}

.me {
  float: left;
  margin: 1em;
  margin-right: 2em;
  border-radius: 50%;
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease;
}

.me-sml, .me-med {
  width: 50px;
  margin: 0 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease;
}

.me-med {
  width: 150px;
}

.author-list h1 {
  display: inline;
}
.author-list ul {
  list-style: none;
  display: inline;
}
.author-list ul li {
  display: inline-block;
  vertical-align: middle;
}
.author-list ul li p, .author-list ul li q {
  font-size: 1em;
  text-align: center;
  margin: 0.5em 0;
  max-width: calc(150px + 1em);
}
.author-list ul li p i, .author-list ul li q i {
  font-size: 32px;
  padding: 0.1em;
}

#btc-address-wrapper {
  display: none;
  padding-left: 1em;
}

.savings-tables {
  max-height: 500px;
  margin: 1.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #414141 #232323;
}
.savings-tables::-webkit-scrollbar {
  width: 8px;
}
.savings-tables::-webkit-scrollbar-track {
  background-color: #232323;
}
.savings-tables::-webkit-scrollbar-thumb {
  background-color: #414141;
  border-radius: 8px;
}
.savings-tables table {
  margin: 0;
  border: none;
  width: 100%;
}

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

#ads-grid-top {
  margin: 0 1em;
}

#remove-ads img {
  height: 14px;
  vertical-align: top;
}

#ad-removal-form input {
  font-size: 1.2em;
  padding: 0.5em;
  font-family: "PT Mono", monospace;
  color: #d7d7d7;
  background-color: #373737;
  text-align: center;
  display: block;
  margin: 1em;
  width: calc(100% - 2em);
}
#ad-removal-form #response {
  text-align: center;
}

#header {
  position: fixed;
  width: 100%;
  min-height: 53px;
  z-index: 20;
  background-color: #232323;
  color: #d7d7d7;
}
#header .patreon-bar-wrapper {
  float: right;
  margin: 0 1em;
  margin-top: 13.5px;
  min-width: 200px;
}
#header .patreon-bar-wrapper .patreon-bar-outer {
  height: 22px;
  border: 2px solid #d7d7d7;
  transition: all 0.2s ease;
}
#header .patreon-bar-wrapper .patreon-bar-outer .patreon-bar-inner {
  height: 18px;
  min-width: 12px;
  background-color: #d7d7d7;
  transition: all 0.2s ease;
}
#header .patreon-bar-wrapper .patreon-bar-outer .patreon-bar-inner .patreon-bar-text {
  text-align: center;
  white-space: nowrap;
}
#header .patreon-bar-wrapper .patreon-bar-outer .patreon-bar-inner .patreon-bar-text .text {
  position: relative;
  top: -4px;
  margin-left: -0.15em;
  font-size: 0.85em;
  font-weight: 500;
  color: #2e2e2e;
  transition: all 0.2s ease;
}
#header .patreon-bar-wrapper .patreon-bar-outer .patreon-bar-inner .patreon-bar-text img {
  height: 18px;
}
#header .patreon-bar-wrapper:hover .patreon-bar-outer {
  border: 2px solid #a1d04d;
  transition: all 0.1s ease;
}
#header .patreon-bar-wrapper:hover .patreon-bar-outer .patreon-bar-inner {
  background-color: #a1d04d;
  transition: all 0.1s ease;
}
#header .patreon-bar-wrapper:hover .patreon-bar-outer .patreon-bar-inner .patreon-bar-text .text {
  color: white;
  transition: all 0.1s ease;
}
@media all and (max-width: 1102px) {
  #header .patreon-bar-wrapper {
    display: none;
  }
}

#header-logos {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  margin: 0 1em;
}
#header-logos p, #header-logos q {
  display: inline-block;
  margin: 0;
  padding: 0.7em 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 1.23em;
  color: white;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
#header-logos p b, #header-logos q b {
  font-weight: 900;
}
#header-logos p i, #header-logos q i {
  font-size: 80%;
  height: 0;
  vertical-align: top;
  color: #d7d7d7;
}
#header-logos p.this-haven, #header-logos q.this-haven {
  padding-right: 1em;
  max-width: 161px;
  opacity: 1;
}
#header-logos img {
  padding: 0.4em 1em;
  height: calc(54px - (0.4em * 2));
  vertical-align: top;
  transition: all 0.3s ease;
}
#header-logos img.other-haven {
  filter: saturate(0);
}
@media all and (max-width: 780px) {
  #header-logos img.other-haven {
    display: none;
  }
}
@media all and (min-width: 780px) {
  #header-logos:hover p, #header-logos:hover q {
    padding-right: 0;
    max-width: 0;
    opacity: 0;
  }
  #header-logos:hover img {
    filter: saturate(0);
  }
}
#header-logos a:hover p, #header-logos a:hover q {
  padding-right: 1em;
  max-width: 161px;
  opacity: 1;
  transition: all 0.3s ease;
}
#header-logos a:hover img {
  filter: saturate(1);
  transition: all 0.3s ease;
}

#navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
#navbar-toggle i {
  padding: 0.5em;
  font-size: 1.65em;
}

ul#navbar {
  list-style-type: none;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  float: right;
}
ul#navbar li {
  display: inline-block;
  padding: 1.2em 1em;
  margin: 0;
  text-align: center;
  color: #d7d7d7;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}
ul#navbar li:hover {
  background-color: #a1d04d;
  color: white;
  transition: all 0.15s ease;
}
ul#navbar a:last-child li {
  border-right: none;
}

.nav-bar-spacer {
  height: 53px;
}

@media all and (max-width: 850px) and (min-width: 760px) {
  .shrink-hack {
    display: none;
  }
}
#footer {
  width: auto;
  background-color: #232323;
  color: #d7d7d7;
  text-align: center;
}
#footer .footer-links {
  padding: 1em;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
}
#footer .footer-links li {
  display: inline-block;
  padding-right: 1em;
  margin: 0;
}
#footer .footer-links li:last-child {
  padding-right: 0;
}
#footer .footer-patrons {
  max-width: 1500px;
  padding: 1em 0 2em;
  margin-left: auto;
  margin-right: auto;
}
#footer .footer-patrons .patron-list {
  padding: 0 0.5em 1em;
  font-size: 0.95em;
}
#footer .footer-patrons .patron {
  padding: 0.15em 0.3em;
  display: inline-block;
  line-height: 1em;
}
#footer .footer-patrons .patron-rank-1 {
  opacity: 0.45;
}
#footer .footer-patrons .patron-rank-2 {
  opacity: 0.75;
}
#footer .footer-patrons .patron-rank-3 {
  color: white;
}
#footer .footer-patrons .patron-rank-4 {
  font-weight: 500;
}
#footer .footer-patrons .patron-rank-5, #footer .footer-patrons .patron-rank-6 {
  font-weight: 900;
  color: white;
  font-size: 115%;
  line-height: 0.74em;
}
#footer .footer-patrons a {
  text-decoration: underline;
}
#footer .footer-patrons .button, #footer .footer-patrons .button-light, #footer .footer-patrons .button-dark, #footer .footer-patrons .download-buttons .main-download-buttons .dl-btn, .download-buttons .main-download-buttons #footer .footer-patrons .dl-btn, #footer .footer-patrons .button-inline, #footer .footer-patrons .button-red, #footer .footer-patrons .button-inverse, #footer .footer-patrons .button-inverse-small {
  margin: 0 1em;
}
#footer .commercial_sponsors img {
  max-width: 200px;
  max-height: 66px;
  margin: 0 1em 1em;
  vertical-align: middle;
}
#footer .social {
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#footer .social img {
  display: inline-block;
  width: 30px;
  margin-right: 0.5em;
  margin-top: -2px;
  vertical-align: middle;
}
#footer a {
  color: #d7d7d7;
}
#footer a:hover {
  text-decoration: underline;
}
#footer h2, #footer h3 {
  color: #d7d7d7;
  padding: 0.5em;
}

.footer-cat {
  margin-left: 210px;
}

#email-form {
  display: inline-block;
  margin-left: 0.7em;
  color: white;
  text-align: center;
  font-size: 1.15em;
}
#email-form .gumroad-follow-form-embed:before, #email-form .gumroad-follow-form-embed:after {
  line-height: 0;
  content: "";
}
#email-form .gumroad-follow-form-embed:after {
  clear: both;
}
#email-form .gumroad-follow-form-embed * {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box !important;
  font-size: 0.8em;
}
#email-form .gumroad-follow-form-embed input {
  border: 1px solid rgba(45, 45, 45, 0.2);
  border-right: 0;
  color: #141414;
  padding: 0.5em;
  text-align: center;
}
#email-form .gumroad-follow-form-embed button {
  padding: 0.5em;
  cursor: pointer;
  background: #f96854;
  color: #d7d7d7;
  border: 1px solid rgba(249, 104, 84, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0);
  transition: 0.2s ease;
}
#email-form .gumroad-follow-form-embed button:hover {
  background: #fa7e6d;
  transition: 0.2s ease;
}

.commercial_sponsors a {
  text-decoration: none !important;
}
.commercial_sponsors img {
  display: inline-block;
  max-width: 300px;
  max-height: 100px;
  margin: 1em 2em;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.commercial_sponsors img:hover {
  filter: contrast(70%) brightness(130%) drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
  transition: all 0.1s ease;
}

#push-footer {
  min-height: calc(100vh - 54px - 328px);
  border-bottom: 1px solid transparent;
}

#landing-banner-wrapper {
  position: relative;
  height: 512px;
  text-align: center;
}

#banner-img, #banner-img-b, #banner-img-a {
  position: absolute;
  width: 100%;
  height: 512px;
  background-size: cover !important;
  transition: opacity 0.3s ease;
}

#banner-img-a {
  background: url(/files/site_images/landing/01.jpg) no-repeat center center;
}

#banner-img-b {
  background: url(/files/site_images/landing/01.jpg) no-repeat center center;
}

.banner-img-credit {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1em;
  color: #d7d7d7;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.65;
  padding: 0.5em 0.7em;
  transition: all 0.15s ease;
}
.banner-img-credit:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.15s ease;
}
.banner-img-credit a {
  color: #d7d7d7;
  text-decoration: underline;
}

.banner-img-paddle {
  position: absolute;
  top: 0;
  z-index: 14;
  color: #d7d7d7;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-img-paddle:hover {
  user-select: none;
  -moz-user-select: none;
  color: white;
  text-shadow: 0 0 4px black;
  transition: all 0.15s ease;
}
.banner-img-paddle i {
  font-size: 3em;
  line-height: 512px;
}

#banner-img-paddle-l {
  left: 0;
}

#banner-img-paddle-r {
  right: 0;
}

#banner-title-wrapper {
  position: relative;
  z-index: 13;
  top: 50%;
  transform: translateY(calc(-50% - 2em));
}
#banner-title-wrapper #banner-logo {
  height: 12em;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}
#banner-title-wrapper p, #banner-title-wrapper q {
  position: absolute;
  width: calc(100% - 2em);
  padding-top: 1em;
  color: white;
  font-size: 1.3em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 3px black;
}

.segment, .segment-b, .segment-a {
  text-align: center;
  padding: 1em 1em 2em;
}

.segment-b {
  background-color: #232323;
}

.segment-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.segment-inner h1 {
  padding-bottom: 0;
}
.segment-inner h2.patreon-stat {
  padding-top: 1em;
  padding-bottom: 1em;
}

.segment-montage {
  position: relative;
  text-align: center;
  background: url(/files/site_images/bottom_banner.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.segment-montage .segment-montage-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/files/site_images/bottom_banner_hover.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0;
  transition: all 1s ease;
}
.segment-montage .button, .segment-montage .button-light, .segment-montage .button-dark, .segment-montage .download-buttons .main-download-buttons .dl-btn, .download-buttons .main-download-buttons .segment-montage .dl-btn, .segment-montage .button-inline, .segment-montage .button-red, .segment-montage .button-inverse, .segment-montage .button-inverse-small {
  position: relative;
  margin: 150px 1em;
}
.segment-montage:hover .segment-montage-hover {
  opacity: 1;
  transition: all 0.4s ease;
}

.segment-about {
  max-width: 1024px;
}
.segment-about p, .segment-about q {
  text-align: justify;
}

.text-block {
  max-width: 640px;
  margin: 1.25em;
  margin-left: auto;
  margin-right: auto;
}
.text-block p, .text-block q {
  text-align: justify;
  margin: 0.5em 1em;
}
.text-block h2 {
  padding-top: 1em;
}

.patreon-bar-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.patreon-bar-outer {
  width: calc(100% - 12px);
  height: 30px;
  border: 6px solid #a1d04d;
  border-radius: 21px;
}

.patreon-bar-inner-wrapper {
  width: calc(100% - 4px);
}

.patreon-bar-inner {
  height: 26px;
  margin: 2px;
  border-radius: 15px;
  background-color: #a1d04d;
  max-width: 100%;
  min-width: 26px;
}

.patreon-current-goal {
  color: #a1d04d;
  font-size: 1.3em;
  text-align: right;
  padding: 0.5em 0.3em 0;
  width: 100%;
}
.patreon-current-goal i {
  position: relative;
  top: -0.4em;
  font-size: 1.2em;
}

#sidebar-toggle {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 21;
  color: #d7d7d7;
}
#sidebar-toggle i {
  padding: 0.5em;
  font-size: 1.65em;
}

#sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 53px;
  bottom: 0;
  overflow: hidden;
  width: 210px;
  color: #d7d7d7;
  background-color: #232323;
}
#sidebar h3 {
  padding: 0.5em;
  color: #d7d7d7;
}
#sidebar .sidebar-inner {
  overflow: auto;
  overflow-x: hidden;
  flex-grow: 100;
  scrollbar-width: thin;
  scrollbar-color: #414141 #232323;
}
#sidebar .sidebar-inner::-webkit-scrollbar {
  width: 8px;
}
#sidebar .sidebar-inner::-webkit-scrollbar-track {
  background-color: #232323;
}
#sidebar .sidebar-inner::-webkit-scrollbar-thumb {
  background-color: #414141;
  border-radius: 8px;
}
#sidebar .category-list-wrapper a {
  color: #d7d7d7;
  text-decoration: none;
}
#sidebar .category-list-wrapper ul {
  margin: 0;
  line-height: 1em;
  font-size: 1em;
  padding-bottom: 1em;
}
#sidebar .category-list-wrapper li {
  padding: 0.55em 0.5em 0.34em;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}
#sidebar .category-list-wrapper li:hover {
  color: white;
  background: #a1d04d;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease;
}
#sidebar .category-list-wrapper li:hover .num-in-cat {
  transition: all 0.15s ease;
  color: white;
  background: #b2d96d;
  border-color: rgba(215, 215, 215, 0.4);
}
#sidebar .category-list-wrapper li .material-icons {
  position: relative;
  top: -2px;
  opacity: 0.7;
}
#sidebar .category-list-wrapper li .num-in-cat {
  display: inline-block;
  line-height: 22px;
  width: 22px;
  height: 22px;
  margin-left: 0.5em;
  margin-top: -1px;
  vertical-align: top;
  text-align: center;
  font-size: 70%;
  font-weight: 500;
  border: 1px solid rgba(215, 215, 215, 0.1);
  border-radius: 50%;
  background-color: #282828;
  color: #d7d7d7;
  opacity: 0.9;
  transition: all 0.25s ease;
}
#sidebar .category-list-wrapper li.tag {
  padding: 0.2em 0.5em 0.2em 2em;
}
#sidebar .category-list-wrapper li.tag .material-icons {
  position: relative;
  top: -2px;
  font-size: 0.75em;
  opacity: 0.7;
}
#sidebar .category-list-wrapper li.tag .num-in-cat {
  line-height: 16px;
  width: 16px;
  height: 16px;
}
#sidebar .category-list-wrapper .last-tag {
  margin-bottom: 0.5em;
}
#sidebar .category-list-wrapper .current-cat {
  color: white;
  background: #a1d04d;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#sidebar .category-list-wrapper .current-cat .num-in-cat {
  color: white;
  background: #b2d96d;
  border-color: rgba(215, 215, 215, 0.4);
}

#grid-banner {
  margin: -1em;
  margin-bottom: 1em;
  border-bottom: 5px solid #373737;
}
#grid-banner .segment, #grid-banner .segment-a, #grid-banner .segment-b {
  padding: 1.5em 1em 0;
}
#grid-banner .col-4 h2 {
  padding: 0.5em 0.5em 0;
}
#grid-banner .col-4 p, #grid-banner .col-4 q {
  font-size: 1em;
  margin: 0.5em;
}
#grid-banner .category-segment {
  position: relative;
  overflow: hidden;
  padding: 1em 2em;
}
#grid-banner .category-segment .fade-gradient, #grid-banner .category-segment .fade-gradient-right, #grid-banner .category-segment .fade-gradient-left {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
#grid-banner .category-segment .fade-gradient-left {
  left: 0;
  right: 90%;
  background: linear-gradient(to left, transparent, #2d2d2d);
}
#grid-banner .category-segment .fade-gradient-right {
  left: 90%;
  right: 0;
  background: linear-gradient(to right, transparent, #2d2d2d);
}
#grid-banner .category-segment #scroll-cat, #grid-banner .category-segment #scroll-cat-left, #grid-banner .category-segment #scroll-cat-right {
  position: absolute;
  top: 0;
  line-height: calc(150px + 1em);
  right: 0;
  font-size: 3.5em;
  cursor: pointer;
  transition: all 0.2s ease;
}
#grid-banner .category-segment #scroll-cat:hover, #grid-banner .category-segment #scroll-cat-left:hover, #grid-banner .category-segment #scroll-cat-right:hover {
  color: #d7d7d7;
  user-select: none;
  -moz-user-select: none;
  transform: scale(1.1);
  text-shadow: 0 0 4px black;
  transition: all 0.15s ease;
}
#grid-banner .category-segment #scroll-cat-left {
  right: auto;
  left: 0;
}
#grid-banner .grid-item {
  width: calc(25% - 1em - 2px);
  text-align: left;
}
#grid-banner .button, #grid-banner .button-light, #grid-banner .button-dark, #grid-banner .download-buttons .main-download-buttons .dl-btn, .download-buttons .main-download-buttons #grid-banner .dl-btn, #grid-banner .button-inline, #grid-banner .button-red, #grid-banner .button-inverse, #grid-banner .button-inverse-small {
  margin: 1em;
}
#grid-banner .grid-banner-icon {
  width: 100px;
}

@media all and (max-width: 1000px) {
  #grid-banner .grid-item {
    width: calc(50% - 1em - 2px);
  }
}
.category-list-images {
  position: relative;
  left: 0;
  white-space: nowrap;
  text-align: left;
}
.category-list-images li {
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  width: 150px;
  height: 150px;
  color: white;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease;
}
.category-list-images li:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.category-list-images li:hover .background-image {
  opacity: 1;
  transform: scale(1);
}
.category-list-images li .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  opacity: 0.9;
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.category-list-images li p, .category-list-images li q {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
  line-height: 1em;
  font-size: 1.4em;
  font-weight: 500;
  white-space: initial;
  text-shadow: 0 0 4px black;
  transition: all 0.2s ease;
}
.category-list-images li p span, .category-list-images li q span {
  flex: 0 0 150px;
}

#item-grid-wrapper {
  position: relative;
  left: 210px;
  top: 0;
  width: calc(100% - 210px - 2em);
  padding: 1em;
}
#item-grid-wrapper .title-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em;
  padding-bottom: 0;
}
#item-grid-wrapper .title-bar h1 {
  flex-grow: 100;
  display: inline;
  padding: 0;
}
#item-grid-wrapper .title-bar .grid-option-wrapper {
  flex-shrink: 100;
  min-width: 190px;
}
#item-grid-wrapper .title-bar .grid-option {
  display: inline-block;
  position: relative;
  padding: 0.35em 0.5em;
  padding-right: 1em;
  margin-right: 0.5em;
  color: #d7d7d7;
  cursor: pointer;
  border: 1px solid rgba(215, 215, 215, 0.2);
}
#item-grid-wrapper .title-bar .grid-option:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
#item-grid-wrapper .title-bar .grid-option:hover .sort-arrow {
  transform: rotate(-90deg);
  transition: all 0.15s ease;
}
#item-grid-wrapper .title-bar .grid-option .material-icons {
  transition: all 0.2s ease;
}
#item-grid-wrapper .title-bar .grid-option a {
  color: #a1d04d;
}
#item-grid-wrapper .title-bar .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% - 2px);
  background-color: #2d2d2d;
  border: 1px solid rgba(215, 215, 215, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease;
}
#item-grid-wrapper .title-bar .dropdown a {
  color: #d7d7d7;
  text-align: right;
  text-decoration: none;
}
#item-grid-wrapper .title-bar .dropdown-item {
  padding: 0.55em 0.75em;
  font-size: 0.9em;
  transition: all 0.2s ease;
}
#item-grid-wrapper .title-bar .dropdown-item:hover {
  color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #a1d04d;
  border-top: 0;
  transition: all 0.15s ease;
}
#item-grid-wrapper .title-bar .search-box {
  padding: 0.3em 0.45em;
  max-width: 200px;
  cursor: default;
}
#item-grid-wrapper .title-bar .search-box .material-icons {
  padding-right: 0;
  color: #d7d7d7;
}
#item-grid-wrapper .title-bar .search-box .search-reset {
  transition: all 0.15s ease;
}
#item-grid-wrapper .title-bar .search-box .search-reset:hover {
  transform: rotate(-90deg);
  transition: all 0.15s ease;
}
#item-grid-wrapper .title-bar .search-form {
  margin: 0;
  padding: 0;
}
#item-grid-wrapper .title-bar input.search {
  width: calc(100% - 34px);
  height: 24px;
  vertical-align: middle;
}
#item-grid-wrapper .title-bar input.search-active {
  width: calc(100% - 24px - 24px - 8px);
}
#item-grid-wrapper .title-bar input.search, #item-grid-wrapper .title-bar button.search {
  background-color: #2d2d2d;
  margin: 0;
  padding: 0;
  border: 0;
  color: #d7d7d7;
}
#item-grid-wrapper .title-bar button.search:hover {
  cursor: pointer;
}

#item-grid {
  padding: 0 1em;
  clear: both;
}

.grid-item .new {
  opacity: 0;
  position: absolute;
  top: 2.2em;
  right: 1.6em;
  color: #eee;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  transition: all 0.15s ease;
}
.grid-item .new-triangle {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #9bd63d;
  transition: all 0.2s ease;
}
.grid-item .new-triangle-shadow {
  display: none;
}
.grid-item:hover {
  transition: all 0.15s ease;
}
.grid-item:hover .new-triangle {
  top: 1.5em;
  right: 1.5em;
  width: 3em;
  height: 3em;
  transition: all 0.2s cubic-bezier(0.47, -0.01, 0.27, 1.73);
}
.grid-item:hover .new {
  opacity: 1;
  transition: all 0.2s ease;
}

#item-page h1 {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8em;
}
#item-page h1 a {
  position: relative;
  color: #d7d7d7;
}
#item-page h1 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 1px solid rgba(215, 215, 215, 0.2);
}
#item-page h1 a:hover:after {
  border-color: #d7d7d7;
}
#item-page h1 b {
  font-size: 1.7em;
  font-weight: 300;
}
#item-page h2 {
  padding: 0.75em 0.75em 0;
}
#item-page img {
  max-width: 100%;
}
#item-page #page-wrapper, #item-page #stats-page {
  padding-top: 1.25em;
}
#item-page .col-2, #item-page .col-3, #item-page .col-4 {
  vertical-align: top;
}
#item-page .coming-soon {
  font-size: 2em;
  color: #f96854;
}

#sponsor-list {
  list-style: none;
}
#sponsor-list li {
  font-size: 1.15em;
  font-weight: 900;
  padding-bottom: 0.5em;
  margin-left: 0;
}
#sponsor-list li:last-child {
  padding-bottom: 0;
}

#user-renders {
  margin: 1em 0;
}
#user-renders .user-render {
  position: relative;
  border-color: transparent;
}
#user-renders .user-render .user-render-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  color: #2e2e2e;
  opacity: 0;
  transition: all 0.15s ease;
}
#user-renders .user-render:hover {
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease;
}
#user-renders .user-render:hover .user-render-info {
  opacity: 0.85;
  transition: all 0.15s ease;
}

#similar-items .grid-item {
  width: calc(33.3% - 1em - 2px);
}

#gallery-wrapper {
  width: calc(100% - 1em);
  padding: 0.5em;
}
#gallery-wrapper .item {
  border: none;
  transition: all 0.15s ease;
}
#gallery-wrapper .item:hover {
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.8);
  transition: all 0.15s ease;
}
#gallery-wrapper .item img {
  display: block;
  width: auto;
  height: 100%;
}
#gallery-wrapper #submit-render-btn {
  color: #a1d04d;
}
#gallery-wrapper #submit-render-btn p, #gallery-wrapper #submit-render-btn q {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  text-align: center;
  font-weight: 500;
}
#gallery-wrapper .adsense-unit {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-trigger {
  cursor: zoom-in;
}

#lightbox-wrapper {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: zoom-out;
  transition: all 0.15s ease;
}
#lightbox-wrapper #lightbox-img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-height: 80%;
  top: 50%;
  transform: translateY(calc(-50% - 3.5em));
}
#lightbox-wrapper #lightbox-text {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin: 0;
  text-align: center;
  color: white;
}
#lightbox-wrapper #lightbox-text a {
  color: white;
  text-decoration: underline;
}
#lightbox-wrapper #lightbox-text .hide-link {
  cursor: zoom-out;
  text-decoration: none !important;
}
#lightbox-wrapper #lightbox-text .button, #lightbox-wrapper #lightbox-text .button-light, #lightbox-wrapper #lightbox-text .button-dark, #lightbox-wrapper #lightbox-text .download-buttons .main-download-buttons .dl-btn, .download-buttons .main-download-buttons #lightbox-wrapper #lightbox-text .dl-btn, #lightbox-wrapper #lightbox-text .button-inline, #lightbox-wrapper #lightbox-text .button-red, #lightbox-wrapper #lightbox-text .button-inverse, #lightbox-wrapper #lightbox-text .button-inverse-small {
  font-size: inherit;
  padding: 0.4em 0.6em;
  margin: 0 0.5em;
}
#lightbox-wrapper #lightbox-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
  transition: all 0.15s ease;
}
#lightbox-wrapper #lightbox-close:hover {
  transform: rotate(-90deg);
  transition: all 0.15s ease;
}
#lightbox-wrapper #lightbox-close i {
  color: white;
  font-size: 2em;
}

#gallery-form, #ev-calc-form {
  border: 1px solid rgba(161, 208, 77, 0.5);
  margin: 1em;
}
#gallery-form .form-item, #ev-calc-form .form-item {
  padding: 0.75em 1em;
  border-bottom: 1px solid rgba(161, 208, 77, 0.2);
}
#gallery-form .error, #ev-calc-form .error {
  background-color: rgba(249, 104, 84, 0.3);
  text-align: center;
}
#gallery-form .error h2, #ev-calc-form .error h2 {
  display: block;
  padding: 0.5em;
  color: #f96854;
  font-weight: 500;
}
#gallery-form h2, #ev-calc-form h2 {
  display: inline-block;
  padding: 0;
  font-size: 1.2em;
  vertical-align: middle;
}
#gallery-form p, #gallery-form q, #ev-calc-form p, #ev-calc-form q {
  display: inline;
  margin: 0;
  font-size: 1em;
  vertical-align: middle;
  line-height: 1.5em;
}
#gallery-form em, #ev-calc-form em {
  opacity: 0.6;
  padding-right: 0.5em;
}
#gallery-form input, #ev-calc-form input {
  padding: 0.5em;
  margin: 0 0.75em;
}
#gallery-form input::placeholder, #ev-calc-form input::placeholder {
  opacity: 0.5;
  font-style: italic;
}
#gallery-form input[type=submit], #ev-calc-form input[type=submit] {
  display: block;
  margin: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.gallery-fav {
  position: relative;
  text-align: center;
  margin: 2em;
}
.gallery-fav img {
  max-width: 80%;
}
.gallery-fav .fa {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  color: #f96854;
  font-size: 3em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.gallery-fav .fa:hover {
  transform: scale(1.1);
}

.grid-item {
  position: relative;
  display: inline-block;
  margin: 0.5em;
  width: calc(25% - 1em);
  transition: all 0.2s ease;
}
.grid-item .thumbnail-wrapper {
  padding: 0.664em;
}
.grid-item .thumbnail {
  width: 100%;
}
.grid-item .thumbnail-proxy {
  position: absolute;
  width: calc(100% - (0.664em * 2));
  filter: blur(7px);
  transition: all 0.2s ease;
}
.grid-item .description-wrapper {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(rgba(45, 45, 45, 0.1), transparent);
  opacity: 0;
  text-align: center;
  filter: blur(10px);
  transform: scaleY(0.05);
  transition: all 0.2s ease;
}
.grid-item .description {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #d7d7d7;
}
.grid-item .description h3 {
  color: white;
  padding-bottom: 0.2em;
  text-shadow: 1px 1px 1px black, 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.grid-item .description p, .grid-item .description q {
  text-shadow: 1px 1px 1px black, 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
.grid-item .problem-icon {
  position: absolute;
  top: 0.75em;
  left: 1.1em;
  color: #eee;
  transform: rotate(-45deg);
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.75em;
}
.grid-item .problem-triangle, .grid-item .problem-triangle-shadow {
  position: absolute;
  top: 0.664em;
  left: 0.664em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4em 4em 0 0;
  border-color: #f96854 transparent transparent transparent;
  transition: all 0.15s ease;
}
.grid-item .problem-triangle-shadow {
  border-width: 51px 51px 0 0;
  border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
}
.grid-item .problem {
  position: absolute;
  top: 0.664em;
  left: 0.664em;
  padding: 1.44em 0;
  width: 0;
  opacity: 0;
  background-color: #fa7e6d;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.15s ease;
}
.grid-item .problem .problem-text {
  font-size: 1.15em;
  text-align: center;
  color: #eee;
}
.grid-item .problem-hover {
  opacity: 1;
  padding: 1.44em 3em;
  width: calc(100% - 8em);
  transition: all 0.15s ease;
}
.grid-item:hover .description-wrapper {
  opacity: 1;
  filter: none;
  transform: none;
  transition: all 0.15s ease;
}

.category-list-images li {
  border-radius: 0;
}
.category-list-images li:hover {
  box-shadow: none;
  transform: none;
}
.category-list-images li:hover .background-image {
  transform: scale(0.9);
}
.category-list-images li:hover p, .category-list-images li:hover q {
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.5);
  transform: translate(-2px, -2px);
  transition: all 0.2s ease;
}
.category-list-images li .background-image {
  transform: none;
}

#page-data {
  display: none;
}

#preview-info {
  position: relative;
}

#item-preview {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 700px;
}
#item-preview img {
  padding: 30px;
  width: calc(100% - 60px);
}
#item-preview #map-preview-img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-size: 100%;
  background-position: 50% 50%;
}
#item-preview #map-preview-zoom-btns {
  position: absolute;
  bottom: 0;
  margin: 0.5em;
  width: calc(100% - 1em);
  text-align: right;
  font-family: monospace;
  user-select: none;
  -moz-user-select: none;
}
#item-preview #map-preview-zoom-btns .map-preview-zoom {
  color: #d7d7d7;
  font-size: 3em;
  padding: 0.1em;
  line-height: 0.8em;
  vertical-align: bottom;
  cursor: pointer;
  text-shadow: 0 0 4px black;
  transition: all 0.15s ease;
}
#item-preview #map-preview-zoom-btns .map-preview-zoom:hover {
  font-weight: 500;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution:hover #map-preview-resolution-select {
  background-color: #a1d04d;
  border-color: #b2d96d;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution-select {
  background-color: rgba(161, 208, 77, 0);
  border-color: rgba(178, 217, 109, 0);
  padding: 0.5em 0.7em;
  cursor: pointer;
  text-shadow: 0 0 4px black;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution-select i {
  margin-left: 0.3em;
  font-size: 1em;
  vertical-align: text-bottom;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution-select img {
  padding: 0;
  width: 75%;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution-list {
  position: absolute;
  bottom: 100%;
  width: calc(100% - 2px);
  margin: 0;
  list-style: none;
  background-color: #2d2d2d;
  border: 1px solid #a1d04d;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution-list li {
  margin: 0;
  padding: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease;
}
#item-preview #map-preview-zoom-btns #map-preview-resolution-list li:hover {
  background-color: #c3e18e;
  color: #d7d7d7;
  transition: all 0.1s ease;
}

.download-buttons {
  margin: 1em 0;
}
.download-buttons .main-download-buttons {
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
}
.download-buttons .main-download-buttons .dl-btn {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  padding: 0.5em 0.7em;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: -1px;
}
.download-buttons .main-download-buttons .dl-btn .icon {
  width: 36px;
  height: 36px;
  margin-right: 0.2em;
  vertical-align: bottom;
  transition: all 0.15s ease;
}
.download-buttons .main-download-buttons .dl-btn p, .download-buttons .main-download-buttons .dl-btn q {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0.8em;
}
.download-buttons .main-download-buttons .dl-btn p sub, .download-buttons .main-download-buttons .dl-btn q sub {
  font-weight: 300;
  text-transform: initial;
  font-size: 0.7em;
  opacity: 0.6;
}
.download-buttons .main-download-buttons .dl-btn .zip-loading {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background-color: rgba(45, 45, 45, 0.8);
}
.download-buttons .main-download-buttons .dl-btn .zip-loading:hover {
  cursor: not-allowed;
}
.download-buttons .main-download-buttons .dl-btn .zip-loading .loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
}
.download-buttons .main-download-buttons .dl-btn .zip-loading .loading-animation div {
  box-sizing: border-box;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 3px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: zip-loading-loading-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.download-buttons .main-download-buttons .dl-btn .zip-loading .loading-animation div:nth-child(1) {
  animation-delay: -0.45s;
}
.download-buttons .main-download-buttons .dl-btn .zip-loading .loading-animation div:nth-child(2) {
  animation-delay: -0.3s;
}
.download-buttons .main-download-buttons .dl-btn .zip-loading .loading-animation div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes zip-loading-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.download-buttons .main-download-buttons .dl-btn:hover {
  z-index: 13;
}
.download-buttons .main-download-buttons .dl-btn:hover .icon {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
  transition: all 0.15s ease;
}
.download-buttons .main-download-buttons .dl-btn:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}
.download-buttons .main-download-buttons .dl-icon {
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 0.5em;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url("/core/img/icons/download.svg");
  background-size: 36px 36px;
  filter: saturate(0);
  pointer-events: none;
  background-repeat: no-repeat;
}
.download-buttons .main-download-buttons #sw-tab-warning {
  display: inline-block;
  margin: 1em;
  background-color: rgba(255, 207, 77, 0.15);
  border: 1px solid rgba(255, 221, 128, 0.8);
}
.download-buttons .main-download-buttons #sw-tab-warning i {
  color: #f2bf38;
}
.download-buttons .fake-table {
  margin: 0.5em;
  font-size: 0.9em;
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #414141 #232323;
}
.download-buttons .fake-table::-webkit-scrollbar {
  width: 8px;
}
.download-buttons .fake-table::-webkit-scrollbar-track {
  background-color: #232323;
}
.download-buttons .fake-table::-webkit-scrollbar-thumb {
  background-color: #414141;
  border-radius: 8px;
}
.download-buttons .fake-table a {
  color: #d7d7d7;
}
.download-buttons .folder, .download-buttons .dl-btn {
  background-color: #373737;
  border-bottom: 1px solid rgba(65, 65, 65, 0.5);
  display: flex;
  align-items: center;
}
.download-buttons .folder a, .download-buttons .dl-btn a {
  color: #d7d7d7;
}
.download-buttons .folder:hover, .download-buttons .dl-btn:hover {
  background-color: #414141;
  cursor: pointer;
}
.download-buttons .folder {
  opacity: 0.75;
}
.download-buttons .folder:hover {
  background-color: #373737;
  cursor: default;
}
.download-buttons .td {
  padding: 0.3em;
  vertical-align: middle;
  display: inline-block;
}
.download-buttons .td em {
  font-style: normal;
  opacity: 0.3;
}
.download-buttons .td sub {
  font-style: normal;
  opacity: 0.6;
}
.download-buttons .fs {
  min-width: 80px;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid rgba(65, 65, 65, 0.5);
}
.download-buttons .br {
  flex-basis: 100%;
}
.download-buttons .sel {
  width: 0;
}
.download-buttons .icon {
  width: 24px;
  vertical-align: middle;
  padding-right: 4px;
}

#item-info {
  position: relative;
  display: inline-block;
  width: calc(100% - 700px - 2em);
  padding: 1em;
  vertical-align: middle;
}
#item-info #sponsor-list {
  list-style: none;
}
#item-info #sponsor-list li {
  font-weight: 900;
  padding-bottom: 0.5em;
}
#item-info #sponsor-list li:last-child {
  padding-bottom: 0;
}

@media all and (max-width: 1024px) {
  #item-preview {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  #item-info {
    width: auto;
  }
  #item-info li {
    display: inline-block;
    padding: 0.5em 1em;
    vertical-align: middle;
  }
}
.item-info-list {
  list-style: none;
}
.item-info-list li {
  padding: 0.5em 0;
  margin: 0;
  font-size: 0.8em;
  line-height: 1.2em;
  color: rgba(215, 215, 215, 0.8);
}
.item-info-list li b {
  font-size: 1.2em;
}
.item-info-list li img {
  margin-left: 0;
  margin-top: 0.2em;
}
.item-info-list li i {
  vertical-align: top;
}
.item-info-list li a i {
  opacity: 0.4;
}
.item-info-list li a i:hover {
  opacity: 1;
}

.author-list {
  font-size: 80%;
  text-align: center;
}
.author-list h1 {
  font-size: 1.7em;
  padding-right: 0;
}
.author-list ul li {
  margin: 0 0.45em;
}
.author-list ul li p, .author-list ul li q {
  max-width: calc(100px + 1em);
}
.author-list ul li p i, .author-list ul li q i {
  font-size: 24px;
  padding: 0.05em;
}
.author-list ul .me-med {
  width: 100px;
}

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