@charset "UTF-8";
* {
  outline: none !important; }
  *:focus {
    outline: 0 !important;
    box-shadow: none !important; }

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #07101f;
  /*
  &:before {
      content: "";
      position: fixed;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      background: url(../images/background.webp) no-repeat center center;
      background-size: cover;
  }*/ }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0; }

h1, .h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  line-height: 110%; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 90px; } }

h2, .h2 {
  font-size: 60px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 80px; } }

h3, .h3 {
  font-size: 36px; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 50px; } }

#head-title {
  padding-top: 160px;
  padding-bottom: 40px; }
  #head-title .container {
    max-width: 1100px; }
  #head-title h1 {
    margin: 0;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    display: inline-block;
    background: #bf2252;
    line-height: 120%;
    padding: 15px 30px;
    border-radius: 10px;
    transform: rotate(-3deg); }
    @media (min-width: 992px) {
      #head-title h1 {
        font-size: 54px; } }
    @media (min-width: 1200px) {
      #head-title h1 {
        font-size: 68px; } }
    @media (max-width: 1199px) {
      #head-title h1 {
        text-align: center; } }

img:not(.lb-image) {
  max-width: 100%;
  height: auto !important; }

a {
  color: #FFAE00;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #B3281B;
        text-decoration: none; } }
  a.btn {
    color: #ffffff !important;
    position: relative;
    display: inline-block;
    padding: 8px 38px;
    font-weight: 700;
    line-height: 100%;
    border: none;
    background: url(../images/button-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    font-family: "Amatic SC";
    font-size: 32px;
    font-weight: 700;
    text-wrap: nowrap; }
    @media (min-width: 992px) {
      a.btn {
        font-size: 35px;
        padding: 10px 48px; }
        a.btn:hover {
          text-decoration: none;
          filter: contrast(1.5); } }

b, strong {
  font-weight: 700; }

table {
  margin-bottom: 40px;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden; }
  table tr {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }
    table tr:nth-of-type(2n) {
      background: rgba(255, 255, 255, 0.03); }
  table td {
    padding: 15px 20px; }
  table p {
    padding: 0;
    margin: 0; }

span.small {
  font-size: 14px; }

ul.menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }

.front .messages__wrapper {
  display: none !important; }
.messages__wrapper .placeholder {
  cursor: text;
  background-color: unset;
  opacity: 1; }

em.placeholder {
  min-height: 10px;
  vertical-align: unset;
  cursor: default;
  background: none !important;
  opacity: 1;
  font-style: normal; }

/*** Tabs ***/
#block-strasidielkovo2-zalozky {
  padding: 0; }
  #block-strasidielkovo2-zalozky ul {
    border-bottom: none;
    margin: 15px 2px;
    padding: 0;
    text-align: left; }
    #block-strasidielkovo2-zalozky ul li {
      display: inline-block;
      margin: 0 -2px !important;
      padding: 2px !important; }
      #block-strasidielkovo2-zalozky ul li:before {
        display: none; }
      #block-strasidielkovo2-zalozky ul li a {
        color: #ffffff;
        font-size: 17px;
        background: #3122bf;
        border: none;
        padding: 5px 15px;
        display: block;
        text-decoration: none; }
        @media (min-width: 992px) {
          #block-strasidielkovo2-zalozky ul li a:hover {
            background: #bf2252; } }
        #block-strasidielkovo2-zalozky ul li a.is-active {
          background: #bf2252; }

/*** Content ***/
section {
  padding: 60px 0;
  position: relative;
  z-index: 10; }

.content-inner {
  background: rgba(13, 40, 68, 0.7);
  padding: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px; }
  @media (min-width: 992px) {
    .content-inner {
      padding: 40px; } }

.page-node-23 .content-inner {
  background: none;
  padding: 0;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  border-radius: 0; }

#game-area-wrapper,
#openning-wrapper {
  position: fixed;
  bottom: 40px;
  z-index: 100;
  pointer-events: none;
  width: 100%; }
  #game-area-wrapper .container,
  #openning-wrapper .container {
    position: relative; }
  #game-area-wrapper #game-area,
  #game-area-wrapper #openning,
  #openning-wrapper #game-area,
  #openning-wrapper #openning {
    position: absolute;
    right: 40px;
    bottom: 0;
    background: url(../images/circle-orange-background.png) no-repeat center center;
    background-size: 100%;
    display: flex;
    align-items: cener;
    justify-content: center;
    text-align: center;
    padding: 30px; }
    #game-area-wrapper #game-area span,
    #game-area-wrapper #openning span,
    #openning-wrapper #game-area span,
    #openning-wrapper #openning span {
      color: #13181C;
      -webkit-transform: rotate(-16deg);
      -moz-transform: rotate(-16deg);
      -o-transform: rotate(-16deg);
      transform: rotate(-16deg);
      font-family: "Amatic SC";
      font-size: 38px;
      font-weight: 700;
      line-height: 36px; }

