:root {
  --bs-font-sans-serif:'Comfortaa', sans-serif;
  --primary-color: #D0D131;
  --secondary-color: #52ACD9;
  --menu-offset:80px;
  --swiper-pagination-color:#2d2926;
  --swiper-theme-color:#2d2926;
  --pie-size: 400px; }
  @media (max-width: 1399px) {
    :root {
      --menu-offset:80px; } }
  @media (max-width: 767px) {
    :root {
      --menu-offset:70px; } }

.mt-5 {
  margin-top: 30px; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

@keyframes bouncein {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0; }

.radio-toolbar label {
  display: inline-block;
  background-color: none;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #9ca0a7;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer; }

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #ededed;
  border-color: #9ca0a7;
  color: var(--secondary-color); }

.radio-toolbar input[type="radio"]:focus + label {
  border: 1px solid #9ca0a7; }

.radio-toolbar label:hover {
  background-color: #ededed; }

.gray .radio-toolbar input[type="radio"]:checked + label {
  background-color: #fff;
  border-color: #9ca0a7;
  color: var(--secondary-color); }

.radio-toolbar p {
  font-size: 16px; }

html, body {
  overflow-x: hidden; }

body {
  font-family: 'Comfortaa', sans-serif;
  font-size: 20.57px;
  margin: 0;
  padding: 0;
  /*
  	@media (max-width:767px) {
  		padding-top: var(--menu-offset);
  	}*/ }
  @media (max-width: 767px) {
    body {
      font-size: 17.15px; } }
  body.fixed-menu {
    padding-top: var(--menu-offset); }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    margin-bottom: 0.7em; }
  body h2, body .h2 {
    font-size: 44.86px;
    font-weight: 300; }
    @media (max-width: 767px) {
      body h2, body .h2 {
        font-size: 27.43px; } }
  body h3, body .h3 {
    font-size: 27.43px; }
    @media (max-width: 767px) {
      body h3, body .h3 {
        font-size: 20.57px; } }
  body h4, body .h4 {
    font-size: 20.57px; }
    @media (max-width: 767px) {
      body h4, body .h4 {
        font-size: 17.15px; } }
  body h5, body .h5 {
    font-size: 17.14px; }
    @media (max-width: 767px) {
      body h5, body .h5 {
        font-size: 14.15px; } }
  body .text-justify {
    text-align: justify !important; }
  body .text-right {
    text-align: right !important; }
  body .text-left {
    text-align: left !important; }
  @media (min-width: 992px) {
    body .text-lg-right {
      text-align: right !important; } }
  body a {
    color: var(--secondary-color);
    text-decoration: none; }
    body a:hover {
      color: var(--secondary-color);
      text-decoration: underline; }
  body .text-primary {
    color: var(--primary-color) !important; }
  body .btn.btn-xxl {
    padding: 32px;
    width: 332px;
    text-transform: uppercase;
    max-width: calc(50% - 1em); }
    @media (max-width: 767px) {
      body .btn.btn-xxl {
        padding: 16px; } }
  body .btn-primary {
    color: #000;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    text-decoration: none; }
    body .btn-primary:hover {
      background-color: var(--secondary-color) !important;
      border-color: var(--secondary-color) !important;
      color: #fff;
      text-decoration: none; }
  body .btn-secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important; }
    body .btn-secondary:hover {
      background-color: var(--secondary-color) !important;
      border-color: var(--secondary-color) !important; }
  body .rounded {
    border-radius: 10px !important; }
    body .rounded .card-img, body .rounded .card-img-top {
      border-top-left-radius: 10px !important;
      border-top-right-radius: 10px !important; }
  body .no-border {
    border: none !important; }
  body .img-responsive {
    max-width: 100%; }
    body .img-responsive.logo-vertical {
      max-height: 30vh;
      text-align: center;
      margin-bottom: 20px; }
  body .middle {
    position: absolute;
    width: calc(100% -30px);
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      body .middle {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: auto; } }

.auto-height {
  height: 100%;
  min-height: none; }

.primary {
  color: var(--primary-color) !important; }

.strong {
  font-weight: bold; }

.no-padding {
  padding: 0px !important; }

.half-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin: 0;
  	/*
  	@media (min-width: 576px) {
      	max-width: calc(540px / 2);
  	}
  	
  	@media (min-width: 768px) {
  		max-width: calc(720px/2);
  	}*/ }
  @media (min-width: 1200px) {
    .half-container {
      max-width: calc(1140px / 2); } }
  @media (min-width: 1400px) {
    .half-container {
      max-width: calc(1320px / 2); } }

.social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  text-align: center;
  margin-top: 20px; }
  .social li {
    margin-right: 28px;
    display: inline-block; }
    .social li:last-child {
      margin-right: 0; }
    .social li a {
      display: block;
      color: #000;
      height: 32px;
      position: relative;
      transition: 0.5s all; }
      .social li a:hover {
        color: var(--secondary-color); }
      .social li a svg {
        height: 100%;
        max-width: 50px;
        fill: currentColor; }
        .social li a svg path {
          fill: currentColor !important; }
          .social li a svg path#Bird_1_ {
            fill: #000 !important; }
        .social li a svg polygon {
          fill: #000 !important; }
      .social li a.tripadvisor svg {
        max-width: 25px; }

@media (min-width: 1600px) {
  .container.extra-wide {
    max-width: calc(100vw - 150px); } }

#flash-message {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 100%;
  border-radius: 0 0 10px 10px;
  transform: translateX(-50%);
  font-size: 16px;
  text-align: center; }

