body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../themes/wolftown/assets/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../themes/wolftown/assets/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../themes/wolftown/assets/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../themes/wolftown/assets/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #DD9B00;
  color: #1d201f;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: none;
  z-index: 99;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}
#backToTop:hover {
  background-color: #1d201f;
  color: #F5F5F5;
}
body {
  background: #F5F5F5;
}
body header {
  background: #F5F5F5;
}
body header .black {
  background: #F5F5F5;
}
body header .navnav_wrapper {
  background: rgba(221, 155, 0, 0.5);
}
body footer {
  background: #F5F5F5;
  color: #1d201f;
}
body footer p.lead {
  color: #DD9B00;
}
body footer .contact_links a {
  color: #1d201f;
  text-decoration: none;
}
body footer .contact_links a i {
  font-size: 24px;
  margin-right: 5px;
}
body footer .contact_links a:hover {
  color: #66706d;
}
body footer .contact_links .social i {
  font-size: 30px;
  margin: 0 15px;
}
body footer #created-by {
  background: #e8e8e8;
}
body footer #created-by a {
  color: #DD9B00;
  text-decoration: none;
}
body footer #created-by a:hover {
  text-decoration: underline;
}
body footer .obchodne a {
  color: #DD9B00;
  text-decoration: none;
  font-size: 14px;
  line-height: 12px;
  transition: 0.2s ease-in-out;
}
body footer .obchodne a:hover {
  color: #ffcf5e;
}
body p {
  color: #1d201f;
}
p {
  color: white;
}
.section__heading {
  color: #DD9B00;
  font-weight: 500;
}
.card {
  border: none;
  background: none;
}
.card a {
  text-decoration: none;
}
.bb-lightbox-pager-button {
  display: none;
}
hr {
  color: #DD9B00;
}
header a.navbar-brand img {
  width: 175px;
  max-width: 75%;
}
@media (min-width: 768px) {
  header a.navbar-brand img {
    width: 150px;
    max-width: unset;
  }
}
nav.navbar ul.navbar-nav a.nav-link {
  color: #1d201f;
}
nav.navbar ul.navbar-nav a.nav-link i {
  color: #DD9B00;
}
nav.navbar ul.navbar-nav a.nav-link.lang {
  color: #DD9B00;
}
nav.navbar ul.navbar-nav a.nav-link:hover {
  color: #916500;
}
nav.navbar ul.navbar-nav a.nav-link {
  text-transform: uppercase;
  margin-left: 0.5vw;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
}
nav.navbar ul.navbar-nav a.nav-link i {
  font-size: 18px;
}
nav.navbar ul.navbar-nav a.nav-link:hover {
  color: #916500;
}
nav.navbar.d-xl-none ul {
  width: 40vw;
}
nav.navbar.d-xl-none ul li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #DD9B00;
  margin-left: 1vw;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 20px;
}
nav.navbar.d-xl-none ul li.nav-item a.nav-link:hover {
  color: #916500;
}
@media (min-width: 991px) {
  nav.navbar ul.navbar-nav a.nav-link {
    font-size: 16px;
  }
  nav.navbar ul.navbar-nav a.nav-link i {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  body header .black {
    background: none;
  }
  body header .navnav_wrapper {
    background: none;
  }
}
.languageChange {
  right: 0;
}
.languageChange ul.navbar-nav a.nav-link {
  font-size: 12px;
}
.languageChange.smallLCH {
  width: 5vw;
}
.video-wrapper {
  background-size: cover;
}
.video-wrapper .overlay {
  background: url('../themes/wolftown/assets/img/about.jpg');
  background-size: cover;
  z-index: -1;
  max-height: calc(100vh - 161px);
}
.video-wrapper .overlay-cover {
  background: black;
  opacity: 0.9;
}
.video-wrapper video {
  object-fit: contain;
  width: 100%;
  z-index: 50;
}
#homepage a .tattooArtist {
  border-radius: 0 !important;
}
#homepage a .tattooArtist h2 {
  transition: 0.2s ease-in-out;
}
#homepage a .tattooArtist p {
  transition: 0.2s ease-in-out;
}
#homepage a:hover .tattooArtist {
  background-color: rgba(0, 0, 0, 0.3);
}
#homepage a {
  text-decoration: none;
}
#homepage a .tattooArtist {
  padding-top: 100%;
  color: #F5F5F5;
  text-decoration: none;
  background-color: none;
  transition: background-color 0.2s ease-in-out;
}
#homepage a .tattooArtist p {
  color: #F5F5F5;
}
#wttc .logo--addon {
  font-weight: 400;
  color: rgba(221, 155, 0, 0.8);
}
#form {
  /* input file style */
}
#form input:-webkit-autofill, #form input:-webkit-autofill:hover, #form input:-webkit-autofill:focus, #form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #353b39 inset !important;
}
#form input:-webkit-autofill {
  -webkit-text-fill-color: #DD9B00 !important;
}
#form .form-control, #form .form-select {
  background-color: transparent !important;
  border-color: #DD9B00;
  color: #DD9B00;
}
#form .form-control:focus, #form .form-select:focus {
  box-shadow: none;
  outline: none;
}
#form select option {
  background: #1d201f !important;
}
#form label {
  color: #DD9B00;
}
#form button.btn.btn-accent {
  background: #DD9B00;
  color: #1d201f;
}
#form button.btn.btn-accent:hover {
  background: #f7ad00;
}
#form .btn-tertiary {
  color: #DD9B00;
  padding: 0;
  line-height: 36px;
  width: 100%;
  margin: auto;
  display: block;
  border: 1px solid #DD9B00;
}
#form .btn-tertiary:hover, #form .btn-tertiary:focus {
  color: #f7ad00;
  border-color: #f7ad00;
}
#form .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
#form .js-labelFile .icon:before {
  content: "";
}
#form .js-labelFile.has-file .icon:before {
  content: "";
  color: #5AAC7B;
}
#form .sara, #form .dia {
  border-radius: 0;
}
.dia {
  background-image: url('../themes/wolftown/assets/img/diana_new.jpg');
  background-size: cover;
  background-position: center center;
}
.ito {
  background-image: url('../themes/wolftown/assets/img/ito.jpg');
  background-size: cover;
  background-position: center center;
}
.adina {
  background-image: url('../themes/wolftown/assets/img/adina.JPG');
  background-size: cover;
  background-position: center center;
}
.tomas {
  background-image: url('../themes/wolftown/assets/img/tomas_new.jpg');
  background-size: cover;
  background-position: center center;
}
.dubak {
  background-image: url('../themes/wolftown/assets/img/dubak_new.jpg');
  background-size: cover;
  background-position: center center;
}
.konrad {
  background-image: url('../themes/wolftown/assets/img/konrad_new.jpg');
  background-size: cover;
  background-position: center center;
}
.kubec {
  background-image: url('../themes/wolftown/assets/img/kubec_new.jpg');
  background-size: cover;
  background-position: center center;
}
.peco {
  background-image: url('../themes/wolftown/assets/img/peco_new.jpg');
  background-size: cover;
  background-position: center center;
}
.david {
  background-image: url('../themes/wolftown/assets/img/david.jpeg');
  background-size: cover;
  background-position: center center;
}
.proste {
  background-image: url('../themes/wolftown/assets/img/proste_new.jpg');
  background-size: cover;
  background-position: center center;
}
.bibiana {
  background-image: url('../themes/wolftown/assets/img/bibiana.jpg');
  background-size: cover;
  background-position: center center;
}
.sara {
  background-image: url('../themes/wolftown/assets/img/sera_new.jpg');
  background-size: cover;
  background-position: center center;
}
.alex {
  background-image: url('../themes/wolftown/assets/img/alex_new.jpg');
  background-size: cover;
  background-position: center center;
}
.hoffmann {
  background-image: url('../themes/wolftown/assets/img/profile/hoffman.jpg');
  background-size: cover;
  background-position: center center;
}
p.pos {
  color: #DD9B00;
  font-size: 1rem;
}
.profile__header h1 {
  color: #DD9B00;
}
.profile__header__pic img {
  max-width: 50%;
  margin: 0 auto;
}
.profile__header a {
  color: #DD9B00;
  text-decoration: none;
  font-size: 40px;
}
.profile__header a i {
  font-size: 30px;
}
.profile__header a:hover {
  color: #f7ad00;
}
a.more__tattoos {
  color: #DD9B00;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  margin-top: 30px;
}
a.more__tattoos:hover {
  letter-spacing: 5px;
  transition: 0.7s ease-in-out;
}
#faq p {
  color: #DD9B00;
}
#faq .accordion .accordion-item {
  background: #F5F5F5;
  color: #1d201f;
  margin-top: 10px;
}
#faq .accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #DD9B00;
}
#faq .accordion button.btn.btn-link {
  position: relative;
  display: block;
  text-align: left;
  width: 90%;
  padding: 0.5em 0;
  color: #1d201f;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  border: none;
  background: none;
  outline: none;
}
#faq .accordion button.btn.btn-link:hover, #faq .accordion button.btn.btn-link:focus {
  cursor: pointer;
  color: #DD9B00;
  box-shadow: none;
}
#faq .accordion button.btn.btn-link:hover::after, #faq .accordion button.btn.btn-link:focus::after {
  cursor: pointer;
  color: #F5F5F5;
}
#faq .accordion button.btn.btn-link .accordion-title {
  padding: 1em 1.5em 1em 0;
}
#faq .accordion button.btn.btn-link .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -10%;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
#faq .accordion button.btn.btn-link .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
#faq .accordion button.btn.btn-link .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
#faq .accordion button.btn.btn-link[aria-expanded="true"] .icon::after {
  display: none;
}
#faq .accordion a {
  color: #DD9B00;
}
#about .card {
  border: none;
  border-radius: 0;
}
.photo__wrapper .about__text .divecek {
  width: 80%;
}
#merchandise a {
  color: #F5F5F5;
}
#merchandise p {
  color: #DD9B00;
}
#merchandise .product {
  background: rgba(245, 245, 245, 0.2);
  border: 2px solid #DD9B00;
}
#merchandise .product a {
  color: #DD9B00;
  text-decoration: none;
}
#merchandise button.btn.to_basket {
  background: #DD9B00;
  color: #F5F5F5;
  font-size: 12px;
}
#merchandise button.btn.to_basket:hover {
  background: #f7ad00;
}
#auction-list {
  min-height: 60vh;
}
#auction-list a {
  color: #F5F5F5;
  text-decoration: none;
}
#auction-list a:hover h5 {
  color: #DD9B00;
}
.vyvolavacia {
  background: #DD9B00;
  text-align: center;
}
#auction-detail {
  color: #F5F5F5;
}
#auction-detail .auctionArt img {
  max-height: 100%;
  max-width: 100%;
}
#auction-detail .auctionArt tr th, #auction-detail .auctionArt tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #F5F5F5;
}
#auction-detail .auctionArt .table-responsive {
  max-height: 400px;
  color: #F5F5F5;
}
#auction-detail .auctionArt .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#auction-detail .auctionArt .table-responsive::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#auction-detail .auctionArt .table-responsive::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
#auction-detail .auctionArt table.table.table-hover thead {
  font-size: 1.2rem;
}
#auction-detail .auctionArt .table-hover tbody tr:hover {
  background: #353b39;
}
#auction-detail .auctionArt .bid__panel {
  background: #1f2322;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
}
#auction-detail .auctionArt .bid__panel h2 {
  color: #DD9B00;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