#openning-wrapper {
  position: relative;
  bottom: auto; }
  #openning-wrapper.fixed-top-100 {
    left: 0; }
    #openning-wrapper.fixed-top-100 .container {
      padding: 0 12px; }
  #openning-wrapper .container {
    padding: 0; }
  #openning-wrapper #openning {
    position: relative;
    right: auto;
    bottom: auto;
    background: url(../images/circle-background.png) no-repeat center center;
    background-size: 100%;
    width: 200px;
    height: 160px;
    padding-top: 43px; }
    #openning-wrapper #openning span {
      color: #ffffff; }

#hero {
  position: relative;
  z-index: 11;
  padding: 120px 0 80px 0; }
  #hero .container {
    max-width: 1400px; }
  #hero h1 {
    padding: 0 0 20px 0;
    margin: 0;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%; }
    @media (min-width: 992px) {
      #hero h1 {
        font-size: 54px; } }
    @media (min-width: 1200px) {
      #hero h1 {
        font-size: 68px; } }
    @media (max-width: 1199px) {
      #hero h1 {
        text-align: center; } }
    #hero h1 span {
      display: inline-block;
      background: #bf2252;
      line-height: 120%;
      padding: 15px 30px;
      border-radius: 10px;
      transform: rotate(-4deg); }
      #hero h1 span.second-line {
        background: #3122bf;
        transform: rotate(3deg);
        margin-left: 40px;
        margin-top: 10px; }
  #hero .intro-desc {
    font-size: 24px;
    line-height: 140%; }
  #hero .claim {
    font-size: 30px;
    font-weight: 900;
    color: #FFAE00;
    padding-top: 10px;
    padding-bottom: 30px; }
    @media (min-width: 1200px) {
      #hero .claim {
        font-size: 36px; } }
  #hero .caption {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding-top: 40px; }
    @media (min-width: 1200px) {
      #hero .caption {
        padding-top: 80px;
        margin-bottom: -60px; } }
    #hero .caption .caption-title,
    #hero .caption .caption-desc {
      max-width: 100%; }
    #hero .caption .caption-desc {
      padding-top: 40px; }
    @media (max-width: 1199px) {
      #hero .caption .caption-title,
      #hero .caption .caption-desc {
        flex: 1 0 100%; } }
    @media (min-width: 1200px) {
      #hero .caption .caption-title {
        max-width: 540px; }
      #hero .caption .caption-desc {
        max-width: calc(100% - 540px);
        padding-top: 0; } }

#content {
  position: relative;
  z-index: 10;
  padding-top: 0;
  overflow: hidden; }
  .not-front #content .container {
    max-width: 1100px; }

.front #content {
  padding-top: 60px;
  /*&:before {
      z-index: -1;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: linear-gradient(180deg, #070A11 0%, rgba(7, 10, 17, 0.00) 100%);
  }*/ }
  @media (min-width: 1200px) {
    .front #content {
      padding-top: 120px; } }

.about-block .inner {
  text-align: center;
  padding-bottom: 40px; }
.about-block .image-wrapper {
  text-align: center; }
  .about-block .image-wrapper.dracula-kostlivec img {
    width: 423px; }
  .about-block .image-wrapper.tina-skeletina {
    margin-bottom: -54px; }
    .about-block .image-wrapper.tina-skeletina img {
      width: 235px; }