@media (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    height: var(--menu-offset);
    top: 0;
    z-index: 18;
    background: #000; } }
header.fixed-menu {
  position: fixed;
  width: 100%;
  height: var(--menu-offset);
  top: 0;
  z-index: 18;
  background: #000; }
  header.fixed-menu .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  header.fixed-menu ul.main-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      header.fixed-menu ul.main-menu {
        display: none; } }
    header.fixed-menu ul.main-menu li {
      display: inline-block;
      margin-right: 45px;
      color: #fff;
      text-transform: uppercase; }
      header.fixed-menu ul.main-menu li a {
        text-decoration: none;
        color: inherit; }
        header.fixed-menu ul.main-menu li a:hover {
          color: inherit;
          text-decoration: underline; }
        header.fixed-menu ul.main-menu li a.active-link {
          color: var(--secondary-color); }
      header.fixed-menu ul.main-menu li:last-child {
        margin-right: 0; }
  header.fixed-menu .logo {
    width: auto;
    max-width: 100%;
    max-height: calc(var(--menu-offset) - 30px); }
    @media (max-width: 500px) {
      header.fixed-menu .logo {
        max-width: 50%; } }
header .menu-opener {
  z-index: 20;
  width: 90px;
  height: 90px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 10px; }
  header .menu-opener:hover, header .menu-opener.active {
    background: rgba(152, 156, 163, 0.2);
    border-radius: 5px; }
    header .menu-opener:hover .inner, header .menu-opener.active .inner {
      transform: rotateZ(270deg); }
  @media (max-width: 767px) {
    header .menu-opener:hover .inner {
      transform: rotateZ(0deg); }
    header .menu-opener.active .inner {
      transform: rotateZ(270deg); } }
  header .menu-opener .inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s; }
    header .menu-opener .inner .dot {
      position: absolute;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #989ca3;
      top: 50%;
      left: 50%;
      transform: translate3D(-50%, -50%, 0); }
      header .menu-opener .inner .dot:first-child {
        left: 0px;
        right: auto;
        transform: translateY(-50%); }
      header .menu-opener .inner .dot:last-child {
        left: auto;
        right: 0px;
        transform: translateY(-50%); }
  @media (max-width: 767px) {
    header .menu-opener {
      width: 60px;
      height: 60px;
      right: 5px;
      top: 5px; }
      header .menu-opener .dot {
        width: 5px;
        height: 5px; } }
header .profile-opener {
  z-index: 20;
  width: 90px;
  height: 90px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 115px;
  padding: 10px; }
  header .profile-opener:hover {
    background: rgba(152, 156, 163, 0.2);
    border-radius: 5px; }
    header .profile-opener:hover .inner {
      transform: rotateZ(270deg); }
  header .profile-opener img {
    width: 100%; }
  @media (max-width: 767px) {
    header .profile-opener {
      width: 60px;
      height: 60px;
      right: auto;
      left: 5px;
      top: 5px; } }