#auction-detail .auctionArt .bid__panel label {
  color: #F5F5F5;
}
#auction-detail .auctionArt .bid__panel input.form-control, #auction-detail .auctionArt .bid__panel button {
  height: 3rem;
  border-radius: 0;
}
#auction-detail .auctionArt .bid__panel .form-switch .form-check-input {
  width: 2.3em;
  height: 1.3em;
}
#auction-detail .auctionArt .bid__panel .form-check-label {
  position: relative;
  top: 2px;
}
#auction-detail .auctionArt .bid__panel button.btn {
  background: #DD9B00;
  font-weight: bold;
  font-size: 14px;
}
#auction-detail .auctionArt .bid__panel button.btn:hover {
  background: #916500;
}
#auction-detail .auctionArt .bid__panel .input-icon {
  position: relative;
}
#auction-detail .auctionArt .bid__panel .input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
  color: #1d201f;
}
#auction-detail .auctionArt .bid__panel .input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}
#auction-detail .auctionArt .bid__panel .input-icon-right > i {
  right: 0;
}
#auction-detail .auctionArt .bid__panel .input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
footer {
  background: #1d201f;
  color: #F5F5F5;
}
footer p.lead {
  color: #DD9B00;
}
footer .contact_links a {
  color: #F5F5F5;
  text-decoration: none;
}
footer .contact_links a i {
  font-size: 24px;
  margin-right: 5px;
}
footer .contact_links a:hover {
  color: #66706d;
}
footer .contact_links .social i {
  font-size: 30px;
  margin: 0 15px;
}
footer #created-by {
  background: #181b1a;
}
footer #created-by a {
  color: #DD9B00;
  text-decoration: none;
}
footer #created-by a:hover {
  text-decoration: underline;
}
footer .obchodne a {
  color: #DD9B00;
  text-decoration: none;
  font-size: 14px;
  line-height: 12px;
  transition: 0.2s ease-in-out;
}
footer .obchodne a:hover {
  color: #ffcf5e;
}
@media (min-width: 768.1px) {
  .profile__header__pic img {
    max-width: 100%;
  }
  .profile__header a {
    color: #DD9B00;
    text-decoration: none;
    font-size: 40px;
    margin-right: 25px;
  }
}
@media (min-width: 991.1px) {
  header a.navbar-brand img {
    width: 18vw;
  }
  .photo__wrapper .overlay {
    background-color: rgba(29, 32, 31, 0.8);
    z-index: 90;
    top: 0;
  }
  .photo__wrapper .about__text {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 99;
  }
  .photo__wrapper .about__text .divecek {
    width: 50%;
  }
  .auctionArt .bid__panel button.btn {
    background: pink;
    font-weight: bold;
    font-size: 14px;
  }
  .auctionArt .bid__panel button.btn:hover {
    background: #b30000;
  }
}
.x-text {
  background: url('../themes/wolftown/assets/img/x-transparenttttt.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .x-text {
    background-size: 130%;
  }
}
@media (min-width: 1150px) {
  .x-text {
    background-size: 83%;
  }
}
@media (min-width: 1400px) {
  .x-text {
    background-size: contain;
  }
}
#maintenance {
  height: 100vh;
  background: black;
}
#maintenance h2 {
  font-family: 'Noto Serif', serif;
}
#maintenance img {
  width: 250px;
  margin-bottom: 25px;
}
#maintenance a {
  font-size: 40px;
  margin: 0 20px;
}
#maintenance a:hover {
  color: white !important;
}
.countdown__timer {
  background: #DD9B00;
}
.countdown h1 {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.countdown ul {
  padding: 0;
}
.countdown li {
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}
.countdown li span {
  display: block;
  font-size: 20px;
}