.about-block .desc-wrapper {
  background: rgba(13, 40, 68, 0.7);
  color: #ffffff;
  padding: 50px 30px 24px 50px;
  line-height: 180%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px; }
  .about-block .desc-wrapper p {
    margin: 0;
    padding: 0 0 20px 0; }
    .about-block .desc-wrapper p:last-of-type {
      padding-bottom: 0; }

@media (min-width: 1200px) {
  .about-blocks-wrapper:nth-of-type(2n) .about-blocks-inner-wrapper .col-lg-7 {
    order: 1; }
  .about-blocks-wrapper:nth-of-type(2n) .about-blocks-inner-wrapper .col-lg-5 {
    order: 2; } }

.gallery-swipper {
  padding-left: 60px; }
  @media (min-width: 576px) {
    .gallery-swipper {
      padding-left: calc(50% - 270px); } }
  @media (min-width: 768px) {
    .gallery-swipper {
      padding-left: calc(50% - 360px); } }
  @media (min-width: 992px) {
    .gallery-swipper {
      padding-left: calc(50% - 480px); } }
  @media (min-width: 1200px) {
    .gallery-swipper {
      padding-left: calc(50% - 570px); } }
  @media (min-width: 1400px) {
    .gallery-swipper {
      padding-left: calc(50% - 660px); } }
  .gallery-swipper .swiper-slide {
    width: 180px;
    padding: 5px; }
    @media (max-width: 460px) {
      .gallery-swipper .swiper-slide {
        width: 80%; } }
    @media (min-width: 768px) {
      .gallery-swipper .swiper-slide {
        width: 220px; } }
    @media (min-width: 992px) {
      .gallery-swipper .swiper-slide {
        width: 260px; } }
    .gallery-swipper .swiper-slide .inner {
      background: #000000;
      border-radius: 14px;
      overflow: hidden; }
    .gallery-swipper .swiper-slide img {
      -webkit-transition: 250ms ease-in-out;
      -moz-transition: 250ms ease-in-out;
      -o-transition: 250ms ease-in-out;
      transition: 250ms ease-in-out; }
    .gallery-swipper .swiper-slide.slide-hidden img {
      opacity: .3; }

#gallery-carousel .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 900;
  width: 50px;
  left: 15px;
  margin-top: -25px; }
  #gallery-carousel .swiper-button.swiper-gallery-button-next {
    left: auto;
    right: 15px; }

#testimonials .container {
  max-width: 800px;
  text-align: center;
  position: relative; }

.testimonials-swipper-wrapper {
  padding: 0 40px 40px 40px; }
  .testimonials-swipper-wrapper .swiper-testimonials-button-prev,
  .testimonials-swipper-wrapper .swiper-testimonials-button-next {
    position: absolute;
    top: 50%;
    z-index: 900;
    width: 30px;
    left: 0;
    margin-top: -15px; }
  .testimonials-swipper-wrapper .swiper-testimonials-button-next {
    left: auto;
    right: 0; }
  .testimonials-swipper-wrapper .swiper-testimonials-pagination {
    position: absolute;
    bottom: -10px; }
    .testimonials-swipper-wrapper .swiper-testimonials-pagination .swiper-pagination-bullet {
      background: #ffffff !important; }
      .testimonials-swipper-wrapper .swiper-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #FFAE00 !important; }

.testimonial-item {
  text-align: center; }
  .testimonial-item img {
    width: 80px;
    border-radius: 50%; }
  .testimonial-item p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    padding: 20px 0;
    margin: 0; }
  .testimonial-item small {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%; }
    .testimonial-item small:before {
      content: "- "; }
    .testimonial-item small:after {
      content: " -"; }

.page-node-17 #content .container {
  max-width: 800px; }
.page-node-17 #content h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0; }