header #sections {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  width: 20px;
  right: 45px;
  z-index: 19; }
  @media (max-width: 991px) {
    header #sections {
      display: none; } }
  header #sections ul {
    color: #989ca3;
    padding-left: 0px;
    list-style: none;
    width: 20px;
    right: 45px;
    display: block; }
    header #sections ul li {
      line-height: 30px;
      height: 30px;
      cursor: pointer; }
      header #sections ul li .dot {
        position: relative;
        display: block;
        width: 10px !important;
        height: 10px !important;
        border-radius: 50%;
        border: none;
        padding: 0;
        background: #989ca3; }
        header #sections ul li .dot.active {
          background: var(--primary-color);
          border: none; }
      header #sections ul li.active .dot, header #sections ul li:hover .dot {
        background: #fff; }
      header #sections ul li::marker {
        width: 20px; }
      header #sections ul li:hover {
        color: #fff; }
header .mobile-menu {
  width: 100vw;
  height: calc(100vh);
  left: 0;
  top: 0;
  position: fixed;
  pointer-events: none;
  z-index: 19;
  opacity: 0;
  background: rgba(14, 16, 29, 0.7);
  backdrop-filter: blur(0);
  transition: opacity 1s, backdrop-filter 1s;
  overflow-y: auto; }
  @media (max-width: 767px) {
    header .mobile-menu {
      height: calc(100vh - var(--menu-offset));
      top: var(--menu-offset); } }
  header .mobile-menu.visible {
    opacity: 1;
    backdrop-filter: blur(10px);
    pointer-events: initial; }
  header .mobile-menu ul {
    padding: 0;
    margin: 0px;
    margin-top: 30px;
    list-style: none;
    width: 100%; }
    header .mobile-menu ul li {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 700;
      color: #fff; }
      header .mobile-menu ul li a {
        color: #fff; }

.shop-map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.albert-logo {
  width: 215px;
  max-width: 100%; }

.main-image {
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }
  .full-height.btn {
    height: 75px;
    padding-top: 25px; }

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .section-padding {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media (max-width: 767px) {
  .section-padding + .section-padding {
    padding-top: 0px; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }
  .embed-responsive.embed-responsive-1by1 {
    padding-bottom: 100%; }
  .embed-responsive.embed-responsive-2by1 {
    padding-bottom: 50%; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video, .embed-responsive div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.fixed-menu .anchor {
  scroll-margin-top: var(--menu-offset); }

@media (max-width: 767px) {
  .anchor {
    scroll-margin-top: var(--menu-offset); } }
section {
  overflow-x: hidden;
  width: 100%;
  display: block;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px;
      min-height: auto; } }
  section.auto-height {
    height: auto;
    min-height: 0px; }
  section.video-bg {
    overflow-y: hidden;
    padding: 0;
    height: 100vh; }
    section.video-bg .iframe-video {
      width: 100%;
      padding-bottom: 56.6%;
      height: 0;
      position: relative;
      pointer-events: none; }
    section.video-bg .over-hide {
      overflow: hidden;
      position: absolute;
      z-index: 1;
      height: 100vh;
      left: 0;
      right: 0; }
      section.video-bg .over-hide::before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1; }
    @media (max-width: 177vh) {
      section.video-bg .iframe-video {
        overflow: hidden;
        height: 100vh;
        width: 177vh;
        top: 50vh;
        left: 50vw;
        transform: translate3d(-50%, -50%, 0); }
      section.video-bg .over-hide {
        overflow: hidden;
        position: absolute;
        z-index: 10;
        width: 177vh;
        max-width: none;
        height: 100vh;
        left: 0;
        right: 0; } }
  section .more-info .info {
    display: inline-block;
    margin-top: 50px; }
  section .more-info span.arrow-down {
    display: inline-block;
    font-size: 64px;
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
    margin-top: 20px; }
    section .more-info span.arrow-down:first-child {
      float: left; }
    section .more-info span.arrow-down:last-child {
      float: right; }
    section .more-info span.arrow-down span {
      display: inline-block;
      transform: rotateZ(90deg); }
  section#more-info .card-wrap {
    margin-bottom: 30px; }
  section#more-info h3 {
    font-size: 54.86px; }
    @media (max-width: 767px) {
      section#more-info h3 {
        font-size: 24px; } }
  section#more-info h4 {
    font-size: 18.29px;
    margin-bottom: 50px;
    color: #989ca3; }
  section#more-info .card {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block; }
    @media (max-width: 767px) {
      section#more-info .card {
        padding-top: 15px;
        padding-bottom: 15px; } }
    section#more-info .card .info-icon {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 26px;
      height: 26px;
      border: 2px solid #a2a6ac;
      color: #a2a6ac;
      font-style: italic;
      font-family: 'Times New Roman', Times, serif;
      font-size: 18px;
      text-align: center;
      line-height: 20px;
      border-radius: 50%;
      cursor: pointer; }
    section#more-info .card h3 {
      text-align: center;
      color: #000;
      margin-bottom: 15px;
      font-size: 18.29px; }
    section#more-info .card h4 {
      position: absolute;
      left: 0%;
      width: 100%;
      text-align: center;
      bottom: 0px;
      font-size: 18.29px;
      margin-bottom: 27.435px; }
    section#more-info .card .img-wrap {
      max-width: 40%;
      width: auto;
      height: 0;
      left: 50%;
      transform: translateX(-50%);
      padding-bottom: 80%;
      position: relative;
      margin-bottom: 25px;
      display: block; }
      section#more-info .card .img-wrap img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    section#more-info .card .html-wrap {
      width: 90%;
      left: 5%;
      height: 100%;
      position: relative; }
      section#more-info .card .html-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  section#more-info #pie-box .html-wrap {
    height: 0;
    padding-bottom: 100%;
    position: static; }
  section.light {
    background-color: #fff;
    color: #696969; }
    section.light.gray {
      background-color: #ededed; }
    section.light p, section.light ul, section.light li, section.light span, section.light h1, section.light h2, section.light h3, section.light h4, section.light h5, section.light h6, section.light strong {
      color: inherit; }
    section.light h1, section.light h2, section.light h3, section.light h4, section.light h5, section.light h6 {
      color: #2d2926; }
  section.dark {
    color: #fff;
    background-color: #1d2124; }
    section.dark p, section.dark ul, section.dark li, section.dark span, section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark h6, section.dark strong {
      color: inherit; }
    section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark h6 {
      color: #fff; }
  section.wizard {
    height: calc(100vh);
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 0;
    overflow: hidden;
    position: relative; }
    @media (max-height: 800px) {
      section.wizard {
        padding-top: 0; } }
    @media (max-width: 767px) {
      section.wizard {
        height: calc(100vh - 40px - var(--menu-offset));
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: var(--menu-offset); } }
    section.wizard .pos-rel {
      position: relative; }
    section.wizard .dots {
      opacity: 0; }
    section.wizard .dots.dark {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    section.wizard.dark .dots.dark {
      opacity: 1; }
    section.wizard.light .dots.light {
      opacity: 1; }
    section.wizard label {
      margin-bottom: 5px; }
      @media (max-height: 800px) {
        section.wizard label {
          font-size: 16px; } }
    section.wizard.dark label {
      color: #989ca3; }
    section.wizard input[type=text], section.wizard input[type=number], section.wizard input[type=email], section.wizard select, section.wizard .input {
      display: inline-block;
      color: #989ca3;
      background-color: #fff;
      padding: 10px 20px;
      height: 50px;
      font-family: sans-serif, Arial;
      font-size: 16px;
      border: 1px solid #9ca0a7;
      border-radius: 10px;
      width: 100%;
      margin-bottom: 15px; }
      @media (max-height: 800px) {
        section.wizard input[type=text], section.wizard input[type=number], section.wizard input[type=email], section.wizard select, section.wizard .input {
          margin-bottom: 10px;
          height: 40px; } }
      section.wizard input[type=text]:focus, section.wizard input[type=text]:active, section.wizard input[type=number]:focus, section.wizard input[type=number]:active, section.wizard input[type=email]:focus, section.wizard input[type=email]:active, section.wizard select:focus, section.wizard select:active, section.wizard .input:focus, section.wizard .input:active {
        outline: none; }
    section.wizard .container {
      position: relative;
      height: 100%; }
      section.wizard .container #profile-form > .col-12 {
        position: relative;
        height: 100%; }
    section.wizard .step {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 767px) {
        section.wizard .step {
          padding-top: 20px;
          padding-bottom: 20px; } }
      section.wizard .step.active {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all; }
      section.wizard .step.before {
        transform: translateX(-100%); }
      section.wizard .step.after {
        transform: translateX(100%); }
      section.wizard .step.dark h4 {
        color: var(--primary-color); }
      @media (max-width: 767px) {
        section.wizard .step {
          overflow-x: hidden;
          overflow-y: auto;
          max-height: 100%; } }
    section.wizard .back-button, section.wizard .next-button {
      width: 250px;
      height: 80px;
      background: var(--primary-color);
      color: #000;
      text-align: center;
      line-height: 80px;
      border-radius: 6px;
      display: inline-block;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 18.29px;
      z-index: 10; }
      @media (max-height: 800px) {
        section.wizard .back-button, section.wizard .next-button {
          height: 40px;
          width: 150px;
          font-size: 16px;
          line-height: 40px; } }
      section.wizard .back-button:hover, section.wizard .next-button:hover {
        background: var(--secondary-color);
        color: #fff;
        text-decoration: none; }
    section.wizard .back-button {
      position: absolute;
      left: 50%;
      bottom: 80px;
      transform: translateX(calc(-100% - 120px)); }
      @media (max-height: 800px) {
        section.wizard .back-button {
          bottom: 40px;
          transform: translateX(calc(-100% - 80px)); } }
      @media (max-width: 767px) {
        section.wizard .back-button {
          position: fixed;
          bottom: 1px;
          left: 1px;
          width: calc(40% - 1px);
          transform: none;
          right: auto;
          margin-right: 0;
          height: 40px;
          line-height: 40px;
          border-radius: 0;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          font-size: 16px;
          z-index: 10; } }
    section.wizard .next-button {
      position: absolute;
      left: 50%;
      bottom: 80px;
      transform: translateX(120px); }
      @media (max-height: 800px) {
        section.wizard .next-button {
          bottom: 40px;
          transform: translateX(80px); } }
      @media (max-width: 767px) {
        section.wizard .next-button {
          position: fixed;
          bottom: 1px;
          right: 1px;
          width: calc(40% - 1px);
          transform: none;
          left: auto;
          margin-right: 0;
          height: 40px;
          line-height: 40px;
          border-radius: 0;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          font-size: 16px;
          z-index: 10; } }
    section.wizard .status-ball {
      width: 186px;
      height: 186px;
      border-radius: 50%;
      background: #5d5d5d;
      color: var(--primary-color);
      font-size: 57.14px;
      text-align: center;
      line-height: 186px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 30px;
      z-index: 10; }
      @media (max-height: 800px) {
        section.wizard .status-ball {
          width: 100px;
          height: 100px;
          line-height: 100px;
          font-size: 38px; } }
      @media (max-width: 767px) {
        section.wizard .status-ball {
          width: 20%;
          height: 40px;
          bottom: 1px;
          left: 40%;
          position: fixed;
          border-radius: 0;
          font-size: 18px;
          text-align: center;
          transform: none;
          line-height: 40px; } }
    section.wizard .icons {
      height: 100%;
      position: absolute;
      top: 0;
      max-height: 1080px;
      /*
      @media (max-width:1189px) and (max-width: 100vh) {
      	display:none;
      }*/ }
      @media (max-height: 800px) {
        section.wizard .icons {
          height: 75%;
          top: 50%;
          transform: translateY(-50%); } }
      @media (max-width: 1189px) {
        section.wizard .icons {
          display: none; } }
      @media (min-height: 70vw) {
        section.wizard .icons {
          display: none; } }
      section.wizard .icons img {
        height: 100%; }
      section.wizard .icons .icon {
        width: 31.7%;
        height: 16.68%;
        position: absolute;
        background: #ededed;
        border-radius: 50%;
        transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s; }
        section.wizard .icons .icon img {
          width: 70%;
          height: 70%;
          object-fit: contain;
          left: 15%;
          top: 15%;
          position: absolute; }
        section.wizard .icons .icon.icon-activity {
          left: 3.25%;
          top: 0; }
        section.wizard .icons .icon.icon-occupation {
          left: 65.85%;
          top: 20.4%; }
        section.wizard .icons .icon.icon-type {
          left: -4.26%;
          top: 43.63%; }
        section.wizard .icons .icon.icon-basic-info {
          left: 68.49%;
          top: 58.07%; }
        section.wizard .icons .icon.icon-profil {
          left: 6.7%;
          top: 83.31%; }
        section.wizard .icons .icon.active, section.wizard .icons .icon:hover {
          animation: bouncein 0.5s ease-in-out 1 alternate; }
          section.wizard .icons .icon.active img, section.wizard .icons .icon:hover img {
            filter: saturate(13) hue-rotate(-11deg); }
    section.wizard.gray .icons .icon {
      background: #fff; }
    section.wizard.gray .status-ball {
      background: #5d5d5d; }
  @media (max-width: 1199px) {
    section#section-krabicky {
      height: auto;
      min-height: 0; }
      section#section-krabicky:before {
        content: ' ';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
      section#section-krabicky .container {
        z-index: 2;
        position: relative; } }
  section#section-krabicky {
    background-image: url("../img/krabicky-secondary.png"), url("../img/krabicky-primary.jpg");
    background-position: right top, left top;
    background-size: cover, cover;
    width: 100% !important; }
    @media (max-width: 1399px) {
      section#section-krabicky {
        background-image: url("../img/krabicky-primary-mobile.jpg"); } }
  section#section-proc h2 {
    margin-bottom: 0.9em; }
  section#section-proc h3 {
    margin-bottom: 0.2em; }
    section#section-proc h3:first-of-type {
      margin-bottom: 4em; }
  section#section-proc p {
    margin-bottom: 3.5em !important; }
  section#section-vyber-krabicek {
    background-repeat: no-repeat;
    background-color: #EEEEEE;
    background-size: contain; }
    section#section-vyber-krabicek .swiper-container {
      margin-bottom: 130px; }
    section#section-vyber-krabicek .swiper-pagination {
      margin-top: -70px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      section#section-vyber-krabicek .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px; }
    section#section-vyber-krabicek .card p {
      font-size: 0.8em;
      color: var(--secondary-color); }
  section#section-aplikace {
    background-repeat: no-repeat;
    background-size: contain; }
    section#section-aplikace.dark {
      background-color: #1D1D1D; }
    section#section-aplikace.light {
      background-color: #fff; }
  section#section-napsali-o-nas {
    background-repeat: no-repeat;
    background-color: #EEEEEE;
    background-size: contain; }
    section#section-napsali-o-nas .swiper-slide .card {
      background-color: transparent !important;
      transition: background 0.5s;
      margin-bottom: 1.5em; }
    section#section-napsali-o-nas .swiper-slide.swiper-slide-active .card {
      background-color: #fff !important; }
  section#section-newsletter {
    background-image: url("../img/newsletter-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 192px;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
    box-sizing: border-box; }
    section#section-newsletter.no-background {
      background-image: none; }
    section#section-newsletter h3 {
      margin-bottom: 0; }
    section#section-newsletter p {
      font-size: 18.3px; }
    section#section-newsletter input[type=text] {
      border: none !important;
      border-bottom: 2px solid #000 !important;
      padding-left: 0;
      color: #000;
      background: none;
      border-radius: 0;
      outline: none !important; }
      section#section-newsletter input[type=text]::placeholder {
        color: #000; }
      section#section-newsletter input[type=text]:active, section#section-newsletter input[type=text]:focus {
        outline: none !important;
        box-shadow: none; }
  section#section-follow {
    min-height: 192px;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
    box-sizing: border-box; }
    section#section-follow h3 {
      line-height: 82px;
      margin-bottom: 0 !important; }
  section#section-blog .first-row {
    margin-bottom: 30px; }
  section#section-blog .card h3 {
    color: #000;
    margin-bottom: 0; }
  section#section-blog .card img.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.quote {
  background-image: url("../img/quote.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 25%; }

footer {
  display: block;
  width: 100%;
  position: relative;
  background: #ededed;
  padding-top: 90px;
  padding-bottom: 90px; }
  footer ul {
    margin-top: 60px; }
    footer ul li {
      display: inline-block;
      margin-right: 45px;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        footer ul li {
          display: block;
          width: 100%;
          margin-right: 0;
          text-align: center; } }
      footer ul li a {
        text-decoration: none;
        color: inherit; }
        footer ul li a:hover {
          color: inherit;
          text-decoration: underline; }
        footer ul li a.active-link {
          color: var(--secondary-color); }
      footer ul li:last-child {
        margin-right: 0; }
    footer ul.social li {
      display: inline-block;
      width: auto; }
  footer .logo {
    width: auto;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%; }
  @media (max-width: 767px) {
    footer .logo-wrap {
      text-align: center; }
      footer .logo-wrap .logo {
        max-width: 60%; } }

#graph {
  font-size: 14px;
  height: 100%;
  position: relative; }
  @media (max-width: 767px) {
    #graph {
      min-height: 60vw; } }
  #graph .col-4 {
    padding: 0;
    width: 33% !important;
    position: relative; }
  #graph .row {
    margin-left: 0;
    margin-right: 0; }
    #graph .row.first {
      height: 80%;
      margin-bottom: 10px; }
    #graph .row > div {
      height: 100%; }
  #graph .bar {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 5%;
    transition: height 1s; }
    #graph .bar .value {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -50px; }
    #graph .bar:before {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      content: " ";
      z-index: 1; }
    #graph .bar .top {
      display: block;
      position: absolute;
      left: 0;
      top: -20px;
      width: 100%;
      height: 40px;
      border-radius: 50%/50%;
      z-index: 2; }
    #graph .bar .bottom {
      display: block;
      width: 100%;
      height: 40px;
      border-radius: 50%/50%;
      position: absolute;
      bottom: -20px;
      z-index: 1; }
    #graph .bar.carbs {
      background: #64edc7; }
      #graph .bar.carbs .bottom {
        background: #64edc7; }
      #graph .bar.carbs .top {
        background: #20a57f; }
    #graph .bar.protein {
      background: #ee8f60; }
      #graph .bar.protein .bottom {
        background: #ee8f60; }
      #graph .bar.protein .top {
        background: #dd5b24; }
    #graph .bar.fat {
      background: #faa257; }
      #graph .bar.fat .bottom {
        background: #faa257; }
      #graph .bar.fat .top {
        background: #fa872d; }

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    width: 100%; } }