.service-list-item {
  padding: 0 30px 60px 30px; }
  .service-list-item img {
    border-radius: 50%; }
  .service-list-item a {
    display: block;
    text-align: center; }
  .service-list-item span {
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding: 8px 38px;
    font-weight: 700;
    line-height: 100%;
    background: url(../images/button-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    font-family: "Amatic SC";
    font-size: 32px;
    font-weight: 700;
    margin-top: -40px; }

.service-detail .service-image img {
  -webkit-mask-image: url(../images/map-mask.png);
  mask-image: url(../images/map-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.faq-item {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin-bottom: 20px;
  overflow: hidden; }
  .faq-item .title {
    font-size: 20px;
    padding: 15px 50px 15px 15px;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600; }
    .faq-item .title:after {
      content: "";
      display: block;
      position: absolute;
      top: 13px;
      right: 10px;
      background: url(../images/ico-arrow-next-alt.svg) no-repeat;
      height: 30px;
      width: 30px; }
    .faq-item .title.active:after {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .faq-item .desc {
    padding: 15px 15px 5px 15px;
    display: none; }

.code-info {
  font-size: 48px;
  font-weight: 700;
  font-family: "Amatic SC";
  line-height: 120%;
  text-align: center;
  padding-top: 50px; }
  @media (min-width: 992px) {
    .code-info {
      font-size: 70px; } }
  .code-info strong {
    color: #FFAE00; }

.escape-room .image-wrapper {
  -webkit-mask-image: url(../images/map-mask-03.png);
  mask-image: url(../images/map-mask-03.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }
.escape-room .desc-wrapper h2 {
  font-size: 48px; }
  @media (min-width: 992px) {
    .escape-room .desc-wrapper h2 {
      font-size: 68px; } }
.escape-room .desc-wrapper p {
  padding: 0 0 15px 0;
  line-height: 140%; }

.move-alert-wrapper {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 30px;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .move-alert-wrapper .move-alert {
    background: #dd1529;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    max-width: 800px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600; }
    .move-alert-wrapper .move-alert a {
      color: #FFAE00; }
    .move-alert-wrapper .move-alert .close-move-alert {
      position: absolute;
      right: -20px;
      width: 50px;
      top: -23px;
      padding: 10px;
      background: #880b17;
      border-radius: 30px;
      cursor: pointer; }

.theme-labels {
  padding: 20px 0; }
  .theme-labels .theme-label {
    display: inline-block;
    line-height: 120%;
    padding: 8px 24px;
    border-radius: 10px;
    font-weight: 500; }
    .theme-labels .theme-label.label-type {
      transform: rotate(-1deg);
      background: #2d9201;
      margin-bottom: 4px; }
    .theme-labels .theme-label.label-booking {
      transform: rotate(1deg);
      background: #bf2231; }

.theme-info {
  padding-top: 40px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 120%; }
  .theme-info .row > * {
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 200;
    line-height: 120%; }
  .theme-info span {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: #3122bf;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 120%; }
  .theme-info .price-list {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%; }
    .theme-info .price-list .btn {
      margin-top: 20px;
      margin-bottom: 20px; }

.price-big,
.price-small {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 120%;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 22px; }

.price-big {
  background: #2d9201;
  transform: rotate(-2deg); }

.price-small {
  background: #3122bf;
  transform: rotate(1deg);
  margin-left: 14px;
  margin-bottom: 30px; }

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(7, 16, 31, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1000;
  /*@include breakpointMin(lg){
  	padding: 10px 0;
  }*/
  /*&.active-alert {
  	padding-top: 0;
  }*/ }
  @media (max-width: 1199px) {
    header#header .container {
      max-width: 100%; } }
  header#header .logo-wrapper {
    max-width: 180px; }
    @media (max-width: 991px) {
      header#header .logo-wrapper {
        max-width: 160px; } }
    @media (max-width: 420px) {
      header#header .logo-wrapper {
        max-width: calc(100% - 35px - 60px - 1px); }
        header#header .logo-wrapper img {
          width: 140px; } }
  header#header .menu-wrapper {
    max-width: calc(100% - 220px - 255px); }
    header#header .menu-wrapper #menu-closer {
      display: none; }
    @media (max-width: 1199px) {
      header#header .menu-wrapper {
        max-width: calc(100% - 160px - 125px); }
        header#header .menu-wrapper .menu-overlay {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          background: #13181C;
          z-index: 100;
          height: 100vh;
          overflow: auto; }
        header#header .menu-wrapper #menu-closer {
          display: block;
          background: none;
          border: none;
          position: absolute;
          top: 20px;
          right: 15px; }
          header#header .menu-wrapper #menu-closer img {
            width: 30px; } }
    @media (max-width: 420px) {
      header#header .menu-wrapper {
        max-width: 1px; } }
    @media (min-width: 1200px) {
      header#header .menu-wrapper .menu-overlay {
        display: block !important; } }
  header#header ul.menu {
    text-align: center; }
    @media (max-width: 1199px) {
      header#header ul.menu {
        padding: 60px 0 20px 0; } }
    header#header ul.menu li {
      padding: 15px 10px; }
      @media (min-width: 1200px) {
        header#header ul.menu li {
          display: inline-block;
          padding: 5px 10px; } }
      header#header ul.menu li a {
        display: block;
        color: #ffffff;
        font-family: "Amatic SC", sans-serif;
        font-weight: 700;
        font-size: 28px;
        padding: 0 12px; }
        @media (min-width: 992px) {
          header#header ul.menu li a:hover {
            color: #FFAE00; } }
        @media (min-width: 1200px) {
          header#header ul.menu li a {
            font-size: 24px;
            padding: 0 8px; } }
        @media (min-width: 1400px) {
          header#header ul.menu li a {
            font-size: 28px;
            padding: 0 12px; } }
        header#header ul.menu li a.is-active {
          color: #FFAE00; }
        header#header ul.menu li a.adults {
          position: relative; }
          @media (max-width: 1199px) {
            header#header ul.menu li a.adults {
              margin-bottom: 15px; } }
          header#header ul.menu li a.adults:after {
            content: "pre dospelých";
            color: #070A11;
            text-align: center;
            font-family: "Amatic SC";
            font-size: 23px;
            font-weight: 700;
            line-height: 100%;
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
            background: url(../images/button-orange-bg.png) no-repeat center center;
            background-size: 100% 100%;
            padding: 2px 15px;
            position: absolute;
            right: -10px;
            bottom: -26px;
            text-wrap: nowrap; }
            @media (max-width: 1199px) {
              header#header ul.menu li a.adults:after {
                right: auto;
                left: 50%;
                margin-left: -40px; } }
  @media (min-width: 1200px) {
    header#header .menu-overlay ul.menu li {
      max-width: 150px;
      vertical-align: middle; } }
  header#header .cta-wrapper {
    max-width: 255px;
    text-align: right;
    font-family: "Amatic SC";
    font-size: 38px;
    font-weight: 700;
    line-height: 100%; }
    header#header .cta-wrapper span.rezervacie {
      display: none; }
    header#header .cta-wrapper span.kupit {
      display: inline; }
    @media (max-width: 991px) {
      header#header .cta-wrapper {
        padding-left: 0;
        font-size: 28px; }
        header#header .cta-wrapper img {
          display: none; }
        header#header .cta-wrapper .btn {
          padding: 8px 18px; } }
    @media (max-width: 767px) {
      header#header .cta-wrapper span.rezervacie {
        display: inline; }
      header#header .cta-wrapper span.kupit {
        display: none; }
      header#header .cta-wrapper img {
        display: inline; } }
  header#header #head-menu {
    margin-bottom: 10px;
    padding: 10px 0;
    margin-top: -5px;
    background: #090d14; }
    header#header #head-menu ul li {
      padding: 4px 5px;
      line-height: 110%; }
      header#header #head-menu ul li.contact-link a {
        font-weight: 700; }
      header#header #head-menu ul li a {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        color: #727d97; }

.menu-openner-wrapper {
  max-width: 60px; }
  @media (min-width: 1200px) {
    .menu-openner-wrapper {
      display: none; } }
  .menu-openner-wrapper #menu-openner {
    width: 100%;
    background: none;
    border: none; }
    .menu-openner-wrapper #menu-openner img {
      width: 30px; }

#alert-info {
  background: #dd1529;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 5px; }

#map {
  -webkit-mask-image: url(../images/map-mask-03.png);
  mask-image: url(../images/map-mask-03.png);
  -webkit-mask-size: 100% 450px;
  mask-size: 100% 450px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 1100px;
  margin: 0 auto; }
  #map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none; }

#contact-info-wrapper {
  max-width: 900px;
  z-index: 10;
  padding-top: 60px;
  color: #ffffff;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto; }

footer#footer {
  position: relative;
  z-index: 10;
  /*.page-node-3 &,
  .page-node-24 & {
  	padding-top: 300px;
  }*/ }
  .front footer#footer {
    margin-top: 100px; }
  footer#footer h2 {
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #FFAE00;
    line-height: 120%; }
    @media (min-width: 992px) {
      footer#footer h2 {
        font-size: 70px; } }
  footer#footer .address {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 45px;
    font-family: "Amatic SC";
    line-height: 120%;
    text-align: center; }
    @media (min-width: 992px) {
      footer#footer .address {
        font-size: 70px; } }
  footer#footer .credits {
    padding-bottom: 30px;
    font-size: 13px;
    padding-top: 80px; }
    footer#footer .credits a {
      color: #ffffff;
      text-decoration: underline; }
      @media (min-width: 992px) {
        footer#footer .credits a:hover {
          text-decoration: none; } }