#pie-wrapper {
  margin-left: 50px;
  margin-top: 50px; }

#pie-holder {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative; }

#pie {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#profile-form {
  position: relative;
  height: 100%; }

.label-carbs {
  position: absolute;
  right: 2%;
  top: 17%;
  font-size: 14px; }

.label-fat {
  position: absolute;
  left: 0;
  top: 46%;
  font-size: 14px; }

.label-protein {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11%;
  font-size: 14px; }

.tooltip-overlay {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 115px);
  left: 15px;
  background: #d0d5db;
  border-color: #696969;
  border-radius: 5px;
  padding: 15px;
  color: #000;
  z-index: 20;
  margin-top: -5px;
  font-size: 14px;
  text-align: justify;
  overflow: auto;
  display: none; }
  @media (max-width: 767px) {
    .tooltip-overlay {
      margin-top: 30px; } }
  .tooltip-overlay table {
    width: 100%; }
  .tooltip-overlay h3, .tooltip-overlay h4 {
    text-transform: uppercase; }
  .tooltip-overlay .tooltip-body {
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .tooltip-overlay .tooltip-body {
        transform: none;
        position: static; } }
  .tooltip-overlay .close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    color: #fff;
    font-style: normal; }
    .tooltip-overlay .close:hover {
      background: #363636;
      border-radius: 50%;
      text-decoration: none;
      cursor: pointer; }

.field-icon {
  float: right;
  margin-left: -35px;
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  cursor: pointer; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

/*# sourceMappingURL=style.css.map */