/*** Admin bar ***/
footer.admin {
  margin-bottom: 40px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding-top: 10px;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 400; }

form .form-item {
  padding-bottom: 10px;
  margin: 0; }
form .form-actions {
  margin: 0; }
form .form-required:after {
  background: none;
  content: "*";
  font-size: 11px;
  opacity: .6;
  margin: 0; }
form label {
  display: block;
  margin: 0;
  position: relative; }
form select, form input, form textarea {
  height: 44px;
  border: none;
  outline: none;
  padding: 10px 15px; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 10px;
  color: #000000;
  font-size: 16px; }
form input.button, form input.form-submit {
  color: #ffffff !important;
  position: relative;
  display: inline-block;
  padding: 8px 38px;
  font-weight: 700;
  line-height: 100%;
  border: none;
  background: url(../images/button-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 32px;
  font-weight: 700;
  text-wrap: nowrap;
  height: auto;
  min-width: 200px; }
  @media (min-width: 992px) {
    form input.button, form input.form-submit {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out;
      font-size: 35px;
      padding: 10px 48px; }
      form input.button:hover, form input.form-submit:hover {
        text-decoration: none;
        filter: contrast(1.5); } }
form textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  color: #000000; }
form select {
  border-radius: 10px !important;
  border: 1px solid #B8B8B8 !important; }
form input[type=number] {
  -moz-appearance: textfield;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-radius: 10px; }
form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
form .js-form-type-number {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important; }
  form .js-form-type-number .qty-button {
    position: absolute;
    color: #13181C;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%;
    font-weight: 500 !important; }
    @media (min-width: 992px) {
      form .js-form-type-number .qty-button:hover {
        color: #FFAE00; } }
    form .js-form-type-number .qty-button.plus {
      right: 5px; }
    form .js-form-type-number .qty-button.minus {
      left: 5px; }

.form-item-referer {
  display: none; }

input[type=checkbox],
input[type=radio] {
  height: auto; }

.confirm-parent, .password-parent {
  overflow: unset; }

.password-suggestions {
  font-size: 12px;
  line-height: 130%;
  padding: 20px;
  margin: 0;
  border-radius: 10px; }

.content-party-wrapper,
.form-party-wrapper {
  background: rgba(13, 40, 68, 0.7);
  padding: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px; }
  @media (min-width: 992px) {
    .content-party-wrapper,
    .form-party-wrapper {
      padding: 40px; } }
  .content-party-wrapper .form-type-number,
  .form-party-wrapper .form-type-number {
    display: block !important;
    margin-top: 10px; }
    .content-party-wrapper .form-type-number label,
    .form-party-wrapper .form-type-number label {
      display: inline-block !important;
      width: 180px; }
    .content-party-wrapper .form-type-number input,
    .form-party-wrapper .form-type-number input {
      width: 80px !important; }
  .content-party-wrapper input.form-number, .content-party-wrapper input.form-date, .content-party-wrapper input.form-time,
  .form-party-wrapper input.form-number,
  .form-party-wrapper input.form-date,
  .form-party-wrapper input.form-time {
    -webkit-appearance: none;
    border-radius: 10px;
    color: #000000;
    font-size: 16px; }
  .content-party-wrapper legend span,
  .form-party-wrapper legend span {
    margin: 20px 0 10px 0;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    background: #bf2252;
    line-height: 120%;
    padding: 10px 24px;
    border-radius: 10px;
    transform: rotate(-2deg); }
  .content-party-wrapper .description,
  .form-party-wrapper .description {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 5px 15px;
    margin-bottom: 18px; }

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